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