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