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