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