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