add unique numbers to $strFileCouldNotBeRead to improve support when someone gets...
[phpmyadmin/crack.git] / ChangeLog
blob92f724708ff090b696218a2dcf2688b7a04a9926
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
9     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
10       improve support when someone gets this error
12 2005-08-08 Michal Čihař  <michal@cihar.com>
13     * libraries/export/htmlword.php: Fix undefined variable when exporting
14       relations (bug #1253457).
16 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
17     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
18       with MySQL 4.0.x
19     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
20       /tbl_move_copy.php: patch #1253461 (code cleanup), 
21       thanks to Sebastian Mendel
22     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
23       and code cleanup, thanks to Sebastian Mendel
25 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
26     * Documentation.html: Save button for PDF schema coordinates,
27       thanks to Ryan Schmidt
28     * server_privileges.php: undefined index $GLOBALS[''],
29       thanks to Ryan Schmidt
30     * queryframe.php: need at least 2 items to display a group in the
31       database selector, thanks to Ryan Schmidt
33 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
34     * queryframe.php: fixes for tree subgroups in databases selector:
35       escaping of special characters, display a db name inside its own
36       group, and proper closing of optgroup, thanks to Ryan Schmidt
38 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
39     * Documentation.html, readme.php, license.php: 
40       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
42 2005-08-04 Michal Čihař  <michal@cihar.com>
43     * libraries/common.lib.php, export.php: Show error header on error to make
44       clear that something bad has happened.
46 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
47     * queryframe.php: patch #1250899:
48      - unified spaces between icons
49      - cleaned html and php code
50      - display of querywindow-icon now follows
51        $cfg['QueryFrame']
52      - always use no_js=1 if $cfg['QueryFrameJS'] == true
53       thanks to Sebastian Mendel
54     * Documentation.html: patch #1169308, FAQ 1.17a improved,
55       thanks to Isaac Bennetch
56     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
57       libraries/common.lib.php, /config_import.lib.php:
58       patch #1246245, tree subgroups for databases (in selector),
59       thanks to Edward Rudd - urkle
60     * db_details.php, tbl_query_box.php: patch #1250935, interface
61       improvements, thanks to Sebastian Mendel
62     * tbl_create.php: bug #1252124, XSS on table creation page
64 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
65     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
66       table width should be limited by template if necessary,
67       thanks to Sebastian Mendel - cybot_tm
68     * server_databases.php: patch #1249371, correct calculation of colspan,
69       and patch #1249414, display improvements, thanks to Sebastian Mendel;
70       also,  $dbstats should contain 0 or 1, not the colspan
71     * sql.php: patch #1249451, display improvement for bookmark dialog,
72       thanks to Sebastian Mendel
73     * libraries/common.lib.php: patch #1249457, display improvements for Edit
74       Explain etc dialog, thanks to Sebastian Mendel
76 2005-08-01 Michal Čihař  <michal@cihar.com>
77     * lang/czech: Fix bad translation (is was translated to is not :-)),
78       update.
80 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
81     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
82     * Documentation.html: "bug #1248598, explain another cause of the Missing
83       parameter error
85 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
86     * tbl_change.php, lang/*: new message $strAndThen
87         * libraries/dbg/profiling.php: patch #1160439, improvements,
88           thanks to Glen Arason
89         * scripts/upgrade.pl: patch #1198492, current version check,
90           thanks to Herman van Rink - helmo
92 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
93     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
95 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
96     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
97       after inserting a row
98     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
99       RFE #1177459, BOOL column type
101 2005-07-26 Michal Čihař  <michal@cihar.com>
102     * export.php: Use actual MIME type for CSV.
104 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
105     * tbl_change.php: insert another new row: dropdown choice should be sticky
107 2005-07-24 Michal Čihař  <michal@cihar.com>
108     * libraries/check_user_privileges.lib.php: Undefined variable (bug
109       #1243885).
110     * libraries/config_import.lib.php: Do not override theme properties when
111       path is not set.
112     * libraries/select_theme.lib.php: Do not attempt to sort themes when
113       themes are disabled (bug #1243883).
115 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
116     * tbl_properties_structure.php, tbl_properties.inc.php:
117       bug #1157230, escape special chars in ENUM or SET
119 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
120     * db_details_structure.php: table creation should not be possible
121       in information_schema
122     * db_operations.php: those operations do not make sense on
123       information_schema
124     * browse_foreigners.php: bug #1242805, Show All does not work while
125       browsing foreign values
126     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
127       content were reversed (id-content showed content then id)
129 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
130     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
131       cookie-based login panel
133 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
134     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
136 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
137     * translators.html: message about French translation will be in French
139 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
140     * libraries/string.lib.php: typo
141     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
143 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
144     * lang/*: removed unused strInvalidRowCount
146 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
147     * Documentation.html: how to enable the charset choice for exported file
149 2005-07-13 Michal Čihař  <michal@cihar.com>
150     * libraries/common.lib.php: Use eval for config file including to catch
151       parse errors (bug #1223319), on error page display config file that
152       actually failed.
153     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
154       libraries/display_create_database.lib.php: Show box for creating
155       database only if user has privileges to do so (bug #1167892).
156     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
157       noticing this.
159 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
160     * sql.php: for Insert row and Export, use post when the query is too big
161     * export.php: bug #1116026, export under IE 6 (XP SP2)
163 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
164     * tbl_relations.php: bug #1227710, unsaved relations lost when changing 
165       field to display
167 2005-07-11 Michal Čihař  <michal@cihar.com>
168     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
169       #1235761).
171 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
172     * config.inc.php, Documentation.html, libraries/common.lib.php,
173       libraries/config_import.lib.php:
174       Document previous foreign-key dropdown work, and also ensure that the
175       configuration import code works properly with it.
176         
177 2005-07-10 Michal Čihař  <michal@cihar.com>
178     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
179       #1192219)
180     * Documentation.html, config.inc.php, left.php, queryframe.php,
181       libraries/common.lib.php, libraries/config_import.lib.php,
182       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
183       User can now have different theme per server (RFE #1231599).
184     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
185     * main.php: Correct ALT attribute for image (bug #1232124).
186     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
187       browsing state while deleting multiple rows (bug #1232624).
188     * tbl_row_action.php: Fix undefined variable warning.
189     * db_details_structure.php, db_operations.php, header.inc.php,
190       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
191       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
192       libraries/functions.js, libraries/indexes.js: Show better error messages
193       when checking numerical inputs (bug #1207402).
194     * sql.php, libraries/common.lib.php: Use post for print view when query is
195       too big (bug #1203692).
197 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
198     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
199       Undefined variable order_img
200     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
201     * queryframe.php: bug #1231804, query windows does not open in new window,
202       thanks to Michael Keck
203     * db_details_qbe.php: bug #1234616, minor theme text color issue
205 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
206     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields 
207       without a charset
209 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
210     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
211       and Mastermnd for the 2.6.2 translation cleanup
212     * tbl_properties_table_info.php: bug #1231917, commands out of sync
214 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
215     * Documentation.html: link in doc, thanks to Cedric Corazza
216     ### 2.6.3 released
218 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
219     * db_operations.php: bug #1230224, db rename and old pmadb information
221 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
222     * Documentation.html: patch #1229673, improvement to big-file-import
223       instructions, thanks to Isaac Bennetch - ibennetch
225 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
226     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
227     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
228     * lang/chinese_traditional: Updates, thanks to Siu Sun
229     * lang/catalan update, thanks to Xavier Navarro (xavin).
230     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
231     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
232     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
234 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
235     * tbl_properties_table_info.php: bug #1228862, creating a table under 
236       MySQL 5.x with wrong table type
238 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
239     * tbl_properties_operations.php: bug #1225635,
240       cannot change table's collation under MySQL 5.0.4
242 2005-06-27 Michal Čihař  <michal@cihar.com>
243     * config.inc.php: Better comments describing multi server setup (patch
244       #1226666).
245     * db_details_links.php: Place export tab on same place as on table page
246       (RFE #1047874).
247     * tbl_properties_links.php: Switch browse and properties tabs
248     * db_details_structure.php: Make order of icons same as on table view (RFE
249       #1047874).
251 2005-06-24 Michal Čihař  <michal@cihar.com>
252     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
253       Remove error reporting.
254     * config.inc.php, libraries/common.lib.php,
255       libraries/config_import.lib.php, libraries/display_export.lib.php:
256       Configurable file name templates (RFE #1226941).
257     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
258       code for browsing directory with themes (RFE #1184251).
259     * tbl_change.php: Use select instead of input, this saves some place and
260       looks better (RFE #1169931).
261     * tbl_change.php: Display column comment while editing data (RFE #860912).
262     * lang/sync_lang.sh: Fix belarusian name.
263     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
264       Add hex transformation (RFE #1100068).
266 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
267     * db_operations.php: problem renaming a db
269 2005-06-24 Alexander M. Turek  <me@derrabus.de>
270     * lang/german-*.inc.php: Updates.
271     * db_operations.php: Cleaning up Marc's code... ;-p
273 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
274     * config.inc.php, libraries/relation.lib.php,
275         libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
276         customizing foreign-key dropdown, take #2, now very customizable, incl max
277         item limit.
279 2005-06-23 Michal Čihař  <michal@cihar.com>
280     * lang/czech: Update.
282 2005-06-22 Alexander M. Turek  <me@derrabus.de>
283     * tbl_properties_structure.php: Undefined index.
285 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
286     * config.inc.php, libraries/relation.lib.php: Support for customizing
287         foreign-key dropdown, take #1.
289 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
290     * server_databases.php: Bug #1225315, wrong message displayed
291       when no databases were dropped.
292     * tbl_properties.inc.php: Patch #1225452, JS error for
293       getting the value of a select field in certain browsers.
295 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
296     * lang/chinese_traditional: Updates, thanks to Siu Sun
297     * lang/italian: Updates, thanks to Pietro Danesi
298     * lang/finnish: update, thanks to Jouni Kahkonen
299     * lang/norwegian: Update, thanks to Sven-Erik Andersen
300     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
301     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
302     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
304 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
305     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
306       to use a reserved word as an identifier
307     * db_operations.php, libraries/database_interface.lib.php:
308       bug #1221359, Copying a db containing a MERGE table
310 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
311     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
312       submit button
313     * db_operations.php: bug #1215688, Copying database does not preserve
314       default charset and collation
315     ### 2.6.3-rc1 released
317 2005-06-12 Olivier Mueller <om@omnis.ch>
318     * lang/*, server_privileges.php: added strings for RFE #1197482:
319       $strGeneratePassword, $strGenerate and $strCopy
321 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
322     * tbl_properties_export.php: bug #1169791, exporting results from queries
323       with limit keyword
324     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
325     * lang/finnish: update, thanks to Jouni Kahkonen
326     * lang/norwegian: Update, thanks to Sven-Erik Andersen
327     * lang/galician: Updates, thanks to Xosé Calvo.
328     * lang/belarusian, libraries/select_lang.lib.php:
329       belarusian is now belarusian_cyrillic; added belarusian_latin,
330       thanks to Jaska Zedlik
332 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
333     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
334       feature in case of duplicate entry
336 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
337     * lang/tatarish*: updates, thanks to Albert Fazlí
338     * config.inc.php: bug #1215950, typo in comment
340 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
341     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
342       translators.html: renamed "tatar" to "tatarish" (tatar is
343       a different language and this translation is really tatarish)
344     * lang/mongolian*, libraries/select_lang.lib.php,
345       translators.html, Documentation.html, README:
346       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
348 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
349     * libraries/functions.js: bug #1207405, invalid SQL when creating
350       table with zero fields
351     * sql.php: bug #1204951, left frame browse icon alt tag
352       not updated on emptying table
354 2005-06-05 Michal Čihař  <michal@cihar.com>
355     * lang/czech: Update.
357 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
358     * lang/chinese_traditional: Updates, thanks to Siu Sun.
359     * lang/finnish: update, thanks to Jouni Kahkonen
360     * lang/norwegian: Update, thanks to Sven-Erik Andersen
361     * db_details_structure.php: optional message $strNumberOfFields,
362       will use $strFields if not defined
363     * db_operations.php, lang/*: bug #1212997, db copy should not
364       always perform CREATE DATABASE
366 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
367     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
368       translators.html, Documentation.html, README:
369       new language (tatar), thanks to Albert Fazlí
371 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
372     * Documentation.html: bug #1213761, hint about Hardened PHP
373       and the Missing parameters problem, thanks to Klaus Dorninger
375 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
376     * db_details_structure.php: patch 1209863, XHTML validity,
377       thanks to Ryan Schmidt
379 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
380     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
381       thanks to Ryan Schmidt
382     * footer.inc.php: bug #1209891, db list not refreshed when the left
383       frame is positionned on a db, then a manual DROP DATABASE it done
384       on another db
385     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
386       refresh the queryframe
388 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
389     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
390       when field type changes
392 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
393     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
394     * sql.php: bug #1204913, left frame update on manual table rename
396 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
397     * tbl_properties.inc.php: bug #1207404, undefined variables
399 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
400     * libraries/common.lib.php: bug #1207395, undefined theme_generation
401       and theme_version, thanks to Ryan Schmidt
402     * tbl_properties_operations.php: bug #1207212, changing table type
403       under MySQL 5.0.4
405 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
406     * libraries/charset_conversion.lib.php: diacritics wrongly converted
407       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
408     * tbl_properties_structure.php, tbl_properties.inc.php,
409       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
410     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
411     * themes/[darkblue_orange|original]/css/theme_print.css.php:
412       spelling error Hevetica -> Helvetica, thanks to Castorius and
413       Isaac Bennetch - ibennetch
415 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
416     * tbl_select.php: bug #1204235, searching on a VARBINARY field
418 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
419     * export.php: bug #1193442, 8 extra spaces at end of export area,
420       thanks to Ryan Schmidt
421     * db_details_structure.php: bug #1193430, zero_rows parameter
422       not url-encoded, thanks to Ryan Schmidt
424 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
425     * server_privileges.php, libraries/server_privileges.js:
426       make the password generator work also on user account editing
428 2005-05-17 Olivier Mueller <om@omnis.ch>
429     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
430       password generator on user creation.  RFC: ok like that?  TODO: add strings.
432 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
433     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
434       of query is applied to appended LIMIT as well
436 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
437     * tbl_printview.php: bug #1178760, header not sent when displaying
438       print view of multi tables, thanks to Hrvoje Novosel - interghost
439     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
440       mousedown, thanks to Ken Stanley - eclipsboi
442 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
443     * tbl_properties.inc.php: bug #1069012, table collation forgotten
444       when adding fields
445     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
446       showing the details of a storage engine under MySQL 4.0.x
448 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
449     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
450       when exporting without enclosing with backquotes
452 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
453     * db_details_links.php: patch #1196806, add a Privileges tab
454       in db view, thanks to Herman van Rink - helmo
455     * server_privileges.php: add a back link to the db on which
456       we are checking privileges
457     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
458       with USE followed with a db name containing an hyphen
459     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
461 2005-05-08 Olivier Mueller <om@omnis.ch>
462     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
463       with one command and 5 seconds. To be improved, but is working fine
464       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
465     * server_privileges.php: always display the "Add a new user" link
466       on the User overview page (no more need to click on [show all] or
467       an initial before)
469 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
470     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
471       sets and collations (temporary workaround)
472     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
474 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
475     * Documentation.html: improvement about PmaAbsoluteUri,
476       thanks to Isaac Bennetch - ibennetch
478 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
479     * libraries/common.lib.php: bug #1185152, setting collation for a field,
480       thanks to Ryan Schmidt - ryandesign
482 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
483     * export.php: bug #1123284, avoid double compression when
484       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
485     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
486       thanks to Ryan Schmidt - ryandesign
488 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
489     * server_status.php: bug #1193225, missing </ul>
490     * tbl_properties.inc.php: bug #1193353, js error on creating table
492 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
493     * db_operations.php, libraries/tbl_move_copy.php:
494       bug #1192468, bookmarks copied too many times
496 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
497     * lang/finnish: update, thanks to Jouni Kahkonen
498     * lang/russian: update, thanks to lobovich
499     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
501 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
502     * tbl_properties_structure.php, tbl_properties.inc.php:
503       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
504     * lang/finnish: big update, thanks to Jouni Kahkonen
506 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
507     * libraries/sqlparser*: bug #1185173. A query using the Storage
508       table name and an alias, returned no result. I changed the
509       parser to add a list of "forbidden" reserved words, as listed
510       in the MySQL manual (reserved words). Those are not allowed
511       as a table/column name, but others (like Storage) are allowed.
512       Now the query works. TODO: do not pretty print in color,
513       in this case
514     * libraries/common.lib.php: bug #1179241, wrong escaping of
515       apostrophe in generated PHP code
517 2005-04-25 Michal Čihař  <michal@cihar.com>
518     * lang/czech: Update.
519     * lang/english: Fix typo.
521 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
522     * left.php, queryframe.php: bug #1168784, please respect the db order
523       given in only_db
525 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
526     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
527     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
528     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
529     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
530     * lang/galician: Updates, thanks to Xosé Calvo.
531     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
532     * tbl_properties_export.php: bug #1180860, error going from Export
533       to Insert tab
534     ### 2.6.2 released
536 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
537     * db_details_structure.php: Search icon centering
539 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
540     * tbl_alter.php: undefined $field_comments
542 2005-04-10 Alexander M. Turek  <me@derrabus.de>
543     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
545 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
546     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
547     * server_privileges.php: bug #1179969, problem editing a user's profile
548       (and there was a problem also with the detection of
549        an already existing user)
551 2005-04-09 Alexander M. Turek  <me@derrabus.de>
552     * libraries/sqlparser.data.php: Added keyword ROUTINE.
554 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
555     * lang/catalan update, thanks to Xavier Navarro (xavin).
557 2005-04-07 Alexander M. Turek  <me@derrabus.de>
558     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
559       en-iso-8859-15.
560     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
562 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
563     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
564     * libraries/common.lib.php: wrong test when the field's type is
565       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
567 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
568     ### 2.6.2-rc1 released
570 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
571     * tbl_addfield.php: TIMESTAMP options support
572     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
573       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
574       set to NULL to have the NULL attribute
575     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
576       with FK constraints to a table in the same db
578 2005-03-31 Alexander M. Turek  <me@derrabus.de>
579     * left.php: Undefined offset (Bug #1174045).
581 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
582     * Documentation.html: added FAQ 5.17 about problem with
583       Firefox when the Tabbrowser Extensions plugin is installed
584     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
585     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
586       made dynamic, depending on the field's type
587     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
589 2005-03-30 Alexander M. Turek  <me@derrabus.de>
590     * server_databases.php: Bug #1172782 (Don't allow to drop
591       information_schema).
592     * libraries/mysql_charsets.lib.php: Typo.
593     * lang/german-*.inc.php: Better translation.
595 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
596     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
597       thanks to Isaac Bennetch - ibennetch
598     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
599     * lang/*: removed unused message and modified strCheckOverhead
600       where still untranslated
601     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
602       modifying TIMESTAMP options, the table structure editing form
603       was shown without the new options.
605 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
606     * libraries/common.lib.php: XSS vulnerability on convcharset
608 2005-03-29 Alexander M. Turek  <me@derrabus.de>
609     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
610       unavailable collations (bug #1172517).
612 2005-03-28 Alexander M. Turek  <me@derrabus.de>
613     * left.php: Implemented the forgotten view icon.
615 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
616     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
617     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
618       under MySQL 4.1
619     ### 2.6.2-beta1 released
621 2005-03-27 Alexander M. Turek  <me@derrabus.de>
622     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
623       themes as imcompatible because of recent changes.
624     * libraries/information_schema_relations.lib.php,
625       libraries/relation.lib.php: information_schema relations.
627 2005-03-26 Alexander M. Turek  <me@derrabus.de>
628     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
629     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
630       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
631       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
632       Added more Latin9 language files.
634 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
635     * tbl_properties.inc.php: bug #1170255, undefined index: Field
637 2005-03-25 Alexander M. Turek  <me@derrabus.de>
638     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
639       for marking a functionality as unavailable.
640     * libraries/relation.lib.php:
641       - Removed recoding function calls from controluser queries as they do
642         not depend on the connection charset anymore;
643       - Added emulated relations for some information_schema tables. To be
644         continued.
646 2005-03-24 Alexander M. Turek  <me@derrabus.de>
647     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
648       libraries/database_interface.lib.php:
649       - Force separate connection for controluser queries;
650       - Don't apply collation_connection settings to controluser connections.
651     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
652     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
654 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
655     * header.inc.php: undefined index tbl_is_view when copying a table
656       with constraints and an error occurs
658 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
659     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
660     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
662 2005-03-19 Alexander M. Turek  <me@derrabus.de>
663     * lang/german-*.inc.php: Translations #1120157 (bad translation of
664       $strAddSearchConditions).
665     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
666       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
667     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
668       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
669       the German and French language files for testing.
671 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
672     * lang/catalan update, thanks to Xavier Navarro (xavin).
673     * lang/russian update, thanks to gunsky
674     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
676 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
677     * lang/estonian: Update thanks to Alvar Soome - finsoft.
678     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
679     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
680       - thedarkness
681     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
682     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
684 2005-03-18 Alexander M. Turek  <me@derrabus.de>
685     * lang/german-*.inc.php: Updates.
687 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
688     * Documentation.html: bug #1165148, typo in Documentation.html
689     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
690     * lang/galician: Updated, thanks to Xosé Calvo.
692 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
693     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
694       config.inc.php (comment only), libraries/common.lib.php:
695       experimental support for table structure editing with MySQL 4.1.2+
696       TIMESTAMP options
698 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
699     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
701 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
702     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
703       start merging code for MySQL 4.1.2 TIMESTAMP options support
705 2005-03-10 Alexander M. Turek  <me@derrabus.de>
706     * libraries/relation.lib.php: Bug #1159415.
708 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
709     * libraries/database_interface.lib.php, libraries/relation.lib.php:
710       problem with getting comments when creating a new table under MySQL 4.1.x
711       with mysql extension
713 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
714     * db_operations.php: db comments updating broken
715     * libraries/relation.lib.php: bug #1159415, data dictionary broken
717 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
718     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
719       versions of insert-row icons.
721 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
722     * lang/french update
724 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
725     * libraries/relation.lib.php: db comments broken
726     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
727     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
728       bookmark improvement,
729       based on patch #1034161 by Ryan Schmidt - ryandesign:
730       sort bookmarks by label, remove the number before each bookmark
731       in the drop-down choice. For this I had to change some logic in the
732       calling scripts. It's still possible to have the same label more
733       than once.
735 2005-03-07 Michal Čihař  <michal@cihar.com>
736     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
737       libraries/header_meta_style.inc.php: Actually use print style in themes,
738       also fixes RFE #1120880.
739     * sql.php: Better calculate inserted row id (bug #1156963).
740     * db_details_links.php, db_details_structure.php: Show database comment on
741       each tab (same as we do with table comments).
743 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
744     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
745       versions of drop icons.
747 2005-03-06 Michal Čihař  <michal@cihar.com>
748     * export.php, libraries/display_export.lib.php, config.inc.php,
749       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
750       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
751       2000 export (RFE #1155122).
752     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
753       engine" translation.
754     * lang/english: Nothing to translate here.
755     * Documentation.html: Document new Excel export.
756     * config.inc.php, libraries/config_import.lib.php,
757       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
758       export now can contain table structure and better handles more
759       tables/databases export.
760     * db_operations.php, export.php, main.php, tbl_move_copy.php,
761       libraries/common.lib.php, libraries/select_theme.lib.php,
762       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
763       / to end of path (bug #1155373).
765 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
766     * libraries/relation.lib.php, /display_export.lib.php,
767       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
768       the "Add into comments ... Comments" choice, since they are
769       part of the structure
771 2005-03-06 Alexander M. Turek  <me@derrabus.de>
772     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
773       activity statistics.
774     * server_status.php: Removed InnoDB Status sub-page. It is now part of
775       server_engines.php.
776     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
777       indicators.
778     * libraries/mysql_charsets.lib.php: Don't check the character set of the
779       virtual database "information_schema" (MySQL 5.0).
780     * db_details_links.php, db_details_structure.php: Don't allow the user to
781       change anything in MySQL 5.0's information_schema database.
783 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
784     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
785       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
786       /database_interface.lib.php: MySQL 4.1.x native comments
788 2005-03-05 Alexander M. Turek  <me@derrabus.de>
789     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
790       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
791       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
792       libraries/engines/myisam.lib.php:
793       - Moved engine-specific settings into plugins;
794       - Added ability to create multiple sub-pages in server_engines.php for
795         a specific engine;
796       - Added a few InnoDB variables. To be continued. :-)
797       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
799 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
800     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
801       Missing parameters, and when the error happens, show a link to FAQ
803 2005-03-03 Alexander M. Turek  <me@derrabus.de>
804     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
805       with "str").
806     * header.inc.php: Wrong icon for views.
807     * libraries/sqlparser.data.php: Added more missing date / time functions.
809 2005-03-02 Michal Čihař  <michal@cihar.com>
810     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
811       modes not available in current MySQL version, do not fail on error when
812       setting SQL_MODE (bug #1155209).
814 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
815     * main.php: bug #1154307, wrong text for alt,
816       thanks to Isaac Bennetch - ibennetch
817     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
818       thanks to Isaac Bennetch - ibennetch
820 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
821     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
822       thanks to Ryan Schmidt
823     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
824       var
826 2005-02-27 Alexander M. Turek  <me@derrab.us>
827     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
828       and GET_FORMAT (bug #1152310).
830 2005-02-27 Michal Čihař  <michal@cihar.com>
831     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
833 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
834     * Documentation.html: added FAQ 5.16 about various IE and Windows
835       problems. Thanks to Michael Keck.
836     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
838 2005-02-24 Alexander M. Turek  <me@derrabus.de>
839     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
841 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
842     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
843       blowfish_secret is empty
845 2005-02-23 Alexander M. Turek  <me@derrabus.de>
846     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
847     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
848       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
849     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
850       we had already commented out a long time ago.
852 2005-02-22 Alexander M. Turek  <me@derrabus.de>
853     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
854       of bug #1149383.
856 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
857     * pdf_pages.php: patch #1120466 (modified): optional column names
858       in visual scratchboard, thanks to Remco Aalbers - remcoa
860 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
861     * header.inc.php, queryframe.php: HTML improvement,
862       thanks to Armel Fauveau
863     * server_privileges.php: bug #1113788, escaping character removed by error
865 2005-02-16 Alexander M. Turek  <me@derrabus.de>
866     * db_details_export.php: Views are not exportable yet.
867     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
868     * server_engines.php: Use new CSS class 'disabled' for unavailable
869       engines.
871 2005-02-14 Michal Čihař  <michal@cihar.com>
872     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
873       indexes for print view, use same function as for normal view (bug
874       #1119388).
875     * css/print.css, libraries/tbl_indexes.lib.php,
876       libraries/header_meta_style.inc.php: Use CSS for hiding print button
877       rather than javascript.
879 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
880     * tbl_properties_table_info.php: avoid errors #1046, no database selected
881       in MySQL 5.0.2
882     * lang/romanian: Updated, thanks to Valics Lehel.
884 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
885     * lang/french update
886     * server_privileges.php: bug #1118137, host not changing when editing user
888 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
889     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
891 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
892     * config.inc.php, Documentation.html: bug #1115327, document the
893       maximum number of characters for blowfish_secret
895 2005-02-09 Alexander M. Turek  <me@derrabus.de>
896     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
898 2005-02-08 Michal Čihař  <michal@cihar.com>
899     * export.php: Fix export of SQL for Safari (bug #1113015).
901 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
902     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
903       do not send a boolean to mysqli_free_result() or mysql_free_result(),
904       it expects a result resource
905     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
906       using "copy table" operation
907     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
908       disabled
910 2005-02-07 Alexander M. Turek  <me@derrabus.de>
911     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
912       php 4.1.x.
914 2005-02-06 Alexander M. Turek  <me@derrabus.de>
915     * header.inc.php, tbl_properties_table_info.php: View detection for
916       header.inc.php.
917     * tbl_properties_links.php: Adjusted tab bar for views.
919 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
920     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
922 2005-02-04 Michal Čihař  <michal@cihar.com>
923     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
925 2005-02-03 Alexander M. Turek  <me@derrabus.de>
926     * tbl_addfield.php: Bug #1040682 (adding field with collation).
928 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
929     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
930       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
931     * tbl_properties.inc.php: bug #1114550, changing the type of
932       a float unsigned column
934 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
935     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
936       cannot be used with MYSQL_USE_RESULT
938 2005-01-29 Alexander M. Turek  <me@derrabus.de>
939     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
940       the Janapese language file under MySQL 4.1.
942 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
943     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
944       function PMA_reloadNavigation(). A failed connection was not properly
945       detected
946     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
947       parameter 1 to be a result
949 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
950     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
951       thanks to Michal
952     * libraries/display_tbl.lib.php: the LongOperation message should
953       be just for InnoDB
955 2005-01-27 Michal Čihař  <michal@cihar.com>
956     * read_dump.php: Fix detection of SELECT query to display on multiple
957       submits (bug #1110727).
959 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
960     * tbl_query_box.php: bug #1107937, undefined $fields_list
961     * lang/estonian: Update thanks to Alvar Soome - finsoft.
962     ### 2.6.1 released
964 2005-01-23 Michal Čihař  <michal@cihar.com>
965     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
966       (bug #1106652).
968 2005-01-23 Alexander M. Turek  <me@derrabus.de>
969     * libraries/sqlparser.data.php: Added some keywords.
971 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
972     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
973       and fix a typo "boommark"
974     * lang/galician: Updated, thanks to Xosé Calvo.
975     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
977 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
978     * libraries/tooltip.js: new JS library for tooltips (hints)
979     * libraries/common.lib.php: img tag modified for mouseover / mouseout
980       (show/hide tooltip)
981     * header.inc.php: needed div-container for tooltips
982     * footer.inc.php: linking to js-file tooltip.js
983     * themes/.../theme_right.css.php: tooltip class
984     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
985       to small
986     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
987     * themes/.../theme_right.css.php: new class for disabled (not available)
988       text / values / messages
989     * libraries/tooltip.js: removed wrong typos (sorry)
991 2005-01-20 Alexander M. Turek  <me@derrabus.de>
992     * server_engines.php, server_links.inc.php: Use Michael's new icon for
993       storage engines.
994     * main.php: Added link to storage engines sub-page.
996 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
997     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
998       lang/*.php: bug #1084820: ask a confirmation when a user wants to
999       reach the End of rows, and count the exact number of rows to
1000       go to the real end
1001       TODO: page number selector
1002     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
1003       to reveal the full message for browsers who truncate it,
1004       thanks to Alexander for the suggestion
1006 2005-01-18 Alexander M. Turek  <me@derrabus.de>
1007     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
1008       - Emulation for < MySQL 4.1.2;
1009       - BerkeleyDB version information.
1010     * tbl_properties.inc.php, tbl_properties_operations.php,
1011       libraries/storage_engines.lib.php: Auto-generated engine selection
1012       dropdown.
1013     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
1015 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
1016     * libraries/common.lib.php: modified function for
1017       Add a link by MySQL-Error #1062 - Duplicate entry
1018       (feature request #1036254)
1020 2005-01-17 Michal Čihař  <michal@cihar.com>
1021     * lang/czech: Fix typos (translation #1103785).
1023 2005-01-17 Alexander M. Turek  <me@derrabus.de>
1024     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
1025       parameters.
1027 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
1028     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
1029       #1060 in the logic for error #1062
1031 2005-01-15 Alexander M. Turek  <me@derrabus.de>
1032     * server_engines.php, server_links.inc.php, lang/*.inc.php,
1033       libraries/storage_engines.php: Detailed storage engines status
1034       information.
1036 2005-01-12 Alexander M. Turek  <me@derrabus.de>
1037     * tbl_properties_table_info.inc.php: Basic view detection.
1038     * tbl_properties_structure.php: Disabled table-specific interface elements
1039       for views.
1041 2005-01-11 Alexander M. Turek  <me@derrabus.de>
1042     * libraries/relation.lib.php:
1043       - Removed redundant code;
1044       - Fixed some comments.
1045     * tbl_properties_structure.php: Corrected TH numbering.
1046     * db_details_structure.php: Small design glitch with "in use" tables.
1047     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
1048       - Views are now displayed correctly within the table list;
1049       - Added ability to drop views from the db structure page.
1050         TODO: It is not yet possible to drop a view from the table sub pages.
1052 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
1053     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
1054       on invalid login
1056 2005-01-10 Michal Čihař  <michal@cihar.com>
1057      * lang/czech: Fix typo (translation #1099459).
1059 2005-01-10 Olivier Mueller <om@omnis.ch>
1060     * README: copyright, we're in 2005
1062 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1063     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1064     * lang/catalan update, thanks to Xavier Navarro (xavin).
1065     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
1066     * lang/dutch: Updates, thanks to Ivo Teel.
1067     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
1068     * lang/galician: Updated, thanks to Xosé Calvo.
1069     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
1070     ### 2.6.1-rc2 released
1072 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1073     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
1074       a FLOAT field in MySQL 4.1.x
1076 2005-01-07 Michal Čihař  <michal@cihar.com>
1077     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
1078       libraries/functions.js, libraries/tbl_change.js,
1079       libraries/keyhandler.js: Use Option key for Safari for moving (bug
1080       #1094137), move key handler function to separate file so we have only
1081       one, make movement work correctly in vertical display of properties.
1082     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
1083       (bug #1097593).
1085 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
1086     * tbl_change.php: removed old PHP3-workaround that caused problems
1087       with field names like '000'
1089 2005-01-05 Michal Čihař  <michal@cihar.com>
1090     * tbl_properties_operations.php: Fix changning table parameters if it has
1091       no auto increment (bug #1096246).
1093 2005-01-04 Alexander M. Turek  <me@derrabus.de>
1094     * lang/german-*.inc.php:
1095       - Updates and small corrections;
1096       - Synchronized translation with the German MySQL documentation.
1098 2005-01-03 Michal Čihař  <michal@cihar.com>
1099     * export.php: Use standardised mime types and use content encoding for
1100       gzip/bzip2. I hope this will fix double gzip compression as in bug
1101       #1094649.
1103 2005-01-01 Michal Čihař  <michal@cihar.com>
1104     * tbl_alter.php: Don't try to set collation for non text fields (bug
1105       #1094109).
1106     * sql.php: Do not forget reloading when launching multiple queries (bug
1107       #1090818).
1109 2004-12-30 Marc Delisle  <lem9@users.sourceforge.net>
1110     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1111     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1112     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
1114 2004-12-30 Michal Čihař  <michal@cihar.com>
1115     * libraries/fpdf/ufpdf.php: Fix some warnings.
1117 2004-12-29 Michal Čihař  <michal@cihar.com>
1118     * libraries/export/sql.php: Fix typo.
1119     * server_databases.php: Use same sort order as in left frame (bug
1120       #1087244), allow sorting even if not showing stats.
1121     * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
1122       libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
1123       uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
1124       bit modified FPDF class. (bug #1046051)
1125     * Documentation.html: Added info about UFPDF library.
1126     * lang/czech, lang/english: Improved some texts, also bug #1009667.
1128 2004-12-28 Michal Čihař  <michal@cihar.com>
1129     * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
1130     * config.inc.php, lang/*, libraries/common.lib.php,
1131       libraries/config_import.lib.php, libraries/display_export.lib.php,
1132       libraries/export/sql.php: Support for selecting SQL export compatibility
1133       (RFE #1060040).
1134     * libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
1135     * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
1136     * read_dump.php: Fix database name extraction from use statement (bug
1137       #1084777).
1138     * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
1139       still allows to select theme in configuration (bug #1084712).
1140     * tbl_replace.php: Remove unused code.
1141     * main.php, lang/*, libraries/string.lib.php: Added warnings about
1142       mbstring - one to disable function overloading and one for requesting
1143       mbstring for multibyte charsets (bugs #1063149 and #1063821).
1144     * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
1145       Support for editing next entry (when numeric primary key) (RFE
1146       #1074906).
1148 2004-12-26 Marc Delisle  <lem9@users.sourceforge.net>
1149     * libraries/database_interface.lib.php: bug #1085647, wrong parameters
1150       for strpos(), thanks to Meithar - meithar
1151     * libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
1152       thanks to jamaz - jamaz
1153     * tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
1154     * scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
1155     * tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
1157 2004-12-16 Marc Delisle  <lem9@users.sourceforge.net>
1158     * libraries/blowfish.php: bug #1085997, undefined variables,
1159       patch thanks to Chandrakumar Muthaiah - sudhach
1161 2004-12-14 Alexander M. Turek  <me@derrabus.de>
1162     * libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
1164 2004-12-13 Michal Čihař  <michal@cihar.com>
1165     * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
1166     * libraries/export/sql.php: Do not duplicate constraints when exporting
1167       multiple databases (bug #1084459).
1169 2004-12-12 Marc Delisle  <lem9@users.sourceforge.net>
1170     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
1171     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
1172     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
1173     * lang/catalan update, thanks to Xavier Navarro (xavin).
1174     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1175     * lang/galician: Updated, thanks to Xosé Calvo.
1176     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
1177     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
1178     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
1179     * lang/turkish update, thanks to boralioglu.
1180     ### 2.6.1-rc1 released
1182 2004-12-10 Marc Delisle  <lem9@users.sourceforge.net>
1183     * libraries/transformations/text_plain__external.inc.php:
1184       security fix: no longer use the shell to execute external program
1185     * Documentation.html: mention the new need of PHP >= 4.3.0 to run
1186       external programs
1188 2004-12-09 Marc Delisle  <lem9@users.sourceforge.net>
1189     * tbl_row_delete.php, libraries/display_tbl.lib.php:
1190       cannot drop or export multiple rows under IE6
1192 2004-12-07 Marc Delisle  <lem9@users.sourceforge.net>
1193     * read_dump.php: security fix on $sql_localfile
1194     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1195     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1196     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
1198 2004-12-01 Marc Delisle  <lem9@users.sourceforge.net>
1199     * db_details_structure.php, lang/*: added hint strApproximateCount referring
1200       to FAQ 3.11 (bug #1075658)
1202 2004-11-30 Marc Delisle  <lem9@users.sourceforge.net>
1203     * libraries/auth/cookie.auth.lib.php: Avoid displaying the
1204       "No activity" message if more than 4 times the LoginCookieValidity
1205       timeout has passed: no need to alert users the next morning
1206       (for example) that they have been inactive.
1208 2004-11-25 Marc Delisle  <lem9@users.sourceforge.net>
1209     * libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
1210       to explain to users why they have to relogin
1212 2004-11-25 Michal Čihař  <michal@cihar.com>
1213     * libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
1215 2004-11-24 Marc Delisle  <lem9@users.sourceforge.net>
1216     * libraries/mcrypt.lib.php, /libraries/blowfish.php,
1217       libraries/auth/cookie.auth.lib.php: support of mcrypt
1218       library (blowfish) for speed improvement in auth_type cookie
1220 2004-11-23 Marc Delisle  <lem9@users.sourceforge.net>
1221     * user_password.php: wrong generated cookie name
1223 2004-11-21 Marc Delisle  <lem9@users.sourceforge.net>
1224     * server_privileges.php: bug #1067626, column privileges while copying user
1225     * libraries/common.lib.php: bug #1070197, not connecting if using
1226       a non-standard HTTP port (bug introduced in 2.6.0-pl3)
1228 2004-11-19 Garvin Hicking <pma@supergarv.de>
1229     * libraries/bookmark.lib.php, left.php:
1230       Massively speed up table display for left frame, if
1231       PMA infrastructure is used. Use native PHP function
1232       for indenting.
1233     * libraries/mysql_charsets.lib.php: Use a static
1234       array cache to speed up returning the same collation
1235       information.
1237 2004-11-19 Marc Delisle  <lem9@users.sourceforge.net>
1238     * libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
1239       let's use it!
1240     * tbl_indexes.php: bug #1068994, undefined variable
1241     * libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
1243 2004-11-16 Michal Čihař  <michal@cihar.com>
1244     * left.php: Possible undefined index (bug #1067199).
1245     * Documentation.html: Warn about Excel export problems in documentation
1246       (bug #1063082).
1248 2004-11-14 Marc Delisle  <lem9@users.sourceforge.net>
1249     * tbl_relation.php: bug #1050437, intercept constraint failure
1250       and do not offer to add an InnoDB foreign key if the field
1251       does not have a key
1253 2004-11-13 Marc Delisle  <lem9@users.sourceforge.net>
1254     * server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
1255     * libraries/display_tbl.lib.php: bug #1065688: display the Full text link
1256       on the results for PROCEDURE ANALYSE
1258 2004-11-11 Michal Čihař  <michal@cihar.com>
1259     * tbl_properties_operations.php: Allow InnoDB text to be included in user
1260       comment.
1262 2004-11-09 Michal Čihař  <michal@cihar.com>
1263     * browse_foreigners.php, server_binlog.php: Truncate text according to
1264       text length and not byte count.
1266 2004-11-07 Alexander M. Turek  <me@derrabus.de>
1267     * Documentation.html, README: Updated credits.
1269 2004-11-07 Marc Delisle  <lem9@users.sourceforge.net>
1270     * mult_submits.inc.php: bug #1054720, multi-row delete
1272 2004-11-06 Michael Keck  <mkkeck@users.sourceforge.net>
1273     * queryframe.php: bug #1046434 (Light mode does not work)
1275 2004-11-06 Marc Delisle  <lem9@users.sourceforge.net>
1276     * libraries/common.lib.php: put sanitize logic in PMA_sanitize()
1277     * sql.php: sanitize confirm page
1278     * db_details_structure.php: bug #1049553, undefined $db_collation
1280 2004-11-05 Marc Delisle  <lem9@users.sourceforge.net>
1281     * Documentation.html: new controluser behavior starting from MySQL 4.1.2
1283 2004-11-04 Marc Delisle  <lem9@users.sourceforge.net>
1284     * libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
1285       server_privileges.php: now PMA_showMessage() sanitizes the message
1286       to defeat XSS attacks. Calling scripts use special tags like
1287       [br], [i], [/i], [b], [/b] in the message.
1288     * main.php: bug #1058692, call-time pass-by-reference error
1289     * sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
1291 2004-11-10 Garvin Hicking
1292     * config.inc.php: Reverted commenting out of QueryWindowWidth/Height
1293       settings. Those can be overriden by a themes layout.inc.php,
1294       but not neccessarily so.
1296 2004-11-03 Michal Čihař  <michal@cihar.com>
1297     * libraries/common.lib.php: More robust PmaAbsoluteUri detection.
1298     * libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
1299     * libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
1301 2004-11-02 Michal Čihař  <michal@cihar.com>
1302     * tbl_indexes.php: Fix index editing.
1303     * sql.php: Decode table name.
1304     * lang/czech: Updated.
1306 2004-11-09 Garvin Hicking
1307     * libraries/display_tbl.lib.php, libraries/common.lib.php,
1308       browse_foreigners.php: RFE #925817 - Abstracted page selector to
1309       its own function, now create sloped pagination to easily jump
1310       to any wanted page.
1311     * read_dump.php: RFE #1053039, show filename of uploaded SQL file
1312     * sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
1313       lang/*: Added checks for common problems with table indices.
1314       Serves as a stub for future checks, currently implemented are
1315       the ones mentioned in RFE #1044677. The check can be performed
1316       on multiple tables by using "check table" on selected tables in
1317       DB structure.
1319 2004-11-02 Marc Delisle  <lem9@users.sourceforge.net>
1320     * server_privileges.php: MySQL 4.1.x compatibility for list of initials
1322 2004-11-01 Marc Delisle  <lem9@users.sourceforge.net>
1323     * main.php: for MySQL 4.1.2+ a non-privileged user can do
1324       a simple SHOW GRANTS to fetch current privileges, so we no longer
1325       need the control user for this check
1327 2004-11-01 Michal Čihař  <michal@cihar.com>
1328     * libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
1330 2004-10-29 Marc Delisle  <lem9@users.sourceforge.net>
1331     * server_privileges.php (top index): MySQLi compatibility,
1332       use PMA_convert_using() in case of non-latin1 user table,
1333       and fix bug #1054467 (in case of BINARY User field)
1334     * header.inc.php: bug #1053310, undefined index under OmniSecure server
1335     * tbl_relation.php: bug #1050424, not positionned on current db
1336     * tbl_alter.php: bug #1054756, duplicate top menu
1337     * lang/english: bug #1056724, typo
1339 2004-10-28 Alexander M. Turek  <me@derrabus.de>
1340     * user_password.php, lang/*.inc.php: Allow usage of old password hashing
1341       function.
1343 2004-10-27 Alexander M. Turek  <me@derrabus.de>
1344     * config.inc.php, libraries/config_import.lib.php,
1345       libraries/sqlparser.data.php: Added function OLD_PASSWORD().
1347 2004-10-26 Alexander M. Turek  <me@derrabus.de>
1348     * libraries/sqlparser.data.php: Added OFFSET.
1350 2004-10-25 Michal Čihař  <michal@cihar.com>
1351     * libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
1352       full URI (patch #1044123).
1353     * tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
1354       that broke multi submits for MSIE (bug #1052674).
1356 2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
1357     * config.inc.php, themes/*/layout.inc.php:
1358       bug #1050666 - Query window too small darkblue/orange theme
1360 2004-10-23 Marc Delisle  <lem9@users.sourceforge.net>
1361     * server_privileges.php: top index for user initials
1363 2004-10-22 Alexander M. Turek
1364     * lang/english-*.inc.php: Grammar fix.
1366 2004-10-22 Michal Čihař  <michal@cihar.com>
1367     * db_details_structure.php: Use "Structure" instead of "Properties" for
1368       link to table structure.
1369     * db_operations.php, lang/*: We switch to database here. not table.
1370     * lang/*: strProperties is not used anywhere now.
1371     * config.inc.php: Mention db_operations.php possibility.
1372     * libraries/transformations/text_plain__external.inc.php: Unless admin
1373       specifies there programs to use, it does nothing now.
1375 2004-10-21 Marc Delisle  <lem9@users.sourceforge.net>
1376     * tbl_query_box.php: bug 1050691, missing parameters
1378 2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
1379     * libraries/common.lib.php: feature request #1036254
1380       Add a link by MySQL-Error #1062 - Duplicate entry
1382 2004-10-21 Michal Čihař  <michal@cihar.com>
1383     * [too many files to mention]: Cleanup of message displaying and
1384       navigation reloading. Messages are now displayed bellow tabs (RFE
1385       #1005511), navigation is reloaded once in header (I'm not sure whether I
1386       choose correct version of reload code, we have several diferent, but it
1387       seems to work well).
1388     * tbl_properties_structure.php, libraries/common.lib.php,
1389       libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
1390       button or image to submit form and not to duplicate code on all places.
1391     * tbl_addfield.php: Display tabs.
1392     * mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
1393       on multiple fields (RFE #990136).
1394     * db_operations.php: Duplicate create new table dialog (see RFE #808029).
1395     * main.php: Don't display server choice here, if also in left frame (RFE
1396       #984153).
1397     * libraries/common.lib.php: Fix navigation reloading.
1398     * server_databases.php: Show box for creating database here (RFE #869814).
1400 2004-10-20 Marc Delisle  <lem9@users.sourceforge.net>
1401     * libraries/common.lib.php: there was already a tip icon in our collection,
1402       thanks to Michael Keck
1404 2004-10-20 Michal Čihař  <michal@cihar.com>
1405     * lang/czech: Update.
1406     * tbl_relation.php: Backquote table name (bug #1050441).
1407     * db_details_qbe.php: Backquote table name.
1408     * libraries/display_tbl.lib.php: Comments now work for multi table selects
1409       (bug #789647).
1410     * server_processlist.php: Display executed SQL.
1411     * main.php, server_common.inc.php, server_links.inc.php,
1412       server_binlog.php, lang/*: Added support for displaying bin logs (RFE
1413       #1011770).
1414     * Documentation.html, config.inc.php, libraries/common.lib.php,
1415       libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
1416       libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
1417       (RFE #1012971), show just Access denied in case we denied it.
1418     * db_operations.php, db_details_links.php, db_details_structure.php:
1419       Separate operations from structure (RFE #808029).
1420     * tbl_move_copy.php: Remove unused PMA_myHandler().
1421     * lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
1422       db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
1423       #996730), this forced separating code for copying tables.
1425 2004-10-19 Marc Delisle  <lem9@users.sourceforge.net>
1426     * libraries/database_interface.lib.php: bug #1041667, correctly
1427       check the server version instead of the client API version
1428     * tbl_change.php, libraries/common.lib.php, lang/*: new function
1429       PMA_showHint($message), new $strUseTabKey,
1430       new light bulb image (temporary)
1431     * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
1433 2004-10-19 Michal Čihař  <michal@cihar.com>
1434     * export.php: Use just \n for SQL exports (bug #1042521).
1435     * libraries/read_dump.lib.php: Set correct return value (bug #1048861).
1436     * sql.php: Fix undefined index.
1437     * libraries/sqlparser.lib.php: Return raw query in case of error (bug
1438       #1048826).
1439     * main.php, queryframe.php: Handle correctly situation with no default
1440       server (bug #1049107).
1441     * tbl_create.php, libraries/common.lib.php: 0 as field name causes
1442       problems (bug #1042235).
1443     * read_dump.php, server_privileges.php, server_status.php, sql.php: Work
1444       better in ANSI mode (bug #816858).
1445     * lang/czech: Reordered some words.
1446     * libraries/select_server.lib.php: Clickable active server in left frame
1447       (RFE # 1044678).
1448     * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
1449       Fix left frame reloading after dropping table (bug #1034531).
1450     * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
1451       also for numeric fields.
1452     * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
1453       #1039193).
1454     * server_privileges.php: Make non-js checkall work also for adding new
1455       user (bug #1028055).
1456     * libraries/zip.lib.php: Drop unneed part of header which causes troubles
1457       to some programs (bug #1037737).
1458     * index.php: Add frame spacing (RFE #1036013).
1459     * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
1460       #864984).
1462 2004-10-17 Marc Delisle  <lem9@users.sourceforge.net>
1463     * lang/turkish update, thanks to boralioglu.
1464     * lang/estonian: Update thanks to Alvar Soome - finsoft.
1466 2004-10-16 Marc Delisle  <lem9@users.sourceforge.net>
1467     * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
1468       and CLIENT_LOCAL_FILES in mysqli
1470 2004-10-15 Marc Delisle  <lem9@users.sourceforge.net>
1471     * pdf_schema.php: new way to define font path,
1472       needed with the new fpdf library; also now output inline,
1473       I find it faster this way, please tell me if you prefer
1474       the old dialog method and why.
1475     * tbl_change.php: bug #1038401, tabbing from value to value
1476     * sql.php: detect this case:
1477       SELECT DISTINCT x AS foo, y AS bar FROM sometable
1478       and count rows correctly (in MySQL 3),
1479       thanks to Matthias Pigulla (mp@webfactory.de)
1480     * server_privileges.php: cosmetic: title for Edit privileges
1481     * lang/galician: Updated, thanks to Xosé Calvo.
1482     * lang/italian: Updates, thanks to Pietro Danesi
1483     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1485 2004-10-13 Michal Čihař  <michal@cihar.com>
1486     * libraries/fpdf/fpdf.php: Updated to 1.52.
1488 2004-10-13 Alexander M. Turek  <me@derrabus.de>
1489     * Documentation.html: Mike Beck's e-mail address has changed.
1491 2004-10-13 Michal Čihař  <michal@cihar.com>
1492     * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
1493     * lang/czech: Fix some translations.
1494     * libraries/transformations/text_plain__external.inc.php: Handle better
1495       backslash.
1496     * themes/*/img/*.gif: Remove unused gif images.
1498 2004-10-12 Alexander M. Turek  <me@derrabus.de>
1499     * db_search.php, tbl_select.php, libraries/database_interface.lib.php:
1500       - bug #1033388 (Illegal mix of collations for converted strings),
1501       - don't convert if column charset and connection charset match.
1502     * main.php, libraries/select_lang.lib.php,
1503       libraries/auth/cookie.auth.lib.php: Automatically select Traditional
1504       Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
1505       translations tracker (#1036528).
1506     * lang/sync_lang.sh: Base charset for German is now UTF-8.
1507     * lang/german-*.inc.php: Updates.
1509 2004-10-12 Michal Čihař  <michal@cihar.com>
1510     * sql.php: Don't try to require sql.php with parameters, rather redirect
1511       to it.
1512     * libraries/transformations.lib.php: Strip slashes to behave like
1513       documentation says.
1514     * libraries/transformations/text_plain__external.inc.php: Escape special
1515       shell chars to avoid their interpretation (bug #1044864).
1517 2004-10-11 Marc Delisle  <lem9@users.sourceforge.net>
1518     * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
1519     * libraries/export/sql.php: bug #1039639: under mysqli, some field types
1520       were wrongly exported as binary
1521     * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
1522       column sort with JOIN
1524 2004-10-11 Michal Čihař  <michal@cihar.com>
1525     * tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
1526     * libraries/export/sql.php: Convert end of line chars we get from MySQL
1527       (bug #1042521).
1529 2004-10-08 Garvin Hicking <pma@supergarv.de>
1530     * lots of files: Adjusted superfluous spaces, added
1531       more CSS-ID attributes for better themeability.
1533 2004-10-04 Michal Čihař  <michal@cihar.com>
1534     * tbl_query_box.php: Reenabled %f substitution.
1536 2004-10-02 Marc Delisle  <lem9@users.sourceforge.net>
1537     * tbl_alter.php: field structure changes not applied (CVS version only)
1538     * export.php: bug #1038804, insufficient space to save
1540 2004-09-30 Marc Delisle  <lem9@users.sourceforge.net>
1541     * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
1542     * tbl_create.php: cannot create a new table (CVS version only)
1544 2004-09-29 Marc Delisle  <lem9@users.sourceforge.net>
1545     * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
1546       of LIMIT to queries, and bug #1037004, UPDATE statement not showing
1547     * tbl_properties_operations.php: bug #1035524, cannot add comments to table
1549 2004-09-29 Michal Čihař  <michal@cihar.com>
1550     * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
1551       wording when adding fields (bug #991096).
1552     * tbl_query_box.php, lang/*: Not translated text (bug #1010656).
1553     * themes.php, lang/*: Not translated text (bug #1016610).
1554     * tbl_properties_structure.php: Use also $strAddFields (as suggested by
1555       Marc).
1557 2004-09-28 Alexander M. Turek  <me@derrabus.de>
1558     * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
1559       (bug #1033360), thanks to Claude Theroux.
1560     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
1561     * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
1562     * lang/persian-*.inc.php: Added missing $timespanfmt variable.
1564 2004-09-27 Marc Delisle  <lem9@users.sourceforge.net>
1565     ### 2.6.0 released
1567 2004-09-26 Marc Delisle  <lem9@users.sourceforge.net>
1568     * read_dump.php: improvements in detection and reload
1569     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1571 2004-09-25 Marc Delisle  <lem9@users.sourceforge.net>
1572     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
1573     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
1574     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
1575     * lang/catalan update, thanks to Xavier Navarro (xavin).
1576     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
1577     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1578     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
1580 2004-09-24 Marc Delisle  <lem9@users.sourceforge.net>
1581     * sql.php: following the fix for bug #978930, the added LIMIT was
1582       not displayed anymore
1583     * read_dump.php: bug #1033133, left frame not reloaded after dump read
1584     * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
1585     * read_dump.php: bug #1034216 open_basedir and file upload,
1586       thanks to Dominique Rousseau - domi
1588 2004-09-24 Michal Čihař  <michal@cihar.com>
1589     * libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
1591 2004-09-23 Marc Delisle  <lem9@users.sourceforge.net>
1592     * all themes: item_ltr.png and item_rtl.png: new solid arrow
1593       that looks better, thanks to Efim Shuvikov
1595 2004-09-23 Michal Čihař  <michal@cihar.com>
1596     * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
1597       prepend $cfg['ThemePath'] with another './'.
1599 2004-09-22 Alexander M. Turek  <me@derrabus.de>
1600     * config.inc.php, libraries/config_import.lib.php: Added "./" to the
1601       default value of $cfg['ThemePath']. Thanks to Donny Simonton for
1602       pointing this out.
1603     * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
1604     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
1605     * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
1607 2004-09-22 Marc Delisle  <lem9@users.sourceforge.net>
1608     * tbl_query_box.php, read_dump.php: bug #1032066: when no db was
1609       selected from the left panel, the query window's Import Files had
1610       no submit button; also, read_dump always tried a PMA_select_db($db)
1611       even if $db was empty
1613 2004-09-22 Michal Čihař  <michal@cihar.com>
1614     * lang/czech: Update.
1615     * lang/sync_lang.sh: Default to iconv, as it doesn't break some
1616       translations as recode does.
1617     * lang/japanese-euc.inc.php: Don't allow recoding for this one.
1619 2004-09-22 Alexander M. Turek  <me@derrabus.de>
1620     * lang/turkish-*.inc.php: Update, thanks to boralioglu.
1621     * lang/sync_lang.sh: Switched turkish base charset to UTF-8.
1623 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
1624     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
1625     ### 2.6.0-rc3 released
1627 2004-09-21 Alexander M. Turek  <me@derrabus.de>
1628     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
1629       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
1630       FIXME: The current solution breaks the display of the executed queries.
1631     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
1632       PMA_getCollationDescr() recognize the new Persian collations that will be
1633       included in MySQL 4.1.5.
1635 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
1636     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
1637       error importing when last table exported was empty
1638     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
1639       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
1641 2004-09-20 Michal Čihař  <michal@cihar.com>
1642     * Documentation.html: Add info about theme generations.
1644 2004-09-19 Alexander M. Turek  <me@derrabus.de>
1645     * Documentation.html: Clarification.
1647 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
1648     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
1650 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
1651     * lang/russian updated, thanks to "nobody"
1652     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
1654 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
1655     * config.inc.php, Documentation.html: clarifications about QueryFrame
1656     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
1657       thanks to Michael Keck
1659 2004-09-16 Garvin Hicking <me@supergarv.de>
1660     * libraries/display_export.lib.php: Bug #1010752 - Remove space
1661       before <label> to be consistent throughout the panel.
1663 2004-09-15 Garvin Hicking <me@supergarv.de>
1664     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
1665       Fixed foreign key browser window to also work from within
1666       Search-subpanel.
1668 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
1669     * server_privileges.php: stay on the form when passwords don't match
1670       (after the js alert)
1671     * left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
1672       workaround thanks to Ryan Schmidt
1674 2004-09-14 Michal Čihař  <michal@cihar.com>
1675     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
1676       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
1677       themes/original/info.inc.php: Better theme version check (bug #1023029).
1678     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
1679       login (bug #1027873).
1681 2004-09-13 Garvin Hicking <me@supergarv.de>
1682     * browse_foreigners.php: bug #1027204 - paging did not
1683       work in foreigner browsing window.
1685 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
1686     * sql.php: bug #988723, sql error when ordering by count( * )
1688 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
1689     * lang/dutch: small update
1690     * lang/chinese_simplified: updated, thanks to Simon - simon2san
1691     * server_privileges.php: bug #1003238, cannot manipulate a username
1692       like "example@nothost" where the "@" is part of the username
1694 2004-09-10 Alexander M. Turek  <me@derrabus.de>
1695     * lang/german-*.inc.php: grammar.
1697 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
1698     * Documentation.html: bug #1022338: clarify about needed chown -R
1699       on the scripts (otherwise, problems in PHP safe mode)
1700     * tbl_change.php: bug #1024434, undefined sql_query when clicking
1701       on Insert tab from the Insert textfile sub-page
1703 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
1704     * main.php: bug #992211, wrong parameters to
1705       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
1707 2004-09-07 Michal Čihař  <michal@cihar.com>
1708     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
1709       full one (bug #1023444).
1711 2004-09-07 Alexander M. Turek  <me@derrabus.de>
1712     * main.php: Typo.
1713     * libraries/sqlparser.data.php: Added keyword "SESSION".
1715 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
1716     ### 2.6.0-rc2 released
1718 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
1719     * ldi_table.php: bug #1010652, wrong label,
1720       thanks to Ryan Schmidt - ryandesign for the patch
1722 2004-09-05 Alexander M. Turek  <me@derrabus.de>
1723     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
1724       SHOW TABLE TYPES.
1725     * tbl_create.php: Use default tab.
1726     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
1727       MySQL 4.1.
1728     * main.php: Check the privileges of the anonymous user, too.
1730 2004-09-05 Michal Čihař  <michal@cihar.com>
1731     * Documentation.html: Add information about theme versions and names.
1733 2004-09-04 Alexander M. Turek  <me@derrabus.de>
1734     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
1735     * db_search.php, tbl_select.php: Made search independant from the
1736       connection charset.
1738 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
1739     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
1740     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
1741       choices from the drop-down (in main) for MySQL 4.1.x
1742     * Documentation.html: added some missing variables and new FAQ 2.7
1743       about using and creating themes
1745 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
1746     * main.php, server_privileges.php, libraries/common.lib.php:
1747       replace charset introducers by CONVERT USING,
1748       to support servers where the mysql.* tables are not in latin1
1749     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
1750       twice in the drop-down list of field types
1752 2004-09-03 Alexander M. Turek  <me@derrabus.de>
1753     * Documentation.html: Typos; added a note about the deprecated MySQL
1754       versions 4.1.0 and 4.1.1.
1756 2004-09-03 Michal Čihař  <michal@cihar.com>
1757     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
1758       #1013787).
1759     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
1760       behaviour (bug #1018457).
1761     * main.php, themes.php: Escape theme names (bug #1016608).
1762     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
1763       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
1765 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
1766     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
1767       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
1768       was used but produced an Undefined offset in blowfish.php, because
1769       on previous PMA versions it was not encoded the same way. Now this old
1770       cookie is not used. Users have to reenter their username (not a big
1771       impact IMO)
1773 2004-09-01 Michal Čihař  <michal@cihar.com>
1774     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
1776 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
1777     * server_privileges.php: bug #1007870, illegal mix of collations
1778       for operation UNION
1780 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
1781     * tbl_properties_structure.php, tbl_properties.inc.php,
1782       libraries/sqlparser.data.php, /database_interface.lib.php:
1783       support for VARBINARY and BINARY field types
1785 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
1786     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
1787       wrong db name generated in SHOW KEYS
1789 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
1790     * index.php, libraries/common.lib.php: bug #1006011: now we save
1791       the chosen connection collation into a cookie
1792     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
1793     * lang/hebrew, turkish: bug 1016609: <br> tags
1795 2004-08-25 Michal Čihař  <michal@cihar.com>
1796     * main.php: Don't show port after verbose name (bug #1013401).
1798 2004-08-23 Michal Čihař  <michal@cihar.com>
1799     * scripts/create-release.sh: Support for snapshots outside sourceforge.
1800     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
1802 2004-08-22 Michal Čihař  <michal@cihar.com>
1803     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
1804       #978930, found by Marc).
1806 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
1807     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
1808     * lang/estonian: Update thanks to Alvar Soome - finsoft.
1809     * lang/chinese_simplified: updated, thanks to Simon - simon2san
1810     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
1811     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
1812     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
1814 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
1815     * themes/darkblue_orange/img/logo_left.php: transparent version,
1816       thanks to Michael Keck
1817     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
1818       commands out of sync
1819     * tbl_indexes.php: optimize: remove unneeded row count
1820     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
1821       in mysqli
1822     * tbl_replace.php: could not upload a binary field in mysqli
1823     * libraries/transformations.lib.php: could not change MIME type, etc
1824       in mysqli
1825     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1827 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
1828     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
1830 2004-08-19 Michal Čihař  <michal@cihar.com>
1831     * read_dump.php: Fixed one case of reload detection (I forgot to update
1832       second regexp on 2004-08-16) (bug #1011479).
1834 2004-08-17 Michal Čihař  <michal@cihar.com>
1835     * sql.php: Work with $display_query only if set (Marc spotted this out).
1836     * libraries/display_export.lib.php: No options text should not be bold red
1837       (bug #1010759).
1839 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
1840     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
1841       libraries/common.lib.php: bug #983735: move search operators to
1842       config file, and set "LIKE" as default operator instead of "LIKE %...%",
1843       for performance reasons
1845 2004-08-16 Alexander M. Turek  <me@derrabus.de>
1846     * libraries/relation.lib.php: Fixed some collation problems with the
1847       relational tables (bug #995359).
1849 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
1850     * all .../theme_right_css.php: bug #1009661, typo,
1851       thanks to Ryan Schmidt (ryandesign)
1853 2004-08-16 Michal Čihař  <michal@cihar.com>
1854     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
1855     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
1856       not for MySQL >= 4.0.
1857     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
1858       #978930).
1860 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
1861     (Patches from Michael Keck)
1862     * left.php, queryframe.php, themes.php: bug #1005479: was using
1863       a hardcoded charset
1864     * themes/.../themes_left.css, /themes_right.css: new style for
1865       better vertical alignment
1867 2004-08-13 Michal Čihař  <michal@cihar.com>
1868     * libraries/read_dump.lib.php: Fix possible undefined index (bug
1869       #1008232).
1870     * scripts/create-release.sh: Rename config.default to config.default.php.
1872 2004-08-12 Michal Čihař  <michal@cihar.com>
1873     * db_details_structure.php: Inconsistency of drop/empty links (bug
1874       #989705).
1875     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
1876       Change look of adding fields into table (bug #991095).
1877     * many files: I again did some XHTML validation, so removed few of most
1878       obvious errors, but there are still many, mostly missing alt attributtes
1879       for images and wrongly nested tags.
1880     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
1881       (bug #1008002).
1882     * libraries/config_import.lib.php: Remove compatibility code for colors.
1883     * lang/czech: Improved message.\
1884     * main.php, themes.php, libraries/common.lib.php,
1885       libraries/defines.lib.php, libraries/select_theme.lib.php,
1886       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
1887       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
1888     * left.php: Use always natsort and not natcasesort in one case, it caused
1889       inconsistency (bug #1008120).
1891 2004-08-11 Michal Čihař  <michal@cihar.com>
1892     * tbl_replace.php: Do not empty protected values (bug #1006812).
1893     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
1894       (bug #1007287).
1895     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
1896       MYSQLI_USE_RESULT (bug #1007286).
1898 2004-08-10 Michal Čihař  <michal@cihar.com>
1899     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
1900       otherwise accidentally octal numbers are expected (part of bug
1901       #1005865).
1903 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
1904     * lang/turkish update, thanks to Bora Alioglu
1905     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
1906       dropdowns, thanks to Joerg Klein (j0erch) for the fix
1908 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
1909     * libraries/relation.lib.php:
1910         bug 1005414, undefined offset when no display field has been defined;
1911         bug 1004546, sort error in dropdown list of foreign values;
1912         incorrect result was freed
1913     * libraries/relation.lib.php: use natural order sort according to config
1914     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
1915       with mysqli extension
1916     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
1917       on MySQL 4.1.2
1918     * libraries/bookmark.lib.php: bug (mysqli)
1919     * tbl_query_box.php: field list does not show (mysqli)
1920     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
1921     ### 2.6.0-rc1 released
1923 2004-08-08 Michal Čihař  <michal@cihar.com>
1924     * calendar.php: Include correct stylesheet (bug #1005421).
1926 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
1927     * lang/turkish update, thanks to Bora Alioglu
1928     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
1929     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
1930     * lang/dutch: bug 1000683, backslash typo
1931     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
1933 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
1934     * tbl_properties_operations.php: bug 1004523, now display table options
1935       according to the possibilities of the table types
1937 2004-08-06 Michal Čihař  <michal@cihar.com>
1938     * tbl_change.php: Do not free result, we need it later.
1939     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
1941 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
1942     (Patches from Michael Keck)
1943     * index.php: names and ids for framesets in the noscript section
1944     * updated themes screenshots
1945     * left.php: bug 998698, db dropdown refresh
1946     (me)
1947     * lang/galician: Updated, thanks to Xosé Calvo.
1948     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1949     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
1951 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
1952     (Patches from Michael Keck)
1953     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
1954       button reaches a page where the current page number is not the last one
1955     * main.php: - removed bug with hashform.hash
1956                 - removed id for input field 'new_database', because it may be
1957                   too large for the one lined create db form
1958                 - bug #980232 'Javascript error on index page'
1959     * db_details_common.php: removed bug with hashform.hash
1960     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
1961     * queryframe.php - javascript function for dynamic resizing the rows
1962                        in the left frameset 'leftFrameset'.
1963                        (bugs: #993648, #989581, #988897)
1965 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
1966     * libraries/database_interface.lib.php, /select_lang.lib.php:
1967       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
1968       the corresponding -UTF-8 version (if it exists); also, now
1969       the default language is the non-UTF-8 one
1971 2004-08-02 Michal Čihař  <michal@cihar.com>
1972     * libraries/export/sql.php: Removed unused code.
1974 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
1975     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
1976       out of sync on Insert
1977     * tbl_move_copy.php: bug 995098, cannot copy table data only
1978     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
1979       as suggested by Michal
1980     * libraries/export/sql.php: workaround for datetime export because
1981       mysqli under MySQL 4.1.3 reports a datetime as binary
1983 2004-07-31 Alexander M. Turek  <me@derrabus.de>
1984     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
1985       optimizations, freed some results (thanks to Marc for the one in
1986       tbl_replace.php).
1987     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
1988       language files.
1990 2004-07-30 Alexander M. Turek  <me@derrabus.de>
1991     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
1992       naming for the chinese language files.
1994 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
1995     * lang/hungarian: updates, thanks to Peter Bakondy
1996     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
1997     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
1999 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
2000     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
2002 2004-07-28 Michal Čihař  <michal@cihar.com>
2003     * tbl_properties_structure.php: Allow to create primary key when there was
2004       none before (bug #996246).
2006 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
2007     * libraries/sqlparser*.php: bug 981343,
2008       cannot copy a table with a timestamp (MySQL 4.1.2)
2010 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
2011     * main.php, libraries/common.lib.php: bug 997682:
2012       illegal mix of collations
2013     * server_privileges.php: same bug
2014       FIXME: check privileges for a db
2016 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
2017     * Documentation.html: take into account the new script to
2018       create tables for the infrastructure
2020 2004-07-23 Alexander M. Turek  <me@derrabus.de>
2021     * config.inc.php, libraries/config_import.lib.php,
2022       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
2023       charset called gbk.
2025 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
2026     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2027     * lang/catalan update, thanks to Xavier Navarro (xavin).
2029 2004-07-20 Alexander M. Turek  <me@derrabus.de>
2030     * Documentation.html: added note about php5.
2032 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
2033     * main.php: doc link for connection collation
2035 2004-07-17 Alexander M. Turek  <me@derrabus.de>
2036     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
2037       moved redundant post-connect code into database_interface.lib.php.
2038     * libraries/url_generating.lib.php: Added ability to skip certain hidden
2039       input fields.
2040     * libraries/database_interface.lib.php: Added new function for retreiving
2041       MySQL variables.
2042     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
2043       to collation dropdown box.
2044     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
2045       libraries/url_generating.lib.php: The user may now choose his connection
2046       character set. This should fix bug #984912.
2047       WARNING: The pmadb needs to be converted to UTF-8 now!
2048       TODO: Handle non-UTF-8 pmadb more nicely.
2050 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
2051     * index.php: left frame display problems under IE
2053 2004-07-16 Michal Čihař  <michal@cihar.com>
2054     * libraries/export/sql.php: Remove code for old MySQL version, do not
2055       store query, better handle various end of lines (probably bug #979635).
2057 2004-07-15 Alexander M. Turek  <me@derrabus.de>
2058     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
2059       for PMA database in MySQL 4.1 and above.
2060       TODO: - Update docs
2061             - Add conversion code to the docs
2062             - add charset checks to pmadb validation code
2063     * main.php: bug #991887.
2064     * server_databases.php: Add database collations to statistics.
2065     * lang/german-*.inc.php: Grammar.
2067 2004-07-15 Michal Čihař  <michal@cihar.com>
2068     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
2069       (bug #990330).
2070     * libraries/display_export.lib.php: Display SQL export after saving file
2071       on server (bug #989657).
2072     * tbl_properties_export.php: In case we don't need to reconstruct complete
2073       query just drop LIMIT part (workaround for bug #955175 and should fix
2074       bug #990724).
2075     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
2077 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
2078     * tbl_change.php: bug 990959, undefined index for DATETIME
2079       field (problem in UTF-8 only!)
2080     * main.php: bug 984136: other fix for RTL and logo
2082 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
2083     * index.php, libraries/common.lib.php: bug 989581 and left panel
2084       display problems when switching themes
2085     * tbl_relation.php: bug 978111, out of sync in Relation view
2086       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
2087        when we later do a PMA_DBI_num_rows() on the results)
2089 2004-07-13 Michal Čihař  <michal@cihar.com>
2090     * lang/czech: Updated.
2092 2004-07-13 Alexander M. Turek  <me@derrabus.de>
2093     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
2094       FALSE.
2095     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
2096       definitions for MySQL 4.1.3 and 4.1.4.
2097     * lang/german-*.inc.php: Updates.
2098     * db_details_db_info.php: Fixed a few "out of sync" errors.
2099     * Documentation.html: removed a pre-php-4.1 note.
2101 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
2102     * all themes/colors.inc.php, libraries/common.lib.php,
2103       config.inc.php, Documentation.html: rename colors.inc.php to
2104       layout.inc.php, thanks to Garvin for the suggestion
2106 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
2107     * lang/catalan update, thanks to Xavier Navarro (xavin).
2108     * lang/galician: Updated, thanks to Xosé Calvo.
2109     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2111 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
2112     * tbl_change.php: bug 981793, cross-window update message when inserting
2113       a record and fetching a value from the browse foreigners window,
2114       thanks to Michael Keck
2116 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
2117     * db_details_qbe.php: undefined offset and undefined variable
2119 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
2120     * main.php: bug 984136, wrong alignment in RTL languages
2121     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
2122       for arabic UTF-8. sync with --iconv works.
2123     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
2124       missing index error (InnoDB) and give appropriate advice
2126 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
2127     * libraries/export/xls.php: enable user to specify './tmp' as the
2128       TempDir -- use realpath() to find the complete path. Add error trap
2129       in case OLE cannot write to directory. Add setTempDir() to enable OLE
2130       write in this directory.
2131     * Documentation.html: document the TempDir creation and PHP safe mode
2132       issues with PEAR
2134 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
2135     * footer.inc.php, index.php, queryframe.php: bug 981939, database
2136       selection in left frame under Opera, and problems with dropdown
2137       in left frame when many databases are there (original theme),
2138       thanks to Michael Keck
2139     * header.inc.php: bug 965594: spaces after colons, and remove old code
2140     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
2141       MySQL 4.0.18+ has changed the way to report the foreign key references
2142       when the foreign key is in a different db
2144 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
2145     * main.php: put Create button on the same line as the input field
2147 2004-07-01 Michal Čihař  <michal@cihar.com>
2148     * lang/czech: Updated.
2150 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
2151     * queryframe.php: improve XHTML
2152     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2153     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
2154     * lang/dutch: Update thanks to Ivo Teel - calimonk.
2156 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
2157     * left.php: fix against security alert, thanks to Garvin
2158     * Documentation.html: FAQ 8.2 for security alert
2159     * config.inc.php, lang/*, libraries/display_export.lib.php,
2160       libraries/config_import.lib.php, libraries/common.lib.php,
2161       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
2162       of binary fields is optional, because there are fields marked binary
2163       that have text contents, like mysql.user
2164     ### 2.5.7-pl1 released
2166 2004-06-30 Alexander M. Turek  <me@derrabus.de>
2167     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
2169 2004-06-29 Michal Čihař  <michal@cihar.com>
2170     * lang/check_lang.sh: Checks for diffstat presence.
2172 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
2173     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
2174     ### 2.6.0-beta2 released
2177 2004-06-27 Michal Čihař  <michal@cihar.com>
2178     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
2179       TABLE), removed unused strings (there vere MANY!), fixed some czech
2180       texts.
2181     * scripts/find_unused_messages.sh: New script to find unused messages in
2182       translations.
2184 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
2185     * tbl_query_box.php: bug #975382, fields list on a non-existing table
2187 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2188     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
2190 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
2191     * lang/hungarian: updates, thanks to Peter Bakondy
2193 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
2194     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
2195     * main.php: js error when switching theme, thanks to Michael Keck
2197 2004-06-25 Michal Čihař  <michal@cihar.com>
2198     * main.php, libraries/select_lang.lib.php: Remember selected charset in
2199       cookie.
2200     * libraries/display_export.lib.php: Add back key checking disabling.
2201     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
2202       fixes bug #979635.
2203     * read_dump.php: Lets handle better comments, current detection still
2204       doesn't work with comments inside checked SQL commands, but I thing
2205       checking these would be overhead (bug #978114).
2207 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2208     * queryframe.php: Undefined index errors.
2209     * footer.inc.php: bug #979610.
2210     * server_privileges.php: bug #979596 (granting privileges doesn't take
2211       wildcards in account).
2212     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
2213     * lang/german-*.inc.php: Updates.
2215 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
2216     * left.php, config.inc.php, Documentation.html,
2217       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
2218       $cfg['LeftPointerEnable']
2219     * db_details_structure.php, server_variables.php,
2220       tbl_properties_structure.php, config.inc.php, Documentation.html,
2221       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
2222       all colors.inc.php:
2223       $cfg['BrowsePointerEnable']
2224     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
2225       Documentation.html, all colors.inc.php,
2226       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
2227       $cfg['BrowseMarkerEnable']
2228     * themes/.../img/logo_left.png + logo_right.png: new logo,
2229       thanks to Michael Keck (mkkeck)
2230     * index.php: compute queryframe_height from image size, thanks to
2231       Michael Keck
2232     * footer.inc.php: sync left frame when choosing a db from server_databases,
2233       thanks to Michael Keck
2234     * export.php: no longer auto-select the textarea containing exported data
2235     * queryframe.php: bug #977790, missing library,
2236       thanks to Anthony Parsons (anthony.parsons at manx.net)
2237     * footer.inc.php: sync left-frame dropdown for databases when the
2238       number of tables changes, thanks to Michael Keck
2239     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
2240     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
2241     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2242     ### 2.6.0-beta1 released
2244 2004-06-24 Alexander M. Turek  <me@derrabus.de>
2245     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
2246       called although no error occured.
2248 2004-06-24 Michal Čihař  <michal@cihar.com>
2249     * main.php, changelog.php: Add headers to ChangeLog display.
2250     * scripts/create_tables.sql: Add IF EXISTS.
2251     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
2252       otherwise unmatched quotes cause problems (bug #978113).
2253     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
2254       links, otherwise we'll fail on commas.
2255     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
2256       when there are comments behind last query.
2258 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
2259     * many files: remove references to older /images, and
2260       erase /images contents
2262 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
2263     * config.inc.php, themes/.../colors.inc.php: remove color-related
2264       parameters from config.inc.php, and non-color-related from colors.inc.php
2265     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
2266       missing parameter for the Refresh link feature
2268 2004-06-22 Michal Čihař  <michal@cihar.com>
2269     * libraries/relation.lib.php: Fix possible error on non existant pma db.
2271 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
2272     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
2273       in this script, but it's better to use libraries/header_http.inc.php
2275 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
2276     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
2277       libraries/common.lib.php, libraries/display_export.lib.php,
2278       db_details_structure.php, tbl_select.php:
2279       fix IE font size problem, redesign search and export pages,
2280       thanks to Michael Keck (mkkeck)
2281     * libraries/string.lib.php: bug #975290, wrong internal encoding
2282       for hebrew, thanks to Moshe Bergman (moshe_be)
2284 2004-06-17 Alexander M. Turek  <me@derrabus.de>
2285     * libraries/dbi/mysql.dbi.php: Removed debug code.
2286     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
2287       MySQL version.
2289 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
2290     * libraries/common.lib.php: fix "original" theme colors
2291     * db_details_structure.php: cosmetic fix in error message
2292     * tbl_properties_structure.php, tbl_relation.php:
2293       enable Relation view for InnoDB, even if the internal
2294       relational infrastructure is not available
2295     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
2296     * config.inc.php: clarify MainPageIconic comments
2298 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
2299     Changes, thanks to Michael Keck (mkkeck):
2300     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
2301       style for error messages
2302     * main.php, themes.php, libraries/select_theme.lib.php,
2303       css/phpmyadmin.css.php, themes/original/img + css:
2304       put original theme under the same structure as darkblue_orange
2306 2004-06-16 Michal Čihař  <michal@cihar.com>
2307     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
2309 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
2310     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
2311     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
2312       tbl_replace.php, libraries/common.lib.php,
2313       libraries/transformations.lib.php: new function PMA_securePATH()
2314     * main.php, tbl_properties_structure.php: theme "none" should be "original",
2315       thanks to Michael Keck (mkkeck)
2316     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
2317       missing title tags
2319 2004-06-15 Michal Čihař  <michal@cihar.com>
2320     * lang/czech: Updated.
2321     * config.inc.php, libraries/config_import.lib.php,
2322       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
2323     * queryframe.php: Do not show <hr /> when no logo is shown.
2324     * main.php: Generate hidden inputs nicely.
2325     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
2326       pma_theme as cookie name, default theme to some reasonable value to
2327       avoid undefined variables all around the code.
2328     * main.php, lang/*: strSelectTheme is IMHO not needed.
2329     * Documentation.html, config.inc.php, index.php, left.php, main.php,
2330       queryframe.php, libraries/config_import.lib.php,
2331       libraries/select_server.lib.php: Use same code for all server selection,
2332       possibly display server links also in right frame, show server links in
2333       query frame when possible.
2334     * libraries/display_export.lib.php: Fix broken choice switching.
2335     * tbl_change.php: Fix wrong path to image.
2336     * tbl_properties_operations.php: Define sort order for sorting tables
2337       (RFE #971314).
2338     * libraries/common.lib.php: On error show edit link with table context if
2339       possible.
2341 2004-06-15 Alexander M. Turek  <me@derrabus.de>
2342     * libraries/config_import.lib.php: The default settings should be merged.
2344 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
2345     Changes, thanks to Michael Keck (mkkeck):
2346     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
2347     * both themes: new screen.png reflecting current logo
2348     * db_details_structure.php: improve background image in error section
2349     * main.php: $theme='none' no longer a possible choice
2350     * open.php: permits access to message strings in theme manager
2351     * themes/index.php: new calling
2352     My changes:
2353     * libraries/common.lib.php: proper revision check
2354     * libraries/select_theme.lib.php: remove unneeded counter, and fix
2355       undefined $PHP_SELF
2356     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
2357       login is invalid
2359 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
2360     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
2361       New /themes structure for Theme management
2362       TODO: code improvement, access to /lang from themes/index.php,
2363             possible logo change
2365 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
2366     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
2368 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
2369     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
2370       libraries/dbi/mysql.dbi.lib.php,
2371       lang/*: bug 968089: catch error when server is not responding
2372       and show an appropriate message
2373     * left.php: undefined variable
2375 2004-06-09 Alexander M. Turek  <me@derrabus.de>
2376     ### 2.5.7 released from MAINT_2_5 branch.
2378 2004-06-08 Michal Čihař  <michal@cihar.com>
2379     * config.inc.php, lang/*, libraries/common.lib.php,
2380       libraries/config_import.lib.php, libraries/display_export.lib.php,
2381       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
2382       #966038).
2384 2004-06-08 Alexander M. Turek  <me@derrabus.de>
2385     * libraries/common.lib.php: backwards compatibility.
2386     * config.inc.php: typo.
2388 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
2389     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
2390       mysqli_connect() to enable the use of default socket
2392 2004-06-07 Michal Čihař  <michal@cihar.com>
2393     * lang/czech: Updated.
2394     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
2395       same.
2396     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
2397       libraries/display_export.lib.php, libraries/export/xls.php,
2398       Documentation.html: EXPERIMENTAL native MS Excel export support, using
2399       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
2400     * Documentation.html: Described older config.inc.php support (RFE
2401       #968177).
2403 2004-06-07 Alexander M. Turek  <me@derrabus.de>
2404     * css/phpmyadmin.css.php: beautifications.
2405     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
2406       Enabled new icons for privileges administration (patch #947190).
2407     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
2408       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
2409       correctly.
2410     * lang/german-*.inc.php: Updates.
2411     * scripts/create-release.sh: Create backup config file (RFE #968177).
2413 2004-06-06 Garvin Hicking <me@supergarv.de>
2414     * libraries/display_tbl.lib.php, libraries/functions.js,
2415       css/phpmyadmin.css.php: Further fixing of broken vertical
2416       column highlighting; empty repeated header cells are now <th>, not
2417       <td>. Adjusted CSS to not change visual display of those.
2418     * (same files): Optimized unneccessary preg_replace.
2420 2004-06-04 Michal Čihař  <michal@cihar.com>
2421     * libraries/read_dump.lib.php: Do not strip comments here.
2422     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
2423       be followed with any control char) (patch #965106).
2424     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2426 2004-06-04 Garvin Hicking <me@supergarv.de>
2427     * Bug #959320: Broken row highlighting in vertical
2428       browsing mode fixed. The pointer will now highlight
2429       columns as expected and unmark the row after unclicking.
2431 2004-06-03 Alexander M. Turek  <me@derrabus.de>
2432     * header.inc.php: Undefined variable.
2434 2004-06-03 Michal Čihař  <michal@cihar.com>
2435     * db_details_links.php, header.inc.php, server_links.inc.php,
2436       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
2437       heading (RFE #965542).
2438     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
2439     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
2440       error messages.
2441     * header.inc.php: Remove spaces before colons (bug #965594).
2442     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
2443       strDatabase (needed for above fix).
2444     * libraries/config_import.lib.php: Do not override
2445       $cfg['ShowHttpHostTitle'].
2446     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
2447       Can disable main page icons (bug #965550).
2448     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
2449       not allowed here.
2450     * tbl_query_box.php: Fix default query generating.
2452 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
2453     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
2454       "Engine" in MySQL 4.1.2 (bug #964011).
2456 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
2457     * header.inc.php: bug #963414, when PropertiesIconic was false,
2458       the code did not define the icon variables. Also, remove hardcoded
2459       'Server' string
2460     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
2462 2004-05-30 Michal Čihař  <michal@cihar.com>
2463     * libraries/display_tbl.lib.php: Return back to browsing after editing
2464       row.
2466 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
2467     * sql.php: bug #956828, deleting last row gives an error. I could not
2468       find a case where we need the line I just removed, which was
2469       causing the bug.
2470     * tbl_properties.inc.php: missing statement group {}, was causing
2471       the display of part of the changing amount of columns dialog
2472       when editing a field structure
2474 2004-05-28 Michal Čihař  <michal@cihar.com>
2475     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
2476       comments in bug #951744).
2477     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
2478       contain field names (RFE #948590, patch #961726).
2480 2004-05-26 Michal Čihař  <michal@cihar.com>
2481     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
2482     * lang/estonian: Update thanks to Alvar Soome - finsoft.
2483     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
2484     * lang/dutch: Update thanks to Ivo Teel - calimonk.
2485     * lang/german-utf-8: Remove duplicated string.
2486     * lang/*: Remove allow_recoding from non utf-8 translations.
2487     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
2488       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
2490 2004-05-26 Alexander M. Turek  <me@derrabus.de>
2491     * translators.html: Linked to Indonesian translator's SF page instead of
2492       his email address.
2494 2004-05-25 Michal Čihař  <michal@cihar.com>
2495     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
2496       just lang.
2497     * libraries/select_lang.lib.php: Fix language dialects detection (based on
2498       patch #958994).
2500 2004-05-23 Garvin Hicking <pma@supergarv.de>
2501     * db_details.php: Fixed broken file upload since redesign-patch.
2503 2004-05-20 Michal Čihař  <michal@cihar.com>
2504     * many files: Little code reorganistaion (RFE #957308), removed some
2505       remaining php3 compatibility code in SQL parser.
2507 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
2508     * pdf_schema.php: set contents page (first page)'s orientation
2509       to the same asked for the data dictionary
2511 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
2512     * tbl_select.php: bug 956137, undefined $data: on the search page,
2513       PMA_foreignDropdown() must be called with no current value for
2514       the data
2516 2004-05-19 Michal Čihař  <michal@cihar.com>
2517     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
2519 2004-05-16 Alexander M. Turek  <me@derrabus.de>
2520     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
2521       tbl_properties_structure.php, tbl_query_box.php,
2522       images/b_dbstatistics.png, images/b_tbloptimize.png,
2523       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
2524       images/b_useredit, libraries/display_tbl.lib.php,
2525       libraries/display_tbl_links.lib.php:
2526       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
2527     * libraries/functions.js: Bugfix for (un)check all features if
2528       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
2529       to Michael Keck (mkkeck).
2530     * Documentation.html: Let's use a hyperlink instead of referring to the
2531       chapter, as the chaper numbers might change.
2533 2004-05-14 Michal Čihař  <michal@cihar.com>
2534     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
2535       not just one global (patch #952917, bug #687009).
2537 2004-05-13 Michal Čihař  <michal@cihar.com>
2538     * libraries/export/sql.php: Minor optimalisations.
2539     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
2540       for generating INSERT and UPDATE queries (also fixes bug #953250).
2541     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
2542       #953295).
2543     * tbl_change.php: Repeat Go button every 15 rows globally and not per
2544       record.
2545     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
2546       inserting when multiple inserts after changing value (RFE #749733).
2547     * header.inc.php: Simplified title generating.
2548     * lang/czech: Fixed untranslated word (translation #952551).
2549     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
2550     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
2551     * tbl_properties_export.php: Generate better query for multi row export.
2552     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
2553       anything, display DROP query on better place (bellow tabs).
2554     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
2555       queries.
2556     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
2557     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
2558       a broken comment (bug #905066).
2559     * db_details_structure.php: Fixed colspan.
2560     * tbl_properties_table_info.php: Do not fail on broken table.
2562 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
2563     * db_details_structure.php: bug #951143, undefined $header_url_qry
2565 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
2566     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
2567       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
2569 2004-05-11 Michal Čihař  <michal@cihar.com>
2570     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
2571       queries generated by our db search.
2572     * db_search.php: Do not generate search query to include all fields, just
2573       SELECT * is enough.
2574     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
2575       original one is too long (bug #951744).
2577 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
2578     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2579     * left.php: commit for Garvin: fix for wrong group expanding (group
2580       name containing foreign characters)
2582 2004-05-10 Michal Čihař  <michal@cihar.com>
2583     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
2584       #951226.
2586 2004-05-10 Garvin Hicking <pma@supergarv.de>
2587     * db_details_structure.php, tbl_properties_structure.php: Fixed
2588       row-selection Javascript for Internet Explorer.
2590 2004-05-09 Garvin Hicking <pma@supergarv.de>
2591     * main.php, css/phpmyadmin.css.php: Corrected <form> position
2592       to XHTML compliance. Introduced "nospace" class.
2594 2004-05-09 Michal Čihař  <michal@cihar.com>
2595     * lang/czech: Updated.
2596     * tbl_properties_operations.php: Fixed documentation link.
2598 2004-05-09 Alexander M. Turek  <me@derrabus.de>
2599     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
2600       Adam Shantz (musus).
2601     * lang/german-*.inc.php: Updates.
2602     * db_details_structure.php, main.php:
2603       - coding standards;
2604       - removed debug code.
2606 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
2607     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
2609 2004-05-08 Alexander M. Turek  <me@derrabus.de>
2610     * config.inc.php, db_details_structure.php, Documentation.html,
2611       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
2612       libraries/config_import.lib.php:
2613       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
2615 2004-05-07 Alexander M. Turek  <me@derrabus.de>
2616     * calendar.php: Added missing CVS-ID-Tag.
2618 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
2619     ### 2.6.0-alpha2 released
2621 2004-05-07 Garvin Hicking <pma@supergarv.de>
2622     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
2623       'nested', the displayed table names should always be the real names,
2624       not the table comments.
2625     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
2626       librarries/functions.js: RFE #856208 - Show (un)check all boxes
2627       for query results.
2628     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
2629       RFE #949594 - Allow changing amount of columns for adding fields/
2630       creating table (without losing previous data)
2632 2004-05-07 Alexander M. Turek  <me@derrabus.de>
2633     * README: Updated copyright as discussed a couple of days ago.
2635 2004-05-06 Garvin Hicking <pma@supergarv.de>
2636     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
2637       mousepointer hovering on rows w/o checkboxes.
2639 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
2640     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
2641       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
2643 2004-05-05 Garvin Hicking <pma@supergarv.de>
2644     * db_details_db_info.php, db_details_structure.php, left.php: Speed
2645       up table fetching when using $cfg['ShowTooltips']. Allow to only
2646       see the grouped/nested tables in properties panel when clicking on
2647       a table group on the left frame.
2648     * db_details_structure.php: If JS is enabled, take away <label> link
2649       functionality because of onmousedown-handler duplicating this
2650       effect.
2651     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
2652       for column overview.
2654 2004-05-05 Michal Cihar  <michal@cihar.com>
2655     * config.inc.php, tbl_change.php, tbl_replace.php,
2656       libraries/common.lib.php, libraries/config_import.lib.php: Support for
2657       insert multiple rows at once (RFE #749733).
2658     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
2660 2004-05-04 Michal Cihar  <michal@cihar.com>
2661     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
2662       of TYPE in MySQL 4.1.1).
2663     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
2664       #946861).
2666 2004-05-04 Garvin Hicking <pma@supergarv.de>
2667     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
2668       available in tables overview, clicking on a cell in the table
2669       selects the checkbox next to it.
2670     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
2671       for Non-Light left frame. Introduce new option 'nested' for
2672       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
2673       virtual nested grouping, but for the tablename itself the tablename
2674       will be show, not the Alias.
2676 2004-05-03 Alexander M. Turek  <me@derrabus.de>
2677     * lang/german-*.inc.php: Clarification.
2679 2004-05-03 Michal Cihar  <michal@cihar.com>
2680     * querywindow.php: Fix javascript error (bug #946823).
2681     * tbl_query_box.php: Stray <li> (bug #946530).
2682     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
2683     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
2684       (RFE #946540).
2685     * db_details.php, tbl_change.php, tbl_query_box.php,
2686       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
2687       validity.
2688     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
2689     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
2690       not show multi row actions when no checkboxes shown.
2692 2004-05-03 Garvin Hicking <pma@supergarv.de>
2693     * lang/german* - Translation
2694     * left.php: Bug #946501 - Nested table now also work with aliased
2695       tablenames.
2696     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
2697       footer.inc.php, Documentation.html: Removed obsolete
2698       QueryFrameDebug configuration directive
2699     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
2700       structure to take previous settings into account.
2702 2004-05-02 Michal Cihar  <michal@cihar.com>
2703     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
2705 2004-04-30 Michal Cihar  <michal@cihar.com>
2706     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
2707       #944870).
2709 2004-04-29 Garvin Hicking <pma@supergarv.de>
2710     * db_details_structure.php: Bug #942362 - Colspan off by one
2711     * left.php: Modified js function to fit typecasting of Safari
2712     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
2713       the primary key reference.
2715 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
2716     * scripts/create-release.sh: keep only one previous version in cvs-prev
2717     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
2718     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
2719     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
2720     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2721     * lang/slovenian update, thanks to Kositer Uros
2722     * libraries/common.lib.php: patch #859034, better BLOB comparison
2724 2004-04-29 Michal Cihar  <michal@cihar.com>
2725     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
2726       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
2727       now correctly works with multibyte strings (bug #936161).
2728     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
2729     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
2730     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
2731     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
2733 2004-04-28 Michal Cihar  <michal@cihar.com>
2734     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
2735     * libraries/common.lib.php: When only_db matches no database, do not show
2736       any (bug #943626).
2737     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
2738       margin/padding.
2739     * server_privileges.php: No ugly message when editing privileges for
2740       non-existant database (bug #942357).
2742 2004-04-28 Garvin Hicking <pma@supergarv.de>
2743     * left.php, main.php, server_databases.php, common.lib.php,
2744       db_details_common.php: Bug #942296 - Safari can't handle
2745       location.replace() redirects correctly
2746     * libraries/tbl_change.js: Restrict calendar to maximum values for
2747       days/hours/minutes/seconds.
2748     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
2749       unique.
2750     * left.php, libraries/left.js: Fixed unneeded spacing between items
2751       and wrong collapsing in nested mode (Bug #943140). Removed
2752       some debugging non-xhtml tags.
2753     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
2754       for compatibility to the good old nobr-tag
2756 2004-04-27 Michal Cihar  <michal@cihar.com>
2757     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
2758       calendar.
2759     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
2760       lists items now have padding, so no more magins and <br />'s inside of
2761       them are needed.
2762     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
2763       nested tables.
2764     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
2765       query (bug #885497).
2767 2004-04-27 Garvin Hicking <pma@supergarv.de>
2768     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
2769       link in a way that the image always belongs to the last word
2770     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
2771       to mark the checkbox.
2772     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
2773     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
2774       fails.
2775     * querywindow.php: Bug #942395 - Missing space
2776     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
2777       table off by one.
2778     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
2779       count. Replace h1 with h2 for consitency
2780     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
2781       missing localization for multi-row edit/delete/export feature.
2782     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
2783       query window.
2784     * left.php: Fixed bug #942374 - Undefined indizes in left frame
2785       for light mode. Improved performance. Fixed tab-formatted code and
2786       adjusted to coding guidelines.
2787     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
2788       query together with multiple other queries, the db was reset to
2789       the first one.
2791 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
2792     * config.inc.php, left.php, Documentation.html,
2793       libraries/config_import.lib.php, libraries/common.lib.php:
2794       $cfg['LeftDisplayServersList'] to display the server choice as links,
2795       thanks to Cal Henderson
2797 2004-04-26 Michal Cihar  <michal@cihar.com>
2798     * libraries/string.lib.php: mb_* functions don't know some windows-*
2799       charsets (bug #940638).
2800     * tbl_indexes.php: Remove print_r (bug #942383).
2802 2004-04-22 Michal Cihar  <michal@cihar.com>
2803     * libraries/export/sql.php: Invalid SQL on empty table export (bug
2804       #939918).
2806 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
2807     ### 2.6.0-alpha1 released
2808     * (after the release) user_password.php: undefined offset in blowfish.php
2810 2004-04-20 Alexander M. Turek  <me@derrabus.de>
2811     * Documentation.html, README:
2812       - The MySQL 4.1 support is not experimental anymore;
2813       - Updated credits.
2814     * server_privileges.php: Fixed an error that occured when trying to add
2815       privileges to non-existant tables.
2817 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
2818     * libraries/tbl_change.js: was always returning current day
2820 2004-04-20 Michal Cihar  <michal@cihar.com>
2821     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
2822       calendar.
2824 2004-04-19 Alexander M. Turek  <me@derrabus.de>
2825     * lang/german-*.inc.php: Clarification.
2826     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
2827       Updated path to MySQL's searchable online documentation.
2828     * ChangeLog: Recoded to UTF-8.
2829     * server_privileges.php: Illegal mix of collations.
2830     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
2831       (bug #902414). This should fix many "Illegal mix of collations" errors.
2833 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
2834     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
2835       mysqli-specific export-bugs
2837 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
2838     * sql.php: bug 780516: capitalizing keywords: we no longer
2839       put the formatted query into $sql_query, due to better pattern matching
2841 2004-04-19 Michal Cihar  <michal@cihar.com>
2842     * libraries/tbl_change.js: Better return value formatting.
2843     * Documentation.html: Mentioned header and footer customization.
2845 2004-04-18 Michal Cihar  <michal@cihar.com>
2846     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
2847     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
2848     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
2850 2004-04-18 Alexander M. Turek  <me@derrabus.de>
2851     * lang/german-*.inc.php: Updates.
2852     * server_privileges.php:
2853       - $url_query was not visible in function scope;
2854       - Hotfix to avoid "MySQL out of sync" errors.
2855     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
2856       PMA_DBI_affected_rows() to be left out.
2858 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
2859     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
2861 2004-04-17 Alexander M. Turek  <me@derrabus.de>
2862     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
2863       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
2864       tbl_properties_operations.php, tbl_properties_structure.php,
2865       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
2866       Added ability to set / alter collations for databases, tables and fields.
2867     * tbl_alter.php: Charset information got lost when changing fields.
2868     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
2869       Removed mysql_wrappers library.
2871 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
2872     * lang/french update
2873     * scripts/create-release.sh: daily snapshots
2875 2004-04-16 Michal Cihar  <michal@cihar.com>
2876     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
2877       exports (RFE #859815).
2878     * images/button_export.png: At least some export icon.
2879     * libraries/display_tbl.lib.php: Fix image sizes.
2880     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
2881       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
2882       calendar for date fields (RFE #880647).
2884 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
2885     * ldi_table.php: allow longer field terminator (was 2 now 4);
2886       for example, to load a file where each line represents one field
2887       and the end of line is \r\n
2889 2004-04-15 Michal Cihar  <michal@cihar.com>
2890     * tbl_properties_export.php, tbl_row_delete.php,
2891       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
2892       #927554).
2893     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
2894     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
2895       to Marc for noticing this).
2897 2004-04-15 Olivier Mueller <om@omnis.ch>
2898     * left.php: RFE #859208, Logout button in left frame
2900 2004-04-14 Michal Cihar  <michal@cihar.com>
2901     * lang/czech: Updated.
2902     * tbl_select.php: Fixed undefined variable warning.
2903     * libraries/common.lib.php, libraries/display_tbl.lib.php,
2904       libraries/export/sql.php: Really support export of UPDATE queries (bug
2905       #914237), condition generation used from previous implementation in
2906       display_tbl.lib.php and moved to common.lib.php.
2907     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
2908       libraries/config_import.lib.php, libraries/display_export.lib.php,
2909       libraries/export/*: Support for enclosing SQL export in transaction (RFE
2910       #930827).
2911     * libraries/export/csv.php: Do not strip export too much (bug #913988).
2912     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
2913       compatibility code.
2915 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
2916     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
2917       thanks to Philippe Jausions (jausions)
2918     * Documentation.html: new faq links and cleanup, thanks to Cédric Corazza
2919     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
2920       bug 898484, IIS crash: do not use header('Location: ')
2922 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
2923     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
2924       libraries/relation.lib.php: Changed some queries to use
2925       MYSQLI_STORE_RESULT.
2927 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
2928     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
2929       db_details_structure.php, db_printview.php, left.php, main.php,
2930       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
2931       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
2932       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
2933       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
2934       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
2935       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
2936       with MYSQLI_USE_RESULT as default.
2937     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
2938       PMA_DBI_fetch_array.
2940 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
2941     * tbl_select.php, lang/*: feature 788608: new features for Search:
2942       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
2943       and column title is now Operator, thanks to Philippe Jausions (jausions)
2945 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
2946     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
2947       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
2948       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
2949       phpMyAdmin should now be fully compatible with the new mysqli
2950       extension. All extension specific functions are wrapped now.
2951     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
2952     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
2953       thanks to Wandering Zombie (wanderingzombie).
2955 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
2956     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
2957       query display. Thanks to Daniel Marschall (blackdrake)
2959 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
2960     * tbl_change.php, bug 931034, big numbers data entry,
2961       thanks to Dmitry (yrtimd)
2962     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
2963       problem with multi-row delete and quotes in WHERE clause,
2964       thanks to Ryan Schmidt (ryandesign)
2966 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
2967     * main.php, complete the fix for bug 922054
2969 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
2970     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
2971     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
2972     * lang/malay: updated, thanks to nobody
2973     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
2975 2004-04-03 Olivier Mueller <om@omnis.ch>
2976     * server_privileges.php, libraries/server_privileges.js: added
2977       (un)checkall links to the "Global privileges" edition form.
2978       Todo: make it work even if JS is disabled + local links
2979       for the "Data" and "Structure" checkboxes groups.
2981 2004-04-02 Alexander M. Turek  <me@derrabus.de>
2982     * lang/german-*.inc.php: Fixed a typo.
2984 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
2985     * main.php: bug 922054, when there is no control user, the detection
2986       of the grants does not take into account all cases;
2987       thanks to Thomas ( jacob@internet24.de)
2989 2004-03-30 Michal Cihar  <michal@cihar.com>
2990     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
2992 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
2993     * server_privileges.php: bug 923171, password error when copying a user
2994     * server_privileges.php: bug 923227, copying a user with table privs
2996 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
2997     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
2998       libraries/common.lib.php, libraries/config_import.lib.php:
2999       Sort database and table names in natural order,
3000       thanks to Hoo Jia Xiong (hoojx)
3002 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
3003     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
3004       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
3005       conversions).
3007 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
3008     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
3009       Added wrapping function PMA_DBI_field_len.
3010     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
3011       from function PMA_DBI_insert_id().
3013 2004-03-25 Michal Cihar  <michal@cihar.com>
3014     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
3015       exists (bug #922509).
3016     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
3017     * lang/czech: Fixed typos and improved some texts.
3019 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
3020     * libraries/common.lib.php: bug 922553, wrong boundary check in
3021       PMA_flipstring(), thanks to Virgile Petit (pvtc)
3023 2004-03-24 Michal Cihar  <michal@cihar.com>
3024     * lang/*: Added missing "$strConnectionError" (bug #922006).
3026 2004-03-23 Olivier Mueller <om@omnis.ch>
3027     * libraries/mysql_wrappers.lib.php: added mysqli support to the
3028       PMA_mysql_field_flags function because mysqli does not know the function
3029       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
3030     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
3031       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
3032       PMA_DBI_try_query function (ne0x)
3033     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
3034       Added wrapping function PMA_DBI_fetch_array() (ne0x)
3035     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
3036       the new PMA_DBI_fetch_array() function instead of
3037       PMA_mysql_fetch_array() (ne0x)
3039 2004-03-22 Michal Cihar  <michal@cihar.com>
3040     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
3041       attempting sending headers twice.
3043 2004-03-22 Garvin Hicking <pma@supergarv.de>
3044     * lang/german-*: Update
3046 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
3047     * lang/romanian: Updated, thanks to Valics Lehel.
3048     * libraries/common.lib.php: bug 913704, delete link in db search
3049     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
3051 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
3052     * sql.php: bug 913630: did not detect correctly DELETE FROM table
3053       and even if detected, was calling a non-existent PMA_DBI_result()
3055 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
3056     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
3057       SHOW CREATE TABLE on older MySQL versions
3059 2004-03-10 Michal Cihar  <michal@cihar.com>
3060     * export.php: Correctly report error when export fails.
3061     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
3062       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
3063       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
3064     * libraries/export/*.php: Use unbuffered queries (patch #890075).
3065     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
3066       config.inc.php, libraries/common.lib.php,
3067       libraries/config_import.lib.php: Add support for INSERT IGNORE and
3068       UPDATE IGNORE.
3069     * config.inc.php, lang/*, libraries/common.lib.php,
3070       libraries/config_import.lib.php, libraries/display_export.lib.php,
3071       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
3072       export (RFE #913421).
3073     * lang/czech: Updated.
3074     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
3075     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
3076       while editing.
3077     * db_details_structure.php, lang/*: Implement database renaming (RFE
3078       #792463).
3079     * tbl_properties_operations.php: Copy table defaults to structure and data
3080       (RFE #856517).
3082 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
3083     * libraries/common.lib.php, libraries/display*, lang/*:
3084       bug 887933: avoid generating a nested form, and show a warning
3085       when user should define a primary key to get the Edit and Delete links
3086     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3087     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
3089 2004-03-09 Michal Cihar  <backtowork@cihar.com>
3090     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
3091       conversion.
3092     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
3093       PMA_mysql_fetch_array return value for last result (bug #905223).
3094     * browse_foreigners.php, libraries/common.lib.php,
3095       libraries/display_tbl.lib.php, libraries/relation.lib.php,
3096       libraries/sqlparser.lib.php, libraries/string.lib.php,
3097       libraries/transformations/text_plain__substr.inc.php: Use charset aware
3098       substr and strlen functions (bugs #854755 and #910575).
3099     * export.php: Fix buffer length counting, fix error detection (bug
3100       #909710).
3101     * libraries/export/latex.php: Fix undefined variable warning.
3102     * libraries/config_import.lib.php, libraries/common.lib.php,
3103       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
3104       add custom text to SQL export headers (RFE #874361).
3105     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
3106       header.inc.php, libraries/auth/cookie.auth.lib.php,
3107       libraries/auth/http.auth.lib.php: Support for site configurable header
3108       and footer (patch #893477).
3110 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
3111     * libraries/sqlparser.lib.php: bug 909752, floating point digit
3112     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
3114 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
3115     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
3116       escaping of + in ENUM
3118 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
3119     ### 2.5.6 released from branch MAINT_2_5
3120     * libraries/common.lib.php: change Revision number to trigger execution
3121       of compatibility module config_import.lib.php, because cookie
3122       login does not work if LoginCookieValidity is not defined
3124 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
3125     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
3126       WHERE clauses).
3127     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
3128       missing mysql_get_client_info() function.
3130 2004-02-27 Michal Cihar  <imback@cihar.com>
3131     * config.inc.php, libraries/config_import.lib.php,
3132       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
3133       for limited (configurable) time, user name is encrypted (RFE #902295).
3135 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
3136     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
3138 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
3139     * pdf_pages.php: bug 903450, typo
3140     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
3141       called twice
3143 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
3144     * export.php: bug 899610, undefined variable $save_filename
3146 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
3147     * libraries/select_lang.lib.php: Deactivated the code part that disables
3148       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
3149       (bug #887183).
3150     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
3151       lang/snyc_lang.sh, libraries/select_lang.lib.php:
3152       - Changed charset definition from dos-622 into cp-622. Both definitions
3153         describe the same charset, but cp-622 is recognized better by some
3154         browsers;
3155       - File was broken due to some bad typos.
3156     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
3157       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
3158         so this change shouldn't cause big problems. The support for EUC-KR is
3159         wider and we are now able to create a Korean UTF-8 language file;
3160       - Added korean-utf-8 translation.
3161     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
3162       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
3163     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
3164       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
3165       the selected language file.
3166     * main.php:
3167       - Removed MySQL charset selection for MySQL 4.1.
3168       - Instead, the MySQL charset we picked is displayed.
3170 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
3171     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
3172       Introduced options parameter for query functions.
3173     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
3175 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
3176     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
3177       parser functions if one of the very first queries fails.
3178     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
3180 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
3181     * server_privileges.php: bug 818654, password not copied
3182     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
3183       bug 879005: execute stored bookmarks when user is different
3185 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
3186     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3187     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3188     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3189     * lang/dutch update, thanks to Ivo Teel
3190     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
3191     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
3193 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
3194     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
3195       support authentication protocol".
3197 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
3198     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
3200 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
3201     * tbl_change.php: bug 879923, NULL default value of DATETIME field
3203 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
3204     * export.php: security fix, thanks to Cedric Cochin for the advisory
3205     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
3207 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
3208     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
3210 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
3211     * lang/czech: Update.
3213 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
3214     * lang/german-*.inc.php: Updates.
3216 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
3217     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
3218     * lang/italian: Updated, thanks to Pietro Danesi (danone).
3219     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
3220     * lang/*, header.inc.php, db_details_links.php, sql.php,
3221       libraries/functions.js: new stronger warning before a DROP DATABASE
3223 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
3224     * browser_foreigners, tbl_change.php, tbl_indexes.php,
3225       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
3226       libraries/get_foreign.lib.php, libraries/relation.lib.php:
3227       Get rid of mysql_data_seek(). Use pre-cached PHP array for
3228       mysqli compatibility and bandwidth saving.
3230 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
3231     * main.php: bug 884606, MySQL version check before server choice
3233 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
3234     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
3235     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
3237 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
3238     * tbl_row_delete.php: bug 882695, broken row highlighting
3239     * libraries/display_tbl.lib.php: bug 879792, bad sort link
3240     * libraries/dbi/*: PMA_DBI_num_fields()
3242 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
3243     * querywindow.php: PMA_DBI_close() instead of DBI_close()
3244     * Documentation.html: clarify FAQ 6.21
3245     * libraries/dbi/*: use generic $strCantLoad message
3246     * lang/*: remove $strCantLoadMySQL message
3247     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
3248       display of unwanted error messages
3249     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
3251 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
3252     * header_printview.inc.php:
3253       - Don't bypass $cfg['Server']['verbose'] settings;
3254       - Include MySQL version in SQL printview headers.
3255     * header.inc.php: Avoid sending headers twice.
3257 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
3258     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
3259     * browse_foreigners.php, db_create.php, db_datadict.php,
3260       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
3261       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
3262       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
3263       querywindow.php, read_dump.php, server_common.inc.php,
3264       server_privileges.php, server_processlist.php, server_status.php,
3265       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
3266       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
3267       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
3268       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
3269       tbl_rename.php, tbl_replace.php, tbl_select.php,
3270       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
3271       libraries/common.lib.php, libraries/db_table_exists.lib.php,
3272       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
3273       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
3274       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
3275       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
3276       - Removed most remaining calls to old mysql_wrappers library;
3277       - Small optimizations and XHTML fixes.
3278     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
3279       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
3280       - Fixed "undefined constant" warning (bug #881637);
3281       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
3282         PMA_DBI_get_fields_meta();
3283       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
3284     * Documentation.html: Changed my email address.
3285     * header_printview.inc.php:
3286       - Don't bypass $cfg['Server']['verbose'] settings;
3287       - Include MySQL version in SQL printview headers.
3288     * header.inc.php: Avoid sending headers twice.
3290 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
3291     * lang/czech: Fixed unclear message.
3293 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
3294     * all concerned scripts: PMA_DBI_num_rows()
3295     * all concerned scripts: PMA_DBI_free_result()
3296     * all concerned scripts: PMA_DBI_insert_id()
3297     * all concerned scripts: PMA_DBI_affected_rows()
3299 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
3300     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
3301       PMA_DBI_get_dblist()
3303 2004-01-17 Michal Cihar  <argh@cihar.com>
3304     * lang/czech: Updated.
3306 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
3307     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
3308       libraries/common.lib.php, libraries/config_import.lib.php,
3309       libraries/database_interface.lib.php, libraries/defines.lib.php,
3310       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
3311       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
3312       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
3313     * main.php: This script now accesses MySQL exclusivly through the new DBI
3314       functions.
3316 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
3317     * mult_submits.inc.php: bug 876805, dropping a field with the
3318       multi-submit mechanism removes all internal relations of a table,
3319       patch thanks to Joosep-Georg Järvemaa (j-georg)
3321 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
3322     * Documentation.html: Slight update to what I've done
3324 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
3325     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3326     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3327     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
3329 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
3330     * libraries/sqlparser.lib.php: Support for _charset syntax.
3332 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
3333     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
3335 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
3336     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
3337       bug 857743, SHOW errors
3339 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
3340     * libraries/charset_conversion.lib.php: Skip charset conversion code if
3341       input charset and output charset are the same.
3343 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
3344     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
3345       as discussed in RFE #868369. Made foreigner window resizable.
3346     * libraries/functions.js: Reverted row marker patch. See RFE #867284
3347       for details.
3348     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
3349       libraries/functions.js: Upon clicking on a result row, de/activate
3350       the checkbox next to it. Only makes sense for horizontal mode. Can be
3351       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
3353 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
3354     * tbl_properties_operations.php: Changing a table's charset changed the
3355       charset of all fields (MySQL >= 4.1.1).
3357 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
3358     * libraries/config_import.lib.php: Added missing compatibility code for
3359       $cfg['RecodingEngine'].
3361 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
3362     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
3363       MySQL collations are now parsed and highlighted.
3364     * libraries/export/sql.php: Include charset / collation information in db
3365       export.
3367 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
3368     * db_details_structure.php: bug 868996, debug code still in place,
3369       thanks to Matthias Fichtner (mfichtner)
3370     * browse_foreigners.php: paging does not work; obey RepeatCells=0
3371     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
3373 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
3374     * lang/czech: Updated.
3375     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
3377 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
3378     * config.inc.php, db_details_common.php, db_details_structure.php,
3379       tbl_properties_operations.php, css/phpmyadmin.css.php,
3380       libraries/common.lib.php, libraries/config_import.lib.php,
3381       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
3382       - SQL parser detected the character set "binary" as column attribute;
3383       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
3384         library now has to be included AFTER having connected to the MySQL
3385         server;
3386       - The default charset of a database may now be changed;
3387       - Ensured that the user's connection is used for setting and retreiving
3388         charset information.
3389       * libraries/defines.lib.php: typo.
3391 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
3392     * tbl_select.php: bug 867320, dropdowns in search page
3394 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
3395     * db_details_structure.php, libraries/mysql_charsets.lib.php:
3396       - display database collation (MySQL >= 4.1.1);
3397       - list collations of all tables.
3398     * tbl_properties_strcuture, tbl_properties_table_info.php:
3399       - Changed "Charset" label to "Collation" because it fits better;
3400       - The column collations weren't displayed with MySQL 5.0.
3401     * libraries/sqlparser.data.php: New reserved words:
3402       - COLLATE (since MySQL 4.1.0);
3403       - RETURN  (since MySQL 5.0.0).
3405 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
3406     ### 2.5.5 released
3408 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
3409     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
3411 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
3412     * db_details_qbe.php: error when generating joins
3413     * Documentation.html: FAQ 6.22: default bookmark execution
3415 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
3416     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
3417     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
3419 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
3420     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3422 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
3423     * tbl_relation.php: bug 860258: do not destroy foreign key references
3424       to another db (still cannot enter via phpMyAdmin this kind of
3425       references)
3426     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
3428 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
3429     * lang/sync_lang.sh: Fix generation of translation, when source is in
3430       utf-8.
3431     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
3432       noticing this.
3434 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
3435     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
3437 2003-12-15 Garvin Hicking  <me@supergarv.de>
3438     * tbl_replace.php: Check all required array indizes for multi-row edit
3440 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
3441     * read_dump.php: bug 859062: Go & Bookmark problem when the
3442       query has a character like "+" in it
3444 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
3445     * tbl_query_box.php, ldi_table.php: maximum upload size
3446     * tbl_change.php: max BLOB upload size
3448 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
3449     * db_details.php, libraries/common.lib.php, lang/*:
3450       new feature to display the maximum upload size
3451       TODO: detect if upload succeeded
3453 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
3454     * export.php: Fixed Regex
3455     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
3456       libraries/transformations/application_octetstream__download.inc.php:
3457       Added a new transformation to download blob/binary field contents
3458       with customized filenames. Needed two minor tweeks to the general
3459       system.
3461 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
3462     * libraries/export/sql.php: Fix moving foreign key definition on Windows
3463       (bug #851950).
3465 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
3466     * tbl_replace.php: missing number of rows for Affected rows
3467       and Inserted rows; wrong message for insert ids
3468     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
3470 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
3471     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
3472       Updated character sets overview for MySQL 4.1.1.
3473     * db_create.php, main.php: Ability to specify a default character set for a
3474       new database.
3475     * libraries/sqlparser.lib.php: Bug #857749.
3477 2003-12-11 Garvin Hicking <me@supergarv.de>
3478     * header_printview.inc.php: RFE #856503, show number of rows in printview
3479     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
3480       #857684 where non-existant fields caused PHP notices.
3481     * db_details.php: Removed unneccessary whitespace
3482     * sql.php: Bug #857742: When dropping the only remaining database, an
3483       error occured. Fixed by checking if databases remein (as suggested
3484       by lem9)
3486 2003-12-10 Garvin Hicking <me@supergarv.de>
3487     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
3488       delimiter slipped to the replacement's end instead of the expression's
3489       end.
3490     * db_details_structure.php: Bug 857315 - short open tag fixed
3492 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
3493     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
3494     * main.php: bug 851564: backquotes on the wildcard dbname
3495       when no controluser is defined
3496     * db_datadict.php: bug 857186: ENUMs and data dictionary,
3497       thanks to Andrew Weiner (landreww) for the report and fix
3499 2003-12-09 Garvin Hicking <embatag@supergarv.de>
3500     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
3501     * lang/german*: Translations
3502     * left.php: Escape single quotes in single-table cases as well
3503       (Bug #855771)
3505 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
3506     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
3508 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
3509     ### 2.5.5-rc1 released
3511 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
3512     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
3514 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
3515     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
3516       and added some isset for a new check
3518 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
3519     * libraries/transformations/text_plain__dateformat.inc.php:
3520       Use <dfn>-Tag to display original data to not waste display
3521       clarity by using hyperlinks. Original implementation also
3522       failed when using customized options.
3524 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
3525     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
3526     * libraries/transformations/text_plain__dateformat.inc.php:
3527       patch 845690: show real data before transformation
3528     * left.php: bug 833790: put a workaround in place
3530 2003-12-04 Garvin Hicking <grinch@supergarv.de>
3531     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
3532       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
3533       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
3534       Multi row edit via checkboxes in browse mode is now available.
3535       This means, you can edit multiple records at once now.
3536     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
3537        (un)nullify() function
3538     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
3539       Made checkbox/edit/delete fields smaller
3541 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
3542     * libraries/display_tbl.lib.php: the constant used to check
3543       if the transformation function is included no longer exists
3544     * libraries/transformations/: replaced "include" by "require_once"
3545     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3546     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3547     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
3548     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
3549     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
3551 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
3552     * main.php: Fixed one remaining preg_match
3554 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
3555     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
3557 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
3558     * Almost every file:
3559       - Replaced all include / require commands by require_once where possible;
3560       - Further php 4.1+ optimizations;
3561       - footer.inc.php now automatically stops the script execution;
3562       - Coding standards.
3563     * config.inc.php: Don't include select_lang.lib.php here.
3564     * libraries/common.lib.php: Backwards compatibility.
3565     * libraries/common.lib.php, libraries/defines.lib.php,
3566       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
3567       scripts/create-release.sh:
3568       defines.lib.php was included twice. For optimization reasons I moved all
3569       the code that is independent from the MySQL connection out of defines.lib
3570       into defines_php.lib.
3571       To point out the (new) meanings of the files I renamed defines.lib.php to
3572       defines_mysql.lib.php while defines_php.lib.php is now known as
3573       defines.lib.php.
3575 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
3576     * lang/check_lang.sh: Cleanup.
3577     * lang/sort_lang.sh: Cleanup.
3578     * lang/czech: Better translated some strings.
3580 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
3581     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
3582     * lang/hindi: update, thanks to Girish Nair (girish_nair)
3583     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
3584     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3586 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
3587     * translators.html: Changed email of Hindi translator, again.
3588     * badwords.txt: File is obsolete.
3590 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
3591     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
3592       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
3593       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
3594       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
3595       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
3597       Reverted some obfuscated regular expressions to their working eregi-versions
3598       to not break stuff. Removed unneccessary reset() calls, replaced some more
3599       while(list()) constructs.
3600     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
3601       libraries/common.lib.php, libraries/display_tbl.lib.php,
3602       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
3603       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
3605       - When stored transformations have '.php3' ending, automagically assume '.php' now.
3606       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
3607         linebreaks.
3609 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
3610     * lang/german-*.inc.php: Updates.
3611     * lang/english-*.inc.php: Sortation.
3613 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
3614     * tbl_rename.php: give an error if the new table name has a dot
3615       in its name, to avoid doing our automatic relation-table renames
3617 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
3618     * libraries/common.lib.php: Use preg again, it just needs a bit more
3619       escaping of \ (once for PHP and once for PCRE).
3620     * css/phpmyadmin.css.php: Make server selection in left frame same size as
3621       on other places.
3622     * main.php: One more regex escaping fix.
3623     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
3624     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
3625     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
3626     * translators.html: Updated email for Hindi translator.
3628 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
3629     * server_privileges.php3: while (list() = each()) is not always as bad as
3630       one might think ;-p
3632 2003-11-22 Garvin Hicking <me@supergarv.de>
3633     * ./*: More PHP3-compatibility removal, see 2003-11-20.
3635 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
3636     * tbl_properties_operations.php: display "Add constraints" only
3637       if there are foreign keys in current table
3638     * libraries/common.lib.php: revert back to previous logic at line 1108
3639       because of regex problem (when only_db is used)
3641 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
3642     * tbl_move_copy.php: typo about constraints
3644 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
3645     * scripts/create-release.sh: Udated information what is needed to change on
3646       home page to currect status.
3648 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
3649     * server_databases.php, server_processlist.php, server_status.php,
3650       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
3651     * README: Updated requirements.
3652     * scripts/create-release.sh: Create Documentation.txt when building the
3653       distribution kits.
3654     * Documentation.txt, scripts/updatedocs.sh: Romoved.
3656 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
3657     * read_dump.php: Show message about failing upload in all cases, removed
3658       some PHP compatibility code.
3659     * libraries/export/sql.php: More older PHP cleanup.
3660     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
3661       table moving/copying and allow to keep constraints over these
3662       operations.
3663     * server_databases.php: Add correct parameters to left frame to keep
3664       server choice, language, etc. (bug #845397).
3665     * libraries/config_import.lib.php, config.inc.php, db_details.php,
3666       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
3667       #839168).
3668     * Documentation.html: Valid XHTML again.
3669     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
3671 2003-11-20 Garvin Hicking <me@supergarv.de>
3672     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
3673       libraries/transformations/overview.php, libraries/*.php
3674       (work in progress)
3676       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
3677       - Replaced "while (list() = each())" calls by foreach loops.
3678       - Removed PHP3-compatibility code
3679       - Removed calls to $HTTP_*_VARS (using $_* now).
3680       - Replaced some TAB-characters with whitespace
3681       - Removed PHP4 < 4.1.0 compatibility code
3682       - Removed MySQL < 3.23.32 compatibility code
3683       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
3684         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
3685         performance
3686       - Replace calls to eregi*/split functions to their preg* counterparts for
3687         faster and binary-safe operation
3688       - Replace regex-Calls to simple string functions where possible (speedup)
3689       - Replace calls to substr($string, X, 1) to $string{X}
3691 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
3692     * libraries/display_tbl.lib.php: first group of headers was offset by
3693       one column to the left
3695 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
3696     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
3697     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
3698     * lang/portuguese: Updated, thanks to António Raposo (cfmsoft).
3699     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3701 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
3702     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
3703     * Documentation.html: Modified requirements.
3704     * server_collations.php: Replaced obsolete "while (list() = each())" calls
3705       by foreach loops.
3706     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
3708 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
3709     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
3711 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
3712     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
3713       for the product name
3714     * main.php: new warnings for old PHP or MySQL versions
3716 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
3717     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
3719 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
3720     * almost EVERYTHING: The big rename from php3 to php.
3722 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
3723     * read_dump.php3: Show result of last SHOW query when multiple queries.
3724     * scripts/create-release.sh: Generate also sizes of files, for
3725       files.inc.php on homepage.
3727 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
3728     * lang/french: update
3729     * lang/turkish update, thanks to Bora Alioglu
3730     * lang/italian: Updated, thanks to Pietro Danesi (danone).
3731     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3733 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
3734     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
3735       any ...TEXT field types can have a FULLTEXT index
3737 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
3738     * libraries/common.lib.php3: undefined variable dblist_full when
3739       renaming a table
3741 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
3742     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
3743     * libraries/export/sql.php3, libraries/config_import.lib.php3,
3744       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
3745       config.inc.php3: Allow delayed inserts (RFE #841298).
3746     * libraries/export/sql.php3, libraries/common.lib.php3,
3747       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
3748       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
3749       statements in export (RFE #838828).
3750     * lang/remove_message.sh: Checks for parameter count.
3752 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
3753     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
3754     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
3756 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
3757     * libraries/display_tbl.lib.php3: Added more secure checks
3758       for each'ing on arrays built by the query analyzer. (Bug #839630)
3759     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
3760       repeated headers were wrong since introduction of multi-row delete.
3762 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
3763     * scripts/extchg.sh: bug 839081: generator.sh was not converted
3765 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
3766     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
3767       bug 835783: now (if using PHP4) users can enter NULL in a field
3768       and get the string NULL and not a NULL value. For a real NULL
3769       value they must use the Null checkbox.
3771 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
3772     * New italian doc (partial) in pma_localized_docs
3773     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
3775 2003-11-06 Garvin Hicking <me@supergarv.de>
3776     * sql.php3, libraries/display_tbl.lib.php3:
3777       RFE #835491: Display linked values in printview. Display relation-
3778       related features (comments, MIME-transformations) in printview.
3779       Fix empty table rows in vertical display (kept Mozilla from displaying
3780       borders in this printmode). Adjusted layout a tiny-weeny bit to let
3781       the comments of a field fit the whole space.
3782     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
3783       Documentation.html: Propagate current MIME-type to plugin functions.
3784       Thanks for noticing (again), Thiemo Maettig. :)
3785     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
3786       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
3787       the left frame. The '*' character can be used to
3788       fill in all remaining characters. See Documentation for details.
3789       RFE #830355, thanks to Xuefer for suggestions.
3791 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
3792     * libraries/export/xml.php3: Add xml header with encoding information
3793       (bug #836630).
3795 2003-11-05 Garvin Hicking <me@supergarv.de>
3796     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
3797       store queries with errors in history, also when coming from the
3798       database SQL tab.
3799     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
3800       are now put inside a <code> HTML-container, not <pre>. This allows
3801       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
3802       formatting has been altered to preserve those.
3803     * libraries/transformations/text_plain__dateformat.inc.php3:
3804       Remove obsolete code, thanks to Thiemo Maettig!
3805     * Documentation.html, libraries/display_tbl.lib.php3,
3806       libraries/transformations/*:
3807       The $meta field information is now passed to the transformation plugins
3808       to allow future (and easier) usage of field information
3809       (zerofill/unsigned/not_null/...).
3811 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
3812     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
3813       about selecting homonyms on a table without primary key
3815 2003-11-04 Garvin Hicking <me@supergarv.de>
3816     * Documentation.html: Added known limitation about ANSI-mode
3817       (Bug #816858)
3818     * libraries/transformations/text_plain__dateformat.inc.php3:
3819       Bug #835252: Now allow more timestamps. Minor modification of a patch
3820       submitted by anonymous poster. Thanks!
3822 2003-11-03 Garvin Hicking <me@supergarv.de>
3823     * Documentation.html, tbl_row_delete.php3,
3824       libraries/display_tbl.lib.php3:
3825       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
3826       tweaks to make PHP-Transformations with forms working again. Added
3827       a limitation notice on that to FAQ 3.8. Added an image to this action.
3828     * libraries/display_tbl.lib.php3: Made multi-row delete working for
3829       vertical browse mode. When executing a multi-row delete, keep the
3830       last used display mode and other options.
3831     * Documentation.html: Adjusted link to the link-section of our homepage.
3832       Fixed typo.
3834 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
3835     * lang/czech: Updated.
3836     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
3837       (RFE #834053).
3839 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
3840     * lang/german-*.inc.php3: Grammar.
3841     * config.inc.php3, libraries/common.lib.php3,
3842       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
3843       libraries/export/csv.php3, lang/*.inc.php3:
3844       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
3846 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
3847     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
3848     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3850 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
3851     * libraries/relation.lib.php3: bug 826880, quotes added
3853 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
3854     * lang/romanian: Updated, thanks to Valics Lehel.
3855     * tbl_relation.php3: add backquotes around table and field names
3856       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
3857       version, a blank character in a field name is not accepted by InnoDB
3859 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
3860     * querywindow.php3: bug 825668: js errors in SQL-history,
3861       thanks to Jenik Kaspar (jenix)
3863 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
3864     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
3865     * querywindow.php3: bug 829737, cosmetic change: added &nbsp; for
3866       better display in Iconic 'both' mode
3868 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
3869     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
3870     * lang/serbian: utf-8 translations contained no strings, regenerated.
3871     * lang/other: Added missing strings.
3872     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
3873       it makes sense (bug #829594).
3875 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
3876     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
3877       (bug #828370).
3878     * libraries/export/sql.php3. libraries/export/latex.php3,
3879       libraries/display_export.lib.php3, export.php3, lang/*,
3880       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
3881       supress dates in SQL dump separately.
3882     * lang/add_message.sh: Fail if no message specified.
3883     * lang/add_message_file.sh: Fail if no file specified.
3884     * libraries/display_export.lib.php3: Added ugly hack to allow switching
3885       export options in Opera (bug #828712).
3886     * db_details_structure.php3, lang/*: Show also overhead, allow to check
3887       all tables with overhead at once (JS only) (RFE #828090).
3888     * footer.inc.php3: Try to update history in table only if configured so
3889       (bug #828356).
3891 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
3892     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
3893       thanks to Chris Walsh (chriswalshaz)
3894     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
3895     * tbl_relation.php3: Bug 827340: Relation view should display also
3896       non-unique keys as possible choices for foreign keys
3898 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
3899     * Documentation, config.inc.php3, tbl_change.php3,
3900       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
3901       default functions configurable (RFE #821271).
3903 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
3904     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
3905     * libraries/functions.js: bug 825665, scratchboard and paper size
3906     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3907     ### 2.5.4 released
3909 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
3910     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
3911     * tbl_query_box.php3, libraries/bookmark.lib.php3:
3912       bug 824958: bookmarks not configured
3914 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
3915     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
3916     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
3917     * lang/italian: Updated, thanks to Pietro Danesi (danone).
3918     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3919     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
3920     * lang/sort_lang.sh: Ignores non file parameter.
3921     * libraries/common.lib.php3: Add some more fixes for wrongly typed
3922       $cfg['PmaAbsoluteUri'].
3923     * Documentation: Changed my email and credits.
3924     * libraries/defines_php.lib.php3: Output buffering is not available in
3925       php 3 (bug #824956).
3927 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
3928     * lang/russian-windows-1251: wrong charset (bug 823939)
3930 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
3931     * server_privileges.php3: bug 707516, sometimes db privileges
3932       are not shown
3934 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
3935     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
3937 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
3938     * libraries/grab_globals.lib.php3: bug 807047, better fix
3939     * tbl_select.php3: bug 821350: escape single quotes in table
3940       Search page
3942 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
3943     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
3945 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
3946     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
3947     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
3948     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
3949     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
3950       default phpMyAdmin table names from PMA_* to pma_*.
3952 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
3953     * lang/russian*: updated, thanks to Artyom Rabzonov
3955 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
3956     * Documentation: Another hint for creating primary/unique keys.
3958 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
3959     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
3961 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
3962     * tbl_replace.php3: Do not include query in redirect url if too long.
3964 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
3965     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
3966       against cookies of the same name
3967     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
3968       icon should not be displayed in all cases
3970 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
3971     * lang/slovenian update, thanks to Kositer Uros
3972     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
3973     * libraries/export/sql.php3: bug 815822 Undefined index/offset
3974     * lang/turkish update, thanks to Bora Alioglu
3976 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
3977     * translators.html: Better link.
3979 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
3980     ### 2.5.4-rc1 released
3982 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
3983     * lang/czech: Updated.
3984     * config.inc.php3, db_details_importdocsql.php3,
3985       db_details_structure.php3, libraries/config_import.lib.php3: You now
3986       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
3987       #812033.
3988     * Documentation: Documented above and support for compressed dumps.
3989     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
3990       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
3991       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
3993 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
3994     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
3995     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
3996     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
3997     * new lang: bosnian, thanks to Samir Kobiljak
3999 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
4000     * tbl_row_delete.php3, mult_submits.inc.php3,
4001       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
4002       RFE 810270: multi-row delete in browse mode
4003     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
4004     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4005     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4007 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
4008     * tbl_indexes.php3: RFE #812993 (Icons for index table).
4009     * lang/persian-*.inc.php3, lang/sync_lang.sh,
4010       libraries/select_lang.lib.php3, translators.html:
4011       New Persian language files, thanks to Parham Ghaffarian.
4012     * libraries/select_lang.lib.php3: Removed a dublicate entry.
4013     * translators.html: I'm back. :-)
4014     * lang/english.inc.php3: Resorted strings.
4016 2003-09-26 Garvin Hicking <me@supergarv.de>
4017     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
4018       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
4020 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
4021     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
4022       markers), thanks to Michael Johnson (redbeardc).
4023     * server_privileges.php3: Fixed bug #811792 (Password not kept when
4024       modifying user).
4026 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
4027     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
4029 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
4030     * libraries/export/sql.php3: bug 811222: we need to analyze the query
4031       to get the true column name in case of aliases
4032     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
4033       does not need reduced font size
4035 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
4036     * pdf_schema.php3: bug 805227: the "Show color" only removed
4037       color on arrows, now removes all the color because of printing problems
4038       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
4040 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
4041     * server_privileges.php3: bug 784961, could not delete a user
4043 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
4044     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
4045       with older php (bug #802060).
4047 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
4048     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
4049       than one cookie auth is being used.
4051 2003-09-18 Garvin Hicking <me@supergarv.de>
4052     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
4053       Add bookmark option to query window/tab to bookmark any statement.
4055 2003-09-17 Garvin Hicking <me@supergarv.de>
4056     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
4057       history, not execute them immediately.
4058     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
4059     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
4060       server_databases.php3
4062 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
4063     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
4064       can not be read.
4065     * tbl_query_box.php3: Do not require any variables in query window.
4066     * lang/*, libraries/export/sql.php3: Export separately constraints, so
4067       they don't cause troubles on import (bug #807615).
4068     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
4069       libraries/common.lib.php3, libraries/config_import.lib.php3,
4070       libraries/auth/cookie.auth.lib.php3,
4071       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
4072       into cookie auth, new config variable for enabling this
4073       $cfg['AllowArbitraryServer'].
4074     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
4075       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
4076       #752886).
4077     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
4078       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
4079       they are compressed by smaller chunks and send to browser (RFE #795849).
4080     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
4081       comment including references.
4083 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
4084     * sql.php3: bug 790849 (js disabled and user removes the row limit
4085       from the Show [30] rows)
4087 2003-09-16 Garvin Hicking <me@supergarv.de>
4088     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
4089     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
4090     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
4091     one. Keep old function for any future use.
4093 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
4094     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
4095       "Select" becomes "Search" to denote more clearly was this sub-page
4096       is about
4098 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
4099     * libraries/export/sql.php3: Avoid freeing failed result.
4101 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
4102     * Documentation.html: clarify FAQ 6.20 about which privileges are
4103       assigned to users after an upgrade to MySQL 4, and their effect
4104       on seeing all the databases.
4106 2003-09-12 Garvin Hicking <me@supergarv.de>
4107     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
4108       (Bookmarks for all users)
4109     * lang/german*: Update
4110     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
4111       not working on PHP < 4.0.3
4113 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
4114     * lang/turkish update, thanks to Bora Alioglu
4115     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
4116       and add "Sort" tooltip to each column header
4118 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
4119     * read_dump.php3: Add also limit to size, not only to pieces, because of
4120       extended inserts (bug #803372).
4122 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
4123     * Documentation.html: clarify about InnoDB support
4124     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
4125       bug 792511: SELECT * FROM mytable LIMIT 0,-1
4126     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
4127       from mysql_list_fields, so modify PMA_mysql_list_fields to use
4128       SELECT * FROM db.table LIMIT 1
4129       (Thanks to Peter Beckman (ooglek))
4131 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
4132     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
4133       from mysql_list_tables, so modify PMA_mysql_list_tables to use
4134       SHOW TABLES FROM
4136 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
4137     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
4138       relations used.
4139     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
4140       indexes (RFE #528503).
4141     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
4142     * lang/dutch: Updated, thanks to nobody :-).
4144 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
4145     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
4146       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
4147       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
4148       server (RFE #684097).
4150 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
4151     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
4152       privileges).
4154 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
4155     ### 2.5.3 released
4157 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
4158     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
4159     * tbl_relation.php3: InnoDB support
4161 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
4162     * lang/italian: Updated, thanks to Pietro Danesi (danone).
4164 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
4165     * Documentation.html:
4166       - rewrote FAQ 1.17;
4167       - corrected some other FAQs;
4168       - tidied up "Requirements" section about MySQL.
4170 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
4171     * translators.html: azerbaijani, and change of address for
4172       swedish translator
4174 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
4175     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
4177 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
4178     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
4179       (bug #798426).
4180     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
4181     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
4182       translation, thanks to Shehriyar Imanov (sheki).
4184 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
4185     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
4186     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
4188 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
4189     * README: Updated php / MySQL versions.
4191 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
4192     * libraries/display_export.lib.php3: Allow xml to be also default export
4193       (bug #796706).
4195 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
4196     * tbl_relation.php3: User forgot to define an index on the master table
4197       before adding a foreign key constraint: trap the error, warn the user
4198       and show him a link to the relevant doc
4200 2003-08-27 Garvin Hicking <me@supergarv.de>
4201     * lang/german*: Update
4203 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
4204     * sql.php3, lang/*: Print view with full texts (RFE #742123).
4206 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
4207     * browse_foreigners.php3: undefined variable.
4209 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
4210     * libraries/common.lib.php3: Backwards compatibility.
4211     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
4213 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
4214     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
4215       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
4216       LaTeX export (patch #777451).
4218 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
4219     * lang/czech: Updated.
4221 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
4222     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
4223       InnoDB relations (for now, same db, only one index column, and
4224       no ON DELETE or ON UPDATE clauses)
4226 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
4227     * tbl_rename.php3: After renaming a table, move back to
4228       tbl_properties_operations.php3 instead of tbl_properties.php3.
4230 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
4231     * lang/galician: Updated, thanks to Xosé Calvo.
4232     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4233     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
4234     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4235     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4236     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
4237     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
4238     * libraries/relation.lib.php3: getForeigners() returns also the constraint
4240 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
4241     * tbl_relation.php3: improve variables, remove some code
4243 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
4244     * server_privileges.php3: Fixed some typos.
4246 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
4247     * lang/romanian: Updated, thanks to Valics Lehel.
4248     * lang/turkish update, thanks to Bora Alioglu
4250 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
4251     * lang/czech: Updated.
4252     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
4253     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
4254     * lang/italian: Updated, thanks to Pietro Danesi (danone).
4255     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4257 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
4258     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
4259       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
4260       Patch 789367: Browse foreign values, thanks to Garvin
4261     ### 2.5.3-rc2 released
4263 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
4264     * translators.html: Garvin is now the official German translator,
4265       temporarily.
4267 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
4268     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4270 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
4271     * Documentation.html: Bad anchor link and other typos.
4273 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
4274     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
4275       and bug 788676: added a table to help Netscape aligning the icons
4276       with the text
4278 2003-08-15 Garvin Hicking <me@supergarv.de>
4279     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
4280       multi-submit button)
4281     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
4282       - Enlarge area around the new buttons for better usability
4284 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
4285     * Documentation: Synced export FAQ with export page.
4286     * Documentation: Fixed information about transformations.
4288 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
4289     * server_privileges.php3: Fix notice about undefined index (bug #780861).
4291 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
4292     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
4294 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
4295     * tbl_addfield.php3: Highlight correct tab after changing structure.
4296     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
4297       alpha_variable).
4299 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
4300     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
4301     * libraries/functions.js: Don't ask for confirmation of query that will
4302       not be executed (bug #783667).
4303     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
4304     * lang/czech: Updated, thanks to me :).
4306 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
4307     * libraries/export/csv.php3, libraries/export/latex.php3,
4308       libraries/export/xml.php3: Added some stripslashes to generate correct
4309       exports.
4311 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
4312     * server_status.php3: bug 786331, a 100,00% not internationalized,
4313       and align values for "More status variables"
4314     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
4316 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
4317     * libraries/auth/cookie.auth.lib.php3: Cookies required message
4318       should not look like an error
4320 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
4321     * lang/catalan update, thanks to Xavier Navarro (xavin).
4322     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
4323     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4324     * lang/english, french: typos about $strDBGMaxTimeMs
4326 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
4327     * lang/serbian update, thanks to Mihailo Stefanovic
4328     * lang/romanian: Updated, thanks to Valics Lehel.
4329     * lang/galician: Updated, thanks to Xosé Calvo.
4330     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
4331     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4332     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
4333     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4334     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
4336 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
4337     * sql.php3: bug 782925: fix "Showing rows..." message when user has
4338       put a LIMIT in the query
4339     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
4340       MySQL versions
4342 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
4343     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
4345 2003-08-05 Garvin Hicking <me@supergarv.de>
4346     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
4347       (Bug #782966)
4348     * tbl_change.php3: RFE #772991: Shorten dropdown field using
4349       $cfg['LimitChars']
4350     * tbl_change.php3: RFE #762221: Swap relational insert key order
4352 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
4353     * sql.php3: Fixed regular expression.
4354     * libraries/export/latex.php3: Use "table (field)" instead of
4355       "table -> field" when dumping relations into LaTeX (bug #776957).
4356     * libraries/display_export.lib.php3, libraries/export/csv.php3,
4357       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
4358       for Excel export (bug #771299).
4359     * header.inc.php3: Don't allow including this file twice.
4360     * db_details.php3, db_details_importdocsql.php3, export.php3,
4361       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
4362     * libraries/tbl_change.js: When ENUM field has just one value, it could
4363       not be set to NULL (bug #783533).
4364     * tbl_move_copy.php3: Use database we're working on to avoid some problems
4365       with replicated databases (bug #780439).
4366     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
4367       one (bug #780569).
4369 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
4370     * libraries/sqlparser.data.php3: bug 779453, wrong count
4371     * lang/turkish update, thanks to Bora Alioglu
4372     * lang/romanian: Updated, thanks to Valics Lehel.
4373     * lang/ukrainian: update, thanks to Markijan Baran
4374     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
4375       from "Create PHP Code" or "Without PHP Code"
4377 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
4378     * lang/czech: Updated.
4380 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
4381     * tbl_select.php3: bug 697979, implemented a suggestion by
4382       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
4383       on the Select page, to avoid (in most cases) a IE limitation
4385 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
4386     * main.php3: Added link to charset page.
4387     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
4388       information.
4389     * tbl_properties_structure.php3: Tooltips for collations.
4391 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
4392     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
4393       or a foreign key) was wrongly urldecoded to a space
4394     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
4396 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
4397     * tbl_move_copy.php3: wrong Missing message
4399 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
4400     * server_privileges.php3: Implemented some version checks to avoid bugs like
4401       #777785.
4403 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
4404     * serbian: big update,
4405       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
4406       Mihailo Stefanovic <mst@mikis.org>
4407     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
4408     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4409     * lang/catalan update, thanks to Xavier Navarro (xavin).
4410     ### 2.5.3-rc1 released
4412 2003-07-29 Garvin Hicking <me@supergarv.de>
4413     * Documentation.html, config.inc.php3, read_dump.php3,
4414       css/phpmyadmin.css.php3, libraries/common.lib.php3,
4415       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
4416       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
4417         execution of a multi-query statement even though single queries
4418         may fail
4419       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
4420         of each query of a multi-query statement (taking some maximum
4421         line/pieces amounts into account)
4422       o changed formatting of syntax_comment to include some space
4423     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
4424       Display MySQL error code and link to the MySQL-Documentation of
4425       error codes
4427 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
4428     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
4429       multi-submit buttons.
4431 2003-07-28 Garvin Hicking <me@supergarv.de>
4432     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
4433       is set to 'none', positively retain any user formatting for query
4434       output. (RFE #769219)
4435     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
4437 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
4438     * sql.php3: bug 778899, could not create a bookmark
4439     * ldi_table.php3: Users with register_global=off received some
4440       Missing messages, due to a missing "require" in ldi_table.php3
4442 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
4443     * server_privileges.php3: A user could not edit his own global privileges.
4445 2003-07-25 Garvin Hicking <me@supergarv.de>
4446     * Documentation.html: Updated my E-Mail, added latest credits-items
4447     * images/*, config.inc.php3, db_details_structure.php3,
4448       libraries/common.lib.php3, table_details_structure.php3,
4449       libraries/display_tbl.lib.php3, Documentation.html,
4450       left.php3:
4451       Even more new images on more places: DB properties, Table
4452       properties, Table Display (LinkOrButton unified as well),
4453       Left frame.
4454       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
4455       care?)
4457 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
4458     * header.inc.php3: XHTML compatibility
4459     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
4460       unable to insert record with FK in another db
4462 2003-07-24 Garvin Hicking <me@supergarv.de>
4463     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
4464       TRUNCATE statements!
4465     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
4466     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
4467       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
4468       for the database properties page and implemented RFE #752062: multi-
4469       column display for many tables.
4470       (thanks to Kawika Ohumukini [boogie33]).
4472 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
4473     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
4474       bug 772765, InnoDB and multi-columns foreign key
4475     * tbl_select.php3: LIKE in Select sub-page for non-text fields
4477 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
4478     * libraries/mysql_charsets.lib.php3:
4479       - better method for retrieving the supported MySQL charsets;
4480       - fixed a bug that caused "armascii8" to appear twice in the charsets
4481         list (as "armascii8" and "armascii");
4482       - added ability to retrieve all collations and related MySQL settings;
4483       - added a function to build description strings for given collations
4484         (still needs some optimization).
4485     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
4486     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
4487       New status page "Character Sets and Collations" for MySQL 4.1.
4489 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
4490     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
4491     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
4493 2003-07-23 Garvin Hicking <me@supergarv.de>
4494     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
4495       (Bug #769827)
4496     * libraries/display_export.lib.php3, libraries/export/sql.php3
4497       Only print Update/Creation/Check time when the checkbox 'Include
4498       Comments' is chosen. So it is now also possible to check that
4499       box even though the relational features could be deactivated.
4500       But all checks to relational comments will only use those if
4501       the relation features work.
4503 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
4504     * lang/estonian update, thanks to finsoft@sourceforge.net.
4505     ### 2.5.2 released
4507 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
4508     * tbl_properties_operations.php3: Do not display the
4509       "Referential integrity check" section for InnoDB tables
4510       as this was intended for pmadb relations
4512 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
4513     * (in lots of scripts): checks for paths disclosure
4514     * lang/catalan update, thanks to Xavier Navarro (xavin).
4516 2003-07-18 Garvin Hicking <me@supergarv.de>
4517     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
4518       way of rewriting bookmark variables.
4519     * Documentation.html: Bookmark variable expansion only works with PHP
4520       4.3.0 and above
4521     * tbl_query_box.php3: For the querywindow - if no items are available
4522       for the 'file import' tab, hide the 'Go' button and instead display
4523       a warning message. Can happen if you don't have $cfg['UploadDir']
4524       set and $is_upload is false.
4526 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
4527     * server_status.php3: the percentages of Query types did not add up
4528       to 100, because the number of connections is included in the total
4529       number of queries, thanks to jht001 ( Jams H Thompson )
4531 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
4532     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
4533       appeared when inserting values into ENUM or SET fields.
4535 2003-07-17 Garvin Hicking <me@supergarv.de>
4536     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
4537       Thanks to andreas_e ;)
4539 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
4540     * lang/galician: Updated, thanks to Xosé Calvo.
4542 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
4543     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
4545 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
4546     * libraries/functions.js: Bug #771794 (CHAR length check although field name
4547       is empty).
4549 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
4550     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
4551       a LONGTEXT with character set latin7
4552     * db_details_structure.php3, tbl_properties_structure.php3: missing
4553       $err_url for mult_submits
4554     * scripts/create-tables.sql: don't use backquotes in USE
4556 2003-07-14 Garvin Hicking <me@supergarv.de>
4557     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
4559 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
4560     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
4562 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
4563     ### 2.5.2-rc2 released
4565 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
4566     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
4567     * lang/estonian update, thanks to finsoft@sourceforge.net.
4569 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
4570     * lang/turkish update, thanks to Bora Alioglu
4571     * lang/slovak update, thanks to Lubos Klokner
4573 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
4574     * db_create.php3:
4575       - Display CREATE DATABASE query;
4576       - Call user-defined default tab instead of hardcoded db_details.php3.
4577     * index.php3: Don't display scrollbars in queryframe (Opera fix).
4578     * libraries/display_export.lib.php3: Disabled XML export for multiple
4579       databases because an XML file must not contain more than one database.
4581 2003-07-10 Garvin Hicking <me@supergarv.de>
4582     * libraries/display_tbl.lib.php3: Let the default function take
4583       the honor to replace special strings, so that a non-default function
4584       does not necessary have them introduced. Very convenient for the
4585       text/plain->formatted display, which would otherwise get every
4586       CR/LF converted to a <br> and introduce nasty skew.
4588 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
4589     * pdf_schema.php3: do not display a foreign table if it's not selected
4590       by user to be on the schema
4592 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
4593     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4594     * lang/italian: Updated, thanks to Pietro Danesi (danone).
4595     * footer.inc.php3: Fix JS error when in query window is not active SQL
4596       tab.
4598 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
4599     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
4600       in password/username (bug #747020).
4601     * server_privileges.php3: Fixed escaping when backslash in
4602       password/username.
4603     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
4604       (bug #768351).
4605     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
4606     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
4607     * lang/galician: Updated, thanks to Xosé Calvo.
4609 2003-07-09 Garvin Hicking <me@supergarv.de>
4610     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
4611       whole frameset)
4612     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
4613       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
4614       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
4615       for all browsers except IE6.x. Created a meta-header to identify which
4616       setting is used, to make our debugging of bugreports easier.
4618 2003-07-08 Garvin Hicking <me@supergarv.de>
4619     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
4620       This enables phpMyAdmin to be used within a frameset without trying
4621       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
4622       1.4 and IE5.5.
4624 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
4625     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
4626       incorrect row count for MySQL 4.1 subqueries;
4627       bug 649665, incorrect row count for UNIONs
4629 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
4630     * config.inc.php3, tbl_properties_operations.php3,
4631       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
4632       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
4633       AUTO_INCREMENT value (RFE #763957).
4634     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
4635     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
4636     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
4637     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
4638     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4639     * lang/romanian: Updated, thanks to Valics Lehel.
4640     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4641     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
4642     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
4644 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
4645     * libraries/common.lib.php3: Send headers before exiting because of missing
4646       MySQL extension.
4647     * lang/german-*.inc.php3: Updates.
4649 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
4650     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
4651       compatibility.
4652     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
4654 2003-07-07 Garvin Hicking <me@supergarv.de>
4655     * tbl_change.php3: Fix undefined index for disp_query
4656       (when inserting a new row with a file uploaded to a column)
4657     * libraries/transformations/image_jpeg__inline.inc.php3,
4658       libraries/transformations/image_png__inline.inc.php3: Proper escaping
4659       of &amp;
4660     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
4661       smaller default font size (like OPERA). Bug #752646.
4663 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
4664     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
4665       Documentation.html: only one blowfish secret is necessary for
4666       all servers, thanks to Alexander M. Turek
4667     ### 2.5.2-rc1 released
4669 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
4670     * lang/czech: Updated.
4671     * css/phpmyadmin.css.php3: url() should not contain quotes.
4673 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
4674     * lang/german-*.inc.php3: Updates.
4675     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
4677 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
4678     * libraries/auth/config.auth.lib.php3, lang/*.php3:
4679       $strAccessDeniedExplanation
4680     * lang/swedish update, thanks to Björn T. Hallberg (bth).
4681     * lang/polish update, thanks to Jakub Wilk (ubanus).
4683 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
4684     * lang/czech: Updated.
4686 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
4687     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
4688     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
4689       sometimes, binary contents in cookies is not retrieved properly,
4690       so protect it with base64_encode()
4691     * lang/ukrainian: update, thanks to Markijan Baran
4693 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
4694     * lang/romanian update, thanks to Valics Lehel
4695     * lang/turkish update, thanks to Bora Alioglu
4696     * lang/italian update, thanks to Pietro Danesi
4698 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
4699     * Documentation.html: faq 8.1 about security alert of 2003-06-18
4700     * tbl_properties_links.php3: fix missing SQL section for exports
4701     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
4702       libraries/common.lib.php3, libraries/config_import.lib.php3,
4703       config.inc.php3, user_password.php3, Documentation.html, lang/*:
4704       now used the blowfish algorithm to encrypt the password in the
4705       temporary cookie
4707 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
4708     * lang/french: update
4710 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
4711     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
4712       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
4713     * tbl_query_box.php3: Moved load text files link outside form.
4715 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
4716     * left.php3: Removed debugging code
4718 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
4719     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
4720       checks to avoid trying to use relations when no table (bug #761835).
4722 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
4723     * sql.php3: bug 760648: incorrect result count on MySQL 3
4725 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
4726     * lang/ukrainian: update, thanks to Markijan Baran
4727     * libraries/sqlparser.lib.php3 typo
4729 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
4730     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
4731       back to tbl_properties_structure.php3 when not dropping table.
4733 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
4734     * scripts/create-release.sh: typo, bzip should be bzip2
4735     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
4736       bug 760648 export SELECT DISTINCT results
4738 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
4739     * libraries/sqlparser.lib.php3: Fixed XSS problem.
4740     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
4741       specied length for CHAR/VARCHAR fields.
4742     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
4743       exporting custom SQL (also saves one SQL query for export) (fixes bug
4744       #755386).
4745     * lang/italian: Updated, thanks to Pietro Danesi (danone).
4746     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
4747     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
4748     * lang/czech:  Updated.
4749     * lang/*: Removed duplicate strReset.
4750     * lang/check_lang.sh: Ignore japanese specific messages.
4751     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
4752       query into CSV/LaTeX/XML (RFE #684804).
4754 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
4755     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
4757 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
4758     * pdf_pages.php3: automatic layout start at 300,300 for better look
4759       on the dom-drag scratchboard
4761 2003-06-23 Garvin Hicking <me@supergarv.de>
4762     * Documentation.html, config.inc.php3, pdf_pages.php3,
4763       css/phpmyadmin.css.php3, libraries/common.lib.php3,
4764       libraries/config_import.lib.php3, libraries/dom-drag.js,
4765       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
4766       for PDF-relation setup. Based on DOM-drag.js, a library provided
4767       by Aaron Boodman (youngpup.net).
4768     * lang/german*: Updates
4769     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
4771 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
4772     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
4773       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
4774       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
4775       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
4776       files for incomplete arrays ($byteUnits, $day_of_week and $month).
4777     * libraries/common.lib.php3: Security fix against bad JS code.
4778     * translators.html: Removed Loïc from list; he is inactive at the moment.
4779     * Documentation.html: Changed my email address.
4781 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
4782     * scripts/updatedocs.sh:
4783       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
4784     * scripts/create-release.sh:
4785       - Moved to using updatedocs.sh for updating documentation.
4786       - Make tarring faster by re-arranging ops.
4788 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
4789     * sql.php3: typo in call to cleanup columns
4791 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
4792     * pdf_schema.php3: use PMA_getForeigners()
4793     * db_details_qbe.php3: undefined variable
4795 2003-06-20 Garvin Hicking <me@supergarv.de>
4796     * db_details_importdocsql.php3: Will now NEVER reveal any filename
4797       the docSQL import isn't able to read. Can now only read contents
4798       of the 'docSQL' subdirectory and never be able to go higher than
4799       that level.
4801 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
4802     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
4803     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
4804     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
4805     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
4806       foreign keys defined in innnodb
4807     * tbl_select.php3: use PMA_getForeigners() also for innodb
4809 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
4810     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
4812 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
4813     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
4815 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
4816     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
4818 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
4819     * export.php3: Fixed saving compressed dumps on server.
4820     * libraries/display_export.lib.php3: Fixed description for line
4821       terminating character.
4823 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
4824     * libraries/sqlparser.data.php3: bug 753813, "session" is not
4825       a reserved word
4827 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
4828     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
4829       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
4830       function, that checks true dl availability (fixes #747717). All checks
4831       are based on php 4.3.1 source, so if this gets changed, we will need to
4832       change checks also.
4834 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
4835     * libraries/relation.lib.php3: bug 751787: should not disable all
4836       the features, when the relation feature is broken
4838 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
4839     * libraries/auth/cookie.auth.lib.php3: undefined scheme
4840     * main.php3: undefined scheme
4842 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
4843     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
4844     * libraries/export/sql.php3: typo largeblob -> longblob
4846 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
4847     * scripts/create-release.sh: Set correct permissions before releasing.
4848     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
4849       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
4850       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
4851       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
4852       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
4853       changes:
4854         - support for exporting selected databases
4855         - if not needed buffering, output is send directly
4856         - unifies all export, so there is now more common code
4857         - sql export can contain relations and mime types in comments
4858         - configurable defaults for export.
4860 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
4861     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
4862       almost every select.
4863     * lang/italian: Updated, thanks to Pietro Danesi (danone).
4864     * lang/czech: Updated.
4866 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
4867     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
4868     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
4869       SET and ENUM fields may have a character set, too.
4871 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
4872     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
4873       number.
4874     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
4875       tbl_properties.inc.php3, tbl_properties_operations.php3,
4876       tbl_properties_structure.php3, tbl_properties_table_info.php3,
4877       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
4878       - phpMyAdmin is now able to assign / alter table and field charsets;
4879       - The table structure page sometimes displayed "Array" in the charset
4880         column;
4881       - When altering the field type, the input box for the field length
4882         sometimes had a strange default value.
4884 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
4885     * Documentation.html, config.inc.php3: new LimitChars behavior
4887 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
4888     * mult_submits.inc.php3: Missing ;.
4889     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
4890       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
4891     * tbl_query_box.php3: Don't add target if not in query window.
4892     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
4893       (RFE #742123).
4894     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
4895       edit/display deleted page just after deleting.
4896     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
4897       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
4898       select paper size for pdf (RFE #631551).
4899     * read_dump.php3: Fixed undefined variable warning (bug #750070).
4900     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
4901       (bug #678289).
4903 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
4904     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
4905     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
4906     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
4907       the Options tab into Operations
4909 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
4910     * libraries/display_export.lib.php3, libraries/functions.js: Some
4911       javascript cleanup.
4912     * db_details_links.php3: Display Query tab even with no tables.
4913     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
4914       string.
4915     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
4916       dropdown for server list in left frame (RFE #555978).
4917     * tbl_query_box.php3: Possibility to upload SQL file with no database
4918       selected (RFE #641760).
4919     * lang/czech: Typo.
4921 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
4922     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
4923       and GRANT or REVOKE
4924     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
4926 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
4927     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
4929 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
4930     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
4931     * lang/slovak update, thanks to Lubos Klokner
4933 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
4934     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
4935       setting.
4937 2003-06-03 Garvin Hicking <me@supergarv.de>
4938     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
4939       (Experimental)
4940       New feature - The automatic update of the query window seems to
4941       cause some headache for users. They type in their query, want to
4942       look in a different table for some fields, want to switch back to
4943       their browser window and the changes are lost because the last table
4944       is always filled in. Now we have a checkbox to preserve the edited
4945       content from any update outside of the window. It is automatically
4946       checked by editing the contents of the query textarea and can be
4947       unchecked to restore previous behaviour. Thanks to Alexander Meis
4948       for this suggestion. Optionally we could build in a config variable
4949       to override this 'onChange' effect, but I guess it's not necessary.
4950     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
4951       of ereg_replace, because it interprets \0, \1 and so on not as strings
4952       but as regex-subpatterns and fails to convert those strings correctly.
4953       We'll have to see if that can be the case on other usages of
4954       preg_replace as well.
4956 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
4957     * server_status.php3: RFE #723325 (Move total query statistics).
4959 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
4960     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
4961       executing bookmark (bug #745993).
4962     * scripts/create-release.sh: Better checking for input, exit when cvs
4963       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
4964       everything to 775.
4965     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
4966       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
4967       (RFE #747343).
4968     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
4969       export.
4970     * main.php3: Add server to phpinfo link to avoid relogin with more
4971       servers.
4972     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
4973       target="_blank" as it should be.
4975 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
4976     ### 2.5.1 released
4977     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
4978       PROCEDURE ANALYSE()
4980 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
4981     * Happy Birthday to me :-)
4982     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
4984 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
4985     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
4986       parameters to empty string, as older iconv version don't support it
4987       (bug #747164).
4989 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
4990     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
4992 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
4993     * lang/chinese_gb: Update thanks to Wang (fundawang).
4995 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
4996     * lang/romanian updates, thanks to Valics Lehel
4997     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4998     * lang/polish: update, thanks to Jakub Wilk
5000 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
5001     * lang/bulgarian-*.inc.php3: Updates, thanks to
5002       Stanislav Yordanov (stanprog).
5003     * tbl_properties_structure.inc.php3:
5004       - Fixed display for tables with few indexes;
5005       - BLOBs are always binary;
5006       - RFE #623665 (MySQL 4.1 support):
5007         - Fixed display of field charsets;
5008         - The table charset is now displayed.
5009     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
5010     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
5011       as SET fields (again RFE #623665).
5012     * Documentation.html:
5013       - Declared MySQL 4.1 support as experimental;
5014       - Added some notes about MySQL 4.1 / 5.0;
5015       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
5016         least on my test machines for a couple of months.
5017     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
5018     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
5019       even if it was used in "CHARACTER SET".
5020     * libraries/common.lib.php3:
5021       - Removed check for default tab values: They are already checked in
5022         config_import.lib.php3;
5023       - Corrected config file revison;
5024       - XHTML fixes.
5025     * server_databases.php3: Small interface fixes.
5026     * translators.html: Removed a dublicate message.
5028 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
5029     * lang/czech: Updated.
5031 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
5032     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
5033       the best method (LOCAL or not) in the LOAD dialog, and allow user
5034       to override it
5036 2003-05-29 Garvin Hicking <me@supergarv.de>
5037     * index.php3: Add frameborder to allow resizing. Introduces a 1px
5038       bar, but cannot be solved. Note that this is only neccessary
5039       for Mozilla, IE5/6 allow resizing with a "0" frameborder
5040     * footer.inc.php3: Only update queryframes DB/Table info when
5041       no error happened in a query.
5042     * ldi_table.php3: Use <label> tags for the new radio buttons as with
5043       our other GUI elements.
5045 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
5046     * translators.html: Typo.
5048 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
5049     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
5050     * lang/chinese_gb: Update thanks to Wang (fundawang).
5051     * translators.html: more typos
5053 2003-05-28 Garvin Hicking <me@supergarv.de>
5054     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
5055       the PEAR library and PHP changed the way how referenced variables
5056       get accessed, we have to pre-initialize the array and submit that
5057       to the PEAR call() funktion.
5058     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
5059       Petit!
5060     * tbl_relation.php3: Will now not show a selected display field, if
5061       none has been set yet for a table to not let users think, the key
5062       is set.
5064 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
5065     * lang/czech: sorted.
5067 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
5068     * lang/chinese_big5: Updated, thanks to Siu Sun
5069     ### 2.5.1-rc1 released
5071 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
5072     * documentation, config.inc.php3, tbl_change.php3,
5073       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
5074       to disable ctrl+arrows moving.
5076 2003-05-25 Garvin Hicking <me@supergarv.de>
5077     * left.php3: Fix #742632 finally: Refresh to main.php3
5078       if an empty DB has been selected.
5080 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
5081     * left.php3: new fix for #742632
5082     * lang/polish: update, thanks to Jakub Wilk
5083     * lang/italian: Updated, thanks to Pietro Danesi (danone).
5085 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
5086     * Documentation.html: talk about left frame levels
5087     * lang/galician: update, thanks to Xosé Calvo
5088     * lang/turkish: update, thanks to Bora Alioglu
5090 2003-05-24 Garvin Hicking <me@supergarv.de>
5091     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
5092     * read_dump.php3: Bug #741256
5093     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
5094       when a query was submitted from the query window
5096 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
5097     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
5098       the analyzer, bug analyzed thanks to Michal!
5100 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
5101     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
5103 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
5104     * lang/romanian updates, thanks to Valics Lehel
5106 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
5107     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
5108       when editing indexes.
5109     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
5110       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
5111       #741599).
5112     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
5113       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
5114       #741192).
5115     * lang/sync_lang.sh: Removed dropped farsi translation.
5116     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
5117     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
5118     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
5120 2003-05-22 Garvin Hicking <me@supergarv.de>
5121     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
5122       a query in (with/without) PHP code views, and display a new
5123       "Execute query" link in this mode.
5124     * lang/german*: Update.
5126 2003-05-20 Garvin Hicking <me@supergarv.de>
5127     * index.php3: New rewrite of how the frameset is created
5128       (Patch item #738226 plus some <noframes> corrections).
5129       This fixes compatibility problems, even though it's not
5130       valid XHTML 1.0, because the <script>/<noscript> tags are
5131       not allowed in there.
5133 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
5134     * lang/korean update, thanks to WooSuhan
5135     * lang/estonian update, thanks to finsoft@sourceforge.net.
5136     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
5137     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
5138     * lang/slovak update, thanks to Lubos Klokner
5140 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
5141     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
5142       false.
5143     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
5145 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
5146     * left.php3, index.php3: bug 739348: because the db name is no longer
5147       encoded in left.php3 (to accomodate html entities), we have to stop
5148       decoding it, otherwise a db name with a plus sign is not selectable
5149     * sql.php3: bug 738508: do a quick count on the rows to avoid
5150       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
5152 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
5153     * Documentation, config.inc.php3, tbl_change.php3,
5154       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
5155       configurable (RFE #737174).
5157 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
5158     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
5159       CSV for multiple tables, it just puts all content into one file, but
5160       some people seem to want this (based on patch #735136).
5161     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
5162       slashes in filename with underscore to avoid possible problems.
5163     * db_details_export.php3: Remember selected tables after exporting to a
5164       file.
5165     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
5166       highliting tabs when including files (set $active_page for highliting).
5167     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
5168       #737660).
5170 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
5171     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
5173 2003-05-14 Garvin Hicking <me@supergarv.de>
5174     * lang/german*: Translations.
5175     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
5176       better fix for #624712), by Maxime Delorme. Thanks!
5177     * tbl_change.php3: RFE #737174 implemented (comments welcome)
5178     * tbl_change.php3: RFE #723124 implemented (reset button)
5179     * read_dump.php3, tbl_query_box.php3: RFE #641760
5180     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
5182 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
5183     * libraries/sqlparser.data.php3: bug 736793, new reserved
5184       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
5185       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
5186       it in the reserved words for now.
5188 2003-05-13 Garvin Hicking <me@supergarv.de>
5189     * footer.inc.php3, querywindow.php3: Fix bug #736197
5190       (clicking on edit link from a sql-query now switches
5191        to sql tab of the query window)
5192     * left.php3: Improved performance by using str_replace instead
5193       of ereg_replace.
5194     * lang/german*: Translations.
5195     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
5196       'Show as PHP')
5198 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
5199     * left.php3: Fixed displaying of tables with quote in name.
5200     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
5201     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
5202       (RFE #734985).
5203     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
5204     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
5205     * read_dump.php3: Correctly checks whether table exists.
5206     * libraries/common.lib.php3: Highlight tab also when current page is
5207       read_dump.php3 and $goto is link of current tab.
5208     * tbl_replace.php3: Display message after updating row.
5209     * libraries/common.lib.php3: Fix tab attributes when some specified as
5210       parameters.
5211     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
5212       #737023).
5213     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
5214       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
5215       Documentation.html: Support for saving to file on server (part of RFE
5216       #730197).
5218 2003-05-12 Garvin Hicking <me@supergarv.de>
5219     * queryframe.php3: Remove left/bottom margin to better fit the link title
5220       in the small frame.
5221     * footer.inc.php3: Only update db/table variables if the query was correct.
5222       Fixes #735970.
5223     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
5224       common.lib.php3: Patch #725839 (Nested display of tables)
5225     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
5227 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
5228     * index.php3: Better fix for #736003.
5229     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
5230     * mult_submits.inc.php3, server_databases.php: Add confirmation when
5231       dropping databases (bug #736238).
5233 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
5234     * Documentation.html, config.inc.php3,
5235       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
5236       Merged patch #729514 - support for iconv parameters.
5237     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
5238       multi statement query result. Closes RFE #728833.
5239     * tbl_dump.php3, libraries/build_dump.lib.php3,
5240       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
5241       export improvements. Now can export table structure and some other
5242       options. Closes RFE #718942.
5243     * tbl_change.php3: Remember state of insert as another row - fixes
5244       #736064, show used query.
5245     * index.php3: Fixed typo in hash, fixed bad hash propagated with
5246       JavaScript. Fixes #736003.
5248 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
5249      ### 2.5.0 released
5251 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
5252      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
5253        show just the pages near the current page
5255 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
5256      * libraries/common.lib.php3: Whole tab is now link.
5257      * libraries/display_export.lib.php3: Disable CSV export for multiple
5258        tables - fixes #734104.
5259      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
5260      * lang/chinese: Update thanks to Wang (fundawang).
5261      * lang/sync_lang.sh: Fix for POSIX sh.
5262      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
5263        count - fixes #735441.
5264      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
5265        fields (was treated like BLOB).
5266      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
5267        be undefined.
5269 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
5270      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
5271        TEXT fields (a if on the type returns "blob") caused
5272        problems
5274 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
5275      * libraries/build_dump.lib.php3: bug 731866: text fields were
5276        exported hexified, because mysql_field_type() was used and
5277        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
5279 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
5280     * libraries/get_foreign.lib.php3: bug 731480: was not counting
5281       the rows of the foreign, thanks to Stefan Elssner
5283 2003-05-02 Garvin Hicking <me@supergarv.de>
5284     * css/phpmyadmin.css.php3: Small typo, seems to be
5285       solution of support request #728820
5286     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
5287       thanks to Ryan)
5288     * Added scripts/inno2pma (from Ernie Hershey). Please see
5289       Patch Tracker #709383 for further information.
5290     * libraries/display_tbl.lib.php3: Bug #728813 (title for
5291       relations when foreign_db != master_db)
5292     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
5293       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
5294       the fix for Bug #730718.
5295       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
5296       altered the way the form is submitted in LeftFrameLight mode to
5297       keep the queryframe. Only if JavaScript is usable, otherwise it's
5298       not necessary to keep the 'opener' pointer.
5299     * libraries/display_tbl.lib.php3: PHP3 compatibility.
5300     * libraries/common.lib.php3, db_details_common.php3, index.php3,
5301       main.php3: Still have to propagate $hash to the left frame...
5303 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
5304     * pdf_schema.php3, bug 729517, better comment output,
5305       thanks to Maxime Delorme
5307 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
5308     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
5310 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
5311     * server_privileges.php3: No need to escape wild characters here.
5313 2003-04-29 Garvin Hicking <me@supergarv.de>
5314     * tbl_move_copy.php3: Bug #729416
5315     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
5316     * index.php3: Typo
5317     * db_details_structure.php3: Prevent uninitialized variable
5319 2003-04-28 Garvin Hicking <me@supergarv.de>
5320     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
5321       Even more issues when QueryFrameJS is set to true, but JS is not
5322       activated. Haven't ever thought this would be necessary. ;)
5323       I tested everything with QueryFrame/QueryFrameJS set to true/false
5324       with and without JavaScript enabled, and got everything working.
5325       Please verify for yourselves! :)
5327 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
5328     * lang/polish: update, thanks to Jakub Wilk
5330 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
5331     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
5332       javascript). But there are still problems without javascript.
5334 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
5335     ### 2.5.0-rc2 released
5337 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
5338     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
5339     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
5340     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
5341     * lang/{catalan,english,indonesian,spanish}: Added some missing
5342       translations.
5344 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
5345     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
5346     * libraries/display_export.lib.php3: Automatically check "Save as file"
5347       when selecting compression.
5349 2003-04-22 Garvin Hicking <me@supergarv.de>
5350     * libraries/common.lib.php3, main.php3, db_details_common.php3:
5351       When reloading the frame, propagate hash value (for querywindow)
5353 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
5354     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
5355       in the drop-down box
5357 2003-04-20 Garvin Hicking <me@supergarv.de>
5358     * libraries/display_tbl.lib.php3, index.php3, left.php3,
5359       tbl_query_box.php3, queryframe.php3, querywindow.php3:
5360       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
5361       (serious) issues with multiple instances of phpMyAdmin and
5362       the query window. Also made sure that disabling the QueryFrame
5363       is possible without seeing errors. Of course, this is
5364       extremely reduced usability without JS.
5366 2003-04-18 Garvin Hicking <me@supergarv.de>
5367     * left.php3, index.php3, tbl_query_box.php3,
5368       libraries/display_tbl.lib.php3, queryframe.php3:
5369       Fixed Bug #723713
5371 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
5372     * Documentation.html: faq about double auth windows
5373     * lang/ukrainian: update, thanks to Markijan Baran
5374     * tbl_relation.php3: bug 696215: can now choose all segments
5375       of the primary key
5377 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
5378     * lang/ukrainian: update, thanks to Markijan Baran
5379     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
5380       test in MySQL 4 to check if superuser
5382 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
5383     * tbl_replace_fields.php3: Fix typo.
5384     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
5385       MySQL sometimes problems...
5387 2003-04-17 Garvin Hicking <me@supergarv.de>
5388     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
5389       detect changes in BLOB fields with a special name.
5390     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
5391       original values of a BLOB field when 'Insert as new row' is
5392       chosen on edit.
5393     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
5394       crossing DB borders now allowed)
5396 2003-04-16 Garvin Hicking <me@supergarv.de>
5397     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
5398       with no $db set
5400 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
5401     * badwords.txt: "status" is not a reserved word
5403 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
5404     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
5405     * tbl_properties_common.php3: Avoid displaying message twice in some cases
5406       (fixes bug #722378).
5407     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
5409 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
5410     * tbl_query_box.php3: Only display charset selection when a DB is
5411       selected.
5412     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
5413       key and with BLOB field (bug #708182).
5415 2003-04-15 Garvin Hicking <me@supergarv.de>
5416     * footer.inc.php3, queryframe.php3: Changed anchor target
5417       and window name of queryframe as suggested by Armel
5418       Fauveau (thanks!)
5420 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
5421     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
5422       a reserved word in MySQL
5423     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
5424       are functions
5425     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
5427 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
5428     * lang/some translations: Damn, I didn't commit all empty translations
5429       yesterday...
5430     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
5431       which translations has failed, now also converts by default only
5432       modified files and is capable to get charset from filename when reading
5433       from file has failed.
5434     * left.php3: More fixes for HTML entities.
5435     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
5436       when changing it.
5437     * lang/czech: Updated.
5438     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
5439     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
5440     * lang/italian: Updated, thanks to Pietro Danesi (danone).
5441     * lang/catalan: Updated, thanks to Xavier Navarro.
5442     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
5443       characters in db/table name.
5444     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
5445     * db_details.php3, tbl_query_box.php3: Display choice for charset also
5446       when only UploadDir available.
5448 2003-04-14 Garvin Hicking <me@supergarv.de>
5449     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
5450       usage. (Bug #720846)
5451     * footer.inc.php3: Needed \n for some cases.
5452     * tbl_query_box.php3: Only display file import when a DB is selected.
5454 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
5455     * lang/french: update
5456     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
5457     * lang/polish: update, thanks to Jakub Wilk
5458     ### 2.5.0-rc1 released
5460 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
5461     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
5462       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
5463       Added $strCharset.
5465 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
5466     * lang/{slovenian,russian,croatian,bulgarian}: We don't
5467       want empty translations...
5469 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
5470     * libraries/common.lib.php3: Better fix against possible "wrong parameter
5471       count" errors.
5472     * server_privileges.php3:
5473       - Fixed a broken link in the user overview table;
5474       - Fixed bug #539756 again.
5475     * lang/german-*.inc.php3: Updates.
5476     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
5477       (Feature #623665, part 1).
5479 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
5480     * libraries/common.lib.php3, config_import.lib.php3:
5481       MaxExactCount backwards compatibility
5482     * db_details_structure.php3: undefined $row_count for InnoDB tables
5484 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
5485     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
5486       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
5487     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
5488       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
5489     * Documentation.*: Documented above.
5490     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
5491     * lang/galician: Added missing string.
5492     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
5494 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
5495     * pdf_schema.php3, libraries/common.lib.php3,
5496       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
5497       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
5498       (<20000 rows) tables (RFE #708533).
5499     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
5500     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
5501       XHTML errors, document is again valid XHTML.
5502     * lang/italian: Updated, thanks to Pietro Danesi (danone).
5504 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
5505     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
5506       and XML dump.
5507     * libraries/display_export.lib.php3: Added <br /> before charset
5508       selection in export.
5510 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
5511     * lang/*: $updComTab -> $strUpdComTab
5512     * libraries/relation.lib.php3: put back version 1.30 message
5513       that uses $strUpdComTab
5514     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
5516 2003-04-09 Garvin Hicking <me@supergarv.de>
5517     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
5518       to prevent false arrow aligning when using 'same widths'.
5520 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
5521     * lang/galician: update, thanks to Xosé Calvo
5522     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
5523     * lang/italian: Updated, thanks to Pietro Danesi.
5524     * lang/chinese_gb: update, thanks to (fundawang)
5525     * lang/swedish: update, thanks to Björn T. Hallberg
5526     * lang/norwegian: update, thanks to Sven-Erik Andersen
5528 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
5529     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
5530       multi submit actions.
5532 2003-04-06 Garvin Hicking <me@supergarv.de>
5533     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
5534       Now multiple fields can be inserted at cursor position (Mozilla/IE)
5535       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
5536     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
5537       libraries/relation.lib.php3: RFE #715914: Sort query history by
5538       (autoincrement) key instead of timevalue. Only save queries in
5539       history if they were successful. This required the moving of
5540       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
5541       test, if this works for everyone. It does for me.
5543 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
5544     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
5545       column before MySQL 3.23 (bug #712055).
5546     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
5547       machines with register_globals = off.
5549 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
5550     * lang/romanian updates, thanks to Valics Lehel
5551     * lang/slovenian update, thanks to Kositer Uros
5553 2003-04-03 Garvin Hicking <me@supergarv.de>
5554     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
5556 2003-04-02 Garvin Hicking <me@supergarv.de>
5557     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
5558     * tbl_move_copy.php3: At least one of the PDF integrity checks
5559       on moving/copying a table can safely be enabled.
5560     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
5561       newly created table' depend on a selected checkbox. State of that
5562       checkbox is saved in a cookie.
5563     * lang/*: Added $strSwitchToTable for the above.
5564     * lang/german-*: Translations
5566 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
5567     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
5568       generated SQL dump, move to newly created table also after copying.
5569     * tbl_properties_operations.php3: Some fixes for html entities in db/table
5570       names.
5571     * db_details_structure.php3, mult_submits.inc.php3,
5572       tbl_properties_structure.php3: Show multi submits result after headers
5573       and tabs from originating place.
5574     * lang/czech: Updated.
5575     * tbl_properties_operations.php3: Not only remember, but also recall state
5576       of checkbox for move to newly created table (see Garvin's entry above).
5578 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
5579     * Documentation.html: clarify about wildcard database
5580     * lang/bulgarian, translators.html: big update from the new translator:
5581       Stanislav Yordanov, stan at stud.ru.acad.bg
5582     * lang/italian: Updated, thanks to Pietro Danesi.
5584 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
5585     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
5586       thanks to Jose Fandos (jose.fandos at sonnd.com)
5588 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
5589     * server_privileges.php3, lang/*.inc.php3:
5590       - Fixed bug #708292 (Support for host-based privileges).
5591       - Show SQL query when adding a user.
5592     * server_processlist.php3, lang/*.inc.php3: Feature #707495
5593       (SHOW FULL PROCESSLIST).
5594     * lang/german-*.inc.php3: Updates.
5596 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
5597     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
5599 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
5600     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
5601       tbl_properties_operations.php3, tbl_properties_structure.php3,
5602       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
5603       more fixes for HTML entities in field/table/db name.
5605 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
5606     * Documentation.html: Fixed GRANT queries for the controluser.
5608 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
5609     * main.php3: replace the 'USE mysql' test, as users with a global
5610       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
5612 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
5613     * tbl_query_box.php3, tbl_properties_operations.php3,
5614       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
5615       HTML entities fixes.
5616     * read_dump.php3: Fixed detection of $goto.
5617     * header.inc.php3: Neated URL generating.
5618     * lang/czech: Updated.
5620 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
5621     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
5622       multisubmit actions (RFE #622603).
5623     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
5624       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
5625       queries for multiple tables.
5626     * db_details_structure.php3: Display correctly table names that contain
5627       HTML entities.
5628     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
5629       caused HTML entities to be quoted twice.
5630     * tbl_indexes.php3: Fixed editing of index with HTML entities.
5631     * lang/czech: Updated.
5632     * tbl_properties_structure.php3: Fix enabling/disabling links to index
5633       creating (it requires type, but there was also MIME type added).
5635 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
5636     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
5637       config.inc.php3, Documentation.html: disabling of the parser no
5638       longer possible
5640 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
5641     * libraries/defines.lib.php3: Small bugfix.
5642     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
5643     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
5644       errors.
5646 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
5647     * libraries/transformations/text_plain__imagelink: display the
5648       image, with width and height options
5649     * libraries/transformations/text_plain__link: the link was not
5650       functional at my site; also, document this transform in lang.
5652 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
5653     * server_privileges.php3: typo
5654     * lang/french update
5655     * image_jpeg__plain renamed to text_plain__imagelink, because
5656       the contents is not an image but a filename
5658 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
5659     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
5660       to sql.php3.
5661     * libraries/display_export.lib.php3: Again fixed selecting table/db
5662       filename template.
5663     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
5664       table.
5666 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
5667     * lang/hebrew update, thanks to Yuval Sarna
5669 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
5670     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
5671     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
5672       type when doing charset conversion.
5673     * libraries/display_export.lib.php3: Fixed selecting table/db filename
5674       template.
5675     * libraries/read_dump.lib.php3, db_details.php3,
5676       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
5677       Automatic detection of compression for uploaded data.
5679 2003-03-19 Garvin Hicking <me@supergarv.de>
5680     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
5681       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
5682       input area (SQL window, table properties) AND in the 'Insert/Update field' display
5683       where you can upload files to blob fields. Experimental.
5685 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
5686     * lang/german-*.inc.php3: Updates.
5688 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
5689     * tbl_properties_operations.php3: fixed bad id of option (#706147).
5690     * lang/dutch: Updated, thanks to Gilles van den Hoven.
5691     * lang/thai: Updated.
5692     * lang/italian: Updated, thanks to Pietro Danesi.
5693     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
5694     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
5695     * lang/chinese: Updated, thanks to Siu Sun.
5697 2003-03-18 Garvin Hicking <me@supergarv.de>
5698     * libraries/display_export.lib.php3: Fixed variable usage.
5699     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
5700       libraries/common.lib.php3: Added new transforms for a substr()
5701       function, a dateformat() modified and a basic plugin for external
5702       programs. Support for TIDY has been experimentally been built in.
5703       External programs make use of piping and thus cannot be used in
5704       Windows.
5705       Added the ability for transforms to adjust the "nowrap" option of a
5706       cell.
5707       Some german translation.
5709 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
5710     * libraries/select_lang.lib.php3: modify order of Russian lang files
5711       because MSIE does not accept cp866 and users do not see anything,
5712       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
5714 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
5715     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
5716       Konqueror doesn't like it there and it is not needed.
5717     * lang/czech: updated.
5718     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
5719       when using transformations.
5720     * libraries/display_export.lib.php3, db_details_links.php3,
5721       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
5722       server_processlist.php3, server_status.php3, server_variables.php3,
5723       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
5724     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
5725       specify how will filename for exported data look like (RFE #678642).
5726     * Documentation.*: Next release seems to be 2.5.0.
5727     * lang/latvian: Updated, thanks to Sandis Jerics.
5729 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
5730     * pdf_pages.php3  will now check if the pdf_pages table has entries
5731       that reference tables that no longer exist. if it does user is prompted
5732       to delete them.
5734 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
5735     * user_password.php3, header.inc.php3, libraries/user_password.js:
5736       put back js functions for user password change (= old user_details.js)
5737     * libraries/display_tbl.lib.php3, functions.js: new feature:
5738       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
5740 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
5741     * pdf_pages.php3: Automatic layout of tables on the schema
5743 2003-03-15 Garvin Hicking <me@supergarv.de>
5744     * pdf_schema.php3: Fixed typo.
5746 2003-03-14 Garvin Hicking <me@supergarv.de>
5747     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
5748     '../' safety issues, display transformations only if file exists
5749     (Bug #703555)
5751 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
5752     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
5753         - Typo fixes:
5754         s/RestricColumnTypes/RestrictColumnTypes/
5755         s/RestricFunctions/RestrictFunctions/
5756     * scripts/create_tables.sql:
5757         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
5759 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
5760     * server_status.php3: Fixed the Garvin's calculations.
5761     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
5762     * libraries/header_meta_style.inc.php3,
5763       libraries/transformations/overview.php3: Fixed CSS link.
5764     * tbl_properties.inc.php3: Added tooltips for transformations.
5766 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
5767     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
5769 2003-03-13 Garvin Hicking <me@supergarv.de>
5770     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
5771     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
5772     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
5773       results page (1px border in the color of BrowserMarkerColor around the cells).
5774       RFE #638800
5775     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
5776       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
5777       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
5778       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
5779       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
5780     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
5781       clarity. Make it easier to enable defaults (RFE #695265)
5783 2003-03-12 Garvin Hicking <me@supergarv.de>
5784     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
5785       was not displayed if it has no comment.
5786     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
5787       bookmarktable.
5788     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
5789       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
5790       label as the tablename is found.
5791     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
5792       auto_increment value. (RFE #639655)
5793     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
5794       Display DB comments and MIME types, where appropriate.
5795     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
5796       the querywindow which didn't show the latest querys always.
5797     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
5798       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
5799       to do, so please see Documentation.html. I thought it too hard to move the
5800       bookmark-box around where you can store the bookmarks, because there are a couples
5801       of redirections involved. So the major problem is that your to-be-stored bookmark
5802       HAS to yield at least a single result row for you to be able to store that.
5803     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
5804       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
5805       for that table.
5806     * tbl_properties_export.php3, db_details_export.php3,
5807       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
5808       export now is a perfect look-alike except for a multi-tables dropdown.
5809       Put the code to display the export into a seperate file for re-usability.
5810     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
5811       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
5812       map to which MySQL field type and in the dropdown of the function list first
5813       display the fitting functions, and then for compatibility reasons the rest of
5814       the functions.
5815       TODO: I don't know if I chose the correct mapping for all types. Please correct
5816       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
5817     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
5818       tbl_rename.php3, libraries/relation.lib.php3:
5819       Bugfix #579256 / RFE #577328 : Automatic update of relations,
5820       display fields, comments, bookmarks, ... on update, delete and duplicate.
5821       Automatic duplication/moving of PDF pages does not yet work. Would the
5822       original author please be so kind to have a look at the tbl_move_copy.php
5823       script, search for '[TODO]' and apply necessary fixes? ;)
5824     * tbl_dump.php3: New $sql_structure variable for the new table export
5825       design broke DB export functionality. Fixed this.
5827 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
5828     * lang/ukrainian: update, thanks to Markijan Baran
5830 2003-03-11 Garvin Hicking <me@supergarv.de>
5831     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
5832       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
5833       Improved security of docSQL importer. You now can only access
5834       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
5835       file on its own via File Upload (if $is_upload is true).
5836       Filenames not matching the converter will no more printed out to
5837       maintain security. Permits input of '../'.
5838     * transformation_wrapper.php3 - Remove $err_url, because if a query
5839       fails here, the user won't get to see the error string anyways.
5840       Can happen if you want to display a blob without having an index
5841       key in your query, because the blob cannot be filtered by a content
5842       WHERE-string.
5844 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
5845     * libraries/sqlparser.data.php3: bug 700082, support of XOR
5847 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
5848     * translators.html: Another mechanism against stupid people who use the
5849       translator list as a list of localised support hotlines or try to get a
5850       translation by mail order... :o)
5851     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
5852       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
5853       that the correct font families are used.
5855 2003-03-10 Garvin Hicking <me@supergarv.de>
5856     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
5857       thanks to Csaba Gabor!
5858     * sql.php3: Fixed another occurence of addslashes() where it no longer
5859       belongs.
5860     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
5861       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
5862       - when creating/altering/adding table fields you can now change the
5863       wrong form input, instead of losing all your data. Have fun. :-)
5864     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
5865       lang/*:
5866       Added new table export format by Michal Cihar. db_details_export.php3
5867       should be adapted to the new layout somewhen. Fixed Compression.
5868     * header.inc.php3, header_printview.inc.php3, index.php3,
5869       left.php3, queryframe.php3, querywindow.php3,
5870       transformation_wrapper.php3, css/phpmyadmin.css.php3,
5871       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
5872       libraries/functions.js, libraries/header_http.inc.php3,
5873       libraries/header_meta_style.inc.php3, libraries/left.js
5874       libraries/sqlparser.lib.php3:
5875       Massive code-cleanup. Put all stylesheets into new central file
5876       css/phpmyadmin.css.php3. To reduce overhead in this file, the
5877       common.lib.php3 has a new variable to determine whether the full
5878       code structure or only those codes needed for the stylesheet class
5879       is parsed. This is to prevent duplicated code, even though it looks
5880       somehow ugly. The stylesheet is now embedded via a <link rel>-
5881       directive and should also be able to be cached by the browser.
5882       See patch #699454.
5883       Also some unneccessary code was removed from querywindow/wrapper.
5884     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
5885       fieldnames to be mapped to false keys for display.
5887 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
5888     * transformation_wrapper.php3, lang/*,
5889       libraries/transformations/image_png__inline.inc.php3:
5890       new transformation for png (inline)
5891       (still issues with PNG's transparency in PHP 4.3.0)
5892     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
5894 2003-03-09 Garvin Hicking <me@supergarv.de>
5895     * db_printview.php3: Added print button (#700205)
5897 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
5898     * libraries/transformations/*.sh: did not work in bash
5900 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
5901     * transformation_wrapper.php3, lang/*,
5902       libraries/transformations/image_jpeg__inline.inc.php3:
5903       now 2 options for resize: width, height
5905 2003-03-06 Garvin Hicking <me@supergarv.de>
5906     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
5907       Fix bug #658668, special escaping of \n, \r and \t characters.
5908       Please test, works fine for me now (both magic_quotes on/off).
5910 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
5911     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
5912     * updatedocs.sh: Script to make conversion easier
5914 2003-03-05 Garvin Hicking <me@supergarv.de>
5915     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
5916     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
5917       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
5918       call with PMA_sqlAddslashes() call because of new global s
5919       lashes-handling.
5920     * sql.php3: Fixed querytime bug, when query was only shown for PHP
5921       display.
5922     * read_dump.php3, sql.php3, tbl_alter.php3,
5923       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
5924       where not neccessary, because grab_globals already stripslashed
5925       the data. This fixes the problem of the SQL Pretty printer showing
5926       the data wrongly formatted.
5928 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
5929     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
5930      #697961)
5932 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
5933     * Documentation.html, faq 1.29 about the "duplicate field names" problem
5934     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
5935       libraries/transformations/image_jpeg__inline.inc.php3:
5936       resized thumbnails
5938 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
5939     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
5940       containing quotes.
5941     * libraries/common.lib.php3:
5942       - Avoid reloading the left frame twice;
5943       - PHP3 compatibility;
5944       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
5945         in CGI mode.
5947 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
5948     * badwords.txt: bug 692874: "date" is not a reserved word
5950 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
5951     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
5952       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
5953       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
5954       tbl_move_copy.php3, tbl_properties.inc.php3,
5955       tbl_properties_operations.php3, tbl_properties_options.php3,
5956       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
5957       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
5958       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
5959       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
5960       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
5961       extracting the arrays $_GET and $_POST. This should replace a lots of
5962       workarounds and avoid present and future problems with magic_quotes_gpc.
5963     * server_privileges.php3, libraries/common.lib.php3:
5964       - Escape wildcard characters in the database and table dropdown boxes;
5965       - CSS fixes.
5967 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
5968     * lang/english: typo
5969     * tbl_dump.php3: undefined variable $use_comments
5970     * tbl_properties_export.php3: bug 692143: now we remove the
5971       LIMIT clause from the original query to use the limits entered
5972       on the export form
5973     * pdf_schema.php3: better header/footer for long pages,
5974       thanks to Maxime Delorme
5976 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
5977     * tbl_indexes.php3: Cleaner solution for showing query after changing
5978       index.
5980 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
5981     * libraries/xpath/XPath.class.php, libraries/xpath/:
5982     - Removed (was part of the early DB config prototype)
5983     * lang/translatecount.sh:
5984     - Counts just how out of date the translations are!
5986 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
5987     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
5988       #694800), show structure after modifying index.
5990 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
5991     * Documentation.html: Fixed a typo.
5992     * server_privileges.php3: Fixed bug #691910.
5993     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
5994       thanks to Jason Carlson (jjcarlson).
5996 2003-02-28 Garvin Hicking <me@supergarv.de>
5997     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
5998       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
5999       Documentation.html:
6000       - Finetuneing for query window: Only three tabs, if DefaultTab
6001         is not set to 'full'.
6002       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
6003       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
6004          Rabus ;).
6005       - Made the textarea smaller (*1.25 instead of *2) for the window only.
6006       - Fixed a bug when you changed from a table to a database on the left frame and the
6007         query window still wants to show the previous table.
6008     * tbl_query_box.php3: Only show fieldlist, when $table is set.
6009     * translators.html: Adjusted to same topmenu as Documentation.html.
6010       With the new 'Transformations' item the bar was too large to fit
6011       on standard 800x600 browser windows.
6013 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
6014     * lang/czech: Updated.
6015     * lang/english: Resorted.
6017 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
6018     * libraries/common.lib.php3, libraries/config_import.lib.php3:
6019       - Backwards compatibility;
6020       - Removed some unnecessary code;
6021       - Added a small HOWTO.
6022     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
6023     * lang/german-*.inc.php3: Grammar.
6024     * Documentation.html: Fixed some dead links.
6025     * scripts/create_tables.sql: Adjusted table comments.
6027 2003-02-27 Garvin Hicking <me@supergarv.de>
6028     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
6029       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
6030     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
6031       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
6032       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
6033     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
6034       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
6035       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
6036       directions, so with this mode you can see about 6 columns at once on a single screen.
6037     * tbl_properties.inc.php3: Fixed bug when certain fields are not
6038       enabled, they threw an undefined offset. [2nd try, now for real :)]
6039     * Documentation.html: Updated for my new features. Should include
6040       everyting, I hope. But seriously needs a proofread.
6041     * config.inc.php3: Inserted new directives for empty
6042       $cfg['Servers'][$i]. (history, verbose_check)
6043     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
6044       to suppress Notices/Warnings when MIME-types are not enabled.
6046 2003-02-26 Garvin Hicking <me@supergarv.de>
6047     * lang/german-*: better grammar. ;)
6048     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
6049       usage for special queries like 'SHOW FIELDS', where certain variables are
6050       not set.
6051     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
6052       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
6053       transformation_wrapper.php3, libraries/config_import.lib.php3,
6054       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
6055       scripts/create_tables.sql:
6056        Test if MIME-feature are really available. Preparation for PMA_db-based
6057        SQL-History.
6058        Removed a dupe for inserting comments, fixed integrity check when
6059        moving/renaming tables and keeping comments.
6060      * header.inc.php3: Added one more Javascript if-structure to make sure
6061        the frameset is initialized when querying for an active window. Without
6062        this, when starting phpMyAdmin for the first time, IE6 may complain
6063        depending on the order it loads the framesets.
6065 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
6066     * db_details_structure.php3: undefined variable $comment
6067     * tbl_move_copy.php3: 'column_info'
6069 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
6070     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
6071       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
6072       $datefmt (translations #692065).
6073     * lang/japanese-*.inc.php3: Fixed some inconsistences.
6074     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
6075       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
6076       libraries/config_import.lib.php3, libraries/relation.lib.php3,
6077       libraries/transformations.lib.php3: Changed 'column_comments' to
6078       'column_info'.
6079     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
6080       <http://www.phpmyadmin.net/ChangeLogs/>.
6082 2003-02-25 Garvin Hicking <me@supergarv.de>
6083     * tbl_properties.inc.php3: Fixed duped display of comments due to
6084       merging diff conflict.
6085     * lang/german*: German translations, only missing transformation
6086       descriptions. They shouldn't be translated at that early point, I guess.
6087     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
6088       libraries/transformations.lib.php3: 'column_info', they were somehow
6089       not included in rabus' commit?!
6091 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
6092     * common.lib.php3: Backwards compatibility.
6094 2003-02-24 Garvin Hicking <me@supergarv.de>
6095     Submitted multiple patches from the patch tracker:
6096     * JS rowmarker now works in vertical display mode
6097         Files: libraries/functions.js, display_tbl.lib.php3
6098     * Display nav_bar even when only one row is returned, to enable display in
6099         vertical/horizontal mode (especially for rotated headers)
6100         Files: libraries/display_tbl.lib.php3
6101     * Measures basic query time [#571934]
6102         Files: sql.php3, display_tbl.lib.php3
6103     * New display mode with 90 degree rotated table headers [#544361]. Works
6104         either as CSS or as 'faked' PHP-transformation.
6105         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
6106     * Update and display column comments in Add/Edit Fieldmode and CREATE table
6107         mode. Display comments in table structure (optional) with underlined
6108         CSS-mouseovers. Display comments in browser mode (optional), both in
6109         vertical and horizontal display mode. Keep column comments in synch, when
6110         DROPping/ALTERing and moving/copying tables.
6111         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
6112         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
6113         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
6114         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
6115         libraries/relation.lib.php3
6116     * Display and enter DB/table comments for navigation, stored in pma comments table.
6117         May be displayed as Alias-Tooltips in left frame. [#650064]
6118         Files: db_details_structure.php3, left.php3, relation.lib.php3
6119     * Display column comments in table/database dumps, as inline SQL-Comments
6120         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
6121     * Display MIME types to transform any table cell. You can only choose from a
6122         list of pre-defined MIME-types. The list gets built by a function searching
6123         a directory for valid transforms. For further information see
6124         libraries/transformations/README-file and soon in documentation. ;)
6125         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
6126         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
6127         tbl_move_copy.php3, transformation_wrapper.php3,
6128         libraries/display_tbl.lib.php3, libraries/transformations/*
6129         TODO: Add predefined functions!
6130     * Display a (javascript) based query window as a new frame below the left
6131         frame with query history [#526008]. Currently a bit experimental, works with
6132         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
6133         work with any browser.
6134         Files: queryframe.php3, querywindow.php3, header.inc.php3,
6135         tbl_query_box.php3, common.lib.php3
6137 2003-02-24 Olivier L. Müller  <om@omnis.ch>
6138     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
6139       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
6140       generated URL -> prevents a double password query with some browsers
6141       (Safari) in case of http authentication.  (tested with https, http and
6142       http running on port 8080)
6144 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
6145     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
6146       fields type into special variable. Fixes #647689.
6147     * db_details_structure.php3: Removed extra /. Fixes #692171.
6149 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
6150     ### 2.4.0 released
6152 2003-02-23 Olivier L. Müller  <om@omnis.ch>
6153     * docs.css: highlight FAQ questions in blue -> more readble.
6155 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
6156     * server_privileges: Better code for "check privileges"; This should fix
6157       bug #687808 and a few other problems.
6158     * ANNOUNCE.txt: Updated list of known bugs.
6159     * server_variables.php3: Modified generated XHTML code.
6161 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
6162     * lang/italian update, thanks to Pietro Danesi
6163     * lang/slovak update, thanks to Lubos Klokner
6164     * lang/polish: update, thanks to Jakub Wilk
6165     * lang/thai: update, thanks to Arthit Suriyawongkul
6166     * tbl_change.php3: do not use enctype="multipart/form-data"
6167       if !$is_upload (possible solution for bug 689215)
6168     * lang/swedish: update, thanks to Björn T. Hallberg
6170 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
6171     * libraries/display_tbl.lib.php3: Coding standards.
6172     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
6173     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
6174     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
6175     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
6177 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
6178     * sql.php3: bug 649665: undefined variables with UNION, and
6179       also get the correct row count
6180     * lang/norwegian: update, thanks to Sven-Erik Andersen
6182 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
6183     * server_databases.php3:
6184       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
6185       - The link "check privileges" is now only displayed to superusers.
6187 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
6188     * lang/czech: Updated.
6189     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
6191 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
6192     * server_privileges.php3: Fixed edit link.
6193     * Documentation.html:
6194       - Reformulated some passages;
6195       - FAQ 1.28.
6196     * ANNOUNCE.txt: Synchronized features list with documentation.
6197     * server_databases.php3: Fixed bug #688271 (missing "?").
6199 2003-02-17 Garvin Hicking <me@supergarv.de>
6200     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
6201       Reworked blob file upload. More security cautions, and preserve
6202       fields contents, if no new file was uploaded. Moved is_uploaded_file
6203       function from read_dump.php3 to common.lib.php3 for reusability.
6205 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
6206     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
6207       upload, upload field moved into table.
6209 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
6210     ### 2.4.0-rc2 released
6211     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
6212       correct number of rows
6214 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
6215     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
6216       - Reimplemented ability to change a user's login information
6217         (bug #684984);
6218       - Feature: copy user profiles;
6219       - "Check privileges" should now also check for wildcards;
6220       - The revoke mode for deleting users did not always produce valid MySQL.
6221     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
6222     * ANNOUNCE.txt: synchronized list of features and fixes.
6224 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
6225     * lang/czech: Updated.
6226     * docs.css: Fixed URL.
6228 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
6229     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
6230       for splitting the SELECT clauses, to solve almost all records
6231       counting bugs
6232     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
6233     * lang/japanese: update, thanks to Yukihiro Kawada
6235 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
6236     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
6237       it if necessary.
6238     * libraries/common.lib.php3: Don't display edit link for
6239       database-independant queries.
6240     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
6241     * docs.css:
6242       - Wrong URI;
6243       - Typo.
6245 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
6246     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
6247       Reimplemented "check privileges" feature.
6249 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
6250     * sql.php3: Fix simple little bug #685082
6252 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
6253     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
6254       is broken), thanks to Alexander Schuch (ci-dev).
6256 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
6257     * lang/indonesian update, thanks to Rachim Tamsjadi
6258     * lang/italian update, thanks to Pietro Danesi
6259     * lang/lithuanian update, thanks to Vilius Zigmantas
6260     * lang/slovenian update, thanks to Kositer Uros
6261     * lang/swedish: update, thanks to Björn T. Hallberg
6262     * tbl_change.php3: upload field only to BLOBs
6263     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
6264       font size
6266 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
6267     * tbl_replace_fields.php3: sometimes we receive "none" as the file
6268       name when there is no field upload for some field
6269     * sql.php3: bug 684712, undefined variable $table (js disabled
6270       and confirmation for drop database)
6272 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
6273     * server_databases.php3: Wrong link title.
6275 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
6276     * server_databases.php3: Ensured that the database list is built.
6278 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
6279     * lang/catalan: update, thanks to Xavier Navarro
6281 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
6282     * lang/Galician*: Updates thanks to xosecalvo
6284 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
6285     * lang/czech: Updated again.
6287 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
6288     * server_databases.php3, lang/*.inc.php3:
6289       - Bugfixes & interface cosmetic;
6290       - Drop multiple databases.
6291     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
6292     * lang/german-*.inc.php3: Updates.
6293     * config.inc.php3: Added a note about another possible setting.
6294     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
6295     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
6296     * translators.html: Fixed a typo.
6297     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
6298     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6300 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
6301     * config.inc.php3, lang/add_message.sh: Typos.
6302     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
6303     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
6304       Reworte db_stats.php3 to be conform with the new server_ pages.
6306 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
6307     * lang/czech: Updated.
6309 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
6310     * lang/italian: update, thanks to Pietro Danesi
6311     * lang/norwegian: update, thanks to Sven-Erik Andersen
6312     * lang/polish: update, thanks to Jakub Wilk
6313     * lang/swedish: update, thanks to Björn T. Hallberg
6314     * lang/slovak: remove duplicates
6315     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
6317 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
6318     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
6319     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
6320       be '$strDBGMax'
6321     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
6323 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
6324     * libraries/sqlparser.lib.php3: PHP3 parse error
6325     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
6326       libraries/relation.lib.php3: bug 681298, we should always backquote
6327       a restricted word like "comment" when used as an identifier
6328     * Documentation.html, bug 681776, wrong command for my.ini file
6329     * libraries/left.js: png files
6331 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
6332     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
6333       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
6334     * Documentation.html: Removed FAQ entry about Opera 7.
6335     * db_stats.php3: One <img> tag still pointed to a GIF file.
6337 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
6338     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
6339       UPDATE query if there was some binary upload in it, otherwise
6340       display it
6342 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
6343     * common.lib.php3:
6344       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
6345         Bailey (charles_bailey);
6346       - Don't use small fonts for Opera 7.
6347     * ldi_check.php3: Backslahes should be escaped.
6348     * Documentation.html: Added a note about Opera 7.
6350 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
6351     * Documentation.*: Added information about binary checkbox when uploading
6352       files.
6354 2003-02-04 Garvin Hicking  <me@supergarv.de>
6355     * common.lib.php3: Fixed a possible 'undefined index' error.
6357 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
6358     * Documentation.html: new faq entry about IE bug with http auth,
6359       switching from one server to the other
6360     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
6361       and only table selected)
6362     * ldi_check.php3: check local_infile on recent MySQL versions,
6363       thanks to Alexander
6365 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
6366     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
6367       #678729).
6368     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
6369     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
6370       variable: charset_of_file).
6372 2003-02-03 Garvin Hicking  <me@supergarv.de>
6373     * pdf_schema.php3, libraries/dbg/profiling.php3,
6374       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
6376 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
6377     ### 2.4.0-rc1 released
6378     and after the release:
6379     * lang/romanian: update, thanks to Valics Lehel
6380     * lang/spanish: update, thanks to Daniel Hinostroza C.
6381     * lang/catalan: update, thanks to Xavier Navarro
6382     * lang/dutch update, thanks to Ivo Teel
6384 2003-02-02 Olivier L. Müller  <om@omnis.ch>
6385     * tbl_addfield.php3: ignore empty fields on alter table
6387 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
6388     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
6389       compatibility.
6390     * lang/german-*.inc.php3: Updates.
6391     * server_privileges.php3: Remove column privileges.
6392     * config.inc.php3: Added $cfg['DefaultTabServer'].
6393     * header.inc.php3: Link the default tabs.
6394     * libraries/common.lib.php3: PHP3 compatibility.
6396 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
6397     * lang/czech: Updated.
6398     * lang/sort_lang.sh: This needs bash.
6400 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
6401     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
6402     * lang/norwegian: update, thanks to Sven-Erik Andersen
6403     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
6404     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
6405       (later when we get enough translations,
6406        we can use it instead of $strCandLoadMySQL)
6407     * lang/romanian: update, thanks to Valics Lehel
6408     * lang/galician: update, thanks to Xosé Calvo
6409     * lang/lithuanian: update, thanks to Vilius Zigmantas
6410     * lang/japanese: update, thanks to Yukihiro Kawada
6411     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
6412       thanks to Alexander
6414 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
6415     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
6416     re-entry into Earth's atmosphere. In memory of the brave men and women who
6417     gave their lives for the people of Earth. ---
6418     * Documentation.html: Removed a bit of duplication in [7.4] and the
6419     Developers section
6420     * libraries/dbg: New directory for DBG code
6421     * libraries/dbg/setup.php3:
6422        - DBG initialization code, including module support
6423     * libraries/dbg/profiling.php3: Profiling code
6424     * lang/*: New strings added for DBG extension
6425     * config.inc.php3: config options for DBG, off by default
6426     * footer.inc.php3: DBG profiling output
6428 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
6429     * Documentation.*, translators.html, docs.css: New documentation layout.
6430     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
6432 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
6433     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
6434       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
6435       new Feature: BLOB field upload
6436       (TODO: handle open_basedir restrictions)
6438 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
6439     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
6440       libraries/config_import.lib.php3: Added experimental support for
6441       compressed connections to the MySQL server.
6443 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
6444     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
6445       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
6447 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
6448     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
6449     * Documentation.html, translators.html: Unified using of font sizes.
6451 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
6452     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
6453       user management.
6454     * server_processlist.php3: Fixed a bug the denied the access to the
6455       process list for normal users.
6456     * config.inc.php3: Removed note about buggy setting.
6457     * lang/german-*.inc.php3: Updates.
6458     * Documentation.html: There won't be a PHP 4.5.0; typos.
6460 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
6461     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
6463 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
6464     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
6466 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
6467     * lang/slovenian update: thanks to Kositer Uros (urosh)
6468     * lang/albanian: update, thanks to Laurent Dhima
6469     * lang/slovak update, thanks to Lubos Klokner
6471 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
6472     * libraries/relation.lib.php3: improve messages
6474 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
6475     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
6477 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
6478     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
6479     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
6480     * lang/english*: Resorted and Resynced.
6481     * lang/farsi*: Added ready for Farsi translation
6482     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
6483         - Updates ready for Farsi translation
6484     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
6485     * fulltext.png, partialtext.png, pma_logo.png:
6486         - Ran PNGCRUSH on files to reduce size optimially.
6487     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
6488     vertical_line.gif, item_rtl.gif, item_ltr.gif:
6489         - Old image files removed and replaced with PNG files (feature
6490         #458895)
6491     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
6492     vertical_line.png, item_rtl.png, item_ltr.png:
6493         - New PNG image files (feature #458895)
6494     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
6495         - Code changes for PNG images (feature #458895)
6497 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
6498     * libraries/sqlparser.lib.php3: checkType function
6500 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
6501     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
6503 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
6504     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
6505       row limiting for exported results
6507 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
6508     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
6509       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
6510       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
6511       be SIGNED/UNSIGNED/ZEROFILL.
6513 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
6514     * server_privileges.php3: Added column privileges editor.
6516 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
6517     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
6518       tbl_move_copy.php3, libraries/build_dump.lib.php3:
6519       Feature: Export results of SELECTs
6521 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
6522     * Documentation.html: faq 5.12 about OS X Safari problem
6523     * tbl_move_copy.php3: typo (wrong back link)
6525 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
6526     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
6527     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
6529 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
6530     * server_privileges.php3: Wrong label.
6531     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
6532       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
6533       The script now works on the SF shell servers ONLY!
6535 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
6536     * lang/czech: Updated.
6537     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
6538       field editing.
6540 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
6541     * lang/sort_lang.sh: Fix status output bug '\n'
6542     * db_details_importdocsql.php3: Move hardcoded strings to language files
6543     * lang/*.php3: Add new strings for docSQL importer
6544     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
6545     * Documentation.html: Revised FAQ entry about SQL Validator
6547 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
6548     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
6549     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
6550     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
6551     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
6552     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
6554 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
6555     * pdf_pages.php3: feature: deleting a pdf page
6556     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
6557       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
6559 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
6560     * server_privileges.php3:
6561       - Lookup database / table lists if possible;
6562       - The database name was displayed instead of the table name in the sub
6563         page heading.
6564     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
6565     * lang/norwegian-*.inc.php3: Updates, thanks to
6566       Sven-Erik Andersen (sven-erik).
6567     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
6568     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
6570 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
6571     * lang/galician: update, thanks to Xosé Calvo
6572     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
6574 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
6575     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
6576       all for fields selection.
6577     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
6578       (Jumping cursor using keyboard).
6579     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
6580       functions.js to allow jumping using keyboard.
6581     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
6582       works also for row editing.
6583     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
6585 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
6586     * libraries/sqlvalidator.class.php3:
6587       - Removed dependency on overload extension
6588       - Started to fix bug #644709
6589     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
6590       - Revert line 88 of sql.php3, and fix it a different way...
6592 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
6593     * read_dump.php3, sql.php3, libraries/common.lib.php3,
6594     libraries/sqlparser.lib.php3:
6595       - Fixed bug #641765, see mailing list post
6597 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
6598     * server_*.php3:
6599       - The messages are now displayed by server_links.inc.php3, so
6600         server_common.inc.php3 may be included earlier;
6601       - Beautified code.
6602     * server_privileges.php3:
6603       - Wrong GRANT syntax;
6604       - Changed the default behavior of the for fields "pred_username" and
6605         "pred_password".
6607 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
6608     * tbl_change.php3: bug 665885, wrong back link after sql error
6609     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
6610     * lang/ukrainian: update, thanks to Markijan Baran
6611     * lang/romanian: update, thanks to Valics Lehel
6612     * lang/japanese: update, thanks to Yukihiro Kawada
6614 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
6615     * lang/czech*: Updated.
6617 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
6618     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
6619       support for the EXTRACT ... FROM syntax which is not a real
6620       SELECT ... FROM
6622 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
6623     * server_privileges.php3, lang/*.inc.php3:
6624       - Forgot to implement "This host";
6625       - Drop the users' databases;
6626       - Don't send comments to the MySQL server;
6627       - When trying to delete multiple users, display an error message if none
6628         have been selected.
6630 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
6631     * libraries/sqlparser.lib.php3, libraries/functions.js,
6632       sql.php3: - use the parser for confirmation requests
6633                 - better check before appending LIMIT
6634     * lang/galician: update, thanks to Xosé Calvo
6635     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
6636     * lang/indonesian: missing semicolon
6637     * lang/japanese: update, thanks to Yukihiro Kawada
6638     * lang/romanian: update, thanks to Valics Lehel
6640 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
6641     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
6642       and hidden input generating stuff.
6643     * almost all php3 files: Use new URL and hidden input generation stuff.
6644     * libraries/common.lib.php3: Addded extra check for MySQL even when in
6645       safe mode (could fix #661949).
6647 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
6648     * lang/english-*.inc.php3: Fixed a typo.
6649     * server_privileges.php3, libraries/url_generating.lib.php3:
6650       - Beautified generated XHTML code;
6651       - Coding standards;
6652       - Added a missing @param comment.
6654 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
6655     * lang/czech: Updated.
6657 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
6658     * server_privileges.php3: Sorting user list.
6659     * translators.html: Typo.
6660     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
6661     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
6662     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
6663     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
6664     * lang/norwegian-*.inc.php3: Updates, thanks to
6665       Sven-Erik Andersen (sven-erik).
6666     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
6668 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
6669     * Documentation.html: clarification about cookie/http modes
6670     * lang/dutch update, thanks to Ivo Teel
6671     * lang/japanese: update, thanks to Yukihiro Kawada
6672     * lang/ukrainian: remove duplicate messages
6674 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
6675     * server_privileges.php3:
6676       - Interface cosmetic;
6677       - Smaller bugfixes;
6678       - Added a db / table privileges editor.
6679     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
6680     * server_privileges.php3, libraries/server_privileges.js:
6681       - Optimized some JS functions for the new interface;
6682       - Added ability to create new MySQL users via GRANT (feature #502465).
6683     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
6684       Incremented version number to 2.4.0-dev.
6686 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
6687     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
6689 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
6690     * lang/estonian*, malay*: remove control M
6691     * lang/romanian: update, thanks to Valics Lehel
6692     * lang/galician: update, thanks to Xosé Calvo
6693     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
6695 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
6696     * lang/german*: Updated.
6698 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
6699     * lang/czech*: Updated.
6700     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6701     * lang/sort_lang.sh: Made POSIX sh compatible.
6702     * lang/check_lang.sh: Made require bash.
6703     * lang/swedish*: Updated.
6704     * lang/*: For many translations fixed missing/duplicate strings.
6706 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
6707     * lang/ukrainian: update, thanks to Markijan Baran
6708     * user_details.php3: add $strGrantOption
6709     * lang/french update
6710     * main.php3, lang/*.php3: $strOriginalInterface
6712 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
6713     * server_privileges.php3:
6714       - Made the script compatible to MySQL < 3.22.11;
6715       - Fixed the missing "LOCK TABLES" option in the privilege editor.
6716       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
6717         if all privileges have been selected.
6718     * libraries/sqlparser.data.php3:
6719       - Fixed bug #655817 (New privileges are not detected correctly).
6720       - Updated function list.
6722 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
6723     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6725 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
6726     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
6727       Added ability to delete users.
6729 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
6730     * tbl_dump.php3:
6731       - Fixed wrong charset information in XML exports.
6732       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
6733         of '4.00.05'.
6735 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
6736     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6738 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
6739     * server_privileges.php3: Fixed undefined variable warning.
6740     * lang/czech*: Updated.
6741     * lang/*: Fixed a typo.
6743 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
6744     * lang/romanian: update, thanks to Valics Lehel
6745     * lang/dutch update, thanks to Ivo Teel
6747 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
6748     * lang/norwegian-*.inc.php3:
6749       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
6750       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
6751     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
6752     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6753     * lang/german-*.inc.php3: Updates.
6754     * lang/*.inc.php3: Fixed a typo.
6755     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
6756     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
6757     * server_privileges.php3, lang/*.inc.php3:
6758       - Bugfixes;
6759       - Small design modification;
6760       - Added ability to change passwords via SET PASSWORD FOR user.
6762 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
6763     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
6764       lang/*.inc.php3: Started rewriting the user administration; changes:
6765       - Use GRANT / REVOKE for privilege changes (feature #502465);
6766       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
6767       - Support for user resource limits;
6768       - Improved user friendliness.
6769       Currently, it can only display and edit global privileges.
6770     * libraries/common.lib.php3: Undefined index.
6771     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
6772     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
6774 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
6775     * main.php3: Since every user has access to his processlist, set
6776       is_process_priv to TRUE as default (fixes undefined variable warning).
6778 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
6779     * tbl_select.php3, bug 648263
6780     * libraries/common.lib.php3, bug 653764
6781     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
6782       append data only to a table
6784 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
6785     * lang/russian: update, thanks to Nicolay Zakharov
6787 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
6788     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
6789     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
6791 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
6792     * lang/russian: update, thanks to Nicolay Zakharov
6793     * lang/galician: update, thanks to Xosé Calvo
6795 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
6796     * libraries/get_foreign.lib.php3: bug 646263,
6797       bad drop-down in select sub-page
6799 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
6800     * libraries/common.lib.php3: Removed a comment.
6802 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
6803     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
6805 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
6806     * tbl_dump.php3: Fix output order of inserts/creates, generate file
6807       extension to include also file type, not only compression (now it
6808       generates something like dump.sql.gz).
6810 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
6811     * pdf_schema.php3: Change generated filename to
6812       db_pdfname.pdf instead of db_pdfnumber.pdf
6814 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
6815     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
6816     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
6817     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
6818     * lang/norwegian-*.inc.php3: Updates, thanks again to
6819       Sven-Erik Andersen (sven-erik).
6820     * lang/german-*.inc.php3: Small grammar fix.
6822 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
6823     * lang/german-*.inc.php3: Updates.
6824     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
6825     * libraries/build_dump.php3:
6826       - Fixed part 2 of bug #652311 (Undefined variables);
6827       - Coding standards.
6829 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
6830     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
6831       cleaner charset conversion for export.
6832     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
6833       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
6834       thanks to Valentine for creating the patch #627496.
6836 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
6837     * lang/galician: update, thanks to Xosé Calvo
6838     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
6839       but there is still some work to do about how to split a UNION
6840     * tbl_properties_options.php3, bug 651522 wrong back-link,
6841       thanks to Mischka ( stollner at uni-muenster dot de )
6843 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
6844     * lang/czech*.php3: Updated translation.
6845     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
6847 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
6848     * server_*.php3, lang/*.inc.php3, main.php3:
6849       - Added 'SHOW PROCESSLIST' interface;
6850       - Small bugfixes.
6851       - XHTML fixes.
6852     * lang/spanish-*.inc.php3: Updates, thanks again to
6853       Dr. med. Daniel Hinostroza C.
6854     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
6856 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
6857     * lang/norwegian-*.inc.php3: Updates, thanks again to
6858       Sven-Erik Andersen (sven-erik).
6859     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
6860     * lang/spanish-*.inc.php3: Updates, thanks again to
6861       Dr. med. Daniel Hinostroza C.
6863 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
6864     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
6865       server_common.inc.php3, server_links.inc.php3, server_status.php3,
6866       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
6867       Started working on a new interface to server related pages.
6868     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
6869     * lang/german-*.inc.php3: Updates.
6870     * lang/english-*.inc.php3: Reordered strings.
6872 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
6873     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
6874       bug 633422, use a button if search result would generate a too big URL
6876 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
6877     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
6878       Choose between Landscape and Portrait for the
6879       Datadictionary in PDF Pages
6880     * pdf_schema.php3: lineheight for Textrows in Datadictionary
6881       was equal to textheight, i added one mm above and below text
6882       (hope your tables are not too big not to fit on a page now ;)
6884 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
6885     * lang/german.inc.php3: Updates.
6886     * main.php3: Fixed bug #649641 (usernames containing '@' character).
6887     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
6888       warning / php >= 4.3.0) by Mats Engstrom (matseng).
6889     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
6890     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
6891       (sven-erik).
6892     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
6893     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
6894     * lang/italian-*.inc.php3:
6895       - Updates, thanks to Pietro Danesi (danone).
6896       - Coding standards.
6898 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
6899     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
6900       new data dict feature for PDF pages, thanks to Maxime Delorme
6901     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
6902       thanks to Piotr Roszatycki (d3xter)
6904 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
6905     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
6907 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
6908     * pdf_schema.php3: remove control M
6909     * lang/dutch update, thanks to Ivo Teel
6911 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
6912     ### 2.3.3pl1 released
6915          --- Older ChangeLogs can be found on our project website ---
6916                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
6918 # vim: ft=changelog fenc=utf-8 encoding=utf-8
6919 # vim: expandtab ts=4 sw=4 sts=4
6920 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
6921 # vim: fdn=1 fdm=expr