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