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