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