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