bug 722791
[phpmyadmin/crack.git] / ChangeLog
blob7e6e291efaeaff263543213b32fb3551613dcfbf
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
9     * lang/ukrainian: update, thanks to Markijan Baran
10     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
11       test in MySQL 4 to check if superuser
13 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
14     * tbl_replace_fields.php3: Fix typo.
15     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
16       MySQL sometimes problems...
18 2003-04-17 Garvin Hicking <me@supergarv.de>
19     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
20       detect changes in BLOB fields with a special name.
21     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
22       original values of a BLOB field when 'Insert as new row' is
23       chosen on edit.
24     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
25       crossing DB borders now allowed)
27 2003-04-16 Garvin Hicking <me@supergarv.de>
28     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
29       with no $db set
31 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
32     * badwords.txt: "status" is not a reserved word
34 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
35     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
36     * tbl_properties_common.php3: Avoid displaying message twice in some cases
37       (fixes bug #722378).
38     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
40 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
41     * tbl_query_box.php3: Only display charset selection when a DB is
42       selected.
43     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
44       key and with BLOB field (bug #708182).
46 2003-04-15 Garvin Hicking <me@supergarv.de>
47     * footer.inc.php3, queryframe.php3: Changed anchor target
48       and window name of queryframe as suggested by Armel
49       Fauveau (thanks!)
51 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
52     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
53       a reserved word in MySQL
54     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR() 
55       are functions
56     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
58 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
59     * lang/some translations: Damn, I didn't commit all empty translations
60       yesterday...
61     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
62       which translations has failed, now also converts by default only
63       modified files and is capable to get charset from filename when reading
64       from file has failed.
65     * left.php3: More fixes for HTML entities.
66     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
67       when changing it.
68     * lang/czech: Updated.
69     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
70     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
71     * lang/italian: Updated, thanks to Pietro Danesi (danone).
72     * lang/catalan: Updated, thanks to Xavier Navarro.
73     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
74       characters in db/table name.
75     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
76     * db_details.php3, tbl_query_box.php3: Display choice for charset also
77       when only UploadDir available.
79 2003-04-14 Garvin Hicking <me@supergarv.de>
80     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
81       usage. (Bug #720846)
82     * footer.inc.php3: Needed \n for some cases.
83     * tbl_query_box.php3: Only display file import when a DB is selected.
85 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
86     * lang/french: update
87     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
88     * lang/polish: update, thanks to Jakub Wilk
89     ### 2.5.0-rc1 released
91 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
92     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
93       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
94       Added $strCharset.      
96 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
97     * lang/{slovenian,russian,croatian,bulgarian}: We don't
98       want empty translations...
100 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
101     * libraries/common.lib.php3: Better fix against possible "wrong parameter
102       count" errors.
103     * server_privileges.php3:
104       - Fixed a broken link in the user overview table;
105       - Fixed bug #539756 again.
106     * lang/german-*.inc.php3: Updates.
107     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
108       (Feature #623665, part 1).
110 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
111     * libraries/common.lib.php3, config_import.lib.php3:
112       MaxExactCount backwards compatibility
113     * db_details_structure.php3: undefined $row_count for InnoDB tables
115 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
116     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
117       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
118     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
119       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
120     * Documentation.*: Documented above.
121     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
122     * lang/galician: Added missing string.
123     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
125 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
126     * pdf_schema.php3, libraries/common.lib.php3,
127       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
128       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
129       (<20000 rows) tables (RFE #708533).
130     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
131     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
132       XHTML errors, document is again valid XHTML.
133     * lang/italian: Updated, thanks to Pietro Danesi (danone).
135 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
136     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
137       and XML dump.
138     * libraries/display_export.lib.php3: Added <br /> before charset
139       selection in export.
141 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
142     * lang/*: $updComTab -> $strUpdComTab
143     * libraries/relation.lib.php3: put back version 1.30 message
144       that uses $strUpdComTab
145     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
147 2003-04-09 Garvin Hicking <me@supergarv.de>
148     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
149       to prevent false arrow aligning when using 'same widths'.
151 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
152     * lang/galician: update, thanks to Xosé Calvo
153     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
154     * lang/italian: Updated, thanks to Pietro Danesi.
155     * lang/chinese_gb: update, thanks to (fundawang)
156     * lang/swedish: update, thanks to Björn T. Hallberg
157     * lang/norwegian: update, thanks to Sven-Erik Andersen
159 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
160     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
161       multi submit actions.
163 2003-04-06 Garvin Hicking <me@supergarv.de>
164     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
165       Now multiple fields can be inserted at cursor position (Mozilla/IE)
166       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
167     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
168       libraries/relation.lib.php3: RFE #715914: Sort query history by
169       (autoincrement) key instead of timevalue. Only save queries in
170       history if they were successful. This required the moving of
171       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
172       test, if this works for everyone. It does for me.
174 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
175     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
176       column before MySQL 3.23 (bug #712055).
177     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
178       machines with register_globals = off.
180 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
181     * lang/romanian updates, thanks to Valics Lehel
182     * lang/slovenian update, thanks to Kositer Uros
184 2003-04-03 Garvin Hicking <me@supergarv.de>
185     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
187 2003-04-02 Garvin Hicking <me@supergarv.de>
188     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
189     * tbl_move_copy.php3: At least one of the PDF integrity checks
190       on moving/copying a table can safely be enabled.
191     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
192       newly created table' depend on a selected checkbox. State of that
193       checkbox is saved in a cookie.
194     * lang/*: Added $strSwitchToTable for the above.
195     * lang/german-*: Translations
197 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
198     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
199       generated SQL dump, move to newly created table also after copying.
200     * tbl_properties_operations.php3: Some fixes for html entities in db/table
201       names.
202     * db_details_structure.php3, mult_submits.inc.php3,
203       tbl_properties_structure.php3: Show multi submits result after headers
204       and tabs from originating place.
205     * lang/czech: Updated.
206     * tbl_properties_operations.php3: Not only remember, but also recall state
207       of checkbox for move to newly created table (see Garvin's entry above).
209 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
210     * Documentation.html: clarify about wildcard database
211     * lang/bulgarian, translators.html: big update from the new translator:
212       Stanislav Yordanov, stan at stud.ru.acad.bg
213     * lang/italian: Updated, thanks to Pietro Danesi.
215 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
216     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
217       thanks to Jose Fandos (jose.fandos at sonnd.com)
219 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
220     * server_privileges.php3, lang/*.inc.php3:
221       - Fixed bug #708292 (Support for host-based privileges).
222       - Show SQL query when adding a user.
223     * server_processlist.php3, lang/*.inc.php3: Feature #707495
224       (SHOW FULL PROCESSLIST).
225     * lang/german-*.inc.php3: Updates.
227 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
228     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
230 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
231     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
232       tbl_properties_operations.php3, tbl_properties_structure.php3,
233       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
234       more fixes for HTML entities in field/table/db name.
236 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
237     * Documentation.html: Fixed GRANT queries for the controluser.
239 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
240     * main.php3: replace the 'USE mysql' test, as users with a global
241       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
243 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
244     * tbl_query_box.php3, tbl_properties_operations.php3,
245       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
246       HTML entities fixes.
247     * read_dump.php3: Fixed detection of $goto.
248     * header.inc.php3: Neated URL generating.
249     * lang/czech: Updated.
251 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
252     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
253       multisubmit actions (RFE #622603).
254     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
255       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
256       queries for multiple tables.
257     * db_details_structure.php3: Display correctly table names that contain
258       HTML entities.
259     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
260       caused HTML entities to be quoted twice.
261     * tbl_indexes.php3: Fixed editing of index with HTML entities.
262     * lang/czech: Updated.
263     * tbl_properties_structure.php3: Fix enabling/disabling links to index
264       creating (it requires type, but there was also MIME type added).
266 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
267     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
268       config.inc.php3, Documentation.html: disabling of the parser no
269       longer possible
271 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
272     * libraries/defines.lib.php3: Small bugfix.
273     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
274     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
275       errors.
277 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
278     * libraries/transformations/text_plain__imagelink: display the
279       image, with width and height options
280     * libraries/transformations/text_plain__link: the link was not
281       functional at my site; also, document this transform in lang.
283 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
284     * server_privileges.php3: typo
285     * lang/french update
286     * image_jpeg__plain renamed to text_plain__imagelink, because
287       the contents is not an image but a filename
289 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
290     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
291       to sql.php3.
292     * libraries/display_export.lib.php3: Again fixed selecting table/db
293       filename template.
294     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
295       table.
297 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
298     * lang/hebrew update, thanks to Yuval Sarna
300 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
301     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
302     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
303       type when doing charset conversion.
304     * libraries/display_export.lib.php3: Fixed selecting table/db filename
305       template.
306     * libraries/read_dump.lib.php3, db_details.php3,
307       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
308       Automatic detection of compression for uploaded data.
310 2003-03-19 Garvin Hicking <me@supergarv.de>
311     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
312       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
313       input area (SQL window, table properties) AND in the 'Insert/Update field' display
314       where you can upload files to blob fields. Experimental.
316 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
317     * lang/german-*.inc.php3: Updates.
319 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
320     * tbl_properties_operations.php3: fixed bad id of option (#706147).
321     * lang/dutch: Updated, thanks to Gilles van den Hoven.
322     * lang/thai: Updated.
323     * lang/italian: Updated, thanks to Pietro Danesi.
324     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
325     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
326     * lang/chinese: Updated, thanks to Siu Sun.
328 2003-03-18 Garvin Hicking <me@supergarv.de>
329     * libraries/display_export.lib.php3: Fixed variable usage.
330     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
331       libraries/common.lib.php3: Added new transforms for a substr()
332       function, a dateformat() modified and a basic plugin for external
333       programs. Support for TIDY has been experimentally been built in.
334       External programs make use of piping and thus cannot be used in
335       Windows.
336       Added the ability for transforms to adjust the "nowrap" option of a
337       cell.
338       Some german translation.
340 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
341     * libraries/select_lang.lib.php3: modify order of Russian lang files
342       because MSIE does not accept cp866 and users do not see anything,
343       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
345 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
346     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
347       Konqueror doesn't like it there and it is not needed.
348     * lang/czech: updated.
349     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
350       when using transformations.
351     * libraries/display_export.lib.php3, db_details_links.php3,
352       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
353       server_processlist.php3, server_status.php3, server_variables.php3,
354       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
355     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
356       specify how will filename for exported data look like (RFE #678642).
357     * Documentation.*: Next release seems to be 2.5.0.
358     * lang/latvian: Updated, thanks to Sandis Jerics.
360 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
361     * pdf_pages.php3  will now check if the pdf_pages table has entries
362       that reference tables that no longer exist. if it does user is prompted
363       to delete them.
365 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
366     * user_password.php3, header.inc.php3, libraries/user_password.js:
367       put back js functions for user password change (= old user_details.js)
368     * libraries/display_tbl.lib.php3, functions.js: new feature:
369       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
371 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
372     * pdf_pages.php3: Automatic layout of tables on the schema
374 2003-03-15 Garvin Hicking <me@supergarv.de>
375     * pdf_schema.php3: Fixed typo.
377 2003-03-14 Garvin Hicking <me@supergarv.de>
378     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
379     '../' safety issues, display transformations only if file exists
380     (Bug #703555)
382 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
383     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
384         - Typo fixes:
385         s/RestricColumnTypes/RestrictColumnTypes/
386         s/RestricFunctions/RestrictFunctions/
387     * scripts/create_tables.sql:
388         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
390 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
391     * server_status.php3: Fixed the Garvin's calculations.
392     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
393     * libraries/header_meta_style.inc.php3,
394       libraries/transformations/overview.php3: Fixed CSS link.
395     * tbl_properties.inc.php3: Added tooltips for transformations.
397 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
398     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
400 2003-03-13 Garvin Hicking <me@supergarv.de>
401     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
402     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
403     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
404       results page (1px border in the color of BrowserMarkerColor around the cells).
405       RFE #638800
406     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
407       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
408       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
409       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
410       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
411     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
412       clarity. Make it easier to enable defaults (RFE #695265)
414 2003-03-12 Garvin Hicking <me@supergarv.de>
415     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
416       was not displayed if it has no comment.
417     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
418       bookmarktable.
419     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
420       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
421       label as the tablename is found.
422     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
423       auto_increment value. (RFE #639655)
424     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
425       Display DB comments and MIME types, where appropriate.
426     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
427       the querywindow which didn't show the latest querys always.
428     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
429       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
430       to do, so please see Documentation.html. I thought it too hard to move the
431       bookmark-box around where you can store the bookmarks, because there are a couples
432       of redirections involved. So the major problem is that your to-be-stored bookmark
433       HAS to yield at least a single result row for you to be able to store that.
434     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
435       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
436       for that table.
437     * tbl_properties_export.php3, db_details_export.php3,
438       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
439       export now is a perfect look-alike except for a multi-tables dropdown.
440       Put the code to display the export into a seperate file for re-usability.
441     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
442       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
443       map to which MySQL field type and in the dropdown of the function list first
444       display the fitting functions, and then for compatibility reasons the rest of
445       the functions.
446       TODO: I don't know if I chose the correct mapping for all types. Please correct
447       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
448     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
449       tbl_rename.php3, libraries/relation.lib.php3:
450       Bugfix #579256 / RFE #577328 : Automatic update of relations,
451       display fields, comments, bookmarks, ... on update, delete and duplicate.
452       Automatic duplication/moving of PDF pages does not yet work. Would the
453       original author please be so kind to have a look at the tbl_move_copy.php
454       script, search for '[TODO]' and apply necessary fixes? ;)
455     * tbl_dump.php3: New $sql_structure variable for the new table export
456       design broke DB export functionality. Fixed this.
458 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
459     * lang/ukrainian: update, thanks to Markijan Baran
461 2003-03-11 Garvin Hicking <me@supergarv.de>
462     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
463       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
464       Improved security of docSQL importer. You now can only access
465       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
466       file on its own via File Upload (if $is_upload is true).
467       Filenames not matching the converter will no more printed out to
468       maintain security. Permits input of '../'.
469     * transformation_wrapper.php3 - Remove $err_url, because if a query
470       fails here, the user won't get to see the error string anyways.
471       Can happen if you want to display a blob without having an index
472       key in your query, because the blob cannot be filtered by a content
473       WHERE-string.
475 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
476     * libraries/sqlparser.data.php3: bug 700082, support of XOR
478 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
479     * translators.html: Another mechanism against stupid people who use the
480       translator list as a list of localised support hotlines or try to get a
481       translation by mail order... :o)
482     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
483       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
484       that the correct font families are used.
486 2003-03-10 Garvin Hicking <me@supergarv.de>
487     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
488       thanks to Csaba Gabor!
489     * sql.php3: Fixed another occurence of addslashes() where it no longer
490       belongs.
491     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
492       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
493       - when creating/altering/adding table fields you can now change the
494       wrong form input, instead of losing all your data. Have fun. :-)
495     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
496       lang/*:
497       Added new table export format by Michal Cihar. db_details_export.php3
498       should be adapted to the new layout somewhen. Fixed Compression.
499     * header.inc.php3, header_printview.inc.php3, index.php3,
500       left.php3, queryframe.php3, querywindow.php3,
501       transformation_wrapper.php3, css/phpmyadmin.css.php3,
502       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
503       libraries/functions.js, libraries/header_http.inc.php3,
504       libraries/header_meta_style.inc.php3, libraries/left.js
505       libraries/sqlparser.lib.php3:
506       Massive code-cleanup. Put all stylesheets into new central file
507       css/phpmyadmin.css.php3. To reduce overhead in this file, the
508       common.lib.php3 has a new variable to determine whether the full
509       code structure or only those codes needed for the stylesheet class
510       is parsed. This is to prevent duplicated code, even though it looks
511       somehow ugly. The stylesheet is now embedded via a <link rel>-
512       directive and should also be able to be cached by the browser.
513       See patch #699454.
514       Also some unneccessary code was removed from querywindow/wrapper.
515     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
516       fieldnames to be mapped to false keys for display.
518 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
519     * transformation_wrapper.php3, lang/*,
520       libraries/transformations/image_png__inline.inc.php3:
521       new transformation for png (inline)
522       (still issues with PNG's transparency in PHP 4.3.0)
523     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
525 2003-03-09 Garvin Hicking <me@supergarv.de>
526     * db_printview.php3: Added print button (#700205)
528 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
529     * libraries/transformations/*.sh: did not work in bash
531 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
532     * transformation_wrapper.php3, lang/*,
533       libraries/transformations/image_jpeg__inline.inc.php3:
534       now 2 options for resize: width, height
536 2003-03-06 Garvin Hicking <me@supergarv.de>
537     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
538       Fix bug #658668, special escaping of \n, \r and \t characters.
539       Please test, works fine for me now (both magic_quotes on/off).
541 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
542     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
543     * updatedocs.sh: Script to make conversion easier
545 2003-03-05 Garvin Hicking <me@supergarv.de>
546     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
547     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
548       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
549       call with PMA_sqlAddslashes() call because of new global s
550       lashes-handling.
551     * sql.php3: Fixed querytime bug, when query was only shown for PHP
552       display.
553     * read_dump.php3, sql.php3, tbl_alter.php3,
554       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
555       where not neccessary, because grab_globals already stripslashed
556       the data. This fixes the problem of the SQL Pretty printer showing
557       the data wrongly formatted.
559 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
560     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
561      #697961)
563 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
564     * Documentation.html, faq 1.29 about the "duplicate field names" problem
565     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
566       libraries/transformations/image_jpeg__inline.inc.php3:
567       resized thumbnails
569 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
570     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
571       containing quotes.
572     * libraries/common.lib.php3:
573       - Avoid reloading the left frame twice;
574       - PHP3 compatibility;
575       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
576         in CGI mode.
578 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
579     * badwords.txt: bug 692874: "date" is not a reserved word
581 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
582     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
583       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
584       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
585       tbl_move_copy.php3, tbl_properties.inc.php3,
586       tbl_properties_operations.php3, tbl_properties_options.php3,
587       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
588       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
589       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
590       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
591       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
592       extracting the arrays $_GET and $_POST. This should replace a lots of
593       workarounds and avoid present and future problems with magic_quotes_gpc.
594     * server_privileges.php3, libraries/common.lib.php3:
595       - Escape wildcard characters in the database and table dropdown boxes;
596       - CSS fixes.
598 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
599     * lang/english: typo
600     * tbl_dump.php3: undefined variable $use_comments
601     * tbl_properties_export.php3: bug 692143: now we remove the
602       LIMIT clause from the original query to use the limits entered
603       on the export form
604     * pdf_schema.php3: better header/footer for long pages,
605       thanks to Maxime Delorme
607 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
608     * tbl_indexes.php3: Cleaner solution for showing query after changing
609       index.
611 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
612     * libraries/xpath/XPath.class.php, libraries/xpath/:
613     - Removed (was part of the early DB config prototype)
614     * lang/translatecount.sh:
615     - Counts just how out of date the translations are!
617 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
618     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
619       #694800), show structure after modifying index.
621 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
622     * Documentation.html: Fixed a typo.
623     * server_privileges.php3: Fixed bug #691910.
624     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
625       thanks to Jason Carlson (jjcarlson).
627 2003-02-28 Garvin Hicking <me@supergarv.de>
628     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
629       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
630       Documentation.html:
631       - Finetuneing for query window: Only three tabs, if DefaultTab
632         is not set to 'full'.
633       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
634       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
635          Rabus ;).
636       - Made the textarea smaller (*1.25 instead of *2) for the window only.
637       - Fixed a bug when you changed from a table to a database on the left frame and the
638         query window still wants to show the previous table.
639     * tbl_query_box.php3: Only show fieldlist, when $table is set.
640     * translators.html: Adjusted to same topmenu as Documentation.html.
641       With the new 'Transformations' item the bar was too large to fit
642       on standard 800x600 browser windows.
644 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
645     * lang/czech: Updated.
646     * lang/english: Resorted.
648 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
649     * libraries/common.lib.php3, libraries/config_import.lib.php3:
650       - Backwards compatibility;
651       - Removed some unnecessary code;
652       - Added a small HOWTO.
653     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
654     * lang/german-*.inc.php3: Grammar.
655     * Documentation.html: Fixed some dead links.
656     * scripts/create_tables.sql: Adjusted table comments.
658 2003-02-27 Garvin Hicking <me@supergarv.de>
659     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
660       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
661     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
662       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
663       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
664     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
665       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
666       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
667       directions, so with this mode you can see about 6 columns at once on a single screen.
668     * tbl_properties.inc.php3: Fixed bug when certain fields are not
669       enabled, they threw an undefined offset. [2nd try, now for real :)]
670     * Documentation.html: Updated for my new features. Should include
671       everyting, I hope. But seriously needs a proofread.
672     * config.inc.php3: Inserted new directives for empty
673       $cfg['Servers'][$i]. (history, verbose_check)
674     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
675       to suppress Notices/Warnings when MIME-types are not enabled.
677 2003-02-26 Garvin Hicking <me@supergarv.de>
678     * lang/german-*: better grammar. ;)
679     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
680       usage for special queries like 'SHOW FIELDS', where certain variables are
681       not set.
682     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
683       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
684       transformation_wrapper.php3, libraries/config_import.lib.php3,
685       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
686       scripts/create_tables.sql:
687        Test if MIME-feature are really available. Preparation for PMA_db-based
688        SQL-History.
689        Removed a dupe for inserting comments, fixed integrity check when
690        moving/renaming tables and keeping comments.
691      * header.inc.php3: Added one more Javascript if-structure to make sure
692        the frameset is initialized when querying for an active window. Without
693        this, when starting phpMyAdmin for the first time, IE6 may complain
694        depending on the order it loads the framesets.
696 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
697     * db_details_structure.php3: undefined variable $comment
698     * tbl_move_copy.php3: 'column_info'
700 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
701     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
702       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
703       $datefmt (translations #692065).
704     * lang/japanese-*.inc.php3: Fixed some inconsistences.
705     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
706       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
707       libraries/config_import.lib.php3, libraries/relation.lib.php3,
708       libraries/transformations.lib.php3: Changed 'column_comments' to
709       'column_info'.
710     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
711       <http://www.phpmyadmin.net/ChangeLogs/>.
713 2003-02-25 Garvin Hicking <me@supergarv.de>
714     * tbl_properties.inc.php3: Fixed duped display of comments due to
715       merging diff conflict.
716     * lang/german*: German translations, only missing transformation
717       descriptions. They shouldn't be translated at that early point, I guess.
718     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
719       libraries/transformations.lib.php3: 'column_info', they were somehow
720       not included in rabus' commit?!
722 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
723     * common.lib.php3: Backwards compatibility.
725 2003-02-24 Garvin Hicking <me@supergarv.de>
726     Submitted multiple patches from the patch tracker:
727     * JS rowmarker now works in vertical display mode
728         Files: libraries/functions.js, display_tbl.lib.php3
729     * Display nav_bar even when only one row is returned, to enable display in
730         vertical/horizontal mode (especially for rotated headers)
731         Files: libraries/display_tbl.lib.php3
732     * Measures basic query time [#571934]
733         Files: sql.php3, display_tbl.lib.php3
734     * New display mode with 90 degree rotated table headers [#544361]. Works
735         either as CSS or as 'faked' PHP-transformation.
736         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
737     * Update and display column comments in Add/Edit Fieldmode and CREATE table
738         mode. Display comments in table structure (optional) with underlined
739         CSS-mouseovers. Display comments in browser mode (optional), both in
740         vertical and horizontal display mode. Keep column comments in synch, when
741         DROPping/ALTERing and moving/copying tables.
742         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
743         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
744         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
745         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
746         libraries/relation.lib.php3
747     * Display and enter DB/table comments for navigation, stored in pma comments table.
748         May be displayed as Alias-Tooltips in left frame. [#650064]
749         Files: db_details_structure.php3, left.php3, relation.lib.php3
750     * Display column comments in table/database dumps, as inline SQL-Comments
751         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
752     * Display MIME types to transform any table cell. You can only choose from a
753         list of pre-defined MIME-types. The list gets built by a function searching
754         a directory for valid transforms. For further information see
755         libraries/transformations/README-file and soon in documentation. ;)
756         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
757         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
758         tbl_move_copy.php3, transformation_wrapper.php3,
759         libraries/display_tbl.lib.php3, libraries/transformations/*
760         TODO: Add predefined functions!
761     * Display a (javascript) based query window as a new frame below the left
762         frame with query history [#526008]. Currently a bit experimental, works with
763         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
764         work with any browser.
765         Files: queryframe.php3, querywindow.php3, header.inc.php3,
766         tbl_query_box.php3, common.lib.php3
768 2003-02-24 Olivier L. Müller  <om@omnis.ch>
769     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
770       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
771       generated URL -> prevents a double password query with some browsers
772       (Safari) in case of http authentication.  (tested with https, http and
773       http running on port 8080)
775 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
776     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
777       fields type into special variable. Fixes #647689.
778     * db_details_structure.php3: Removed extra /. Fixes #692171.
780 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
781     ### 2.4.0 released
783 2003-02-23 Olivier L. Müller  <om@omnis.ch>
784     * docs.css: highlight FAQ questions in blue -> more readble.
786 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
787     * server_privileges: Better code for "check privileges"; This should fix
788       bug #687808 and a few other problems.
789     * ANNOUNCE.txt: Updated list of known bugs.
790     * server_variables.php3: Modified generated XHTML code.
792 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
793     * lang/italian update, thanks to Pietro Danesi
794     * lang/slovak update, thanks to Lubos Klokner
795     * lang/polish: update, thanks to Jakub Wilk
796     * lang/thai: update, thanks to Arthit Suriyawongkul
797     * tbl_change.php3: do not use enctype="multipart/form-data"
798       if !$is_upload (possible solution for bug 689215)
799     * lang/swedish: update, thanks to Björn T. Hallberg
801 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
802     * libraries/display_tbl.lib.php3: Coding standards.
803     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
804     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
805     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
806     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
808 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
809     * sql.php3: bug 649665: undefined variables with UNION, and
810       also get the correct row count
811     * lang/norwegian: update, thanks to Sven-Erik Andersen
813 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
814     * server_databases.php3:
815       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
816       - The link "check privileges" is now only displayed to superusers.
818 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
819     * lang/czech: Updated.
820     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
822 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
823     * server_privileges.php3: Fixed edit link.
824     * Documentation.html:
825       - Reformulated some passages;
826       - FAQ 1.28.
827     * ANNOUNCE.txt: Synchronized features list with documentation.
828     * server_databases.php3: Fixed bug #688271 (missing "?").
830 2003-02-17 Garvin Hicking <me@supergarv.de>
831     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
832       Reworked blob file upload. More security cautions, and preserve
833       fields contents, if no new file was uploaded. Moved is_uploaded_file
834       function from read_dump.php3 to common.lib.php3 for reusability.
836 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
837     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
838       upload, upload field moved into table.
840 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
841     ### 2.4.0-rc2 released
842     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
843       correct number of rows
845 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
846     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
847       - Reimplemented ability to change a user's login information
848         (bug #684984);
849       - Feature: copy user profiles;
850       - "Check privileges" should now also check for wildcards;
851       - The revoke mode for deleting users did not always produce valid MySQL.
852     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
853     * ANNOUNCE.txt: synchronized list of features and fixes.
855 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
856     * lang/czech: Updated.
857     * docs.css: Fixed URL.
859 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
860     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
861       for splitting the SELECT clauses, to solve almost all records
862       counting bugs
863     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
864     * lang/japanese: update, thanks to Yukihiro Kawada
866 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
867     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
868       it if necessary.
869     * libraries/common.lib.php3: Don't display edit link for
870       database-independant queries.
871     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
872     * docs.css:
873       - Wrong URI;
874       - Typo.
876 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
877     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
878       Reimplemented "check privileges" feature.
880 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
881     * sql.php3: Fix simple little bug #685082
883 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
884     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
885       is broken), thanks to Alexander Schuch (ci-dev).
887 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
888     * lang/indonesian update, thanks to Rachim Tamsjadi
889     * lang/italian update, thanks to Pietro Danesi
890     * lang/lithuanian update, thanks to Vilius Zigmantas
891     * lang/slovenian update, thanks to Kositer Uros
892     * lang/swedish: update, thanks to Björn T. Hallberg
893     * tbl_change.php3: upload field only to BLOBs
894     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
895       font size
897 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
898     * tbl_replace_fields.php3: sometimes we receive "none" as the file
899       name when there is no field upload for some field
900     * sql.php3: bug 684712, undefined variable $table (js disabled
901       and confirmation for drop database)
903 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
904     * server_databases.php3: Wrong link title.
906 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
907     * server_databases.php3: Ensured that the database list is built.
909 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
910     * lang/catalan: update, thanks to Xavier Navarro
912 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
913     * lang/Galician*: Updates thanks to xosecalvo
915 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
916     * lang/czech: Updated again.
918 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
919     * server_databases.php3, lang/*.inc.php3:
920       - Bugfixes & interface cosmetic;
921       - Drop multiple databases.
922     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
923     * lang/german-*.inc.php3: Updates.
924     * config.inc.php3: Added a note about another possible setting.
925     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
926     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
927     * translators.html: Fixed a typo.
928     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
929     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
931 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
932     * config.inc.php3, lang/add_message.sh: Typos.
933     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
934     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
935       Reworte db_stats.php3 to be conform with the new server_ pages.
937 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
938     * lang/czech: Updated.
940 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
941     * lang/italian: update, thanks to Pietro Danesi
942     * lang/norwegian: update, thanks to Sven-Erik Andersen
943     * lang/polish: update, thanks to Jakub Wilk
944     * lang/swedish: update, thanks to Björn T. Hallberg
945     * lang/slovak: remove duplicates
946     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
948 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
949     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
950     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
951       be '$strDBGMax'
952     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
954 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
955     * libraries/sqlparser.lib.php3: PHP3 parse error
956     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
957       libraries/relation.lib.php3: bug 681298, we should always backquote
958       a restricted word like "comment" when used as an identifier
959     * Documentation.html, bug 681776, wrong command for my.ini file
960     * libraries/left.js: png files
962 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
963     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
964       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
965     * Documentation.html: Removed FAQ entry about Opera 7.
966     * db_stats.php3: One <img> tag still pointed to a GIF file.
968 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
969     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
970       UPDATE query if there was some binary upload in it, otherwise
971       display it
973 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
974     * common.lib.php3:
975       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
976         Bailey (charles_bailey);
977       - Don't use small fonts for Opera 7.
978     * ldi_check.php3: Backslahes should be escaped.
979     * Documentation.html: Added a note about Opera 7.
981 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
982     * Documentation.*: Added information about binary checkbox when uploading
983       files.
985 2003-02-04 Garvin Hicking  <me@supergarv.de>
986     * common.lib.php3: Fixed a possible 'undefined index' error.
988 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
989     * Documentation.html: new faq entry about IE bug with http auth,
990       switching from one server to the other
991     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
992       and only table selected)
993     * ldi_check.php3: check local_infile on recent MySQL versions,
994       thanks to Alexander
996 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
997     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
998       #678729).
999     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
1000     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
1001       variable: charset_of_file).
1003 2003-02-03 Garvin Hicking  <me@supergarv.de>
1004     * pdf_schema.php3, libraries/dbg/profiling.php3,
1005       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
1007 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
1008     ### 2.4.0-rc1 released
1009     and after the release:
1010     * lang/romanian: update, thanks to Valics Lehel
1011     * lang/spanish: update, thanks to Daniel Hinostroza C.
1012     * lang/catalan: update, thanks to Xavier Navarro
1013     * lang/dutch update, thanks to Ivo Teel
1015 2003-02-02 Olivier L. Müller  <om@omnis.ch>
1016     * tbl_addfield.php3: ignore empty fields on alter table
1018 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1019     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1020       compatibility.
1021     * lang/german-*.inc.php3: Updates.
1022     * server_privileges.php3: Remove column privileges.
1023     * config.inc.php3: Added $cfg['DefaultTabServer'].
1024     * header.inc.php3: Link the default tabs.
1025     * libraries/common.lib.php3: PHP3 compatibility.
1027 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
1028     * lang/czech: Updated.
1029     * lang/sort_lang.sh: This needs bash.
1031 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
1032     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
1033     * lang/norwegian: update, thanks to Sven-Erik Andersen
1034     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
1035     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
1036       (later when we get enough translations,
1037        we can use it instead of $strCandLoadMySQL)
1038     * lang/romanian: update, thanks to Valics Lehel
1039     * lang/galician: update, thanks to Xosé Calvo
1040     * lang/lithuanian: update, thanks to Vilius Zigmantas
1041     * lang/japanese: update, thanks to Yukihiro Kawada
1042     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
1043       thanks to Alexander
1045 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
1046     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
1047     re-entry into Earth's atmosphere. In memory of the brave men and women who
1048     gave their lives for the people of Earth. ---
1049     * Documentation.html: Removed a bit of duplication in [7.4] and the
1050     Developers section
1051     * libraries/dbg: New directory for DBG code
1052     * libraries/dbg/setup.php3:
1053        - DBG initialization code, including module support
1054     * libraries/dbg/profiling.php3: Profiling code
1055     * lang/*: New strings added for DBG extension
1056     * config.inc.php3: config options for DBG, off by default
1057     * footer.inc.php3: DBG profiling output
1059 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
1060     * Documentation.*, translators.html, docs.css: New documentation layout.
1061     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
1063 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
1064     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
1065       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
1066       new Feature: BLOB field upload
1067       (TODO: handle open_basedir restrictions)
1069 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
1070     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
1071       libraries/config_import.lib.php3: Added experimental support for
1072       compressed connections to the MySQL server.
1074 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
1075     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
1076       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
1078 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
1079     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
1080     * Documentation.html, translators.html: Unified using of font sizes.
1082 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1083     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
1084       user management.
1085     * server_processlist.php3: Fixed a bug the denied the access to the
1086       process list for normal users.
1087     * config.inc.php3: Removed note about buggy setting.
1088     * lang/german-*.inc.php3: Updates.
1089     * Documentation.html: There won't be a PHP 4.5.0; typos.
1091 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
1092     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1094 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
1095     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1097 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
1098     * lang/slovenian update: thanks to Kositer Uros (urosh)
1099     * lang/albanian: update, thanks to Laurent Dhima
1100     * lang/slovak update, thanks to Lubos Klokner
1102 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
1103     * libraries/relation.lib.php3: improve messages
1105 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
1106     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1108 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
1109     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1110     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1111     * lang/english*: Resorted and Resynced.
1112     * lang/farsi*: Added ready for Farsi translation
1113     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1114         - Updates ready for Farsi translation
1115     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1116     * fulltext.png, partialtext.png, pma_logo.png:
1117         - Ran PNGCRUSH on files to reduce size optimially.
1118     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1119     vertical_line.gif, item_rtl.gif, item_ltr.gif:
1120         - Old image files removed and replaced with PNG files (feature
1121         #458895)
1122     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1123     vertical_line.png, item_rtl.png, item_ltr.png:
1124         - New PNG image files (feature #458895)
1125     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1126         - Code changes for PNG images (feature #458895)
1128 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
1129     * libraries/sqlparser.lib.php3: checkType function
1131 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1132     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1134 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
1135     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1136       row limiting for exported results
1138 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
1139     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1140       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1141       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1142       be SIGNED/UNSIGNED/ZEROFILL.
1144 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1145     * server_privileges.php3: Added column privileges editor.
1147 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1148     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1149       tbl_move_copy.php3, libraries/build_dump.lib.php3:
1150       Feature: Export results of SELECTs
1152 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
1153     * Documentation.html: faq 5.12 about OS X Safari problem
1154     * tbl_move_copy.php3: typo (wrong back link)
1156 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
1157     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1158     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1160 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1161     * server_privileges.php3: Wrong label.
1162     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1163       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1164       The script now works on the SF shell servers ONLY!
1166 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
1167     * lang/czech: Updated.
1168     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1169       field editing.
1171 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
1172     * lang/sort_lang.sh: Fix status output bug '\n'
1173     * db_details_importdocsql.php3: Move hardcoded strings to language files
1174     * lang/*.php3: Add new strings for docSQL importer
1175     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1176     * Documentation.html: Revised FAQ entry about SQL Validator
1178 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1179     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1180     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1181     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1182     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1183     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1185 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
1186     * pdf_pages.php3: feature: deleting a pdf page
1187     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1188       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1190 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1191     * server_privileges.php3:
1192       - Lookup database / table lists if possible;
1193       - The database name was displayed instead of the table name in the sub
1194         page heading.
1195     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1196     * lang/norwegian-*.inc.php3: Updates, thanks to
1197       Sven-Erik Andersen (sven-erik).
1198     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1199     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1201 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
1202     * lang/galician: update, thanks to Xosé Calvo
1203     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1205 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
1206     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1207       all for fields selection.
1208     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1209       (Jumping cursor using keyboard).
1210     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1211       functions.js to allow jumping using keyboard.
1212     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1213       works also for row editing.
1214     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1216 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
1217     * libraries/sqlvalidator.class.php3:
1218       - Removed dependency on overload extension
1219       - Started to fix bug #644709
1220     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1221       - Revert line 88 of sql.php3, and fix it a different way...
1223 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
1224     * read_dump.php3, sql.php3, libraries/common.lib.php3,
1225     libraries/sqlparser.lib.php3:
1226       - Fixed bug #641765, see mailing list post
1228 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1229     * server_*.php3:
1230       - The messages are now displayed by server_links.inc.php3, so
1231         server_common.inc.php3 may be included earlier;
1232       - Beautified code.
1233     * server_privileges.php3:
1234       - Wrong GRANT syntax;
1235       - Changed the default behavior of the for fields "pred_username" and
1236         "pred_password".
1238 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1239     * tbl_change.php3: bug 665885, wrong back link after sql error
1240     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1241     * lang/ukrainian: update, thanks to Markijan Baran
1242     * lang/romanian: update, thanks to Valics Lehel
1243     * lang/japanese: update, thanks to Yukihiro Kawada
1245 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
1246     * lang/czech*: Updated.
1248 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1249     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1250       support for the EXTRACT ... FROM syntax which is not a real
1251       SELECT ... FROM
1253 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1254     * server_privileges.php3, lang/*.inc.php3:
1255       - Forgot to implement "This host";
1256       - Drop the users' databases;
1257       - Don't send comments to the MySQL server;
1258       - When trying to delete multiple users, display an error message if none
1259         have been selected.
1261 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
1262     * libraries/sqlparser.lib.php3, libraries/functions.js,
1263       sql.php3: - use the parser for confirmation requests
1264                 - better check before appending LIMIT
1265     * lang/galician: update, thanks to Xosé Calvo
1266     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1267     * lang/indonesian: missing semicolon
1268     * lang/japanese: update, thanks to Yukihiro Kawada
1269     * lang/romanian: update, thanks to Valics Lehel
1271 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
1272     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1273       and hidden input generating stuff.
1274     * almost all php3 files: Use new URL and hidden input generation stuff.
1275     * libraries/common.lib.php3: Addded extra check for MySQL even when in
1276       safe mode (could fix #661949).
1278 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1279     * lang/english-*.inc.php3: Fixed a typo.
1280     * server_privileges.php3, libraries/url_generating.lib.php3:
1281       - Beautified generated XHTML code;
1282       - Coding standards;
1283       - Added a missing @param comment.
1285 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
1286     * lang/czech: Updated.
1288 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1289     * server_privileges.php3: Sorting user list.
1290     * translators.html: Typo.
1291     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1292     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1293     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1294     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1295     * lang/norwegian-*.inc.php3: Updates, thanks to
1296       Sven-Erik Andersen (sven-erik).
1297     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1299 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1300     * Documentation.html: clarification about cookie/http modes
1301     * lang/dutch update, thanks to Ivo Teel
1302     * lang/japanese: update, thanks to Yukihiro Kawada
1303     * lang/ukrainian: remove duplicate messages
1305 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1306     * server_privileges.php3:
1307       - Interface cosmetic;
1308       - Smaller bugfixes;
1309       - Added a db / table privileges editor.
1310     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1311     * server_privileges.php3, libraries/server_privileges.js:
1312       - Optimized some JS functions for the new interface;
1313       - Added ability to create new MySQL users via GRANT (feature #502465).
1314     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1315       Incremented version number to 2.4.0-dev.
1317 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1318     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1320 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
1321     * lang/estonian*, malay*: remove control M
1322     * lang/romanian: update, thanks to Valics Lehel
1323     * lang/galician: update, thanks to Xosé Calvo
1324     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1326 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1327     * lang/german*: Updated.
1329 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
1330     * lang/czech*: Updated.
1331     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1332     * lang/sort_lang.sh: Made POSIX sh compatible.
1333     * lang/check_lang.sh: Made require bash.
1334     * lang/swedish*: Updated.
1335     * lang/*: For many translations fixed missing/duplicate strings.
1337 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
1338     * lang/ukrainian: update, thanks to Markijan Baran
1339     * user_details.php3: add $strGrantOption
1340     * lang/french update
1341     * main.php3, lang/*.php3: $strOriginalInterface
1343 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1344     * server_privileges.php3:
1345       - Made the script compatible to MySQL < 3.22.11;
1346       - Fixed the missing "LOCK TABLES" option in the privilege editor.
1347       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1348         if all privileges have been selected.
1349     * libraries/sqlparser.data.php3:
1350       - Fixed bug #655817 (New privileges are not detected correctly).
1351       - Updated function list.
1353 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1354     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1356 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1357     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1358       Added ability to delete users.
1360 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1361     * tbl_dump.php3:
1362       - Fixed wrong charset information in XML exports.
1363       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1364         of '4.00.05'.
1366 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1367     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1369 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
1370     * server_privileges.php3: Fixed undefined variable warning.
1371     * lang/czech*: Updated.
1372     * lang/*: Fixed a typo.
1374 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
1375     * lang/romanian: update, thanks to Valics Lehel
1376     * lang/dutch update, thanks to Ivo Teel
1378 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1379     * lang/norwegian-*.inc.php3:
1380       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1381       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1382     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1383     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1384     * lang/german-*.inc.php3: Updates.
1385     * lang/*.inc.php3: Fixed a typo.
1386     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1387     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1388     * server_privileges.php3, lang/*.inc.php3:
1389       - Bugfixes;
1390       - Small design modification;
1391       - Added ability to change passwords via SET PASSWORD FOR user.
1393 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1394     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1395       lang/*.inc.php3: Started rewriting the user administration; changes:
1396       - Use GRANT / REVOKE for privilege changes (feature #502465);
1397       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1398       - Support for user resource limits;
1399       - Improved user friendliness.
1400       Currently, it can only display and edit global privileges.
1401     * libraries/common.lib.php3: Undefined index.
1402     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1403     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1405 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
1406     * main.php3: Since every user has access to his processlist, set
1407       is_process_priv to TRUE as default (fixes undefined variable warning).
1409 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
1410     * tbl_select.php3, bug 648263
1411     * libraries/common.lib.php3, bug 653764
1412     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1413       append data only to a table
1415 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
1416     * lang/russian: update, thanks to Nicolay Zakharov
1418 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
1419     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1420     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1422 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
1423     * lang/russian: update, thanks to Nicolay Zakharov
1424     * lang/galician: update, thanks to Xosé Calvo
1426 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
1427     * libraries/get_foreign.lib.php3: bug 646263,
1428       bad drop-down in select sub-page
1430 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1431     * libraries/common.lib.php3: Removed a comment.
1433 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
1434     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1436 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
1437     * tbl_dump.php3: Fix output order of inserts/creates, generate file
1438       extension to include also file type, not only compression (now it
1439       generates something like dump.sql.gz).
1441 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1442     * pdf_schema.php3: Change generated filename to
1443       db_pdfname.pdf instead of db_pdfnumber.pdf
1445 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1446     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1447     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1448     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1449     * lang/norwegian-*.inc.php3: Updates, thanks again to
1450       Sven-Erik Andersen (sven-erik).
1451     * lang/german-*.inc.php3: Small grammar fix.
1453 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1454     * lang/german-*.inc.php3: Updates.
1455     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1456     * libraries/build_dump.php3:
1457       - Fixed part 2 of bug #652311 (Undefined variables);
1458       - Coding standards.
1460 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
1461     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1462       cleaner charset conversion for export.
1463     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1464       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1465       thanks to Valentine for creating the patch #627496.
1467 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
1468     * lang/galician: update, thanks to Xosé Calvo
1469     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1470       but there is still some work to do about how to split a UNION
1471     * tbl_properties_options.php3, bug 651522 wrong back-link,
1472       thanks to Mischka ( stollner at uni-muenster dot de )
1474 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
1475     * lang/czech*.php3: Updated translation.
1476     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1478 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1479     * server_*.php3, lang/*.inc.php3, main.php3:
1480       - Added 'SHOW PROCESSLIST' interface;
1481       - Small bugfixes.
1482       - XHTML fixes.
1483     * lang/spanish-*.inc.php3: Updates, thanks again to
1484       Dr. med. Daniel Hinostroza C.
1485     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1487 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1488     * lang/norwegian-*.inc.php3: Updates, thanks again to
1489       Sven-Erik Andersen (sven-erik).
1490     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1491     * lang/spanish-*.inc.php3: Updates, thanks again to
1492       Dr. med. Daniel Hinostroza C.
1494 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1495     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1496       server_common.inc.php3, server_links.inc.php3, server_status.php3,
1497       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1498       Started working on a new interface to server related pages.
1499     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1500     * lang/german-*.inc.php3: Updates.
1501     * lang/english-*.inc.php3: Reordered strings.
1503 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
1504     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1505       bug 633422, use a button if search result would generate a too big URL
1507 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1508     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1509       Choose between Landscape and Portrait for the
1510       Datadictionary in PDF Pages
1511     * pdf_schema.php3: lineheight for Textrows in Datadictionary
1512       was equal to textheight, i added one mm above and below text
1513       (hope your tables are not too big not to fit on a page now ;)
1515 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1516     * lang/german.inc.php3: Updates.
1517     * main.php3: Fixed bug #649641 (usernames containing '@' character).
1518     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1519       warning / php >= 4.3.0) by Mats Engstrom (matseng).
1520     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1521     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1522       (sven-erik).
1523     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1524     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1525     * lang/italian-*.inc.php3:
1526       - Updates, thanks to Pietro Danesi (danone).
1527       - Coding standards.
1529 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
1530     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1531       new data dict feature for PDF pages, thanks to Maxime Delorme
1532     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1533       thanks to Piotr Roszatycki (d3xter)
1535 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1536     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1538 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
1539     * pdf_schema.php3: remove control M
1540     * lang/dutch update, thanks to Ivo Teel
1542 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1543     ### 2.3.3pl1 released
1546          --- Older ChangeLogs can be found on our project website ---
1547                      http://www.phpmyadmin.net/ChangeLogs/
1549 # vim: ft=changelog
1550 # vim: expandtab ts=4 sw=4 sts=4
1551 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1552 # vim: fdn=1 fdm=expr