allow group without checkbox
[phpmyadmin/last10db.git] / ChangeLog
blobcd79999fbb291701665800d2ab96874be8dfbcc0
1 ----------------------
2 phpMyAdmin - ChangeLog
3 ----------------------
5 $Id$
6 $Source$
8 2006-04-26 Michal Čihař  <michal@cihar.com>
9     * libraries/plugin_interface.lib.php:
10         - Display information that there are no settings.
11         - Be more verbose on error.
12         - Drop tables used for layout.
13         - Add support for groupping options.
14     * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
15       themes/original/css/theme_right.css.php: New style for non table forms
16       used in plugins.
18 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
19     * themes/*:
20       updated themes;
21       fixed bug #1452131 Fonts too large;
22       fixed bug #1446211 Colors hardcoded in theme css files;
23     * libraries/Theme_Manager.class.php: search themes on every script start
25 2006-04-25 Michal Čihař  <michal@cihar.com>
26     * libraries/common.lib.php: Make cookie login form work with token
27       protection.
28     * libraries/auth/cookie.auth.lib.php: Do not include empty values.
29     * changelog.php: Generate proper XHTML, make URLs clickable.
31 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
32     * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
33       css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
34       server_binlog.php, server_variables.php, tbl_change.php,
35       transformation_overview.php:
36       style upgrade
37     * changelog.php: replaced php short open tag
39 2006-04-24 Michal Čihař  <michal@cihar.com>
40     * main.php: Fix logout link (bug #1474694).
42 2006-04-21 Michal Čihař  <michal@cihar.com>
43     * libraries/import/csv.php: Fix importing files without trailing new line
44       (bug #1473944).
45     * Documentation.html: Document problems with PMA_blowfish on clusters of
46       different architectures (bug #1470912).
47     * Documentation.html: Document LoginCookieValidity (bug #1473357).
49 2006-04-20 Michal Čihař  <michal@cihar.com>
50     * index.php: Check target against goto_whitelist.
51     * libraries/url_generating.lib.php, libraries/session.inc.php,
52       libraries/common.lib.php: Protect against external links which could
53       perform any action (CVE-2006-1804).
54     * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
55       email links, link releases to tags in CVS.
57 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
58     * server_databases.php: need brackets for correct calculation of page
60 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
61     * server_databases.php, libraries/database_interface.lib.php:
62       disable table stats for MySQL 5 by default
63     * server_databases.php:
64       use new functionality of PMA_DBI_get_databases_full() to limit display
65     * libraries/database_interface.lib.php:
66        - extended PMA_DBI_get_databases_full() to allow limiting and sorting
67        - added new function PMA_DBI_get_databases_count()
68     * libraries/config.default.php:
69       added new paramter to limit maximum displayed databases
70     * sql.php:
71        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
72        - re-use already existing code
73     * changelog.php:
74       link also js, html, pl, and sh files, FAQ entries
75       and contributors to their sf.net user page, smaller regex fixes
77 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
78     * export.php: bug #1443004 part 2: export views after the tables
80 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
81     * export.php: bug #1443004 part 1: do not generate INSERT statements
82       for an exported VIEW
84 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
85     * css/phpmyadmin.css.php:
86       fixed bug #1446017 red border in outdated themes
87     * libraries/common.lib.php:
88        - added option to PMA_arrayWalkRecursive() to use function also on keys
89        - un-magic_quotes_gpc also keys in GPC arrays
90     * libraries/db_table_exists.lib.php:
91       cleanup - what a mess; fixed several undefined variables
92     * tbl_printview.php:
93       fixed undefined variable by including libraries/tbl_properties_common.php
94     * changelog.php:
95       link users, files, bugs, rfes and patches
96     * libraries/footer.inc.php:
97       fixed bug #1454874 Javascript error in new (not framed) print window
98     * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
99       themes/darkblue_orange/css/theme_right.css.php,
100       themes/original/css/theme_right.css.php:
101       fixed bug #1444466 theme directory not being processed correctly
102     * libraries/common.lib.php, libraries/Theme_Manager.class.php:
103       fixed bug #1469174 configuration changes not accepted in theme manager
104     * libraries/Theme_Manager.class.php:
105       fixed bug #1469120 missing property in Theme_Manager class
106     * libraries/common.lib.php:
107       fixed bug #1469109 PMA_backquote() issues
109 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
110     * Documentation.html: clarification about config.default.php
112 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
113     * tbl_relation.php:
114       fixed bug #1459418 Add foreign key fail on column with ' in name
115     * index.php, libraries/auth/cookie.auth.lib.php,
116       libraries/auth/http.auth.lib.php, libraries/common.lib.php,
117       libraries/footer.inc.php, libraries/fpdf/fpdf.php,
118       libraries/grab_globals.lib.php, libraries/header.inc.php,
119       libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
120       libraries/Config.class.php:
121       use PMA_getenv()
122     * libraries/Config.class.php:
123       fixed not initilized variable in getCookiePath();
124     * libraries/common.lib.php:
125       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
127 2006-04-11 Michal Čihař  <michal@cihar.com>
128     * lang/galician: Fix missing ; (bug #1468439).
129     * libraries/Config.class.php: Fix parsing of paths containing : (patch
130       #1461766).
132 2006-04-10 Michal Čihař  <michal@cihar.com>
133     * libraries/Config.class.php: Check also default config mtime (bug
134       #1467620).
135     * libraries/Config.class.php: Better check for server system (patch
136       #1462738).
137     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
139 2006-04-09 Marc Delisle  <lem9@users.sourceforge.net>
140     * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
141       detect and report silent truncation (mysqli only)
143 2006-04-08 Marc Delisle  <lem9@users.sourceforge.net>
144     * libraries/display_import.lib.php, lang/*: bug #1449793,
145       respect file_uploads = Off
147 2006-04-07 Michal Čihař  <michal@cihar.com>
148     * scripts/setup.php: Parse correctly new version numbers.
150 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
151     ### 2.8.0.3 released from branch MAINT_2_8_0
152     * themes/*/css/theme_left.css.php, /theme_right.css.php:
153       protection from unplanned execution path
155 2006-03-28 Marc Delisle  <lem9@users.sourceforge.net>
156     * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
157       copy a db containing a VIEW
159 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
160     * sql.php: bug #1448890 Column expander doesn't work
161     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
162     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
164 2006-03-25 Marc Delisle  <lem9@users.sourceforge.net>
165     * db_operations.php, libraries/Table.class.php,
166       libraries/display_export.lib.php libraries/export/sql.php:
167       bug #1401864, DROP VIEW instead of DROP TABLE
169 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
170     * db_operations.php, tbl_properties_operations.php,
171       libraries/display_export.lib.php, lang/*: start work for bug #1401864,
172       generation of DROP VIEW statements where appropriate
174 2006-03-23 Michal Čihař  <michal@cihar.com>
175     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
177 2006-03-23 Alexander M. Turek  <me@derrabus.de>
178     * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
179       German MySQL manual.
181 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
182     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
183     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
184       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
186 2006-03-22 Alexander M. Turek  <me@derrabus.de>
187     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
188     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
190 2006-03-21 Alexander M. Turek  <me@derrabus.de>
191     * libraries/german-*.inc.php:
192       - Reviewed recently translated strings;
193       - updated some untranslated messages.
195 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
196     * server_privileges.php:  bug #1427707 Priv->user->pass radio buttons
197       unselectable: Sebastian's fix was not in HEAD
198     * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
199       error on overview Table.class.php
201 2006-03-20 Alexander M. Turek  <me@derrabus.de>
202     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
204 2006-03-19 Marc Delisle  <lem9@users.sourceforge.net>
205     * db_details_structure.php: bug #1445853, overhead should use the
206       same display units
207     * lang/english*, /french*: use IEC binary units; use "B" for Bytes
208       and "o" for "Octets" in French
209     * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
211 2006-03-17 Marc Delisle  <lem9@users.sourceforge.net>
212     * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
213       is not defined (using an older config.inc.php), an error is displayed
214       when login fails
216 2006-03-17 Michal Čihař  <michal@cihar.com>
217     * scripts/setup.php: Allow empty socket (bug #1452142).
219 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
220     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
221     * libraries/Theme_Manager.class.php: XSS vulnerability
222     * libraries/common.lib.php: bug #1392554, turn off
223        zend.ze1_compatibility_mode due to mysqli problems
224     ### 2.8.0.2 released from branch MAINT_2_8_0
226 2006-03-16 Michal Čihař  <michal@cihar.com>
227     * libraries/select_server.lib.php: Move end of fieldset to correct place
228       after button (patch #1450559).
229     * libraries/plugin_interface.lib.php: Add support for hidden inputs.
230     * libraries/common.lib.php: Do not forget wrongly configured servers,
231       otherwise user gets warning only on first access (RFE #1451521).
232     * libraries/auth/config.auth.lib.php: Show possible error messages.
233     * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
234       config errors even with no error reporting (RFE #1447173).
235     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
237 2006-03-15 Michal Čihař  <michal@cihar.com>
238     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
240 2006-03-14 Michal Čihař  <michal@cihar.com>
241     * lang/czech: Update, use binary prefixes.
242     * lang/english: Nothing to translate here.
243     * scripts/setup.php: Fix config loading (bug #1449821).
245 2006-03-14 Alexander M. Turek  <me@derrabus.de>
246     * lang/german-*.inc.php: Use correct binary prefixes for byte units.
248 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
249     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
250     * server_privileges.php: compatibility with MySQL < 4.0.2
251     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
253 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
254     * libraries/Config.class.php, /common.lib.php: bug #1445120,
255       cookie login not working on IIS
257 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
258     * libraries/display_tbl.lib.php: reactivate in-line image display
259     * transformation_wrapper.php: bug #1444121, octetstream download fails
260       on versions of PHP accepting only one line per header,
261       thanks to Ryan Schmidt
263 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
264     * libraries/database_interface.lib.php, tbl_create.php,
265       tbl_properties_operations.php: bug #1444892, TYPE deprecated in
266       MySQL 5.1
267     ### 2.8.0.1 released from branch MAINT_2_8_0
269 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
270     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
271       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
273 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
274     * main.php: bug #1443337, homepage link
275     ### 2.8.0 released from branch MAINT_2_8_0
277 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
278     * libraries/Config.class.php, libraries/select_lang.lib.php,
279       libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
280       libraries/common.lib.php, libraries/header.inc.php,
281       libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
282       libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
283       replaced $_SERVER and $_ENV with getenv()
284       PMA should now work without registered $_ENV and $_SERVER variables
286 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
287     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
288     * import.php, libraries/common.lib.php: bug #1413880, page status not
289       preserved on Refresh
290     * lang/chinese_traditional: Updates, thanks to Siu Sun.
292 2006-03-03 Michal Čihař  <michal@cihar.com>
293     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
295 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
296     * libraries/session.inc.php and removed .htaccess:
297       bug #1411996: now we destroy an auto-started session
298     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
300 2006-03-02 Michal Čihař  <michal@cihar.com>
301     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
302       #1440926).
303     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
304       Allow to configure how often space is added (RFE #1440384).
306 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
307     * libraries/relation.lib.php: bug #1437754, search combos default to
308       key zero
309     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
311 2006-02-23 Michal Čihař  <michal@cihar.com>
312     * libraries/config.default.php, libraries/header.inc.php,
313       Documentation.html: More replacements for page title (RFE #1408241).
314     * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
316 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
317     * libraries/Config.class.php: bug #1418769 part 1: stat failed for
318       ./config.inc.php (under PHP 4)
319     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
321 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
322     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
323     * .htaccess: added a reference to FAQ 1.36
325 2006-02-22 Michal Čihař  <michal@cihar.com>
326     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
327       Fixes for AIX wrapper, thanks to Björn Wiberg - bwiberg.
328     * libraries/database_interface.lib.php: New function for getting available
329       SQL compatibility modes.
330     * libraries/plugin_interface.lib.php: Add support for select options and
331       documentation.
332     * libraries/display_export.lib.php: Use new function for SQL compatibility
333       modes.
334     * libraries/import/sql.php, lang/*, libraries/config.default.php:
335       Possibility to select SQL compatibility on import (RFE #1386132).
336     * main.php, lang/*: Better message for reloading privileges (RFE
337       #1420556).
338     * Documentation.html, libraries/config.default.php,
339       libraries/header.inc.php: Customizable window title (RFE #1408241).
340     * main.php, libraries/server_links.inc.php, lang/*: Same title for
341       processes link (RFE #1350356).
342     * lang/*: Remove unused strTableType, resorted, added missing strings to
343       various translations (timespanfmt was most often missing).
344     * lang/czech: Update.
345     * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
346       export, move operation above query results into one fieldset (bug
347       #1431420).
348     * tbl_properties_operations.php: Enable optimize for InnoDB (bug
349       #1415975).
350     * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
351       thanks to Patrick MONNERAT - monnerat).
352     * Documentation.html, libraries/config.default.php,
353       libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
354       to use external authentication and use empty MySQL passwords (path
355       #1388210, thanks to Patrick MONNERAT - monnerat).
356     * .cvsignore: Do not ignore .htaccess.
358 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
359     * libraries/footer.inc.php:
360       bug #1436279 Left frame links open in new windows in Safari
361     * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
362       added icon for new window
363     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
364     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
365       added workaround for bug #1436171 Cannot display Capitalised Databases
366     * js/querywindow.js: fixed 'mad' db slector
368 2006-02-21 Michal Čihař  <michal@cihar.com>
369     * scripts/setup.php:
370         - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
371         - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
372     * libraries/export/sql.php: New line before values (RFE #1435919).
373     * libraries/Config.class.php: Trim spaces from config file to avoid
374       unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
375       piotr_skowronek).
376     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
377       libraries/database_interface.lib.php: Compatibility with iconv charset
378       names on AIX (patch #1420704, thanks to Björn Wiberg - bwiberg).
379     * libraries/import.lib.php: Skip byte order marks (bug #1423362).
381 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
382     * libraries/common.lib.php PMA_getUvaCondition():
383       do not test for isset but strlen on orgname of table
384     * libraries/Table.class.php: *NEW* class PMA_Table
385     * tbl_addfield.php, tbl_create.php:
386       use Table.class.php
387     * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
388       libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
389       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
390       libraries/get_foreign.lib.php, libraries/relation.lib.php:
391       moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
392       PMA_generateAlterTable() into class PMA_Table
393     * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
394       libraries/Table.class.php, libraries/tbl_move_copy.php:
395       merged libraries/tbl_move_copy.php in class PMA_Table
396     * libraries/Table.class.php:
397       minor fixes and improvements, formating, documentation
398     * libraries/relation.lib.php:
399       check if $cfg['Server']['pmadb'] really exists and is selectable,
400       minor tweaks and formating
401     * libraries/common.lib.php PMA_getUvaCondition():
402       fixed bug #1436058 Notices while browsing table
403     * tbl_properties_operations.php, libraries/Table.class.php:
404       make use of PMA_Table object for renaming tables
405       (added also some required functionality to PMA_Table class)
407 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
408     ### 2.8.0-rc1 released from QA_2_8 branch
410 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
411     * libraries/dbi/mysqli.dbi.lib.php:
412       - fixed undefined MYSQLI_BINARY_FLAG constant
413       - documentation
414     * server_status.php:
415       - RFE #1434196 More significant digits in /status
416       - replaced number_format() with PMA_formatNumber()
417       - coding standards
418     * js/querywindow.js, css/phpmyadmin.css.php:
419       - RFE #1433382 visulal feat. request for left bar
420     * sql.php:
421       - fixed bug #1431422 Safari: Print view prints blank page
423 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
424     * libraries/common.lib.php: re-establish previous error reporting mode
425     * sql.php: bug #1434576, undefined variable $db
426     * libraries/storage_engines.lib.php: bug #1434578, missing argument
427       for __construct()
428     * Documentation.html: bug #1433633, document consequences of having
429       a .htaccess file, thanks to Isaac Bennetch
431 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
432     * libraries/common.lib.php PMA_getUvaCondition():
433        - fixed missing $analyzed_sql (partly bug #1431615)
434        - added table names to column names (partly bug #1431615)
435        - simplified search for alias
436     * libraries/dbi/mysqli.dbi.lib.php:
437       - make use of MYSQLI_* constants
438       - added column types newdecimal and bit
440 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
441     * tbl_change.php: bug #1415465, undefined $sql_query
442     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
444 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
445     * libraries/sql_query_form.lib.php:
446       fixed bug #1433882 html special chars not escaped in query in querybox
448 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
449     * lang/*, db_details_structure.php:
450       bug #1431352, no %d in strViewMaxExactCount
451     * db_details_structure.php: bug #1431340, rowcount for views and
452       unneeded $strViewMaxExactCount
453     * libraries/common.lib.php: array to string conversion
454     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
455       when browsing
457 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
458     * docs.css, Documentation.html, translators.html:
459       - XHTML 1.1, more semantic, formating
460       - added glossar
461       - linked all references
462     * libraries/common.lib.php:
463       - fixed bug #1432626 'bad url error after select "(Databases)..."'
464     * libraries/select_server.lib.php:
465       - fixed pre-select for current server (fixed type missmatch)
466       - do not autosubmit on '(Server) ...'
467     * css/print.css: fixed bug #1419696 'print css results in blank table output'
468     * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
469       fixed/cleaned printer output
470     * libraries/footer.inc.php: do not print selflink
472 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
473     * lang/italian: update, thanks to Luca Rebellato
474     * lang/german: remove duplicates
475     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
476     * lang/finnish: update, thanks to Jouni Kahkonen
478 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
479     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
481 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
482     * Documentation.html: XHTML error, thanks to Cédric Corazza
483     * Documentation.html: remove experimental status for MySQL 4.1 support
485 2006-02-14 Alexander M. Turek  <me@derrabus.de>
486     * lang/german-*.inc.php: Updates.
488 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
489     * db_details_structure.php, tbl_properties_structure.php:
490       - fixed bug #1420474 'Consistency (order of truncate/drop)'
491       - some PEAR coding standard
493 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
494     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
495       a stored procedure, thanks to JTC - jcqns
497 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
498     * libraries/common.lib.php:
499       - fixed bug #1416848 'Insert new row from Browse page'
500     * libraries/common.lib.php:
501       - fixed bug #1409893 - links in navigation frame opens new window
502     * libraries/select_server.lib.php:
503       - fixed bug #1425688 'Server Select quirk'
504       - valid XHTML 1.0
505       - code readability
506     * server_privileges.php:
507       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
509 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
510     * lang/english and hebrew: bug #1429769, typo
511     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
512       choice should be sticky
514 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
515     * .htaccess added to main directory for bug #1411996; at least on
516       servers supporting .htaccess we can run even if session.auto_start
517       is enabled
518     * lang/belarusian updates, thanks to Jaska Zedlik
519     * lang/catalan update, thanks to Xavier Navarro (xavin).
521 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
522     * libararies/session.inc.php:
523       stop execution and ommit warning on session.auto_start enabled
525 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
526     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
527       db drop from Databases link in main page
529 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
530     * libraries/Config.class.php: leave the possibility of having a
531       backslash in the path on non-Windows system, thanks to Michal;
532       and bug #1418769, part 2: missing argument (PHP 4 constructor)
534 2006-02-06 Michal Čihař  <michal@cihar.com>
535     * scripts/setup.php: Fix typos (bug #1424923).
537 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
538     * libraries/mult_submits.inc.php, server_databases.php: array to string
539       conversion (sorry to late :-( ), use of $_REQUEST
540     * sql.php: fixed some 'not refreshing left frame'
541     * import.php: refresh left frame also on multiqueries and bookmarks
542     * libraries/common.lib.php:
543        - fixed bug #1416848 'Insert new row from Browse page'
544        - PMA_checkPageValidity() [bug #1416848]
545        - added PMA_getIcon()
546        - PMA_getDbLink(): unescape names
547     * scripts/setup.php:
548       fixed bug #1424274 'Found a problem in the setup script'
549       (ShowPHPInfo -> ShowPhpInfo)
551 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
552     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
553       Windows, thanks to Alex - nixniemand
554     * libraries/mult_submits.inc.php, server_databases.php: array to string
555       conversion
556     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
557       tbl_change.php: bug #1415465, undefined $sql_query
559 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
560     * db_details_structure.php: bug #1412058, damaged table reporting
561     * import.php: bug #1418382, CSV import does not work
563 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
564     * libraries/common.lib.php: bug #1418145, missing global,
565           thanks to Bananeweizen
567 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
568     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
569     * lang/polish: updates, thanks to Jakub Wilk - ubanus
570     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
571     * lang/italian: update, thanks to Luca Rebellato
572     * lang/norwegian: Update, thanks to Sven-Erik Andersen
573     * db_details_structure.php: bug #1396998, notice for view row count
574       in table list
575     * libraries/session.inc.php: bug #1414628, session.save_handler might
576       be set to something different than "files". Thanks to Nicola Asuni
577     ### 2.8.0-beta1 released
579 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
580     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
581     count for views, work in progress
583 2006-01-26 Michal Čihař  <michal@cihar.com>
584     * lang/czech: Translation update.
586 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
587    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
588      to centralise into it the VIEW detection logic
589    * sql.php: affected rows are returned in case of DELETE with no WHERE
590      clause, at least since MySQL 4.0.x, so no need to pre-count
592 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
593     * server_status.php:
594       fixed bug: high ascii char in preg_match
595     * lang/german-*: update
597 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
598     * lang/*: strViewMaxExactCount for the VIEW row count detection
599       I'm working on...
601 2006-01-23 Michal Čihař  <michal@cihar.com>
602     * lang/czech: Translation update.
604 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
605     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
606       contained in an array
608 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
609     * tbl_printview.php: typo
611 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
612     * export.php: bug #1410078, error exporting query ending with semicolon,
613       thanks to Ryan Schmidt
615 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
616     * main.php: already defined constant
617     * libraries/display_create_table.lib.php: bug #1376314, I remove
618       the check to detect the privilege to create a table (see comments
619       in the code)
621 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
622     * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
623       libraries/export/htmlword.php, libraries/export/latex.php,
624       libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
625       libraries/transformations.lib.php,
626       libraries/transformations/text_plain__external.inc.php:
627       fixed bug #1409972 PHP 5.1.2 compatibility
628     * libraries/url_generating.lib.php:
629       fixed bug: undefined index server ($GLOBALS['server'])
631 2006-01-18 Michal Čihař  <michal@cihar.com>
632     * Documentation.html: Add info about Apache CGI and http auth (patch
633       #1375495).
635 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
636     * libraries/database_interface.lib.php:
637       fixed bug: undefined index with empty database in db structure view
638     * libraries/display_import.lib.php:
639       fixed bug: display issues with Opera (and Safari?)
640     * libraries/plugin_interface.lib.php:
641       - fixed bug: display issues with Opera (and Safari?)
642       - added source documentation
643       - PEAR coding standard
644       - clarified some variable names
645     * db_sarch.php:
646       fixed bug: Undefined variable: num_tables
647     * [really much files]: (not complete) PEAR coding standard
649 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
650     * server_privileges.php: typo
651     * libraries/check_user_privileges.lib.php: bug #1406499,
652       a username containing an hyphen could not create a db under
653       MySQL 4.0.x, thanks to "timeout-"
654     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
655       thanks to Sebastian Mendel
657 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
658     * libraries/sql_query_form.lib.php: undefined js variable
659     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
660       now also accepts an array of database names not only a single name
661     * libraries/common.lib.php: PMA_getTableList():
662       added second parameter to pass tables (if already fetched from db)
663     * left.php: make use of new functionality in PMA_getTableList() and
664       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
665     * libraries/common.lib.php:
666       removed aditional check for table row count for left frame tree
667       (bug #1397061 Left frame not loaded correct on MySQL error)
668     * libraries/common.lib.php, left.php:
669       bug #1392924 undefined index: tab_count
670     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
671       themes/*/css/theme_right.css.php:
672       'fixed' layout of export screen for buggy safari and opera
673     * db_operations.php, export.php, index.php, left.php,
674       libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
675       libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
676       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
677       libraries/export/sql.php, libraries/footer.inc.php,
678       libraries/header.inc.php, libraries/left_header.inc.php,
679       libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
680       libraries/relation.lib.php, libraries/server_common.inc.php,
681       libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
682       libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
683       libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
684       server_databases.php, server_privileges.php, server_processlist.php,
685       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
686       tbl_indexes.php, tbl_replace.php:
687       allow 0 as name for database, table collumn, alias and index
689 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
690     * Documentation.html: typo, thanks to Cédric Corazza
691     * libraries/common.lib.php: remove high-ascii characters, and an
692       assignment syntax that does not work on PHP 5.1.2
693     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
695 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
696     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
698 2006-01-11 Michal Čihař  <michal@cihar.com>
699     * main.php: Do not fail if no server is defined.
700     * main.php, libraries/left_header.inc.php,
701       libraries/select_server.lib.php: Show server selection if no server set
702       and we have one server configuration (bug #1399880).
703     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
704       #1402270).
706 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
707     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
708       semi-colon, generates a SHOW KEYS FROM no table name
710 2006-01-09 Michal Čihař  <michal@cihar.com>
711     * import.php: Work on 10MB chunks if no memory limit is set (bug
712       #1399477).
714 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
715     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
716       thanks to Ryan Schmidt
717     * libraries/common.lib.php: bug #1397749, Safari: space before
718       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
719     * server_privileges.php: bug #1398018, Safari fieldset float issue in
720       privileges screens, thanks to Ryan Schmidt
721     * libraries/Config.class.php: bug #1398931, incorrect detection of
722       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
724 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
725     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
726       columns as Null Yes
727     * pdf_schema.php: display PDF schema did not work (missing dot)
729 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
730     * server_privileges.php: since we use DROP USER, some options to
731       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
732       so I remove them from the dialog. Thanks to Ken Stanley for
733       the bug report.
734     * server_status.php: patch #1395031, not proper URL encoding,
735       adapted from proposed solution by Matt LaPlante, thanks
737 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
738     * libraries/display_create_table.lib.php: bug #1389868,
739       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
741 2006-01-01 Michal Čihař  <michal@cihar.com>
742     * libraries/Config.class.php: Do not check permissions on Windows, it
743       seems to be broken anyway.
745 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
746     * libraries/transformations.lib.php: remove some PHP3 compatibility code
748 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
749     * libraries/common.lib.php: bug #1388167, deleting a row in a table
750       without a primary key, handle correctly is_js_confirmed
752 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
753     * server_databases.php: bug #1388135, IE and dropping databases
754     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
755     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
756       (MySQL 5.x)
757     * libraries/Config.class.php: patch #1392181, typo,
758       thanks to Luis Mirabal - normannormal
760 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
761     * main.php, libraries/check_user_privileges.lib.php:
762       - reenable a non-privileged user to change his password
763       - display the Reload MySQL link only if user has proper rights
764     * Documentation.html: bug #1389582, unclosed code tag,
765       thanks to Isaac Bennetch
767 2005-12-25 Michal Čihař  <michal@cihar.com>
768     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
769       dumps with commented out commands (eg. from mysqldump).
771 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
772     * tbl_change.php, libraries/common.lib.php: bug #1381856,
773       Cannot edit a table having 40 columns
774     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
775       to PMA_setCookie, thanks to Isaac Bennetch
776     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
777       cannot change a value for a nullable field
779 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
780     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
781     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
782     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
783       bug #1349262, mismatch between PMA and MySQL about Storage Engine
784       and table type
785     * server_status.php, lang/*: bug #1348249, add a warning hint about
786       the possibility of some counters being overrun (stats from MySQL server)
788 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
789     * libraries/common.lib.php: does not return to correct page after
790       the creation of a bookmark
791     * libraries/display_create_table.lib.php: bug #1376314, detection of
792       privileges to create a table (fix for MySQL 4.0.x case)
793     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
794       bug #1385974, cannot un-null a value
796 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
797     * db_details_importdocsql.php, db_operations.php,
798       libraries/relation.lib.php, libraries/relation_cleanup.lib.php
799       libraries/tbl_move_copy.php, libraries/transformations.lib.php
800       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
801       added database name to relation querys
803 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
804     * libraries/url_generating.lib.php: problem with accented table names
806 2005-12-16 Michal Čihař  <michal@cihar.com>
807     * Documentation.html, libraries/common.lib.php,
808       libraries/config.default.php, libraries/database_interface.lib.php: Add
809       support for hiding databases (RFE #1372865).
810     * Documentation.html, export.php, import.php,
811       libraries/config.default.php: Configurable memory limit (RFE #1373904).
813 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
814     * libraries/Config.class.php:
815       - added check is_readable for user config file
816       - check config file also on wakeup (bug #1376522)
817     * libraries/Config.class.php, libraries/common.lib.php:
818       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
819     * left.php, js/function.js: fixed undeclared javascript variables
820     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
822 2005-12-14 Michal Čihař  <michal@cihar.com>
823     * libraries/config.default.php, Documentation.html: Transliterate invalid
824       chars by default (RFE #1380255).
825     * left.php: Resurrect database link in light frame (bug #1373804).
826     * index.php, js/querywindow.js: Move navigation frame to right for rtl
827       languages.
829 2005-12-13 Michal Čihař  <michal@cihar.com>
830     * querywindow.php: Fix query history displaying (bug #1374639).
832 2005-12-12 Michal Čihař  <michal@cihar.com>
833     * scripts/setup.php: Use same format of version file as in upgrade.pl.
835 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
836     * libraries/common.inc.php, libraries/grab_globals.inc.php:
837       preprare removal of grab_globals:
838        - moved stuff from grab_globals into common.inc.php
839        - check/init global required variables like: $lang, $server, $db, $table,
840          $convcharset, $goto, $back, $sql_query
841        - introduced $goto-whitelist
842        - PEAR coding standard
843     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
844       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
845       libraries/relation.lib.php, scripts/setup.php:
846        - check magic_quotes only once in common.inc.php
847     * css/phpmyadmin.css.php, tbl_properties_operations.php:
848       styled table operations dialog
849     * db_search.php: revised
850     * libraries/common.inc.php: fixed high ascii char
852 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
853     * libraries/tbl_properties_links.inc.php: bug #1375752,
854       wrong page after insert (losing many URL parameters)
856 2005-12-11 Michal Čihař  <michal@cihar.com>
857     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
858       as for setup.php, this one is autogenerated so there is no need for more
859       manual steps.
860     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
861       Drop <base href=".." />, it should not be needed at all.
862     * lang/czech: Update.
864 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
865     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
866       - forgot debug code
867       - correct result for non MySQL 5
869 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
870     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
871     * Documentation.html: anchors and formatting cleanup,
872       thanks to Cédric Corazza
873     * libraries/relation.lib.php: bug #1370785, error browsing a table under
874       PHP 4 when no controluser is defined but a pmadb is defined
876 2005-12-09 Michal Čihař  <michal@cihar.com>
877     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
878       CGI (inspired by patch #1375495).
879     * Documentation.html: Clarify http auth description.
880     * scripts/setup.php: Show available version information even when using
881       CVS version.
882     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
884 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
885     * libraries/dbi:
886       PMA_DBI_free_result() now accepts more than one resource to be freed
887     * libraries/database_interface.lib.php:
888       - some comments, PEAR coding standard
889       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
890       - added PMA_DBI_get_columns_full()
891       - PMA_DBI_fetch_result() now accepts an array as $key parameter
892         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
893       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
895 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
896     * scripts/setup.php: Typos
897     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
899 2005-12-08 Michal Čihař  <michal@cihar.com>
900     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
901       #1376391).
902     * lang/czech: Fix typo.
903     * tbl_select.php, libraries/display_tbl.lib.php,
904       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
905       server_privileges.php, server_binlog.php: Fix XHTML.
906     * tbl_properties_export.php: Fix output before headers.
907     * Documentation.html: Add commands how to setup config dir, note about
908       changing permissions.
909     * scripts/setup.php: Show Save and Load buttons disabled if saving not
910       available.
911     * libraries/Config.class.php: Refuse to load config file with world
912       writable permissions, refuse to work with existing config dir.
913     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
914       if auth with default values fails.
915     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
916       array (bug #1370414).
917     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
918     * libraries/export/sql.php: Backquote database name (RFE#1376336).
919     * libraries/plugin_interface.lib.php, import.php,
920       libraries/display_import.lib.php, libraries/import/*: Generic plugin
921       infrastructure and use it in import (needed for RFE#1325937), work in
922       progress.
924 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
925     * libraries/tbl_move_copy.php: added PMA_table_rename()
926     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
927       moved table related output after possible table changes
928     * libraries/tbl_properties_table_info.inc.php:
929       added some comments and made some code more readable
930     * tbl_properties_operations.php:
931       complete revise (xhtml output, fieldsets, forms merged)
932     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
933     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
934       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
935     * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
936       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
937       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
938       tbl_relation.php: moved tbl_properties_common.php into libraries
939     * libraries/common.lib.php, libraries/tbl_properties_common.php,
940       libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
941       global init of $GLOBALS['url_params']
943 2005-12-07 Michal Čihař  <michal@cihar.com>
944     * lang/*: Unused messages cleanup, add missing ones.
945     * lang/sync_lang.sh: Less verbose output to allow quick overview.
946     * lang/czech: Update.
947     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
949 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
950     * libraries/Config.class.php: clear old config values
951     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
952     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
953       - PEAR coding standard
954       - added comments
955       - added more status variables
956     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
957       - added PMA_StorageEngine::getMysqlHelpPage()
958     * server_engines.php:
959       - display link to mysql manual for specific engine
960     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
961       arrange innodb buffer pool tables side by side
962     * css/phpmyadmin.css.php, server_collations.php:
963       - use style classes
964       - PMA_NO_VARIABLES_IMPORT
965     * server_variables.php:
966       - use style classes
967       - format numbers
968       - display only global variables that differs from local/session
969       - use PMA_DBI_fetch_result()
970       - PMA_NO_VARIABLES_IMPORT
971     * js/querywindows.js:
972       - added setTable()
973       - set empty table on db change (bug #1375387)
974     * left.php: removed unsused javascript event
975     * index.php, left.php, libraries/sql_query_form.lib.php:
976       syncronize id and name attribute for frame tags but keep IE sending
977       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
979 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
980     * libraries/common.lib.php: bug #1374236, sorting order
981     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
982       login panel not propagated
984 2005-12-06 Michal Čihař  <michal@cihar.com>
985     * libraries/config.default.php: Modify default export configuration (RFE
986       #1373891).
987     * libraries/database_interface.lib.php: Do not add BINARY types multiple
988       times (bug #1374457).
989     * libraries/common.lib.php, libraries/config.default.php: Variable name
990       should be ForceSSL and not ForceSLL (bug #1374452).
992 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
993     * libraries/common.lib.php:
994       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
995       - PMA_getTab(): use $_SERVER['PHP_SELF']
996     * libraries/display_import.lib.php: missing '/' for closing div tag
997     * libraries/display_export.lib.php: no name attribute for sup tag
998     * server_engines.php:
999       - revised (style, code, xhtml output)
1000       - use variable name as title if title is empty
1001       - make use of PMA_formatNumber() for non byte numeric values
1002       - set PMA_NO_VARIABLES_IMPORT
1003     * libraries/storage_engines.lib.php: revised
1004       - added PHP 5 constructor
1005       - added comments
1006       - PEAR coding standard
1007     * libraries/engines/innodb.lib.php:
1008       - revised (style, code, xhtml output)
1009       - added more status variables
1010       - PEAR coding standard
1011       - make use of PMA_formatNumber()
1012       - added comments
1013     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
1015 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1016     * libraries/common.lib.php: added PMA_array_merge_recursive()
1017     * libraries/Config.class.php:
1018       - make use of PMA_array_merge_recursive()
1019       - correctly reset config variables on changes in config.inc.php
1020     * sql.php: hide edit/delete links for information_schema (bug #1373201)
1021     * db_operations.php: revised (style, code, xhtml output)
1023 2005-12-05 Michal Čihař  <michal@cihar.com>
1024     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
1025     * export.php: Check for correct parameters.
1026     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
1027       Fix import of some CSV files (bug #1373731), provide better error
1028       messages.
1029     * lang/czech: Update.
1030     * import.php, libraries/display_import.lib.php: Fix import layout (bug
1031       #1370416), prefer recoding of strings over changing MySQL charset as in
1032       this case we can show resulting queries.
1034 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1035     * lang/catalan update, thanks to Xavier Navarro (xavin).
1036     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
1037       before MySQL 4.0.17, and because "it does nothing" (cf manual)
1038       ### 2.7.0 released
1040 2005-12-04 Michal Čihař  <michal@cihar.com>
1041     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
1042       Marc!).
1043     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
1044     * lang/czech: Update.
1046 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
1047     * export.php, libraries/config.default.php, libraries/export/pdf.php,
1048       libraries/display_export.php, lang/*.php: experimental PDF export
1050 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1051     * libraries/header.inc.php: missing ; for html entity,
1052       thanks to Matt "Cyber Dog"
1053     * tbl_properties_structure.php: fixed bdo tag and id names
1054       thanks to Matt "Cyber Dog"
1055     * libraries/tbl_indexes.lib.php: fixed missing quote
1056       thanks to Matt "Cyber Dog"
1057     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
1058       tbl_indexes.php: revised XHTML output
1059     * themes/original/css/theme_left|right_css.php: use $GLOBALS
1061 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1062     * libraries/common.lib.php, Theme.class.php:
1063       missing '/' in img path (bug #1370437)
1064     * libraries/Config.class.php:
1065       no error for missing config file (bug #1370269)
1066     * libraries/session.inc.php: session cookie path (bug #1370294)
1067     * libraries/Theme_Manager.class.php: update theme list on wakeup
1069 2005-11-30 Michal Čihař  <michal@cihar.com>
1070     * lang/*: Messages for Sebastian.
1071     * libraries/Config.class.php: Actually load configuration.
1072     * Documentation.html, config.default.php (deleted),
1073       libraries/Config.class.php, libraries/config.default.php: Move
1074       config.default.php to librarires (bug #1365759).
1075     * scripts/setup.php: Adapted to new Config class, fix code generation.
1077 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1078     * libraries/Config.class.php:
1079       - merged code from common.inc.php and defines.lib.php
1080       - allow to load without user config
1081     * libraries/common.inc.php:
1082       - make use of new PMA_Config class
1083       - merged PMA_dl() from libraries/defines.lib.php
1084     * libraries/defines.lib.php: removed
1085     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
1086     * scripts/create-release.sh: removed references to defines.lib.php
1088 2005-11-29 Michal Čihař  <michal@cihar.com>
1089     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
1090       as last byte.
1091     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1092     * lang/czech: Update.
1093     * scripts/setup.php: Added check for latest version and links to homepage
1094       and donations page.
1096 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
1097     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
1098       bug #1367549, handling of CURRENT_TIMESTAMP
1100 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1101     * libraries/common.lib.php
1102       - added PMA_setCookie() and PMA_removeCookie()
1103     * index.php, libraries/common.lib.php:
1104       - moved setting of cookies from index.php into common.lib.php
1105     * index.php
1106       - revised the parameter passing code
1107       - make use of new functionality of PMA_generate_common_url()
1108     * css/phpmyAdmin.css.php:
1109       - removed some unused deprecated elements
1110     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1111       - added some functionality
1112       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
1113     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
1114       index.php, libraries/auth/config.auth.lib.php,
1115       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
1116       - make use of new PMA_Theme and PMA_Theme_Manager classes
1117       - remove libraries/select_theme.lib.php
1118     * libraries/Config.class.php:
1119       new class for handling config
1121 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
1122     * lang/italian: update, thanks to Luca Rebellato
1124 2005-11-28 Michal Čihař  <michal@cihar.com>
1125     * scripts/setup.php:
1126         - Don't allow loading of configuration if there is no write permission
1127           on config.
1128         - Add links to documentation.
1129         - Document all functions.
1130         - Warn about missing mbstring and old PHP version.
1131         - Display all warnings in one place.
1132     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
1133     * Documentation.html: Add anchors to configuration directives.
1134     * libraries/sqlparser.lib.php: Do not use functions not supported by older
1135       PHP (bug #1367782).
1136     * libraries/string.lib.php: This line should not be commented out.
1138 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1139     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1140       new classes for handling themes
1141     * libraries/select_lang.lib.php:
1142       - revised
1143       - added check for lang directory (./lang/)
1144       - check files for languages
1145       - use PMA_sendHeaderLocation()
1146     * libraries/common.lib.php: moved all function to top, to make this as
1147       early as possible available
1149 2005-11-27 Michal Čihař  <michal@cihar.com>
1150     * Documentation.html, scripts/setup.php: Many new features to setup
1151       script.
1152     * pdf_schema.php: Do not use right_font_family.
1153     * lang/czech: Update.
1154     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
1155     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1156       Store HTML entities rather than relying on php functions to create them.
1158 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1159     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
1160     * libraries/common.lib.php, libraries/export/sql.php,
1161       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
1162       tbl_replace.php, tbl_row_action.php:
1163       define variables only where needed, and use NULL to define them
1164       if some places test only for isset and not for content
1165     * libraries/select_lang.lib.php:
1166       - fixed unchecked variables as it was originaly in my mind
1167       - added error message if requested lang could not be set
1168       - set fallback to en-utf-8
1169       - minore fixes
1171 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
1172     * main.php: move server choice into MySQL container
1173     * libraries/select_server.lib.php: show currently selected server
1174     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
1175       does not exist)
1177 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1178     * libraries/url_generating.lib.php:
1179       - do not htmlentities on whole string
1180       - respect arg_separator.input from php.ini
1181     * libraries/common.lib.php:
1182       - make PMA_sendHeaderLocation() earlier available
1183       - add SID only if set
1184       - check for url params already exist or not (wether & . SID or ? . SID)
1185       - respect arg_separator.input from php.ini
1186     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
1187       and new functionality of PMA_generate_common_url()
1188     * themes/original: revised
1189     * themes/darkblue_orange: revised
1191 2005-11-25 Michal Čihař  <michal@cihar.com>
1192     * Documentation.html, config.footer.inc.php(deleted),
1193       config.header.inc.php(deleted), libraries/common.lib.php,
1194       libraries/footer.inc.php, libraries/footer_custom.inc.php,
1195       libraries/header.inc.php, libraries/header_custom.inc.php,
1196       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
1197       Header and footer per themes (RFE #984152) [this part removed later],
1198       config.{header,footer}.inc.php files are now optional.
1199     * libraries/select_lang.lib.php: Fix undefined indexes.
1200     * */.cvsignore: Ignore custom headers and temporary files from Vim.
1201     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
1202       to Sebastian and Marc.
1203     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
1204     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
1205       #601016).
1207 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
1208     * js/querywindow.js: bug #1365503, "do not overwrite this query"
1210 2005-11-24 Michal Čihař  <michal@cihar.com>
1211     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
1212       XSS on some libraries (CVE-2005-3665).
1213     * *.php, libraries/*.php: Move scritps that don't need direct access to
1214       libraries folder.
1215     * Documentation.html: Up to date information about relation stuff.
1216     * tbl_query_box.php: Remove unused file.
1217     * libraries/tbl_properties.inc.php: Disable clicking events on table
1218       creation (bug #1358896).
1219     * js/functions.js: Better support for noclickable rows (see above).
1220     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1221     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1222     * lang/czech: Updated.
1224 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1225     * themes/original/*, css/phpmyadmin.css.php:
1226       - updated theme
1227       - added version, to include only needed styles
1228     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
1229       PMA_DBI_get_host_info()
1230     * main.php, css/phpmyadmin.css.php:
1231       - replaced table layout
1232       - added some more infos
1233     * themes/original/css/theme_left.cs..php: fixed font size
1234     * libraries/url_generating.lib.php:
1235       - dont add variables already in cookie (reduces html output up to 30%)
1236       - can pass all url variables as array to function
1237     * main.php, index.php: moved setting of cookies into index.php
1238     * libraries/select_lang.lib.php: made code more reliable
1239     * index.php: wrong check for safari
1241 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1242     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
1243     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
1244       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
1245       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
1246       header_printview.inc.php, header_meta_style.inc.php, themes.php:
1247       - drop PMA_setFontSizes()
1248     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
1249       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
1250       libraries/auth/cookie.auth.lib.php, server_collations.php
1251       - moved styles into css
1252     * themes.php, css/phpmyadmin.css.php:
1253       - moved styles into css
1254       - no need for javascript
1255     * relation.lib.php: uninitialized variable
1256     * tbl_select.php, css/phpmyadmin.css.php:
1257       - moved styles into css
1258       - minor code improvements
1260 2005-11-23 Michal Čihař  <michal@cihar.com>
1261     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
1262       Drop optional escaping as this should not have any real functionality.
1263     * libraries/import.lib.php: Do not overwrite error message from import in
1264       case of single SQL query is being executed.
1265     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
1266       DATA (bug #1363532).
1267     * lang/*: Remove unused messages.
1268     * main.php, libraries/display_select_lang.lib.php,
1269       libraries/auth/cookie.auth.lib.php: Common code for language selection
1270       form.
1271     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1272       Show native names of languages (RFE #1342726).
1273     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
1274     * Documentation.html, config.default.php, libraries/common.lib.php:
1275       Configurable default connection collation (RFE #1025969).
1276     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
1277       fieldsets on login form (RFE #1364546), use notice box for cookie
1278       information.
1279     * libraries/display_select_lang.lib.php,
1280       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
1281     * main.php, libraries/left_header.inc.php,
1282       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
1283       Functionalised server selection and use it in cookie auth (RFE
1284       #1362727).
1285     * libraries/common.lib.php: Do not complain if config file is not present,
1286       as we can still work in this case (bug #1364647).
1287     * lang/*: Added missing $strInvalidServerHostname.
1288     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
1289     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
1290     * header.inc.php: Remove unused code.
1291     * Documentation.html, tbl_properties.inc.php,
1292       transformation_overview.php, libraries/transformations/overview.php
1293       (deleted): Move transformation overview out of libraries folder.
1294     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
1295       header.inc.php, index.php, pdf_pages.php, querywindow.php,
1296       tbl_change.php, tbl_properties.inc.php,
1297       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
1298       stuff out of libraries folder.
1299     * libraries/.htaccess: Deny access to libraries folder over HTTP.
1300     * Documentation.html: Recommend disabling access to libraries folder.
1301     * libraries/display_export.lib.php, lang/*: Better description for
1302       filename format (RFE #1362423).
1303     * Documentation.html, index.php: Add target parameter to index.php to
1304       allow direct jump to any script.
1305     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
1306       time outs.
1307     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
1308       libraries/common.lib.php: Add link for duplicating current frameset (RFE
1309       #1165206).
1310     * config.default.php, sql.php, Documentation.html: Allow browse page to be
1311       default (RFE #1228013).
1312     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
1313       pass default query to sql.php as it is not needed right now.
1314     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
1315       tbl_properties_structure.php, libraries/display_tbl.lib.php,
1316       libraries/export/htmlword.php, libraries/export/latex.php: Use native
1317       MySQL comments when applicable (RFE #1362923).
1319 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1320     * added test/theme.php: for testing themes
1321     * phpinfo.php:
1322       - respect only $GLOBALS['cfg']['ShowPhpInfo']
1323       - minimum include
1324     * libraries/common.lib.php
1325       - merged two server array checks
1326       - dont exit if user config loading failed
1327       - dont exit with invalid server index
1328       - use file_get_contents() or file() if not present
1329       - removed wrong error message
1330       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
1332 2005-11-21 Michal Čihař  <michal@cihar.com>
1333     * libraries/import/sql.php: Fix query splitting in some cases (reported by
1334       Marc).
1335     * libraries/common.lib.php, lang/*: Translate message that has been
1336       ignored for 2.7.0 release.
1337     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
1338       documentation as it is latest stable version.
1339     * main.php, libraries/select_server.lib.php,
1340       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
1341       #1362671).
1342     * index.php: Avoid XSS on HTTP_HOST.
1344 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
1345     ### 2.7.0-rc1 released
1346     * many files: $dbh becomes $controllink for better contrast with $userlink
1348 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1349     * libraries/common.lib.php::PMA_showMySQLDocu()
1350       - undefined constant (if server connection fails)
1351     * libraries/select_theme.lib.php
1352       - undefined variable (if server connection fails)
1354 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
1355     * libraries/database_interface.lib.php: initialize in case there are
1356       no databases (MySQL < 5.0)
1358 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1359     * server_databases.php:
1360       - require_once common.lib.php BEFORE ANYTHING else
1361       - unified style, removed tables
1362       - removed superuser check for dbstats
1363     * css/phpmyadmin.css.php:
1364       - small improvements
1365     * themes/darkblue_orange/css/*
1366       - fixed font sizes
1367     * lang/english-*: small improvements
1368     * tbl_properties_structure.php
1369       - do not truncate rowcount and next autoindex
1370     * /*
1371       - common.lib.php should REALLY REALLY and ALWAYS be the first include
1372       - no other calls to grab_gloabls.lib.php
1373     * fixed minimum_common for css files
1374     * header.inc.php: missing ; after &quot
1375     * libraries/function.js::pdfPaperSize()
1376       - function does not always return a vlaue
1377       - undeclared variables
1378     * libraries/display_export.lib.php
1379       - use superscript tag for comment
1380     * server_links.inc.php
1381       - require_once server_common.inc.php
1383 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
1384     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
1385     * lang/finnish: update, thanks to Jouni Kahkonen
1386     * lang/belarusian updates, thanks to Jaska Zedlik
1388 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1389     * libraries/grab_globals.lib.php: just to be sure:
1390       - clean/empty $GLOBALS with $variables_whitelist
1391       - unset some vars after use
1392       - check all superglobals that could be imported by register_globals=on
1393         for GLOBALS key (not only _REQUEST and _FILES )
1394       - added $import_blacklist
1395         - added variables starting with pma_, numeric or containing spaces
1396         - *REVERT* do not prevent import pma_*
1397       - rewrote PMA_gpc_extract()
1398         - use $import_blacklist
1399         - documentation
1400     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
1401       libraries/select_lang.php: keep the global space clean
1402       - unset variables after use
1403       - commented out some never used variables
1404     * main.php, libraries/common.lib.php, libraries/dbi/*:
1405       - added $GLOBALS['PMA_errors'] array
1406     * libraries/database_interface.lib.php, libraries/dbi/*:
1407       fall back to alternative mysql extension if selected fails and switch to
1408       error.php if this fails too
1409        - moved loading of extension out of libraries/dbi/* into
1410          libraries/database_interface.lib.php
1411     * libraries/sanitizing.lib.php: dont use deprecated tags
1412     * lang/german-*: fixed $strCantLoad
1414 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
1415     * tbl_properties_links.php: missing menu tabs
1416     * Documentation.html, config.default.php, footer.inc.php,
1417       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
1418       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
1419       new Query Window behavior
1421 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1422     * added missing themes/darkblue_orange/img/error.ico
1423     * themes/darkblue_orange/css/theme_right.css.php
1424       - wrong error.ico
1425     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
1426       themes/*/img/frm_linevrlt.png
1427       - removed
1429 2005-11-15 Michal Čihař  <michal@cihar.com>
1430     * css/phpmyadmin.css.php: Do not use common header file, as there is
1431       nothing common at all.
1432     * libraries/header_http.inc.php: Allways send text/html content type.
1433     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
1434       transformation_wrapper.php: Use define rather than variable for
1435       conditional paths.
1436     * libraries/display_create_database.lib.php: Add label for create database
1437       input.
1439 2005-11-14 Michal Čihař  <michal@cihar.com>
1440     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
1442 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1443     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
1444       bug #1342683 Wrong URL to error.ico
1445     * libraries/tooltip.js::pmaTooltip():
1446       - no return value (not always returns a value)
1447       - additional check
1448       - undefined variable docY
1449     * libraries/left_header.inc.php
1450       - added class icon
1451     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
1452       - added class icon to images
1453       - fixed select all rows
1454       - removed arrow_ltr/rtl.png for vertical display
1455       - cleaned up php code and html output
1456     * css/phpmyadmin.css.php:
1457       - removed space arround form elements
1459 2005-11-13 Michal Čihař  <michal@cihar.com>
1460     * Documentation.html, config.default.php, main.php, server_links.inc.php,
1461       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
1462       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
1463       condition from showing php info.
1464     * lang/czech: Small improvements.
1466 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1467     * db_details_structure.php: wrong js function call
1468     * libraries/functions.js
1469       - removed deprecated function setCheckboxesRange()
1470       - rewrote setCheckboxes()
1471       libraries/server_privilegs.js
1472       - removed setCheckboxes()
1473       header.inc.php: include functions.js for server_privilegs.php
1474       server_privilegs.php
1475       - bug #1353437 Table/Column privileges brokeness new in HEAD
1476       - fixed proper display fo yes/no for column/table specific rights
1477       - fixed row selection
1478       - make use of javascript:un/markAllRows()
1479       - adapted layout like db, table and row lists
1480     * lang/german: fixed translation
1482 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
1483     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
1484     * lang/finnish: update, thanks to Jouni Kahkonen
1486 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
1487     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
1488       if PHP does not support session
1489     * server_privileges.php: bug #1353435, selecting users to drop is broken
1490       and bug #1353437, undefined index while editing a user
1492 2005-11-10 Michal Čihař  <michal@cihar.com>
1493     * scripts/create-release.sh: = is correct for comparsion in shell.
1494     * server_privileges.php: Revert fix for #1353437, there are wrong data and
1495       not displaying of it, fix bad display of table privileges.
1497 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
1498     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
1499     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
1500     * tbl_properties.inc.php: superscript 1 for Length/Values
1502 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1503     * server_databases.php, mysql_charsets-lib.php:
1504       bug #1351743 undefined function: pma_getservercollation()
1505     * database_interface.lib.php: added PMA_DBI_get_default_engine()
1506     * db_details_structure.php:
1507       - fixed display issues
1508       - display default engine in footer
1509     * libraries/common.lib.php: added PMA_getDbLink
1510     * libraries/display_create_table.lib.php: use fieldset
1511     * server_privilegs.php, libraries/server_privilegs.js:
1512        - db with only table specific rights where not displayed if there was not
1513          at least one db with db specfic rights
1514        - javascript errors
1515     * function.js, db_details_structure.php, tbl_properties_structure.php,
1516       display_tbl.lib.php, server_databases.php:
1517        - added js:markAllRows(), js:unMarkAllRows()
1518        - check/uncheck all rows now sets mark color for this rows
1520 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1521     * Documentation.html, browse_foreigners.php, error.php,
1522       header_printview.inc.php, index.php, left.php, translators.html,
1523       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
1524       fixed/added favicon
1525     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
1527 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
1528     * tbl_properties_links.php: undefined variable $db_is_information_schema
1529     ### 2.7.0-beta1 released
1531 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1532     * libraries/display_tbl.lib.php:
1533       bug #985399 MIME-based in print view / need to select the pk
1534     * db_details_db_info.php: Undefined variable: db_is_information_schema
1535     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
1537 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
1538     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1540 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1541     * libraries/database_interface.lib.php,
1542       libraries/dbi/*.dbi.lib.php:
1543       - added PMA_DBI_convert_message()
1544       - bug #1344654 Not converted mysql error message to chosen user language
1545     * sql.php: use fieldset for 'bookmark this'
1547 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1548     * themes/*/css/theme_right.css.php:
1549       dropped deprecated style classes
1550     * server_databases, libraries/databases_interface.lib.php,
1551       libraries/mysql_charsets.lib.php:
1552       updated database list:
1553       - added PMA_getServerCollation()
1554         - display server collation in db list footer
1555       - added PMA_DBI_get_databases_full()
1556         - make use of info_schema on MySQL 5
1557         - always display db stats for MySQL 5
1558       - fixed html output
1559       - replaced " with ' in some queries
1560     * tbl_properties_structure.php, tbl_properties_common.php
1561       tbl_properties_links.php:
1562       - no drop, empty, operation, insert, import for information_schema tables
1563       - enabled export for views
1564     * db_details_common.php, db_details_structure.php, db_details_links.php:
1565       - no import, drop, rights, operation for information_schema
1567 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
1568     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
1570 2005-11-04 Michal Čihař  <michal@cihar.com>
1571     * db_details_structure.php: Read InnoDB exact count before rendering icons
1572       for truncating (bug #1337744).
1574 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1575     * db_details_structure.php:
1576       fixed display of stats for InnoDB and information_schema
1577     * main.php:
1578       - bug #1348089 SQL and actions bellow should be same width
1579       - removed nowrap, vertical srcolling is really annoying
1580     * main.php, libraries/check_user_privileges.lib.php:
1581       - bug #1348189 after droping db some links in main.php are missing
1582     * header.inc.php, libraries/common.lib.php:
1583       - added class icon to img-tags
1584     * libraries/header_meta_style.inc.php:
1585       fixed position of link meta tag
1586     * libraries/select_server.lib.php
1587       fixed html output
1589 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
1590     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
1591       bug #1339184, problems in strict mode inserting auto-increment fields
1592     * libraries/header_meta_style.inc.php: favicon on login panel
1593     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1595 2005-11-03 Michal Čihař  <michal@cihar.com>
1596     * libraries/common.lib.php: Incorrect message for validate links (bug
1597       #1346608).
1599 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1600     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
1601       fixed different font sizes
1602     * footer.inc.php, libraries/dbg/*:
1603       use $GLOBALS as this scripts can be included from inside a function
1604     * left.php, libraries/common.lib.php:
1605       fixed some rtl lang issues
1607 2005-11-02 Michal Čihař  <michal@cihar.com>
1608     * config.default.php: This is not a configuration file.
1609     * config.default.php, Documentation.html, libraries/common.lib.php: Use
1610       $cfg['Servers'][1] from config.default.php as defaults for settings in
1611       config.inc.php (bug #1330847).
1613 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1614     * libraries/dbg/setup.php:
1615       - display error in error box
1616       - fixed 'not defined function'
1617     * libraries/dbg/profiling.php:
1618       - minor fixes: html output, speed, rtl lang
1619     * tbl_realtion.php:
1620       - fixed html output of table
1621       - used fieldset for forms
1622     * libraries/common.lib.php, browse_foreigners.php:
1623       - replaced $cfg['Bgcolor*'] with classes
1624       - make use of fieldset
1625     * css/print.css, dbv_datadict.php:
1626       - replaced $cfg['Bgcolor*'] with classes
1627       - reduced output size by 40%
1628     * libraries/display_create_tbl.php
1629       - XHTML compl.
1630       - added class icon
1632 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
1633     * server_privileges.php: undefined variable when changing a password
1635 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1636     * libraries/common.lib.php:
1637       bug #1342332 Error messages wrongly formatted.
1638     * themes/*/css/theme_right.css.php:
1639        - fixed some rtl languages issues
1640        - added style for notice box (server_export.php)
1642 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1643     * themes/*/css/theme_right.css.php:
1644        - use right image path
1645        - fixed icon alignment for rtl languages
1646     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
1647        - fixed some rtl language issues
1648     * favicon.ico: changed icon
1650 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
1651     * server_privileges.php: do not display No under the Password column
1652       if this is not a "real user" definition
1654 2005-10-31 Michal Čihař  <michal@cihar.com>
1655     * libraries/select_lang.lib.php: Simplify code.
1656     * libraries/common.lib.php: Allow collation change for ENUM and SET
1657       columns (bug #1343627).
1658     * main.php: Use normal message on reload, not just plain text.
1659     * themes/darkblue_orange/css/theme_right.css.php,
1660       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
1661       #1342683).
1663 2005-10-30 Michal Čihař  <michal@cihar.com>
1664     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
1665     * lang/*: Remove duplicite message.
1666     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
1667     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1668     * libraries/display_tbl.lib.php: Do not break on special chars in column
1669       name (bug #1180668).
1670     * libraries/common.lib.php: Do not escape SQL query twice while showing it
1671       in error message (bug #1336452).
1672     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
1673       when search path does not contain current directory.
1674     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
1675       for generating links to documentation, fixes link to new style docs.
1677 2005-10-29 Michal Čihař  <michal@cihar.com>
1678     * Documentation.html, config.default.php, libraries/common.lib.php: Link
1679       documentation to version we run (RFE #1334292), fix links for chapter
1680       documentation (bug #1341676), drop support for old links.
1681     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
1682       libraries/display_create_database.lib.php,
1683       libraries/sql_query_form.lib.php: Fix documentation links (bug
1684       #1341676).
1686 2005-10-29 Olivier Mueller <om@omnis.ch>
1687     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
1688       and improvements (--force option, installation summary, backup
1689       directory timestamp)
1691 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
1692     * Documentation.html: clarification on FAQ 6.20
1693     * server_privileges.php: respect the chosen initial
1694     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
1695       in the Browse header, thanks to Cal Henderson
1697 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1698     * server_privilegs.php, libraries/common.lib.php,
1699       themes/*/theme_right.css.php:
1700        - minor tweak in display
1701        - added PMA_unescape_mysql_wildcards()
1702        - bug #1144110 Unable to escape "_"
1703        - now every user from every mysql table is displayed
1704        - no table specific rights for db wildcards
1705     * index.php, favicon.ico: added favicon.ico
1707 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1708     * libraries/common.lib.php::PMA_formatNumber(),
1709       db_details_structure.php: do not truncate rowcount
1710     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
1711       - preserve selected db
1712       - make use of PMA_DBI_select_db()
1713       - documentation
1714     * tbl_properties_structure.php:
1715       - added browser icon for each field (count unique values)
1716       - removed styling
1717       - make use of global row highlighting/marking
1718       - display 'print table' and row stats for views
1719       - no actions for info_schema tables
1720     * css/phpmyadmin.css.php:
1721       - added style for class selectallarrow
1722       - added extra space between icons and text
1723     * browse_foreigners.php, header_printview.inc.php, left.php:
1724       bug #1334963 Per-server themes - left frame colors unthemed
1725     * server_privileges.php:
1726       - bug #1274032 Field privileges with database names containing underscores
1727       - use DROP USER
1728       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
1729     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
1730     * left.php, libraries/common.lib.php: format rowcount in left frame
1731     * server_privileges.php:
1732       bug #688255 Can't edit priv. when different host in db and user
1734 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
1735     * lang/french* updates
1737 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1738     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
1739       db_operations.php, mult_submits.inc.php, server_privileges.php,
1740       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
1741       libraries/auth/cookie.auth.lib.php:
1742       unified message boxes (error, warning, confirmation)
1743     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
1745 2005-10-25 Michal Čihař  <michal@cihar.com>
1746     * lang/english: "Log in" is correct naming for action (RFE #945440).
1747     * tbl_properties_operations.php: Allow to change auto_increment for
1748       InnoDB (bug #1337873).
1749     * tbl_properties_operations.php: Reread table information after change, so
1750       that rendered page contains change, that has been just done.
1752 2005-10-24 Michal Čihař  <michal@cihar.com>
1753     * tbl_properties_operations.php: Fix changing table attributes, reread new
1754       parameters after changing them (bug #1290413).
1755     * main.php: Remove useless isset.
1756     * lang/czech: Update.
1758 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
1759     * libraries/relation.lib.php: there is already a function to do this
1760       sort (thanks to Sebastian)
1761     * tbl_change.php: bug #1334627, do not set NOW() as default function
1762       when the TIMESTAMP has a default value and does not have the
1763       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
1765 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
1766     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
1767       and content-id by content
1768     * libraries/common.lib.php: bug #1330847, undefined index connect_type
1770 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1771     * db_details_export.php:
1772       - replaced for() with foreach()
1773       - dont pollute $GLOBALS['table']
1774     * libraries/mysql_charsets.lib.php:
1775       - make use of mysql variable collation_database
1776       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
1777     * libraries/database_interface.lib.php:
1778       extended function PMA_DBI_get_tables_full():
1779        - make use of information_schema
1780        - always fill fields for information_schema and show table status
1781     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
1783 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
1784     * server_databases.php: security fix
1785     * libraries/common.lib.php, /grab_globals.lib.php: security fix
1787 2005-10-20 Alexander M. Turek  <me@derrabus.de>
1788     * libraries/mysql_charsets.lib.php:
1789       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
1790         if we just want to get to know a database's default collation;
1791      - Make use of this fancy new function PMA_DBI_fetch_value().
1793 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1794     * sql.php, footer.inc.php: refresh left frame on view creation
1795     * left.php: view icon for views
1796     * libraries/left.js: dropped
1797     * libraries/function.js: tuned PMA_merkRowsInit():
1798       every table with class data now has mark and hover effect
1799     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
1800     * css/phpmyadmin.css.php, server_status.php: css cleanup
1801     * db_details_structure.php, db_details_db_info.php:
1802       - XHTML compliance, styling outsourced, row marker outsourced
1803       - do not too much if there is no table
1805 2005-10-19 Alexander M. Turek  <me@derrabus.de>
1806     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
1807       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
1808     * lang/german-*.inc.php: Updated some untranslated strings.
1810 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
1811     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
1813 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1814     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
1815       fix problem not remembering selected server
1816     * libraries/tooltip.js, themes/*/theme_right.css.php:
1817       moved not always needed code out of event handler, fixed display with larger font
1818     * libraries/function.js, css/phpmyadmin.css.php:
1819       added mark and hover effect to every table of class data
1820     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
1821     * footer.inc.php, header.inc.php, libraries/tooltip.js:
1822       moved tooltip javascript include into header
1824 2005-10-18 Michal Čihař  <michal@cihar.com>
1825     * libraries/relation.lib.php: Do not set database if not needed.
1826     * libraries/common.lib.php: Use common infrastructure for getting tables.
1827     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
1828       Allow to limit list of shown languages (RFE #1328003).
1829     * libraries/common.lib.php: Fix URL detection when not called from top
1830       level directory (eg. transformations overview).
1831     * Documentation.html, config.default.php, export.php, import.php,
1832       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
1833       libraries/display_export.lib.php, libraries/display_import.lib.php,
1834       libraries/sql_query_form.lib.php: Support for user specific upload and
1835       save directories (RFE #1260039).
1837 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1838     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
1839     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
1840       libraries/querywindow.js: update row count in left frame bug #1243908
1841     * libraries/common.lib.php:
1842       bug #1216521: display duplicate rows for failed unique key creation
1844 2005-10-17 Michal Čihař  <michal@cihar.com>
1845     * lang/czech: Translation fixes.
1846     * libraries/common.lib.php: Group databases by rightmost separator (bug
1847       #1325651).
1848     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
1849     * libraries/sql_query_form.lib.php: No warning if no db defined.
1850     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
1852 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1853     * css/phpmyadmin.css.php: border around tabs bug #1326730
1854     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
1855     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
1856       header_printview.inc.php, left.php, querywindow.php,
1857       transformation_wrapper.php, left_header.inc.php:
1858       removed queryframe.php and references to it
1859     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
1860       libraries/common.lib.php, libraries/left_header.inc.php,
1861       libraries/sql_query_form.lib.php, libraries/querywindow.js:
1862       code cleanup whole querywindow js stuff, moved all in one new js file,
1863       now included in index.php, bug #1327055
1865 2005-10-16 Michal Čihař  <michal@cihar.com>
1866     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
1867     * server_databases.php: Don't allow to check mysql database for dropping
1868       (RFE #1327514).
1869     * lang/*, libraries/transformations/text_plain__sql.inc.php:
1870       Transformation for SQL pretty printing (RFE #1327648).
1872 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
1873     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
1874     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
1875       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
1877 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
1878     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
1879     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
1881 2005-10-14 Michal Čihař  <michal@cihar.com>
1882     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
1883       not configured.
1884     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
1885       by one, this boosts performance while inserting huge blobs (bug
1886       #1315232).
1887     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
1888       #1252713).
1890 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1891     * lang/*: typo 'unser' -> 'user'
1892     * lang/german: partial Update
1893     * libraries/import.lib.php: uninitialized variables
1895 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
1896     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
1898 2005-10-13 Michal Čihař  <michal@cihar.com>
1899     * Documentation.html: Fix URL rewriting not to match empty parts.
1900     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
1901       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
1902       Use common header.
1903     * libraries/header_meta_style.inc.php: Add support for defining page
1904       title.
1905     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
1906       detection to only place where it is currently used.
1907     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
1908       by writing through JavaScript.
1909     * libraries/get_foreign.lib.php: Free temporary query result.
1910     * lang/czech: Improve some translations.
1911     * sql.php: We need bookmark code to be included everytime.
1912     * libraries/common.lib.php: Allow editing of query without database.
1914 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1915     * left.php: preselect db if only one db
1916     * server_privileges.php:
1917       XHTML compl., NOTICE, Icons for Edit/Revoke Links
1918     * server_processlist.php, libraries/display_import.lib.php,
1919       css/phpmyadmin.css.php: XHTML compl.
1920     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
1921       JavaScript errors, layout errors
1922     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
1923       small CSS fixes
1924     * libraries/display_export.lib.php, server_export.php:
1925       XHTML compliance, introduced fieldsets
1927 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1928     * css/phpmyadmin.css.php, libraries/common.lib.php,
1929       themes/darkblue_orange/css/theme_right.css.php,
1930       themes/original/css/theme_right.css.php:
1931       use list for navigation tabs RFE #1290423
1932     * db_details_structure.php: fixed NOTICE
1933     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
1934       revert icon size to fixed width and height
1935     * libraries/session.inc.php:
1936       dont use 6-bit chars on windows
1937     * css/phpmyadmin.css.php:
1938       display bug in FF with tabs in querywindow
1939     * libraries/common.lib.php:
1940       fixed rowcount in left frame for tables in information_schema
1941     * libraries/sql_query_form.lib.php:
1942       XHTML compl.
1943     * css/phpmyadmin.css.php, server_status.php, server_databases.php
1944       server_collations.php, server_engines.php, server_privileges.php
1945       server_variables.php: XHTML compl.
1947 2005-10-12 Michal Čihař  <michal@cihar.com>
1948     * libraries/get_foreign.lib.php: Fix paging.
1949     * tbl_properties_links.php: Make drop and empty tabs lead to structure
1950       instead of SQL.
1951     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
1952     * querywindow.php: Add icon for history tab.
1954 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
1955     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
1957 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1958     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
1959       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
1960       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
1961       themes/darkblue_orange/css/theme_left.css.php
1962       themes/original/css/theme_left.css.php:
1963       XHTML 1.0 trans. compliance and more semantic XHTML output
1964     * tbl_printview.php, tbl_properties_structure.php:
1965       no table statistics for information_schema
1966     * tbl_properties_table_info.php:
1967       bug #1317655 information_schema browsing
1968     * db_details_db_info.php, db_details_structure.php:
1969       fixed display table statistics for information_schema
1970     * db_details_links.php, header.inc.php:
1971       moved database comment into header (serverinfo) after database name
1972     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
1973       XHTML 1.0 trans. compliance
1975 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
1976     * tbl_properties_links.php: invalid js confirmation and operation feedback
1977       when dropping a view
1978     * server_privileges.php: bug #1226819, Accepting Negative values in
1979       Resource Limits in Privileges
1981 2005-10-09 Michal Čihař  <michal@cihar.com>
1982     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
1983       config.default.php: Add ability to limit maximal size of extended insert
1984       query, defaults to 50 KB (RFE #1015378).
1985     * import.php, libraries/common.lib.php, lang/*: Show message when
1986       bookmark has been created (RFE #477472), show deleted bookmark query.
1987     * server_privileges.php: Limit username and hostname to actual limits of
1988       MySQL (RFE #1178071).
1989     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
1990     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
1991       #1191792).
1992     * tbl_properties.inc.php: Remove unused code, show only available engines,
1993       remember value of seleted engine (bug #1239580).
1994     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
1995       searching in foreign keys (RFE #871091).
1996     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
1997       existing bookmark (RFE #907438).
1998     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
1999       shortcuts for IP rules (RFE #1022831).
2001 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
2002     * libraries/session.inc.php: workaround for warnings on session_start()
2003       displayed on sf.net server
2004     * sql.php: remove old code
2005     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
2006       support MAX_USER_CONNECTIONS
2008 2005-10-08 Michal Čihař  <michal@cihar.com>
2009     * libraries/display_export.lib.php: Use same formatting for all options.
2010     * libraries/import/ldi.php: This one does not handle charset conversion.
2011     * sql.php: Work even if no db set.
2012     * server_status.php: Call sql.php directly, we don't need to care about
2013       query splitting done im read_dump.
2014     * libraries/import/sql.php: Fix import of queries containing `, fix import
2015       of queries not terminated by ;.
2016     * libraries/sqlparser.lib.php: Do not show error on empty query.
2017     * libraries/import.lib.php: Add support for DROP DATABASE checking.
2018     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
2019       libraries/common.lib.php: Use import.php.
2020     * lang/*: New message for deleting bookmark.
2021     * import.php: Add support for bookmarks, support for goto URL, fail
2022       correctly if import plugin not found, commented some code.
2023     * sql.php, config.default.php: Remove references to read_dump.php.
2024     * read_dump.php: Remove unused code.
2025     * ldi_check.php, ldi_table.php: Remove unused code.
2026     * tbl_change.php: Remove references to ldi_*.
2027     * scripts/find_unused_messages.sh: Simplify and addapt to current
2028       messages.
2029     * import.php: Do not show query in different charset (bug #1028634).
2030     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
2031       over login, needed for RFE #1278312.
2032     * Documentation.html: Add example for redirects like
2033       /phpMyAdmin/database/table (RFE  #1278312).
2034     * libraries/import.lib.php: Fix execution of single large queries.
2035     * import.php, lang/*: Try to detect that upload failed because of limits
2036       (RFE #1240480).
2037     * libraries/storage_engines.lib.php: Use defined messages.
2038     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
2039     * libraries/sqlvalidator.lib.php: Removed unused code.
2040     * server_privileges.php, lang/*: Better show error, define used message
2041       strDeleteNoUsersSelected.
2042     * tbl_properties_operations.php: Use strError instead of non existing
2043       strFailure.
2044     * lang/*: Remove unused messages.
2045     * sql.php: Use common code for superuser detection.
2046     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
2047       libraries/common.lib.php, libraries/relation.lib.php: Use common code
2048       for CREATE/ALTER TABLE, set comments on creating table, so that user can
2049       see it in the query.
2050     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
2051       comment and MIME transformation if field not named.
2052     * libraries/relation.lib.php: Fix reading native MySQL comments when no
2053       phpMyAdmin one defined (bug #1312758).
2054     * tbl_properties_structure.php: Removed query box as discussed on mailing
2055       list.
2056     * tbl_*: Use more require_once to avoid acquiring table info several
2057       times.
2058     * libraries/relation.lib.php: Do not try to restore database as control
2059       user, it has to fail.
2060     * libraries/import/sql.php: Fix query parsing when there is comment or
2061       string at the end.
2062     * import.php: Reenable LIMIT appending (bug #1318624).
2063     * sql.php: Fix appending LIMIT when there are comments.
2064     * libraries/common.lib.php: Parse query before inserting LIMIT to know
2065       where to place it.
2066     * lsng/czech: Update.
2068 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
2069     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
2070       hyphen was not detected as being already created
2072 2005-10-07 Michal Čihař  <michal@cihar.com>
2073     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2074     * libraries/common.lib.php: Drop some old code.
2076 2005-10-06 Michal Čihař  <michal@cihar.com>
2077     * import.php: Correctly report that file could not be read.
2078     * libraries/import/sql.php: Fix handling of whitespace at the end of
2079       imported file.
2080     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
2081       button (bug# 1312373) and fix entering time begining with 0 (bug
2082       #1312373).
2084 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
2085     * db_details_structure.php, tbl_properties_table_info.php: detect
2086       MySQL 5.0.13 views
2087     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
2088       thanks to Vernon Lyon - vlyon
2089     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
2090       defined at login time but what tested
2091     * libraries/display_create_table.lib.php, bug #1311384, Create table
2092       dialog on escaped wildcard privileges
2094 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2095     * libraries/functions.js, libraries/sql_query_form.lib.php:
2096       fixed JavaScript malfunction in querybox textarea with Opera
2098 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
2099     * server_privileges.php: support for Execute_priv
2101 2005-10-01 Michal Čihař  <michal@cihar.com>
2102     * lang/czech: Update.
2104 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
2105     * main.php, db_details_structure.php, db_operations.php,
2106       libraries/check_user_privileges.php, /display_create_database.lib.php,
2107       /display_create_table.lib.php: bug #1307208, detect lack of privileges
2108       before showing the "Create new table" dialog. Please test.
2109       TODO: detect escaped wildcard privileges
2111 2005-09-30 Michal Čihař  <michal@cihar.com>
2112     * libraries/display_export.lib.php, libraries/export/sql.php,
2113       db_operations.php, tbl_properties_operations.php: Fix auto increment
2114       export (bug #1309257).
2116 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
2117     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
2118       bug #1262250, cannot change ENUM default value to empty
2120 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2121     * libraries/sql_query_form.lib.php: removed unneeded variable,
2122       dont display bookmark selection fieldset if no bookmark exists
2123     * libraries/session.inc.php: introduced PMA_secureSession()
2124     * sql.php: bug #1305830 wrong db choosen
2126 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2127     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
2128       tbl_properties.php, tbl_properties_structure.php, sql.php,
2129       querywindow.php, read_dump.php: moved all code for queryboxes into
2130       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
2131       styles into css, minor interface changes related to queryboxes
2132     * libraries/sql_query_form.lib.php: completed function docblocks
2133     * css/phpmyadmin.css.php:
2134       partially fixed bug: odd display of navtabs in Gecko-Browsers
2135     * libraries/session.inc.php, libraries/grab_globals.lib.php,
2136       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
2137       introducing sessions
2139 2005-09-27 Michal Čihař  <michal@cihar.com>
2140     * lang/czech: Update.
2141     * server_status.php, lang/*: Separate some new information on MySQL 5.
2142     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
2143       Porat - hpman28.
2144     * lang/*: Add missing messages, remove duplicates and no longer used.
2145     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
2146       from normal SQL dialogs.
2147     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
2148       list on import tab, prepare generic framework to be used elsewhere (RFE
2149       #1303145).
2150     * tbl_change.php: Use file common file listing.
2151     * libraries/common.lib.php, libraries/display_import.lib.php,
2152       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
2153       file listing in query window, remove no more used functions. Please note
2154       that file import from query windows is currently half rewritten, so
2155       compressed imports will not work.
2157 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2158     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
2159       using PMA_DBI_num_rows() on unbuffered queries
2161 2005-09-26 Michal Čihař  <michal@cihar.com>
2162     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
2163     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
2164       plugin parameters to allow using same parameter by multiple plugins.
2165     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
2166       DATA import plugin for CSV.
2167     * libraries/display_import.lib.php: Sort list of import plugins.
2168     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
2169       selected columns (RFE #1275909).
2170     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
2171       #1303994).
2172     * tbl_create.php, lang/*: Do not allow to create table that already exists
2173       (RFE #1255931).
2175 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
2176     * server_privileges.php: support MySQL 5 privileges
2178 2005-09-25 Michal Čihař  <michal@cihar.com>
2179     * lang/*: Messages for Sebastian.
2180     * lang/czech: Partial update.
2182 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2183     * left.php, queryframe.php, libraries/common.lib.php,
2184       libraries/left_header.inc.php, css/phpmyadmin.css.php:
2185       grouping databases (bug #1281262)
2186     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
2187       extended server status information with description and warnings,
2188       added PMA_formatNumber()
2189     * server_privilegs.php: fixed bug table not found
2190     * tbl_properties_structure.php, css/phpmyadmin.css.php:
2191       made statistic tables floating, moved styles into css
2192     * css/phpmyadmin.css.php: set font-size in caption to normal
2194 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2195     * querywindow.php, css/phpmyadmin.css.php:
2196       resize querywindow to content (bug #1277375)
2198 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
2199     * db_details_links.php, server_privileges.php, server_common.inc.php:
2200       bug #1302985, Privileges tab on database
2201     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
2202       insertion
2204 2005-09-24 Michal Čihař  <michal@cihar.com>
2205     * lang/add_message_file.sh: Make it deal with regullar php file, do not
2206       mark english text as to translate.
2207     * lang/add_message.sh: Do not mark english text as to translate.
2208     * *import*, Documentation.html, lang/*, main.php, *links*,
2209       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
2210       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
2211       1274500, 807830).
2212     * libraries/import.lib.php, libraries/import/csv.php,
2213       libraries/import/sql.php, libraries/import/README: Fix possible data
2214       leak when reading large buffer.
2216 2005-09-23 Michal Čihař  <michal@cihar.com>
2217     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
2218       haystack to strpos (bug #1299422).
2219     * server_privileges.php: Reload left frame if dropping database (bug
2220       #1298678).
2221     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
2222       name (bug #1300837).
2224 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
2225     * libraries/display_export.lib.php, libraries/export/csv.php:
2226       bug #1301374, csv on-screen export broken
2228 2005-09-20 Michal Čihař  <michal@cihar.com>
2229     * libraries/database_interface.lib.php: Added some useful functions to DBI
2230       layer (patch #1286451), thanks to Sebastian Mendel.
2231     * Documentation.html, config.default.php, libraries/common.lib.php: Add
2232       support for forcing https access to phpMyAdmin (RFE #1111333).
2234 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
2235     * libraries/sqlparser.data.php: patch #1295365, missing function
2236       definitions in parser, thanks to Sebastian Mendel
2237     * db_details_links.php: patch #1196806, Privileges link on db page
2239 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
2240     * libraries/display_export.lib.php: bug #1293937 Export compression
2241       default: bzip instead of bzip2, thanks to Rene Leonhardt
2243 2005-09-15 Michal Čihař  <michal@cihar.com>
2244     * config.default.php, libraries/common.lib.php: Simplify loading of
2245       defaults, why did I write such crap before?
2246     * libraries/common.lib.php: Fail if pcre support is missing.
2248 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
2249     * export.php: bug #1290730, https export under MSIE fails
2251 2005-09-14 Michal Čihař  <michal@cihar.com>
2252     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
2253       Sebastian Mendel.
2254     * config.default.php: Do not set blowfish_secret here at all, this needs
2255       to be done by user (bug #1290990).
2256     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
2257     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
2258       warn user using error.php (bug #1290888).
2259     * tbl_properties_operations.php: Update auto_increment value (bug
2260       #1290413).
2261     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
2262       Add SQL tab for server (patch #1291084), (RFE #1048090).
2263     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
2264       drop mentions about it from documentation.
2266 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
2267     * scripts/create-release.sh: no longer copy config.inc.php to
2268       config.default.php to keep a backup of the previous version
2270 2005-09-13 Michal Čihař  <michal@cihar.com>
2271     * libraries/common.lib.php: Add support for lang/added_messages.php
2272       (mostly as feature for developer, to allow easilly adding messages
2273       while working on some features).
2274     * .cvsignore, Documentation.html, config.default.php,
2275       config.inc.php[removed], libraries/common.lib.php,
2276       libraries/config_import.lib.php[removed]: New configuration handling,
2277       use config.inc.php for configuration, default values are stored in
2278       config.default.php.
2279     * config.default.php: Remove non configuration stuff.
2280     * lang/.cvsignore: Ignore lang/added_messages.php.
2282 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
2283     * tbl_relation.php: bug #1287611, no Save button in Relation view
2284           when pmadb is not defined
2286 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
2287     ### 2.6.4 released
2289 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
2290     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
2291       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
2292     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2294 2005-09-07 Michal Čihař  <michal@cihar.com>
2295     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
2296       #1283552)
2297     * ChangeLog: Move vim modelines to correctly interpret et after setting
2298       file type (otherwise tabs were not expanded as changelog ft sets noet).
2300 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
2301     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2303 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
2304     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
2305       phpMyAdmin 2.6.4 needs generation 2, version 1;
2306       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
2307     * header.inc.php: XSS on $title, thanks to Christian Wenz
2309 2005-09-05 Michal Čihař  <michal@cihar.com>
2310     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
2312 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
2313     * tbl_properties.inc.php: bug #1281533, collation not kept while
2314       changing table field count
2316 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
2317     * lang/turkish update, thanks to boralioglu.
2319 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
2320     * lang/belarusian updates, thanks to Jaska Zedlik
2321     ### 2.6.4-rc1 released
2322     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
2323       fieldsets for privileges interface, thanks to Sebastian Mendel
2325 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
2326     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
2327     * lang/polish: update thanks to Jakub Wilk - ubanus
2329 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
2330     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
2331     * main.php, libraries/common.lib.php, Documentation.html,
2332       config.inc.php: patch #1257134, removed code to display the warning if
2333       PmaAbsoluteUri is not set. A notice will still display if the autodetect
2334       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
2336 2005-08-23 Michal Čihař  <michal@cihar.com>
2337     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
2338       using MySQL > 4.1.x (bug #1266626).
2339     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
2340       used on some queries by MySQL 5.0.x (bug #1266623).
2342 2005-08-22 Michal Čihař  <michal@cihar.com>
2343     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
2344       Protect against possible XSS (bug #1265740), move input sanitizing to
2345       special file.
2346     * config.inc.php, libraries/common.lib.php,
2347       libraries/config_import.lib.php, libraries/display_export.lib.php:
2348       Default charset for export is now configurable (RFE #1263772).
2350 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
2351     * libraries/common.lib.php, new error.php: patch #1258978, move common
2352       code for error pages out of common.lib.php, thanks to Sebastian Mendel
2353     * lang/german*: bug #1258956, typo
2354     * libraries/defines.lib.php, themes/original/info.inc.php,
2355       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
2357 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
2358     * lang/chinese_traditional: Updates, thanks to Siu Sun.
2359     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2361 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
2362     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
2363     * lang/galician: Updates, thanks to Xosé Calvo.
2364     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
2365     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2366     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
2367     * lang/estonian: Update thanks to Alvar Soome - finsoft.
2368     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
2369     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2370     * lang/catalan update, thanks to Xavier Navarro (xavin).
2371     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2372     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2373     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
2375 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
2376     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
2377       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
2378       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
2379       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
2381 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
2382     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
2384 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
2385     * tbl_change.php: $goto was not encoded in the form, resulting in a
2386       problem after editing/saving a row (seen in IE6)
2387     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
2388       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
2389       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
2390     * (many files): patch #1253465, avoid error messages for unset variables
2391       in PHP functions that require a parameter passed by reference,
2392       thanks to Sebastian Mendel
2394 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
2395     * header.inc.php: remove the 'InnoDB free' segment from table comments
2396     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
2398 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
2399     * queryframe.php: shorten the path of db subtree items,
2400       thanks to Edward Rudd - urkle
2401     * config.inc.php, header.inc.php, tbl_properties_links.php,
2402       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
2403       Documentation.html, libraries/config_import.lib.php: patch #1249528,
2404       move table comments to header and enable configuration of header for
2405       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
2406     * db_details.php: undefined $header_url_qry
2407     * sql.php: bug #1255869, "MySQL returned an empty result set" not
2408       displayed in all cases
2410 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
2411     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
2412       improve support when someone gets this error
2413     * Documentation.html: patch #1253248, links and anchors to every FAQ
2414       item, thanks to Alexander Schuch - ci-dev
2416 2005-08-08 Michal Čihař  <michal@cihar.com>
2417     * libraries/export/htmlword.php: Fix undefined variable when exporting
2418       relations (bug #1253457).
2420 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
2421     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
2422       with MySQL 4.0.x
2423     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
2424       /tbl_move_copy.php: patch #1253461 (code cleanup),
2425       thanks to Sebastian Mendel
2426     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
2427       and code cleanup, thanks to Sebastian Mendel
2429 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
2430     * Documentation.html: Save button for PDF schema coordinates,
2431       thanks to Ryan Schmidt
2432     * server_privileges.php: undefined index $GLOBALS[''],
2433       thanks to Ryan Schmidt
2434     * queryframe.php: need at least 2 items to display a group in the
2435       database selector, thanks to Ryan Schmidt
2437 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
2438     * queryframe.php: fixes for tree subgroups in databases selector:
2439       escaping of special characters, display a db name inside its own
2440       group, and proper closing of optgroup, thanks to Ryan Schmidt
2442 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
2443     * Documentation.html, readme.php, license.php:
2444       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
2446 2005-08-04 Michal Čihař  <michal@cihar.com>
2447     * libraries/common.lib.php, export.php: Show error header on error to make
2448       clear that something bad has happened.
2450 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
2451     * queryframe.php: patch #1250899:
2452      - unified spaces between icons
2453      - cleaned html and php code
2454      - display of querywindow-icon now follows
2455        $cfg['QueryFrame']
2456      - always use no_js=1 if $cfg['QueryFrameJS'] == true
2457       thanks to Sebastian Mendel
2458     * Documentation.html: patch #1169308, FAQ 1.17a improved,
2459       thanks to Isaac Bennetch
2460     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
2461       libraries/common.lib.php, /config_import.lib.php:
2462       patch #1246245, tree subgroups for databases (in selector),
2463       thanks to Edward Rudd - urkle
2464     * db_details.php, tbl_query_box.php: patch #1250935, interface
2465       improvements, thanks to Sebastian Mendel
2466     * tbl_create.php: bug #1252124, XSS on table creation page
2468 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
2469     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
2470       table width should be limited by template if necessary,
2471       thanks to Sebastian Mendel - cybot_tm
2472     * server_databases.php: patch #1249371, correct calculation of colspan,
2473       and patch #1249414, display improvements, thanks to Sebastian Mendel;
2474       also,  $dbstats should contain 0 or 1, not the colspan
2475     * sql.php: patch #1249451, display improvement for bookmark dialog,
2476       thanks to Sebastian Mendel
2477     * libraries/common.lib.php: patch #1249457, display improvements for Edit
2478       Explain etc dialog, thanks to Sebastian Mendel
2480 2005-08-01 Michal Čihař  <michal@cihar.com>
2481     * lang/czech: Fix bad translation (is was translated to is not :-)),
2482       update.
2484 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
2485     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
2486     * Documentation.html: "bug #1248598, explain another cause of the Missing
2487       parameter error
2489 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
2490     * tbl_change.php, lang/*: new message $strAndThen
2491     * libraries/dbg/profiling.php: patch #1160439, improvements,
2492       thanks to Glen Arason
2493     * scripts/upgrade.pl: patch #1198492, current version check,
2494       thanks to Herman van Rink - helmo
2496 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
2497     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
2499 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
2500     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
2501       after inserting a row
2502     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
2503       RFE #1177459, BOOL column type
2505 2005-07-26 Michal Čihař  <michal@cihar.com>
2506     * export.php: Use actual MIME type for CSV.
2508 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
2509     * tbl_change.php: insert another new row: dropdown choice should be sticky
2511 2005-07-24 Michal Čihař  <michal@cihar.com>
2512     * libraries/check_user_privileges.lib.php: Undefined variable (bug
2513       #1243885).
2514     * libraries/config_import.lib.php: Do not override theme properties when
2515       path is not set.
2516     * libraries/select_theme.lib.php: Do not attempt to sort themes when
2517       themes are disabled (bug #1243883).
2519 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
2520     * tbl_properties_structure.php, tbl_properties.inc.php:
2521       bug #1157230, escape special chars in ENUM or SET
2523 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
2524     * db_details_structure.php: table creation should not be possible
2525       in information_schema
2526     * db_operations.php: those operations do not make sense on
2527       information_schema
2528     * browse_foreigners.php: bug #1242805, Show All does not work while
2529       browsing foreign values
2530     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
2531       content were reversed (id-content showed content then id)
2533 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
2534     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
2535       cookie-based login panel
2537 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
2538     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
2540 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
2541     * translators.html: message about French translation will be in French
2543 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
2544     * libraries/string.lib.php: typo
2545     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
2547 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
2548     * lang/*: removed unused strInvalidRowCount
2550 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
2551     * Documentation.html: how to enable the charset choice for exported file
2553 2005-07-13 Michal Čihař  <michal@cihar.com>
2554     * libraries/common.lib.php: Use eval for config file including to catch
2555       parse errors (bug #1223319), on error page display config file that
2556       actually failed.
2557     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
2558       libraries/display_create_database.lib.php: Show box for creating
2559       database only if user has privileges to do so (bug #1167892).
2560     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
2561       noticing this.
2563 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
2564     * sql.php: for Insert row and Export, use post when the query is too big
2565     * export.php: bug #1116026, export under IE 6 (XP SP2)
2567 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
2568     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
2569       field to display
2571 2005-07-11 Michal Čihař  <michal@cihar.com>
2572     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
2573       #1235761).
2575 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
2576     * config.inc.php, Documentation.html, libraries/common.lib.php,
2577       libraries/config_import.lib.php:
2578       Document previous foreign-key dropdown work, and also ensure that the
2579       configuration import code works properly with it.
2581 2005-07-10 Michal Čihař  <michal@cihar.com>
2582     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
2583       #1192219)
2584     * Documentation.html, config.inc.php, left.php, queryframe.php,
2585       libraries/common.lib.php, libraries/config_import.lib.php,
2586       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
2587       User can now have different theme per server (RFE #1231599).
2588     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
2589     * main.php: Correct ALT attribute for image (bug #1232124).
2590     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
2591       browsing state while deleting multiple rows (bug #1232624).
2592     * tbl_row_action.php: Fix undefined variable warning.
2593     * db_details_structure.php, db_operations.php, header.inc.php,
2594       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
2595       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
2596       libraries/functions.js, libraries/indexes.js: Show better error messages
2597       when checking numerical inputs (bug #1207402).
2598     * sql.php, libraries/common.lib.php: Use post for print view when query is
2599       too big (bug #1203692).
2601 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
2602     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
2603       Undefined variable order_img
2604     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
2605     * queryframe.php: bug #1231804, query windows does not open in new window,
2606       thanks to Michael Keck
2607     * db_details_qbe.php: bug #1234616, minor theme text color issue
2609 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
2610     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
2611       without a charset
2613 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
2614     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2615       and Mastermnd for the 2.6.2 translation cleanup
2616     * tbl_properties_table_info.php: bug #1231917, commands out of sync
2618 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
2619     * Documentation.html: link in doc, thanks to Cedric Corazza
2620     ### 2.6.3 released
2622 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
2623     * db_operations.php: bug #1230224, db rename and old pmadb information
2625 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
2626     * Documentation.html: patch #1229673, improvement to big-file-import
2627       instructions, thanks to Isaac Bennetch - ibennetch
2629 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
2630     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
2631     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2632     * lang/chinese_traditional: Updates, thanks to Siu Sun
2633     * lang/catalan update, thanks to Xavier Navarro (xavin).
2634     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
2635     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2636     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2638 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
2639     * tbl_properties_table_info.php: bug #1228862, creating a table under
2640       MySQL 5.x with wrong table type
2642 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
2643     * tbl_properties_operations.php: bug #1225635,
2644       cannot change table's collation under MySQL 5.0.4
2646 2005-06-27 Michal Čihař  <michal@cihar.com>
2647     * config.inc.php: Better comments describing multi server setup (patch
2648       #1226666).
2649     * db_details_links.php: Place export tab on same place as on table page
2650       (RFE #1047874).
2651     * tbl_properties_links.php: Switch browse and properties tabs
2652     * db_details_structure.php: Make order of icons same as on table view (RFE
2653       #1047874).
2655 2005-06-24 Michal Čihař  <michal@cihar.com>
2656     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
2657       Remove error reporting.
2658     * config.inc.php, libraries/common.lib.php,
2659       libraries/config_import.lib.php, libraries/display_export.lib.php:
2660       Configurable file name templates (RFE #1226941).
2661     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
2662       code for browsing directory with themes (RFE #1184251).
2663     * tbl_change.php: Use select instead of input, this saves some place and
2664       looks better (RFE #1169931).
2665     * tbl_change.php: Display column comment while editing data (RFE #860912).
2666     * lang/sync_lang.sh: Fix belarusian name.
2667     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
2668       Add hex transformation (RFE #1100068).
2670 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
2671     * db_operations.php: problem renaming a db
2673 2005-06-24 Alexander M. Turek  <me@derrabus.de>
2674     * lang/german-*.inc.php: Updates.
2675     * db_operations.php: Cleaning up Marc's code... ;-p
2677 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
2678     * config.inc.php, libraries/relation.lib.php,
2679       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
2680       customizing foreign-key dropdown, take #2, now very customizable, incl max
2681       item limit.
2683 2005-06-23 Michal Čihař  <michal@cihar.com>
2684     * lang/czech: Update.
2686 2005-06-22 Alexander M. Turek  <me@derrabus.de>
2687     * tbl_properties_structure.php: Undefined index.
2689 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
2690     * config.inc.php, libraries/relation.lib.php: Support for customizing
2691       foreign-key dropdown, take #1.
2693 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
2694     * server_databases.php: Bug #1225315, wrong message displayed
2695       when no databases were dropped.
2696     * tbl_properties.inc.php: Patch #1225452, JS error for
2697       getting the value of a select field in certain browsers.
2699 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
2700     * lang/chinese_traditional: Updates, thanks to Siu Sun
2701     * lang/italian: Updates, thanks to Pietro Danesi
2702     * lang/finnish: update, thanks to Jouni Kahkonen
2703     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2704     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
2705     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2706     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2708 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
2709     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
2710       to use a reserved word as an identifier
2711     * db_operations.php, libraries/database_interface.lib.php:
2712       bug #1221359, Copying a db containing a MERGE table
2714 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
2715     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
2716       submit button
2717     * db_operations.php: bug #1215688, Copying database does not preserve
2718       default charset and collation
2719     ### 2.6.3-rc1 released
2721 2005-06-12 Olivier Mueller <om@omnis.ch>
2722     * lang/*, server_privileges.php: added strings for RFE #1197482:
2723       $strGeneratePassword, $strGenerate and $strCopy
2725 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
2726     * tbl_properties_export.php: bug #1169791, exporting results from queries
2727       with limit keyword
2728     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2729     * lang/finnish: update, thanks to Jouni Kahkonen
2730     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2731     * lang/galician: Updates, thanks to Xosé Calvo.
2732     * lang/belarusian, libraries/select_lang.lib.php:
2733       belarusian is now belarusian_cyrillic; added belarusian_latin,
2734       thanks to Jaska Zedlik
2736 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
2737     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
2738       feature in case of duplicate entry
2740 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
2741     * lang/tatarish*: updates, thanks to Albert Fazlí
2742     * config.inc.php: bug #1215950, typo in comment
2744 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
2745     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
2746       translators.html: renamed "tatar" to "tatarish" (tatar is
2747       a different language and this translation is really tatarish)
2748     * lang/mongolian*, libraries/select_lang.lib.php,
2749       translators.html, Documentation.html, README:
2750       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
2752 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
2753     * libraries/functions.js: bug #1207405, invalid SQL when creating
2754       table with zero fields
2755     * sql.php: bug #1204951, left frame browse icon alt tag
2756       not updated on emptying table
2758 2005-06-05 Michal Čihař  <michal@cihar.com>
2759     * lang/czech: Update.
2761 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
2762     * lang/chinese_traditional: Updates, thanks to Siu Sun.
2763     * lang/finnish: update, thanks to Jouni Kahkonen
2764     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2765     * db_details_structure.php: optional message $strNumberOfFields,
2766       will use $strFields if not defined
2767     * db_operations.php, lang/*: bug #1212997, db copy should not
2768       always perform CREATE DATABASE
2770 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
2771     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
2772       translators.html, Documentation.html, README:
2773       new language (tatar), thanks to Albert Fazlí
2775 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
2776     * Documentation.html: bug #1213761, hint about Hardened PHP
2777       and the Missing parameters problem, thanks to Klaus Dorninger
2779 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
2780     * db_details_structure.php: patch 1209863, XHTML validity,
2781       thanks to Ryan Schmidt
2783 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
2784     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
2785       thanks to Ryan Schmidt
2786     * footer.inc.php: bug #1209891, db list not refreshed when the left
2787       frame is positionned on a db, then a manual DROP DATABASE it done
2788       on another db
2789     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
2790       refresh the queryframe
2792 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
2793     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
2794       when field type changes
2796 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
2797     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
2798     * sql.php: bug #1204913, left frame update on manual table rename
2800 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
2801     * tbl_properties.inc.php: bug #1207404, undefined variables
2803 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
2804     * libraries/common.lib.php: bug #1207395, undefined theme_generation
2805       and theme_version, thanks to Ryan Schmidt
2806     * tbl_properties_operations.php: bug #1207212, changing table type
2807       under MySQL 5.0.4
2809 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
2810     * libraries/charset_conversion.lib.php: diacritics wrongly converted
2811       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
2812     * tbl_properties_structure.php, tbl_properties.inc.php,
2813       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
2814     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
2815     * themes/[darkblue_orange|original]/css/theme_print.css.php:
2816       spelling error Hevetica -> Helvetica, thanks to Castorius and
2817       Isaac Bennetch - ibennetch
2819 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
2820     * tbl_select.php: bug #1204235, searching on a VARBINARY field
2822 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
2823     * export.php: bug #1193442, 8 extra spaces at end of export area,
2824       thanks to Ryan Schmidt
2825     * db_details_structure.php: bug #1193430, zero_rows parameter
2826       not url-encoded, thanks to Ryan Schmidt
2828 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
2829     * server_privileges.php, libraries/server_privileges.js:
2830       make the password generator work also on user account editing
2832 2005-05-17 Olivier Mueller <om@omnis.ch>
2833     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
2834       password generator on user creation.  RFC: ok like that?  TODO: add strings.
2836 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
2837     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
2838       of query is applied to appended LIMIT as well
2840 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
2841     * tbl_printview.php: bug #1178760, header not sent when displaying
2842       print view of multi tables, thanks to Hrvoje Novosel - interghost
2843     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
2844       mousedown, thanks to Ken Stanley - eclipsboi
2846 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
2847     * tbl_properties.inc.php: bug #1069012, table collation forgotten
2848       when adding fields
2849     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
2850       showing the details of a storage engine under MySQL 4.0.x
2852 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
2853     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
2854       when exporting without enclosing with backquotes
2856 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
2857     * db_details_links.php: patch #1196806, add a Privileges tab
2858       in db view, thanks to Herman van Rink - helmo
2859     * server_privileges.php: add a back link to the db on which
2860       we are checking privileges
2861     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
2862       with USE followed with a db name containing an hyphen
2863     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
2865 2005-05-08 Olivier Mueller <om@omnis.ch>
2866     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
2867       with one command and 5 seconds. To be improved, but is working fine
2868       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
2869     * server_privileges.php: always display the "Add a new user" link
2870       on the User overview page (no more need to click on [show all] or
2871       an initial before)
2873 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
2874     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
2875       sets and collations (temporary workaround)
2876     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2878 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
2879     * Documentation.html: improvement about PmaAbsoluteUri,
2880       thanks to Isaac Bennetch - ibennetch
2882 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
2883     * libraries/common.lib.php: bug #1185152, setting collation for a field,
2884       thanks to Ryan Schmidt - ryandesign
2886 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
2887     * export.php: bug #1123284, avoid double compression when
2888       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
2889     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
2890       thanks to Ryan Schmidt - ryandesign
2892 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
2893     * server_status.php: bug #1193225, missing </ul>
2894     * tbl_properties.inc.php: bug #1193353, js error on creating table
2896 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
2897     * db_operations.php, libraries/tbl_move_copy.php:
2898       bug #1192468, bookmarks copied too many times
2900 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
2901     * lang/finnish: update, thanks to Jouni Kahkonen
2902     * lang/russian: update, thanks to lobovich
2903     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
2905 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
2906     * tbl_properties_structure.php, tbl_properties.inc.php:
2907       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
2908     * lang/finnish: big update, thanks to Jouni Kahkonen
2910 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
2911     * libraries/sqlparser*: bug #1185173. A query using the Storage
2912       table name and an alias, returned no result. I changed the
2913       parser to add a list of "forbidden" reserved words, as listed
2914       in the MySQL manual (reserved words). Those are not allowed
2915       as a table/column name, but others (like Storage) are allowed.
2916       Now the query works. TODO: do not pretty print in color,
2917       in this case
2918     * libraries/common.lib.php: bug #1179241, wrong escaping of
2919       apostrophe in generated PHP code
2921 2005-04-25 Michal Čihař  <michal@cihar.com>
2922     * lang/czech: Update.
2923     * lang/english: Fix typo.
2925 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
2926     * left.php, queryframe.php: bug #1168784, please respect the db order
2927       given in only_db
2929 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
2930     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
2931     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2932     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2933     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
2934     * lang/galician: Updates, thanks to Xosé Calvo.
2935     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
2936     * tbl_properties_export.php: bug #1180860, error going from Export
2937       to Insert tab
2938     ### 2.6.2 released
2940 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
2941     * db_details_structure.php: Search icon centering
2943 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
2944     * tbl_alter.php: undefined $field_comments
2946 2005-04-10 Alexander M. Turek  <me@derrabus.de>
2947     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
2949 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
2950     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
2951     * server_privileges.php: bug #1179969, problem editing a user's profile
2952       (and there was a problem also with the detection of
2953        an already existing user)
2955 2005-04-09 Alexander M. Turek  <me@derrabus.de>
2956     * libraries/sqlparser.data.php: Added keyword ROUTINE.
2958 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
2959     * lang/catalan update, thanks to Xavier Navarro (xavin).
2961 2005-04-07 Alexander M. Turek  <me@derrabus.de>
2962     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
2963       en-iso-8859-15.
2964     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
2966 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
2967     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
2968     * libraries/common.lib.php: wrong test when the field's type is
2969       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
2971 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
2972     ### 2.6.2-rc1 released
2974 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
2975     * tbl_addfield.php: TIMESTAMP options support
2976     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
2977       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
2978       set to NULL to have the NULL attribute
2979     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
2980       with FK constraints to a table in the same db
2982 2005-03-31 Alexander M. Turek  <me@derrabus.de>
2983     * left.php: Undefined offset (Bug #1174045).
2985 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
2986     * Documentation.html: added FAQ 5.17 about problem with
2987       Firefox when the Tabbrowser Extensions plugin is installed
2988     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
2989     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
2990       made dynamic, depending on the field's type
2991     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
2993 2005-03-30 Alexander M. Turek  <me@derrabus.de>
2994     * server_databases.php: Bug #1172782 (Don't allow to drop
2995       information_schema).
2996     * libraries/mysql_charsets.lib.php: Typo.
2997     * lang/german-*.inc.php: Better translation.
2999 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
3000     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
3001       thanks to Isaac Bennetch - ibennetch
3002     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
3003     * lang/*: removed unused message and modified strCheckOverhead
3004       where still untranslated
3005     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
3006       modifying TIMESTAMP options, the table structure editing form
3007       was shown without the new options.
3009 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
3010     * libraries/common.lib.php: XSS vulnerability on convcharset
3012 2005-03-29 Alexander M. Turek  <me@derrabus.de>
3013     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
3014       unavailable collations (bug #1172517).
3016 2005-03-28 Alexander M. Turek  <me@derrabus.de>
3017     * left.php: Implemented the forgotten view icon.
3019 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
3020     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3021     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
3022       under MySQL 4.1
3023     ### 2.6.2-beta1 released
3025 2005-03-27 Alexander M. Turek  <me@derrabus.de>
3026     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
3027       themes as imcompatible because of recent changes.
3028     * libraries/information_schema_relations.lib.php,
3029       libraries/relation.lib.php: information_schema relations.
3031 2005-03-26 Alexander M. Turek  <me@derrabus.de>
3032     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
3033     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
3034       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
3035       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
3036       Added more Latin9 language files.
3038 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
3039     * tbl_properties.inc.php: bug #1170255, undefined index: Field
3041 2005-03-25 Alexander M. Turek  <me@derrabus.de>
3042     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
3043       for marking a functionality as unavailable.
3044     * libraries/relation.lib.php:
3045       - Removed recoding function calls from controluser queries as they do
3046         not depend on the connection charset anymore;
3047       - Added emulated relations for some information_schema tables. To be
3048         continued.
3050 2005-03-24 Alexander M. Turek  <me@derrabus.de>
3051     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
3052       libraries/database_interface.lib.php:
3053       - Force separate connection for controluser queries;
3054       - Don't apply collation_connection settings to controluser connections.
3055     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
3056     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3058 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
3059     * header.inc.php: undefined index tbl_is_view when copying a table
3060       with constraints and an error occurs
3062 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
3063     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3064     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
3066 2005-03-19 Alexander M. Turek  <me@derrabus.de>
3067     * lang/german-*.inc.php: Translations #1120157 (bad translation of
3068       $strAddSearchConditions).
3069     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
3070       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
3071     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
3072       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
3073       the German and French language files for testing.
3075 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
3076     * lang/catalan update, thanks to Xavier Navarro (xavin).
3077     * lang/russian update, thanks to gunsky
3078     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3080 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
3081     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3082     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3083     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
3084       - thedarkness
3085     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3086     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3088 2005-03-18 Alexander M. Turek  <me@derrabus.de>
3089     * lang/german-*.inc.php: Updates.
3091 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
3092     * Documentation.html: bug #1165148, typo in Documentation.html
3093     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3094     * lang/galician: Updated, thanks to Xosé Calvo.
3096 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
3097     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
3098       config.inc.php (comment only), libraries/common.lib.php:
3099       experimental support for table structure editing with MySQL 4.1.2+
3100       TIMESTAMP options
3102 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
3103     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
3105 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
3106     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
3107       start merging code for MySQL 4.1.2 TIMESTAMP options support
3109 2005-03-10 Alexander M. Turek  <me@derrabus.de>
3110     * libraries/relation.lib.php: Bug #1159415.
3112 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
3113     * libraries/database_interface.lib.php, libraries/relation.lib.php:
3114       problem with getting comments when creating a new table under MySQL 4.1.x
3115       with mysql extension
3117 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
3118     * db_operations.php: db comments updating broken
3119     * libraries/relation.lib.php: bug #1159415, data dictionary broken
3121 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
3122     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
3123       versions of insert-row icons.
3125 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
3126     * lang/french update
3128 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
3129     * libraries/relation.lib.php: db comments broken
3130     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
3131     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
3132       bookmark improvement,
3133       based on patch #1034161 by Ryan Schmidt - ryandesign:
3134       sort bookmarks by label, remove the number before each bookmark
3135       in the drop-down choice. For this I had to change some logic in the
3136       calling scripts. It's still possible to have the same label more
3137       than once.
3139 2005-03-07 Michal Čihař  <michal@cihar.com>
3140     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
3141       libraries/header_meta_style.inc.php: Actually use print style in themes,
3142       also fixes RFE #1120880.
3143     * sql.php: Better calculate inserted row id (bug #1156963).
3144     * db_details_links.php, db_details_structure.php: Show database comment on
3145       each tab (same as we do with table comments).
3147 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
3148     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
3149       versions of drop icons.
3151 2005-03-06 Michal Čihař  <michal@cihar.com>
3152     * export.php, libraries/display_export.lib.php, config.inc.php,
3153       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
3154       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
3155       2000 export (RFE #1155122).
3156     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
3157       engine" translation.
3158     * lang/english: Nothing to translate here.
3159     * Documentation.html: Document new Excel export.
3160     * config.inc.php, libraries/config_import.lib.php,
3161       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
3162       export now can contain table structure and better handles more
3163       tables/databases export.
3164     * db_operations.php, export.php, main.php, tbl_move_copy.php,
3165       libraries/common.lib.php, libraries/select_theme.lib.php,
3166       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
3167       / to end of path (bug #1155373).
3169 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
3170     * libraries/relation.lib.php, /display_export.lib.php,
3171       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
3172       the "Add into comments ... Comments" choice, since they are
3173       part of the structure
3175 2005-03-06 Alexander M. Turek  <me@derrabus.de>
3176     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
3177       activity statistics.
3178     * server_status.php: Removed InnoDB Status sub-page. It is now part of
3179       server_engines.php.
3180     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
3181       indicators.
3182     * libraries/mysql_charsets.lib.php: Don't check the character set of the
3183       virtual database "information_schema" (MySQL 5.0).
3184     * db_details_links.php, db_details_structure.php: Don't allow the user to
3185       change anything in MySQL 5.0's information_schema database.
3187 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
3188     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
3189       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
3190       /database_interface.lib.php: MySQL 4.1.x native comments
3192 2005-03-05 Alexander M. Turek  <me@derrabus.de>
3193     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
3194       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
3195       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
3196       libraries/engines/myisam.lib.php:
3197       - Moved engine-specific settings into plugins;
3198       - Added ability to create multiple sub-pages in server_engines.php for
3199         a specific engine;
3200       - Added a few InnoDB variables. To be continued. :-)
3201       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
3203 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
3204     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
3205       Missing parameters, and when the error happens, show a link to FAQ
3207 2005-03-03 Alexander M. Turek  <me@derrabus.de>
3208     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
3209       with "str").
3210     * header.inc.php: Wrong icon for views.
3211     * libraries/sqlparser.data.php: Added more missing date / time functions.
3213 2005-03-02 Michal Čihař  <michal@cihar.com>
3214     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
3215       modes not available in current MySQL version, do not fail on error when
3216       setting SQL_MODE (bug #1155209).
3218 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
3219     * main.php: bug #1154307, wrong text for alt,
3220       thanks to Isaac Bennetch - ibennetch
3221     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
3222       thanks to Isaac Bennetch - ibennetch
3224 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
3225     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
3226       thanks to Ryan Schmidt
3227     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
3228       var
3230 2005-02-27 Alexander M. Turek  <me@derrab.us>
3231     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
3232       and GET_FORMAT (bug #1152310).
3234 2005-02-27 Michal Čihař  <michal@cihar.com>
3235     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
3237 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
3238     * Documentation.html: added FAQ 5.16 about various IE and Windows
3239       problems. Thanks to Michael Keck.
3240     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
3242 2005-02-24 Alexander M. Turek  <me@derrabus.de>
3243     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
3245 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
3246     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
3247       blowfish_secret is empty
3249 2005-02-23 Alexander M. Turek  <me@derrabus.de>
3250     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
3251     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
3252       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
3253     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
3254       we had already commented out a long time ago.
3256 2005-02-22 Alexander M. Turek  <me@derrabus.de>
3257     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
3258       of bug #1149383.
3260 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
3261     * pdf_pages.php: patch #1120466 (modified): optional column names
3262       in visual scratchboard, thanks to Remco Aalbers - remcoa
3264 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
3265     * header.inc.php, queryframe.php: HTML improvement,
3266       thanks to Armel Fauveau
3267     * server_privileges.php: bug #1113788, escaping character removed by error
3269 2005-02-16 Alexander M. Turek  <me@derrabus.de>
3270     * db_details_export.php: Views are not exportable yet.
3271     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
3272     * server_engines.php: Use new CSS class 'disabled' for unavailable
3273       engines.
3275 2005-02-14 Michal Čihař  <michal@cihar.com>
3276     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
3277       indexes for print view, use same function as for normal view (bug
3278       #1119388).
3279     * css/print.css, libraries/tbl_indexes.lib.php,
3280       libraries/header_meta_style.inc.php: Use CSS for hiding print button
3281       rather than javascript.
3283 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
3284     * tbl_properties_table_info.php: avoid errors #1046, no database selected
3285       in MySQL 5.0.2
3286     * lang/romanian: Updated, thanks to Valics Lehel.
3288 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
3289     * lang/french update
3290     * server_privileges.php: bug #1118137, host not changing when editing user
3292 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
3293     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
3295 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
3296     * config.inc.php, Documentation.html: bug #1115327, document the
3297       maximum number of characters for blowfish_secret
3299 2005-02-09 Alexander M. Turek  <me@derrabus.de>
3300     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
3302 2005-02-08 Michal Čihař  <michal@cihar.com>
3303     * export.php: Fix export of SQL for Safari (bug #1113015).
3305 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
3306     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
3307       do not send a boolean to mysqli_free_result() or mysql_free_result(),
3308       it expects a result resource
3309     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
3310       using "copy table" operation
3311     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
3312       disabled
3314 2005-02-07 Alexander M. Turek  <me@derrabus.de>
3315     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
3316       php 4.1.x.
3318 2005-02-06 Alexander M. Turek  <me@derrabus.de>
3319     * header.inc.php, tbl_properties_table_info.php: View detection for
3320       header.inc.php.
3321     * tbl_properties_links.php: Adjusted tab bar for views.
3323 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
3324     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
3326 2005-02-04 Michal Čihař  <michal@cihar.com>
3327     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
3329 2005-02-03 Alexander M. Turek  <me@derrabus.de>
3330     * tbl_addfield.php: Bug #1040682 (adding field with collation).
3332 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
3333     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
3334       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
3335     * tbl_properties.inc.php: bug #1114550, changing the type of
3336       a float unsigned column
3338 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
3339     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
3340       cannot be used with MYSQL_USE_RESULT
3342 2005-01-29 Alexander M. Turek  <me@derrabus.de>
3343     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
3344       the Janapese language file under MySQL 4.1.
3346 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
3347     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
3348       function PMA_reloadNavigation(). A failed connection was not properly
3349       detected
3350     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
3351       parameter 1 to be a result
3353 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
3354     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
3355       thanks to Michal
3356     * libraries/display_tbl.lib.php: the LongOperation message should
3357       be just for InnoDB
3359 2005-01-27 Michal Čihař  <michal@cihar.com>
3360     * read_dump.php: Fix detection of SELECT query to display on multiple
3361       submits (bug #1110727).
3363 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
3364     * tbl_query_box.php: bug #1107937, undefined $fields_list
3365     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3366     ### 2.6.1 released
3368 2005-01-23 Michal Čihař  <michal@cihar.com>
3369     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
3370       (bug #1106652).
3372 2005-01-23 Alexander M. Turek  <me@derrabus.de>
3373     * libraries/sqlparser.data.php: Added some keywords.
3375 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
3376     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
3377       and fix a typo "boommark"
3378     * lang/galician: Updated, thanks to Xosé Calvo.
3379     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3381 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
3382     * libraries/tooltip.js: new JS library for tooltips (hints)
3383     * libraries/common.lib.php: img tag modified for mouseover / mouseout
3384       (show/hide tooltip)
3385     * header.inc.php: needed div-container for tooltips
3386     * footer.inc.php: linking to js-file tooltip.js
3387     * themes/.../theme_right.css.php: tooltip class
3388     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
3389       to small
3390     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
3391     * themes/.../theme_right.css.php: new class for disabled (not available)
3392       text / values / messages
3393     * libraries/tooltip.js: removed wrong typos (sorry)
3395 2005-01-20 Alexander M. Turek  <me@derrabus.de>
3396     * server_engines.php, server_links.inc.php: Use Michael's new icon for
3397       storage engines.
3398     * main.php: Added link to storage engines sub-page.
3400 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
3401     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
3402       lang/*.php: bug #1084820: ask a confirmation when a user wants to
3403       reach the End of rows, and count the exact number of rows to
3404       go to the real end
3405       TODO: page number selector
3406     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
3407       to reveal the full message for browsers who truncate it,
3408       thanks to Alexander for the suggestion
3410 2005-01-18 Alexander M. Turek  <me@derrabus.de>
3411     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
3412       - Emulation for < MySQL 4.1.2;
3413       - BerkeleyDB version information.
3414     * tbl_properties.inc.php, tbl_properties_operations.php,
3415       libraries/storage_engines.lib.php: Auto-generated engine selection
3416       dropdown.
3417     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
3419 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
3420     * libraries/common.lib.php: modified function for
3421       Add a link by MySQL-Error #1062 - Duplicate entry
3422       (feature request #1036254)
3424 2005-01-17 Michal Čihař  <michal@cihar.com>
3425     * lang/czech: Fix typos (translation #1103785).
3427 2005-01-17 Alexander M. Turek  <me@derrabus.de>
3428     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
3429       parameters.
3431 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
3432     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
3433       #1060 in the logic for error #1062
3435 2005-01-15 Alexander M. Turek  <me@derrabus.de>
3436     * server_engines.php, server_links.inc.php, lang/*.inc.php,
3437       libraries/storage_engines.php: Detailed storage engines status
3438       information.
3440 2005-01-12 Alexander M. Turek  <me@derrabus.de>
3441     * tbl_properties_table_info.inc.php: Basic view detection.
3442     * tbl_properties_structure.php: Disabled table-specific interface elements
3443       for views.
3445 2005-01-11 Alexander M. Turek  <me@derrabus.de>
3446     * libraries/relation.lib.php:
3447       - Removed redundant code;
3448       - Fixed some comments.
3449     * tbl_properties_structure.php: Corrected TH numbering.
3450     * db_details_structure.php: Small design glitch with "in use" tables.
3451     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
3452       - Views are now displayed correctly within the table list;
3453       - Added ability to drop views from the db structure page.
3454         TODO: It is not yet possible to drop a view from the table sub pages.
3456 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
3457     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
3458       on invalid login
3460 2005-01-10 Michal Čihař  <michal@cihar.com>
3461      * lang/czech: Fix typo (translation #1099459).
3463 2005-01-10 Olivier Mueller <om@omnis.ch>
3464     * README: copyright, we're in 2005
3466 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
3467     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3468     * lang/catalan update, thanks to Xavier Navarro (xavin).
3469     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3470     * lang/dutch: Updates, thanks to Ivo Teel.
3471     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3472     * lang/galician: Updated, thanks to Xosé Calvo.
3473     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3474     ### 2.6.1-rc2 released
3476 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
3477     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
3478       a FLOAT field in MySQL 4.1.x
3480 2005-01-07 Michal Čihař  <michal@cihar.com>
3481     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
3482       libraries/functions.js, libraries/tbl_change.js,
3483       libraries/keyhandler.js: Use Option key for Safari for moving (bug
3484       #1094137), move key handler function to separate file so we have only
3485       one, make movement work correctly in vertical display of properties.
3486     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
3487       (bug #1097593).
3489 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
3490     * tbl_change.php: removed old PHP3-workaround that caused problems
3491       with field names like '000'
3493 2005-01-05 Michal Čihař  <michal@cihar.com>
3494     * tbl_properties_operations.php: Fix changning table parameters if it has
3495       no auto increment (bug #1096246).
3497 2005-01-04 Alexander M. Turek  <me@derrabus.de>
3498     * lang/german-*.inc.php:
3499       - Updates and small corrections;
3500       - Synchronized translation with the German MySQL documentation.
3502 2005-01-03 Michal Čihař  <michal@cihar.com>
3503     * export.php: Use standardised mime types and use content encoding for
3504       gzip/bzip2. I hope this will fix double gzip compression as in bug
3505       #1094649.
3507 2005-01-01 Michal Čihař  <michal@cihar.com>
3508     * tbl_alter.php: Don't try to set collation for non text fields (bug
3509       #1094109).
3510     * sql.php: Do not forget reloading when launching multiple queries (bug
3511       #1090818).
3513 2004-12-30 Marc Delisle  <lem9@users.sourceforge.net>
3514     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3515     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3516     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
3518 2004-12-30 Michal Čihař  <michal@cihar.com>
3519     * libraries/fpdf/ufpdf.php: Fix some warnings.
3521 2004-12-29 Michal Čihař  <michal@cihar.com>
3522     * libraries/export/sql.php: Fix typo.
3523     * server_databases.php: Use same sort order as in left frame (bug
3524       #1087244), allow sorting even if not showing stats.
3525     * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
3526       libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
3527       uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
3528       bit modified FPDF class. (bug #1046051)
3529     * Documentation.html: Added info about UFPDF library.
3530     * lang/czech, lang/english: Improved some texts, also bug #1009667.
3532 2004-12-28 Michal Čihař  <michal@cihar.com>
3533     * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
3534     * config.inc.php, lang/*, libraries/common.lib.php,
3535       libraries/config_import.lib.php, libraries/display_export.lib.php,
3536       libraries/export/sql.php: Support for selecting SQL export compatibility
3537       (RFE #1060040).
3538     * libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
3539     * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
3540     * read_dump.php: Fix database name extraction from use statement (bug
3541       #1084777).
3542     * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
3543       still allows to select theme in configuration (bug #1084712).
3544     * tbl_replace.php: Remove unused code.
3545     * main.php, lang/*, libraries/string.lib.php: Added warnings about
3546       mbstring - one to disable function overloading and one for requesting
3547       mbstring for multibyte charsets (bugs #1063149 and #1063821).
3548     * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
3549       Support for editing next entry (when numeric primary key) (RFE
3550       #1074906).
3552 2004-12-26 Marc Delisle  <lem9@users.sourceforge.net>
3553     * libraries/database_interface.lib.php: bug #1085647, wrong parameters
3554       for strpos(), thanks to Meithar - meithar
3555     * libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
3556       thanks to jamaz - jamaz
3557     * tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
3558     * scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
3559     * tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
3561 2004-12-16 Marc Delisle  <lem9@users.sourceforge.net>
3562     * libraries/blowfish.php: bug #1085997, undefined variables,
3563       patch thanks to Chandrakumar Muthaiah - sudhach
3565 2004-12-14 Alexander M. Turek  <me@derrabus.de>
3566     * libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
3568 2004-12-13 Michal Čihař  <michal@cihar.com>
3569     * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
3570     * libraries/export/sql.php: Do not duplicate constraints when exporting
3571       multiple databases (bug #1084459).
3573 2004-12-12 Marc Delisle  <lem9@users.sourceforge.net>
3574     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3575     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
3576     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3577     * lang/catalan update, thanks to Xavier Navarro (xavin).
3578     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3579     * lang/galician: Updated, thanks to Xosé Calvo.
3580     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3581     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3582     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3583     * lang/turkish update, thanks to boralioglu.
3584     ### 2.6.1-rc1 released
3586 2004-12-10 Marc Delisle  <lem9@users.sourceforge.net>
3587     * libraries/transformations/text_plain__external.inc.php:
3588       security fix: no longer use the shell to execute external program
3589     * Documentation.html: mention the new need of PHP >= 4.3.0 to run
3590       external programs
3592 2004-12-09 Marc Delisle  <lem9@users.sourceforge.net>
3593     * tbl_row_delete.php, libraries/display_tbl.lib.php:
3594       cannot drop or export multiple rows under IE6
3596 2004-12-07 Marc Delisle  <lem9@users.sourceforge.net>
3597     * read_dump.php: security fix on $sql_localfile
3598     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3599     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3600     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3602 2004-12-01 Marc Delisle  <lem9@users.sourceforge.net>
3603     * db_details_structure.php, lang/*: added hint strApproximateCount referring
3604       to FAQ 3.11 (bug #1075658)
3606 2004-11-30 Marc Delisle  <lem9@users.sourceforge.net>
3607     * libraries/auth/cookie.auth.lib.php: Avoid displaying the
3608       "No activity" message if more than 4 times the LoginCookieValidity
3609       timeout has passed: no need to alert users the next morning
3610       (for example) that they have been inactive.
3612 2004-11-25 Marc Delisle  <lem9@users.sourceforge.net>
3613     * libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
3614       to explain to users why they have to relogin
3616 2004-11-25 Michal Čihař  <michal@cihar.com>
3617     * libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
3619 2004-11-24 Marc Delisle  <lem9@users.sourceforge.net>
3620     * libraries/mcrypt.lib.php, /libraries/blowfish.php,
3621       libraries/auth/cookie.auth.lib.php: support of mcrypt
3622       library (blowfish) for speed improvement in auth_type cookie
3624 2004-11-23 Marc Delisle  <lem9@users.sourceforge.net>
3625     * user_password.php: wrong generated cookie name
3627 2004-11-21 Marc Delisle  <lem9@users.sourceforge.net>
3628     * server_privileges.php: bug #1067626, column privileges while copying user
3629     * libraries/common.lib.php: bug #1070197, not connecting if using
3630       a non-standard HTTP port (bug introduced in 2.6.0-pl3)
3632 2004-11-19 Garvin Hicking <pma@supergarv.de>
3633     * libraries/bookmark.lib.php, left.php:
3634       Massively speed up table display for left frame, if
3635       PMA infrastructure is used. Use native PHP function
3636       for indenting.
3637     * libraries/mysql_charsets.lib.php: Use a static
3638       array cache to speed up returning the same collation
3639       information.
3641 2004-11-19 Marc Delisle  <lem9@users.sourceforge.net>
3642     * libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
3643       let's use it!
3644     * tbl_indexes.php: bug #1068994, undefined variable
3645     * libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
3647 2004-11-16 Michal Čihař  <michal@cihar.com>
3648     * left.php: Possible undefined index (bug #1067199).
3649     * Documentation.html: Warn about Excel export problems in documentation
3650       (bug #1063082).
3652 2004-11-14 Marc Delisle  <lem9@users.sourceforge.net>
3653     * tbl_relation.php: bug #1050437, intercept constraint failure
3654       and do not offer to add an InnoDB foreign key if the field
3655       does not have a key
3657 2004-11-13 Marc Delisle  <lem9@users.sourceforge.net>
3658     * server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
3659     * libraries/display_tbl.lib.php: bug #1065688: display the Full text link
3660       on the results for PROCEDURE ANALYSE
3662 2004-11-11 Michal Čihař  <michal@cihar.com>
3663     * tbl_properties_operations.php: Allow InnoDB text to be included in user
3664       comment.
3666 2004-11-09 Michal Čihař  <michal@cihar.com>
3667     * browse_foreigners.php, server_binlog.php: Truncate text according to
3668       text length and not byte count.
3670 2004-11-07 Alexander M. Turek  <me@derrabus.de>
3671     * Documentation.html, README: Updated credits.
3673 2004-11-07 Marc Delisle  <lem9@users.sourceforge.net>
3674     * mult_submits.inc.php: bug #1054720, multi-row delete
3676 2004-11-06 Michael Keck  <mkkeck@users.sourceforge.net>
3677     * queryframe.php: bug #1046434 (Light mode does not work)
3679 2004-11-06 Marc Delisle  <lem9@users.sourceforge.net>
3680     * libraries/common.lib.php: put sanitize logic in PMA_sanitize()
3681     * sql.php: sanitize confirm page
3682     * db_details_structure.php: bug #1049553, undefined $db_collation
3684 2004-11-05 Marc Delisle  <lem9@users.sourceforge.net>
3685     * Documentation.html: new controluser behavior starting from MySQL 4.1.2
3687 2004-11-04 Marc Delisle  <lem9@users.sourceforge.net>
3688     * libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
3689       server_privileges.php: now PMA_showMessage() sanitizes the message
3690       to defeat XSS attacks. Calling scripts use special tags like
3691       [br], [i], [/i], [b], [/b] in the message.
3692     * main.php: bug #1058692, call-time pass-by-reference error
3693     * sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
3695 2004-11-10 Garvin Hicking
3696     * config.inc.php: Reverted commenting out of QueryWindowWidth/Height
3697       settings. Those can be overriden by a themes layout.inc.php,
3698       but not neccessarily so.
3700 2004-11-03 Michal Čihař  <michal@cihar.com>
3701     * libraries/common.lib.php: More robust PmaAbsoluteUri detection.
3702     * libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
3703     * libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
3705 2004-11-02 Michal Čihař  <michal@cihar.com>
3706     * tbl_indexes.php: Fix index editing.
3707     * sql.php: Decode table name.
3708     * lang/czech: Updated.
3710 2004-11-09 Garvin Hicking
3711     * libraries/display_tbl.lib.php, libraries/common.lib.php,
3712       browse_foreigners.php: RFE #925817 - Abstracted page selector to
3713       its own function, now create sloped pagination to easily jump
3714       to any wanted page.
3715     * read_dump.php: RFE #1053039, show filename of uploaded SQL file
3716     * sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
3717       lang/*: Added checks for common problems with table indices.
3718       Serves as a stub for future checks, currently implemented are
3719       the ones mentioned in RFE #1044677. The check can be performed
3720       on multiple tables by using "check table" on selected tables in
3721       DB structure.
3723 2004-11-02 Marc Delisle  <lem9@users.sourceforge.net>
3724     * server_privileges.php: MySQL 4.1.x compatibility for list of initials
3726 2004-11-01 Marc Delisle  <lem9@users.sourceforge.net>
3727     * main.php: for MySQL 4.1.2+ a non-privileged user can do
3728       a simple SHOW GRANTS to fetch current privileges, so we no longer
3729       need the control user for this check
3731 2004-11-01 Michal Čihař  <michal@cihar.com>
3732     * libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
3734 2004-10-29 Marc Delisle  <lem9@users.sourceforge.net>
3735     * server_privileges.php (top index): MySQLi compatibility,
3736       use PMA_convert_using() in case of non-latin1 user table,
3737       and fix bug #1054467 (in case of BINARY User field)
3738     * header.inc.php: bug #1053310, undefined index under OmniSecure server
3739     * tbl_relation.php: bug #1050424, not positionned on current db
3740     * tbl_alter.php: bug #1054756, duplicate top menu
3741     * lang/english: bug #1056724, typo
3743 2004-10-28 Alexander M. Turek  <me@derrabus.de>
3744     * user_password.php, lang/*.inc.php: Allow usage of old password hashing
3745       function.
3747 2004-10-27 Alexander M. Turek  <me@derrabus.de>
3748     * config.inc.php, libraries/config_import.lib.php,
3749       libraries/sqlparser.data.php: Added function OLD_PASSWORD().
3751 2004-10-26 Alexander M. Turek  <me@derrabus.de>
3752     * libraries/sqlparser.data.php: Added OFFSET.
3754 2004-10-25 Michal Čihař  <michal@cihar.com>
3755     * libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
3756       full URI (patch #1044123).
3757     * tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
3758       that broke multi submits for MSIE (bug #1052674).
3760 2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
3761     * config.inc.php, themes/*/layout.inc.php:
3762       bug #1050666 - Query window too small darkblue/orange theme
3764 2004-10-23 Marc Delisle  <lem9@users.sourceforge.net>
3765     * server_privileges.php: top index for user initials
3767 2004-10-22 Alexander M. Turek
3768     * lang/english-*.inc.php: Grammar fix.
3770 2004-10-22 Michal Čihař  <michal@cihar.com>
3771     * db_details_structure.php: Use "Structure" instead of "Properties" for
3772       link to table structure.
3773     * db_operations.php, lang/*: We switch to database here. not table.
3774     * lang/*: strProperties is not used anywhere now.
3775     * config.inc.php: Mention db_operations.php possibility.
3776     * libraries/transformations/text_plain__external.inc.php: Unless admin
3777       specifies there programs to use, it does nothing now.
3779 2004-10-21 Marc Delisle  <lem9@users.sourceforge.net>
3780     * tbl_query_box.php: bug 1050691, missing parameters
3782 2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
3783     * libraries/common.lib.php: feature request #1036254
3784       Add a link by MySQL-Error #1062 - Duplicate entry
3786 2004-10-21 Michal Čihař  <michal@cihar.com>
3787     * [too many files to mention]: Cleanup of message displaying and
3788       navigation reloading. Messages are now displayed bellow tabs (RFE
3789       #1005511), navigation is reloaded once in header (I'm not sure whether I
3790       choose correct version of reload code, we have several diferent, but it
3791       seems to work well).
3792     * tbl_properties_structure.php, libraries/common.lib.php,
3793       libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
3794       button or image to submit form and not to duplicate code on all places.
3795     * tbl_addfield.php: Display tabs.
3796     * mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
3797       on multiple fields (RFE #990136).
3798     * db_operations.php: Duplicate create new table dialog (see RFE #808029).
3799     * main.php: Don't display server choice here, if also in left frame (RFE
3800       #984153).
3801     * libraries/common.lib.php: Fix navigation reloading.
3802     * server_databases.php: Show box for creating database here (RFE #869814).
3804 2004-10-20 Marc Delisle  <lem9@users.sourceforge.net>
3805     * libraries/common.lib.php: there was already a tip icon in our collection,
3806       thanks to Michael Keck
3808 2004-10-20 Michal Čihař  <michal@cihar.com>
3809     * lang/czech: Update.
3810     * tbl_relation.php: Backquote table name (bug #1050441).
3811     * db_details_qbe.php: Backquote table name.
3812     * libraries/display_tbl.lib.php: Comments now work for multi table selects
3813       (bug #789647).
3814     * server_processlist.php: Display executed SQL.
3815     * main.php, server_common.inc.php, server_links.inc.php,
3816       server_binlog.php, lang/*: Added support for displaying bin logs (RFE
3817       #1011770).
3818     * Documentation.html, config.inc.php, libraries/common.lib.php,
3819       libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
3820       libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
3821       (RFE #1012971), show just Access denied in case we denied it.
3822     * db_operations.php, db_details_links.php, db_details_structure.php:
3823       Separate operations from structure (RFE #808029).
3824     * tbl_move_copy.php: Remove unused PMA_myHandler().
3825     * lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
3826       db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
3827       #996730), this forced separating code for copying tables.
3829 2004-10-19 Marc Delisle  <lem9@users.sourceforge.net>
3830     * libraries/database_interface.lib.php: bug #1041667, correctly
3831       check the server version instead of the client API version
3832     * tbl_change.php, libraries/common.lib.php, lang/*: new function
3833       PMA_showHint($message), new $strUseTabKey,
3834       new light bulb image (temporary)
3835     * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
3837 2004-10-19 Michal Čihař  <michal@cihar.com>
3838     * export.php: Use just \n for SQL exports (bug #1042521).
3839     * libraries/read_dump.lib.php: Set correct return value (bug #1048861).
3840     * sql.php: Fix undefined index.
3841     * libraries/sqlparser.lib.php: Return raw query in case of error (bug
3842       #1048826).
3843     * main.php, queryframe.php: Handle correctly situation with no default
3844       server (bug #1049107).
3845     * tbl_create.php, libraries/common.lib.php: 0 as field name causes
3846       problems (bug #1042235).
3847     * read_dump.php, server_privileges.php, server_status.php, sql.php: Work
3848       better in ANSI mode (bug #816858).
3849     * lang/czech: Reordered some words.
3850     * libraries/select_server.lib.php: Clickable active server in left frame
3851       (RFE # 1044678).
3852     * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
3853       Fix left frame reloading after dropping table (bug #1034531).
3854     * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
3855       also for numeric fields.
3856     * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
3857       #1039193).
3858     * server_privileges.php: Make non-js checkall work also for adding new
3859       user (bug #1028055).
3860     * libraries/zip.lib.php: Drop unneed part of header which causes troubles
3861       to some programs (bug #1037737).
3862     * index.php: Add frame spacing (RFE #1036013).
3863     * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
3864       #864984).
3866 2004-10-17 Marc Delisle  <lem9@users.sourceforge.net>
3867     * lang/turkish update, thanks to boralioglu.
3868     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3870 2004-10-16 Marc Delisle  <lem9@users.sourceforge.net>
3871     * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
3872       and CLIENT_LOCAL_FILES in mysqli
3874 2004-10-15 Marc Delisle  <lem9@users.sourceforge.net>
3875     * pdf_schema.php: new way to define font path,
3876       needed with the new fpdf library; also now output inline,
3877       I find it faster this way, please tell me if you prefer
3878       the old dialog method and why.
3879     * tbl_change.php: bug #1038401, tabbing from value to value
3880     * sql.php: detect this case:
3881       SELECT DISTINCT x AS foo, y AS bar FROM sometable
3882       and count rows correctly (in MySQL 3),
3883       thanks to Matthias Pigulla (mp@webfactory.de)
3884     * server_privileges.php: cosmetic: title for Edit privileges
3885     * lang/galician: Updated, thanks to Xosé Calvo.
3886     * lang/italian: Updates, thanks to Pietro Danesi
3887     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3889 2004-10-13 Michal Čihař  <michal@cihar.com>
3890     * libraries/fpdf/fpdf.php: Updated to 1.52.
3892 2004-10-13 Alexander M. Turek  <me@derrabus.de>
3893     * Documentation.html: Mike Beck's e-mail address has changed.
3895 2004-10-13 Michal Čihař  <michal@cihar.com>
3896     * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
3897     * lang/czech: Fix some translations.
3898     * libraries/transformations/text_plain__external.inc.php: Handle better
3899       backslash.
3900     * themes/*/img/*.gif: Remove unused gif images.
3902 2004-10-12 Alexander M. Turek  <me@derrabus.de>
3903     * db_search.php, tbl_select.php, libraries/database_interface.lib.php:
3904       - bug #1033388 (Illegal mix of collations for converted strings),
3905       - don't convert if column charset and connection charset match.
3906     * main.php, libraries/select_lang.lib.php,
3907       libraries/auth/cookie.auth.lib.php: Automatically select Traditional
3908       Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
3909       translations tracker (#1036528).
3910     * lang/sync_lang.sh: Base charset for German is now UTF-8.
3911     * lang/german-*.inc.php: Updates.
3913 2004-10-12 Michal Čihař  <michal@cihar.com>
3914     * sql.php: Don't try to require sql.php with parameters, rather redirect
3915       to it.
3916     * libraries/transformations.lib.php: Strip slashes to behave like
3917       documentation says.
3918     * libraries/transformations/text_plain__external.inc.php: Escape special
3919       shell chars to avoid their interpretation (bug #1044864).
3921 2004-10-11 Marc Delisle  <lem9@users.sourceforge.net>
3922     * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
3923     * libraries/export/sql.php: bug #1039639: under mysqli, some field types
3924       were wrongly exported as binary
3925     * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
3926       column sort with JOIN
3928 2004-10-11 Michal Čihař  <michal@cihar.com>
3929     * tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
3930     * libraries/export/sql.php: Convert end of line chars we get from MySQL
3931       (bug #1042521).
3933 2004-10-08 Garvin Hicking <pma@supergarv.de>
3934     * lots of files: Adjusted superfluous spaces, added
3935       more CSS-ID attributes for better themeability.
3937 2004-10-04 Michal Čihař  <michal@cihar.com>
3938     * tbl_query_box.php: Reenabled %f substitution.
3940 2004-10-02 Marc Delisle  <lem9@users.sourceforge.net>
3941     * tbl_alter.php: field structure changes not applied (CVS version only)
3942     * export.php: bug #1038804, insufficient space to save
3944 2004-09-30 Marc Delisle  <lem9@users.sourceforge.net>
3945     * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
3946     * tbl_create.php: cannot create a new table (CVS version only)
3948 2004-09-29 Marc Delisle  <lem9@users.sourceforge.net>
3949     * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
3950       of LIMIT to queries, and bug #1037004, UPDATE statement not showing
3951     * tbl_properties_operations.php: bug #1035524, cannot add comments to table
3953 2004-09-29 Michal Čihař  <michal@cihar.com>
3954     * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
3955       wording when adding fields (bug #991096).
3956     * tbl_query_box.php, lang/*: Not translated text (bug #1010656).
3957     * themes.php, lang/*: Not translated text (bug #1016610).
3958     * tbl_properties_structure.php: Use also $strAddFields (as suggested by
3959       Marc).
3961 2004-09-28 Alexander M. Turek  <me@derrabus.de>
3962     * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
3963       (bug #1033360), thanks to Claude Theroux.
3964     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3965     * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
3966     * lang/persian-*.inc.php: Added missing $timespanfmt variable.
3968 2004-09-27 Marc Delisle  <lem9@users.sourceforge.net>
3969     ### 2.6.0 released
3971 2004-09-26 Marc Delisle  <lem9@users.sourceforge.net>
3972     * read_dump.php: improvements in detection and reload
3973     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3975 2004-09-25 Marc Delisle  <lem9@users.sourceforge.net>
3976     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
3977     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3978     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3979     * lang/catalan update, thanks to Xavier Navarro (xavin).
3980     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3981     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3982     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3984 2004-09-24 Marc Delisle  <lem9@users.sourceforge.net>
3985     * sql.php: following the fix for bug #978930, the added LIMIT was
3986       not displayed anymore
3987     * read_dump.php: bug #1033133, left frame not reloaded after dump read
3988     * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
3989     * read_dump.php: bug #1034216 open_basedir and file upload,
3990       thanks to Dominique Rousseau - domi
3992 2004-09-24 Michal Čihař  <michal@cihar.com>
3993     * libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
3995 2004-09-23 Marc Delisle  <lem9@users.sourceforge.net>
3996     * all themes: item_ltr.png and item_rtl.png: new solid arrow
3997       that looks better, thanks to Efim Shuvikov
3999 2004-09-23 Michal Čihař  <michal@cihar.com>
4000     * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
4001       prepend $cfg['ThemePath'] with another './'.
4003 2004-09-22 Alexander M. Turek  <me@derrabus.de>
4004     * config.inc.php, libraries/config_import.lib.php: Added "./" to the
4005       default value of $cfg['ThemePath']. Thanks to Donny Simonton for
4006       pointing this out.
4007     * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
4008     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
4009     * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
4011 2004-09-22 Marc Delisle  <lem9@users.sourceforge.net>
4012     * tbl_query_box.php, read_dump.php: bug #1032066: when no db was
4013       selected from the left panel, the query window's Import Files had
4014       no submit button; also, read_dump always tried a PMA_select_db($db)
4015       even if $db was empty
4017 2004-09-22 Michal Čihař  <michal@cihar.com>
4018     * lang/czech: Update.
4019     * lang/sync_lang.sh: Default to iconv, as it doesn't break some
4020       translations as recode does.
4021     * lang/japanese-euc.inc.php: Don't allow recoding for this one.
4023 2004-09-22 Alexander M. Turek  <me@derrabus.de>
4024     * lang/turkish-*.inc.php: Update, thanks to boralioglu.
4025     * lang/sync_lang.sh: Switched turkish base charset to UTF-8.
4027 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
4028     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
4029     ### 2.6.0-rc3 released
4031 2004-09-21 Alexander M. Turek  <me@derrabus.de>
4032     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
4033       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
4034       FIXME: The current solution breaks the display of the executed queries.
4035     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
4036       PMA_getCollationDescr() recognize the new Persian collations that will be
4037       included in MySQL 4.1.5.
4039 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
4040     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
4041       error importing when last table exported was empty
4042     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
4043       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
4045 2004-09-20 Michal Čihař  <michal@cihar.com>
4046     * Documentation.html: Add info about theme generations.
4048 2004-09-19 Alexander M. Turek  <me@derrabus.de>
4049     * Documentation.html: Clarification.
4051 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
4052     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
4054 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
4055     * lang/russian updated, thanks to "nobody"
4056     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
4058 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
4059     * config.inc.php, Documentation.html: clarifications about QueryFrame
4060     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
4061       thanks to Michael Keck
4063 2004-09-16 Garvin Hicking <me@supergarv.de>
4064     * libraries/display_export.lib.php: Bug #1010752 - Remove space
4065       before <label> to be consistent throughout the panel.
4067 2004-09-15 Garvin Hicking <me@supergarv.de>
4068     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
4069       Fixed foreign key browser window to also work from within
4070       Search-subpanel.
4072 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
4073     * server_privileges.php: stay on the form when passwords don't match
4074       (after the js alert)
4075     * left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
4076       workaround thanks to Ryan Schmidt
4078 2004-09-14 Michal Čihař  <michal@cihar.com>
4079     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
4080       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
4081       themes/original/info.inc.php: Better theme version check (bug #1023029).
4082     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
4083       login (bug #1027873).
4085 2004-09-13 Garvin Hicking <me@supergarv.de>
4086     * browse_foreigners.php: bug #1027204 - paging did not
4087       work in foreigner browsing window.
4089 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
4090     * sql.php: bug #988723, sql error when ordering by count( * )
4092 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
4093     * lang/dutch: small update
4094     * lang/chinese_simplified: updated, thanks to Simon - simon2san
4095     * server_privileges.php: bug #1003238, cannot manipulate a username
4096       like "example@nothost" where the "@" is part of the username
4098 2004-09-10 Alexander M. Turek  <me@derrabus.de>
4099     * lang/german-*.inc.php: grammar.
4101 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
4102     * Documentation.html: bug #1022338: clarify about needed chown -R
4103       on the scripts (otherwise, problems in PHP safe mode)
4104     * tbl_change.php: bug #1024434, undefined sql_query when clicking
4105       on Insert tab from the Insert textfile sub-page
4107 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
4108     * main.php: bug #992211, wrong parameters to
4109       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
4111 2004-09-07 Michal Čihař  <michal@cihar.com>
4112     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
4113       full one (bug #1023444).
4115 2004-09-07 Alexander M. Turek  <me@derrabus.de>
4116     * main.php: Typo.
4117     * libraries/sqlparser.data.php: Added keyword "SESSION".
4119 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
4120     ### 2.6.0-rc2 released
4122 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
4123     * ldi_table.php: bug #1010652, wrong label,
4124       thanks to Ryan Schmidt - ryandesign for the patch
4126 2004-09-05 Alexander M. Turek  <me@derrabus.de>
4127     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
4128       SHOW TABLE TYPES.
4129     * tbl_create.php: Use default tab.
4130     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
4131       MySQL 4.1.
4132     * main.php: Check the privileges of the anonymous user, too.
4134 2004-09-05 Michal Čihař  <michal@cihar.com>
4135     * Documentation.html: Add information about theme versions and names.
4137 2004-09-04 Alexander M. Turek  <me@derrabus.de>
4138     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
4139     * db_search.php, tbl_select.php: Made search independant from the
4140       connection charset.
4142 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
4143     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
4144     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
4145       choices from the drop-down (in main) for MySQL 4.1.x
4146     * Documentation.html: added some missing variables and new FAQ 2.7
4147       about using and creating themes
4149 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
4150     * main.php, server_privileges.php, libraries/common.lib.php:
4151       replace charset introducers by CONVERT USING,
4152       to support servers where the mysql.* tables are not in latin1
4153     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
4154       twice in the drop-down list of field types
4156 2004-09-03 Alexander M. Turek  <me@derrabus.de>
4157     * Documentation.html: Typos; added a note about the deprecated MySQL
4158       versions 4.1.0 and 4.1.1.
4160 2004-09-03 Michal Čihař  <michal@cihar.com>
4161     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
4162       #1013787).
4163     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
4164       behaviour (bug #1018457).
4165     * main.php, themes.php: Escape theme names (bug #1016608).
4166     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
4167       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
4169 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
4170     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
4171       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
4172       was used but produced an Undefined offset in blowfish.php, because
4173       on previous PMA versions it was not encoded the same way. Now this old
4174       cookie is not used. Users have to reenter their username (not a big
4175       impact IMO)
4177 2004-09-01 Michal Čihař  <michal@cihar.com>
4178     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
4180 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
4181     * server_privileges.php: bug #1007870, illegal mix of collations
4182       for operation UNION
4184 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
4185     * tbl_properties_structure.php, tbl_properties.inc.php,
4186       libraries/sqlparser.data.php, /database_interface.lib.php:
4187       support for VARBINARY and BINARY field types
4189 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
4190     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
4191       wrong db name generated in SHOW KEYS
4193 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
4194     * index.php, libraries/common.lib.php: bug #1006011: now we save
4195       the chosen connection collation into a cookie
4196     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
4197     * lang/hebrew, turkish: bug 1016609: <br> tags
4199 2004-08-25 Michal Čihař  <michal@cihar.com>
4200     * main.php: Don't show port after verbose name (bug #1013401).
4202 2004-08-23 Michal Čihař  <michal@cihar.com>
4203     * scripts/create-release.sh: Support for snapshots outside sourceforge.
4204     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
4206 2004-08-22 Michal Čihař  <michal@cihar.com>
4207     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
4208       #978930, found by Marc).
4210 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
4211     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
4212     * lang/estonian: Update thanks to Alvar Soome - finsoft.
4213     * lang/chinese_simplified: updated, thanks to Simon - simon2san
4214     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
4215     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
4216     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
4218 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
4219     * themes/darkblue_orange/img/logo_left.php: transparent version,
4220       thanks to Michael Keck
4221     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
4222       commands out of sync
4223     * tbl_indexes.php: optimize: remove unneeded row count
4224     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
4225       in mysqli
4226     * tbl_replace.php: could not upload a binary field in mysqli
4227     * libraries/transformations.lib.php: could not change MIME type, etc
4228       in mysqli
4229     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4231 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
4232     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
4234 2004-08-19 Michal Čihař  <michal@cihar.com>
4235     * read_dump.php: Fixed one case of reload detection (I forgot to update
4236       second regexp on 2004-08-16) (bug #1011479).
4238 2004-08-17 Michal Čihař  <michal@cihar.com>
4239     * sql.php: Work with $display_query only if set (Marc spotted this out).
4240     * libraries/display_export.lib.php: No options text should not be bold red
4241       (bug #1010759).
4243 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
4244     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
4245       libraries/common.lib.php: bug #983735: move search operators to
4246       config file, and set "LIKE" as default operator instead of "LIKE %...%",
4247       for performance reasons
4249 2004-08-16 Alexander M. Turek  <me@derrabus.de>
4250     * libraries/relation.lib.php: Fixed some collation problems with the
4251       relational tables (bug #995359).
4253 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
4254     * all .../theme_right_css.php: bug #1009661, typo,
4255       thanks to Ryan Schmidt (ryandesign)
4257 2004-08-16 Michal Čihař  <michal@cihar.com>
4258     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
4259     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
4260       not for MySQL >= 4.0.
4261     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
4262       #978930).
4264 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
4265     (Patches from Michael Keck)
4266     * left.php, queryframe.php, themes.php: bug #1005479: was using
4267       a hardcoded charset
4268     * themes/.../themes_left.css, /themes_right.css: new style for
4269       better vertical alignment
4271 2004-08-13 Michal Čihař  <michal@cihar.com>
4272     * libraries/read_dump.lib.php: Fix possible undefined index (bug
4273       #1008232).
4274     * scripts/create-release.sh: Rename config.default to config.default.php.
4276 2004-08-12 Michal Čihař  <michal@cihar.com>
4277     * db_details_structure.php: Inconsistency of drop/empty links (bug
4278       #989705).
4279     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
4280       Change look of adding fields into table (bug #991095).
4281     * many files: I again did some XHTML validation, so removed few of most
4282       obvious errors, but there are still many, mostly missing alt attributtes
4283       for images and wrongly nested tags.
4284     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
4285       (bug #1008002).
4286     * libraries/config_import.lib.php: Remove compatibility code for colors.
4287     * lang/czech: Improved message.\
4288     * main.php, themes.php, libraries/common.lib.php,
4289       libraries/defines.lib.php, libraries/select_theme.lib.php,
4290       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
4291       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
4292     * left.php: Use always natsort and not natcasesort in one case, it caused
4293       inconsistency (bug #1008120).
4295 2004-08-11 Michal Čihař  <michal@cihar.com>
4296     * tbl_replace.php: Do not empty protected values (bug #1006812).
4297     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
4298       (bug #1007287).
4299     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
4300       MYSQLI_USE_RESULT (bug #1007286).
4302 2004-08-10 Michal Čihař  <michal@cihar.com>
4303     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
4304       otherwise accidentally octal numbers are expected (part of bug
4305       #1005865).
4307 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
4308     * lang/turkish update, thanks to Bora Alioglu
4309     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
4310       dropdowns, thanks to Joerg Klein (j0erch) for the fix
4312 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
4313     * libraries/relation.lib.php:
4314         bug 1005414, undefined offset when no display field has been defined;
4315         bug 1004546, sort error in dropdown list of foreign values;
4316         incorrect result was freed
4317     * libraries/relation.lib.php: use natural order sort according to config
4318     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
4319       with mysqli extension
4320     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
4321       on MySQL 4.1.2
4322     * libraries/bookmark.lib.php: bug (mysqli)
4323     * tbl_query_box.php: field list does not show (mysqli)
4324     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
4325     ### 2.6.0-rc1 released
4327 2004-08-08 Michal Čihař  <michal@cihar.com>
4328     * calendar.php: Include correct stylesheet (bug #1005421).
4330 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
4331     * lang/turkish update, thanks to Bora Alioglu
4332     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
4333     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4334     * lang/dutch: bug 1000683, backslash typo
4335     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
4337 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
4338     * tbl_properties_operations.php: bug 1004523, now display table options
4339       according to the possibilities of the table types
4341 2004-08-06 Michal Čihař  <michal@cihar.com>
4342     * tbl_change.php: Do not free result, we need it later.
4343     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
4345 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
4346     (Patches from Michael Keck)
4347     * index.php: names and ids for framesets in the noscript section
4348     * updated themes screenshots
4349     * left.php: bug 998698, db dropdown refresh
4350     (me)
4351     * lang/galician: Updated, thanks to Xosé Calvo.
4352     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4353     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
4355 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
4356     (Patches from Michael Keck)
4357     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
4358       button reaches a page where the current page number is not the last one
4359     * main.php: - removed bug with hashform.hash
4360                 - removed id for input field 'new_database', because it may be
4361                   too large for the one lined create db form
4362                 - bug #980232 'Javascript error on index page'
4363     * db_details_common.php: removed bug with hashform.hash
4364     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
4365     * queryframe.php - javascript function for dynamic resizing the rows
4366                        in the left frameset 'leftFrameset'.
4367                        (bugs: #993648, #989581, #988897)
4369 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
4370     * libraries/database_interface.lib.php, /select_lang.lib.php:
4371       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
4372       the corresponding -UTF-8 version (if it exists); also, now
4373       the default language is the non-UTF-8 one
4375 2004-08-02 Michal Čihař  <michal@cihar.com>
4376     * libraries/export/sql.php: Removed unused code.
4378 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
4379     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
4380       out of sync on Insert
4381     * tbl_move_copy.php: bug 995098, cannot copy table data only
4382     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
4383       as suggested by Michal
4384     * libraries/export/sql.php: workaround for datetime export because
4385       mysqli under MySQL 4.1.3 reports a datetime as binary
4387 2004-07-31 Alexander M. Turek  <me@derrabus.de>
4388     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
4389       optimizations, freed some results (thanks to Marc for the one in
4390       tbl_replace.php).
4391     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
4392       language files.
4394 2004-07-30 Alexander M. Turek  <me@derrabus.de>
4395     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
4396       naming for the chinese language files.
4398 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
4399     * lang/hungarian: updates, thanks to Peter Bakondy
4400     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4401     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4403 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
4404     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
4406 2004-07-28 Michal Čihař  <michal@cihar.com>
4407     * tbl_properties_structure.php: Allow to create primary key when there was
4408       none before (bug #996246).
4410 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
4411     * libraries/sqlparser*.php: bug 981343,
4412       cannot copy a table with a timestamp (MySQL 4.1.2)
4414 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
4415     * main.php, libraries/common.lib.php: bug 997682:
4416       illegal mix of collations
4417     * server_privileges.php: same bug
4418       FIXME: check privileges for a db
4420 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
4421     * Documentation.html: take into account the new script to
4422       create tables for the infrastructure
4424 2004-07-23 Alexander M. Turek  <me@derrabus.de>
4425     * config.inc.php, libraries/config_import.lib.php,
4426       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
4427       charset called gbk.
4429 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
4430     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4431     * lang/catalan update, thanks to Xavier Navarro (xavin).
4433 2004-07-20 Alexander M. Turek  <me@derrabus.de>
4434     * Documentation.html: added note about php5.
4436 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
4437     * main.php: doc link for connection collation
4439 2004-07-17 Alexander M. Turek  <me@derrabus.de>
4440     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
4441       moved redundant post-connect code into database_interface.lib.php.
4442     * libraries/url_generating.lib.php: Added ability to skip certain hidden
4443       input fields.
4444     * libraries/database_interface.lib.php: Added new function for retreiving
4445       MySQL variables.
4446     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
4447       to collation dropdown box.
4448     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
4449       libraries/url_generating.lib.php: The user may now choose his connection
4450       character set. This should fix bug #984912.
4451       WARNING: The pmadb needs to be converted to UTF-8 now!
4452       TODO: Handle non-UTF-8 pmadb more nicely.
4454 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
4455     * index.php: left frame display problems under IE
4457 2004-07-16 Michal Čihař  <michal@cihar.com>
4458     * libraries/export/sql.php: Remove code for old MySQL version, do not
4459       store query, better handle various end of lines (probably bug #979635).
4461 2004-07-15 Alexander M. Turek  <me@derrabus.de>
4462     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
4463       for PMA database in MySQL 4.1 and above.
4464       TODO: - Update docs
4465             - Add conversion code to the docs
4466             - add charset checks to pmadb validation code
4467     * main.php: bug #991887.
4468     * server_databases.php: Add database collations to statistics.
4469     * lang/german-*.inc.php: Grammar.
4471 2004-07-15 Michal Čihař  <michal@cihar.com>
4472     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
4473       (bug #990330).
4474     * libraries/display_export.lib.php: Display SQL export after saving file
4475       on server    (bug #989657).
4476     * tbl_properties_export.php: In case we don't need to reconstruct complete
4477       query just drop LIMIT part (workaround for bug #955175 and should fix
4478       bug #990724).
4479     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
4481 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
4482     * tbl_change.php: bug 990959, undefined index for DATETIME
4483       field (problem in UTF-8 only!)
4484     * main.php: bug 984136: other fix for RTL and logo
4486 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
4487     * index.php, libraries/common.lib.php: bug 989581 and left panel
4488       display problems when switching themes
4489     * tbl_relation.php: bug 978111, out of sync in Relation view
4490       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
4491        when we later do a PMA_DBI_num_rows() on the results)
4493 2004-07-13 Michal Čihař  <michal@cihar.com>
4494     * lang/czech: Updated.
4496 2004-07-13 Alexander M. Turek  <me@derrabus.de>
4497     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
4498       FALSE.
4499     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
4500       definitions for MySQL 4.1.3 and 4.1.4.
4501     * lang/german-*.inc.php: Updates.
4502     * db_details_db_info.php: Fixed a few "out of sync" errors.
4503     * Documentation.html: removed a pre-php-4.1 note.
4505 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
4506     * all themes/colors.inc.php, libraries/common.lib.php,
4507       config.inc.php, Documentation.html: rename colors.inc.php to
4508       layout.inc.php, thanks to Garvin for the suggestion
4510 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
4511     * lang/catalan update, thanks to Xavier Navarro (xavin).
4512     * lang/galician: Updated, thanks to Xosé Calvo.
4513     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4515 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
4516     * tbl_change.php: bug 981793, cross-window update message when inserting
4517       a record and fetching a value from the browse foreigners window,
4518       thanks to Michael Keck
4520 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
4521     * db_details_qbe.php: undefined offset and undefined variable
4523 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
4524     * main.php: bug 984136, wrong alignment in RTL languages
4525     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
4526       for arabic UTF-8. sync with --iconv works.
4527     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
4528       missing index error (InnoDB) and give appropriate advice
4530 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
4531     * libraries/export/xls.php: enable user to specify './tmp' as the
4532       TempDir -- use realpath() to find the complete path. Add error trap
4533       in case OLE cannot write to directory. Add setTempDir() to enable OLE
4534       write in this directory.
4535     * Documentation.html: document the TempDir creation and PHP safe mode
4536       issues with PEAR
4538 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
4539     * footer.inc.php, index.php, queryframe.php: bug 981939, database
4540       selection in left frame under Opera, and problems with dropdown
4541       in left frame when many databases are there (original theme),
4542       thanks to Michael Keck
4543     * header.inc.php: bug 965594: spaces after colons, and remove old code
4544     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
4545       MySQL 4.0.18+ has changed the way to report the foreign key references
4546       when the foreign key is in a different db
4548 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
4549     * main.php: put Create button on the same line as the input field
4551 2004-07-01 Michal Čihař  <michal@cihar.com>
4552     * lang/czech: Updated.
4554 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
4555     * queryframe.php: improve XHTML
4556     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4557     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4558     * lang/dutch: Update thanks to Ivo Teel - calimonk.
4560 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
4561     * left.php: fix against security alert, thanks to Garvin
4562     * Documentation.html: FAQ 8.2 for security alert
4563     * config.inc.php, lang/*, libraries/display_export.lib.php,
4564       libraries/config_import.lib.php, libraries/common.lib.php,
4565       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
4566       of binary fields is optional, because there are fields marked binary
4567       that have text contents, like mysql.user
4568     ### 2.5.7-pl1 released
4570 2004-06-30 Alexander M. Turek  <me@derrabus.de>
4571     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
4573 2004-06-29 Michal Čihař  <michal@cihar.com>
4574     * lang/check_lang.sh: Checks for diffstat presence.
4576 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
4577     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
4578     ### 2.6.0-beta2 released
4581 2004-06-27 Michal Čihař  <michal@cihar.com>
4582     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
4583       TABLE), removed unused strings (there vere MANY!), fixed some czech
4584       texts.
4585     * scripts/find_unused_messages.sh: New script to find unused messages in
4586       translations.
4588 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
4589     * tbl_query_box.php: bug #975382, fields list on a non-existing table
4591 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
4592     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
4594 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
4595     * lang/hungarian: updates, thanks to Peter Bakondy
4597 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
4598     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4599     * main.php: js error when switching theme, thanks to Michael Keck
4601 2004-06-25 Michal Čihař  <michal@cihar.com>
4602     * main.php, libraries/select_lang.lib.php: Remember selected charset in
4603       cookie.
4604     * libraries/display_export.lib.php: Add back key checking disabling.
4605     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
4606       fixes bug #979635.
4607     * read_dump.php: Lets handle better comments, current detection still
4608       doesn't work with comments inside checked SQL commands, but I thing
4609       checking these would be overhead (bug #978114).
4611 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
4612     * queryframe.php: Undefined index errors.
4613     * footer.inc.php: bug #979610.
4614     * server_privileges.php: bug #979596 (granting privileges doesn't take
4615       wildcards in account).
4616     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
4617     * lang/german-*.inc.php: Updates.
4619 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
4620     * left.php, config.inc.php, Documentation.html,
4621       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
4622       $cfg['LeftPointerEnable']
4623     * db_details_structure.php, server_variables.php,
4624       tbl_properties_structure.php, config.inc.php, Documentation.html,
4625       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
4626       all colors.inc.php:
4627       $cfg['BrowsePointerEnable']
4628     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
4629       Documentation.html, all colors.inc.php,
4630       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
4631       $cfg['BrowseMarkerEnable']
4632     * themes/.../img/logo_left.png + logo_right.png: new logo,
4633       thanks to Michael Keck (mkkeck)
4634     * index.php: compute queryframe_height from image size, thanks to
4635       Michael Keck
4636     * footer.inc.php: sync left frame when choosing a db from server_databases,
4637       thanks to Michael Keck
4638     * export.php: no longer auto-select the textarea containing exported data
4639     * queryframe.php: bug #977790, missing library,
4640       thanks to Anthony Parsons (anthony.parsons at manx.net)
4641     * footer.inc.php: sync left-frame dropdown for databases when the
4642       number of tables changes, thanks to Michael Keck
4643     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
4644     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
4645     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4646     ### 2.6.0-beta1 released
4648 2004-06-24 Alexander M. Turek  <me@derrabus.de>
4649     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
4650       called although no error occured.
4652 2004-06-24 Michal Čihař  <michal@cihar.com>
4653     * main.php, changelog.php: Add headers to ChangeLog display.
4654     * scripts/create_tables.sql: Add IF EXISTS.
4655     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
4656       otherwise unmatched quotes cause problems (bug #978113).
4657     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
4658       links, otherwise we'll fail on commas.
4659     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
4660       when there are comments behind last query.
4662 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
4663     * many files: remove references to older /images, and
4664       erase /images contents
4666 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
4667     * config.inc.php, themes/.../colors.inc.php: remove color-related
4668       parameters from config.inc.php, and non-color-related from colors.inc.php
4669     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
4670       missing parameter for the Refresh link feature
4672 2004-06-22 Michal Čihař  <michal@cihar.com>
4673     * libraries/relation.lib.php: Fix possible error on non existant pma db.
4675 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
4676     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
4677       in this script, but it's better to use libraries/header_http.inc.php
4679 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
4680     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
4681       libraries/common.lib.php, libraries/display_export.lib.php,
4682       db_details_structure.php, tbl_select.php:
4683       fix IE font size problem, redesign search and export pages,
4684       thanks to Michael Keck (mkkeck)
4685     * libraries/string.lib.php: bug #975290, wrong internal encoding
4686       for hebrew, thanks to Moshe Bergman (moshe_be)
4688 2004-06-17 Alexander M. Turek  <me@derrabus.de>
4689     * libraries/dbi/mysql.dbi.php: Removed debug code.
4690     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
4691       MySQL version.
4693 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
4694     * libraries/common.lib.php: fix "original" theme colors
4695     * db_details_structure.php: cosmetic fix in error message
4696     * tbl_properties_structure.php, tbl_relation.php:
4697       enable Relation view for InnoDB, even if the internal
4698       relational infrastructure is not available
4699     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
4700     * config.inc.php: clarify MainPageIconic comments
4702 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
4703     Changes, thanks to Michael Keck (mkkeck):
4704     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
4705       style for error messages
4706     * main.php, themes.php, libraries/select_theme.lib.php,
4707       css/phpmyadmin.css.php, themes/original/img + css:
4708       put original theme under the same structure as darkblue_orange
4710 2004-06-16 Michal Čihař  <michal@cihar.com>
4711     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
4713 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
4714     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
4715     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
4716       tbl_replace.php, libraries/common.lib.php,
4717       libraries/transformations.lib.php: new function PMA_securePATH()
4718     * main.php, tbl_properties_structure.php: theme "none" should be "original",
4719       thanks to Michael Keck (mkkeck)
4720     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
4721       missing title tags
4723 2004-06-15 Michal Čihař  <michal@cihar.com>
4724     * lang/czech: Updated.
4725     * config.inc.php, libraries/config_import.lib.php,
4726       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
4727     * queryframe.php: Do not show <hr /> when no logo is shown.
4728     * main.php: Generate hidden inputs nicely.
4729     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
4730       pma_theme as cookie name, default theme to some reasonable value to
4731       avoid undefined variables all around the code.
4732     * main.php, lang/*: strSelectTheme is IMHO not needed.
4733     * Documentation.html, config.inc.php, index.php, left.php, main.php,
4734       queryframe.php, libraries/config_import.lib.php,
4735       libraries/select_server.lib.php: Use same code for all server selection,
4736       possibly display server links also in right frame, show server links in
4737       query frame when possible.
4738     * libraries/display_export.lib.php: Fix broken choice switching.
4739     * tbl_change.php: Fix wrong path to image.
4740     * tbl_properties_operations.php: Define sort order for sorting tables
4741       (RFE #971314).
4742     * libraries/common.lib.php: On error show edit link with table context if
4743       possible.
4745 2004-06-15 Alexander M. Turek  <me@derrabus.de>
4746     * libraries/config_import.lib.php: The default settings should be merged.
4748 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
4749     Changes, thanks to Michael Keck (mkkeck):
4750     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
4751     * both themes: new screen.png reflecting current logo
4752     * db_details_structure.php: improve background image in error section
4753     * main.php: $theme='none' no longer a possible choice
4754     * open.php: permits access to message strings in theme manager
4755     * themes/index.php: new calling
4756     My changes:
4757     * libraries/common.lib.php: proper revision check
4758     * libraries/select_theme.lib.php: remove unneeded counter, and fix
4759       undefined $PHP_SELF
4760     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
4761       login is invalid
4763 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
4764     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
4765       New /themes structure for Theme management
4766       TODO: code improvement, access to /lang from themes/index.php,
4767             possible logo change
4769 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
4770     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4772 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
4773     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
4774       libraries/dbi/mysql.dbi.lib.php,
4775       lang/*: bug 968089: catch error when server is not responding
4776       and show an appropriate message
4777     * left.php: undefined variable
4779 2004-06-09 Alexander M. Turek  <me@derrabus.de>
4780     ### 2.5.7 released from MAINT_2_5 branch.
4782 2004-06-08 Michal Čihař  <michal@cihar.com>
4783     * config.inc.php, lang/*, libraries/common.lib.php,
4784       libraries/config_import.lib.php, libraries/display_export.lib.php,
4785       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
4786       #966038).
4788 2004-06-08 Alexander M. Turek  <me@derrabus.de>
4789     * libraries/common.lib.php: backwards compatibility.
4790     * config.inc.php: typo.
4792 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
4793     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
4794       mysqli_connect() to enable the use of default socket
4796 2004-06-07 Michal Čihař  <michal@cihar.com>
4797     * lang/czech: Updated.
4798     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
4799       same.
4800     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
4801       libraries/display_export.lib.php, libraries/export/xls.php,
4802       Documentation.html: EXPERIMENTAL native MS Excel export support, using
4803       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
4804     * Documentation.html: Described older config.inc.php support (RFE
4805       #968177).
4807 2004-06-07 Alexander M. Turek  <me@derrabus.de>
4808     * css/phpmyadmin.css.php: beautifications.
4809     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
4810       Enabled new icons for privileges administration (patch #947190).
4811     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
4812       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
4813       correctly.
4814     * lang/german-*.inc.php: Updates.
4815     * scripts/create-release.sh: Create backup config file (RFE #968177).
4817 2004-06-06 Garvin Hicking <me@supergarv.de>
4818     * libraries/display_tbl.lib.php, libraries/functions.js,
4819       css/phpmyadmin.css.php: Further fixing of broken vertical
4820       column highlighting; empty repeated header cells are now <th>, not
4821       <td>. Adjusted CSS to not change visual display of those.
4822     * (same files): Optimized unneccessary preg_replace.
4824 2004-06-04 Michal Čihař  <michal@cihar.com>
4825     * libraries/read_dump.lib.php: Do not strip comments here.
4826     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
4827       be followed with any control char) (patch #965106).
4828     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4830 2004-06-04 Garvin Hicking <me@supergarv.de>
4831     * Bug #959320: Broken row highlighting in vertical
4832       browsing mode fixed. The pointer will now highlight
4833       columns as expected and unmark the row after unclicking.
4835 2004-06-03 Alexander M. Turek  <me@derrabus.de>
4836     * header.inc.php: Undefined variable.
4838 2004-06-03 Michal Čihař  <michal@cihar.com>
4839     * db_details_links.php, header.inc.php, server_links.inc.php,
4840       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
4841       heading (RFE #965542).
4842     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
4843     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
4844       error messages.
4845     * header.inc.php: Remove spaces before colons (bug #965594).
4846     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
4847       strDatabase (needed for above fix).
4848     * libraries/config_import.lib.php: Do not override
4849       $cfg['ShowHttpHostTitle'].
4850     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
4851       Can disable main page icons (bug #965550).
4852     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
4853       not allowed here.
4854     * tbl_query_box.php: Fix default query generating.
4856 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
4857     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
4858       "Engine" in MySQL 4.1.2 (bug #964011).
4860 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
4861     * header.inc.php: bug #963414, when PropertiesIconic was false,
4862       the code did not define the icon variables. Also, remove hardcoded
4863       'Server' string
4864     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
4866 2004-05-30 Michal Čihař  <michal@cihar.com>
4867     * libraries/display_tbl.lib.php: Return back to browsing after editing
4868       row.
4870 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
4871     * sql.php: bug #956828, deleting last row gives an error. I could not
4872       find a case where we need the line I just removed, which was
4873       causing the bug.
4874     * tbl_properties.inc.php: missing statement group {}, was causing
4875       the display of part of the changing amount of columns dialog
4876       when editing a field structure
4878 2004-05-28 Michal Čihař  <michal@cihar.com>
4879     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
4880       comments in bug #951744).
4881     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
4882       contain field names (RFE #948590, patch #961726).
4884 2004-05-26 Michal Čihař  <michal@cihar.com>
4885     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
4886     * lang/estonian: Update thanks to Alvar Soome - finsoft.
4887     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
4888     * lang/dutch: Update thanks to Ivo Teel - calimonk.
4889     * lang/german-utf-8: Remove duplicated string.
4890     * lang/*: Remove allow_recoding from non utf-8 translations.
4891     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
4892       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
4894 2004-05-26 Alexander M. Turek  <me@derrabus.de>
4895     * translators.html: Linked to Indonesian translator's SF page instead of
4896       his email address.
4898 2004-05-25 Michal Čihař  <michal@cihar.com>
4899     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
4900       just lang.
4901     * libraries/select_lang.lib.php: Fix language dialects detection (based on
4902       patch #958994).
4904 2004-05-23 Garvin Hicking <pma@supergarv.de>
4905     * db_details.php: Fixed broken file upload since redesign-patch.
4907 2004-05-20 Michal Čihař  <michal@cihar.com>
4908     * many files: Little code reorganistaion (RFE #957308), removed some
4909       remaining php3 compatibility code in SQL parser.
4911 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
4912     * pdf_schema.php: set contents page (first page)'s orientation
4913       to the same asked for the data dictionary
4915 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
4916     * tbl_select.php: bug 956137, undefined $data: on the search page,
4917       PMA_foreignDropdown() must be called with no current value for
4918       the data
4920 2004-05-19 Michal Čihař  <michal@cihar.com>
4921     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
4923 2004-05-16 Alexander M. Turek  <me@derrabus.de>
4924     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
4925       tbl_properties_structure.php, tbl_query_box.php,
4926       images/b_dbstatistics.png, images/b_tbloptimize.png,
4927       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
4928       images/b_useredit, libraries/display_tbl.lib.php,
4929       libraries/display_tbl_links.lib.php:
4930       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
4931     * libraries/functions.js: Bugfix for (un)check all features if
4932       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
4933       to Michael Keck (mkkeck).
4934     * Documentation.html: Let's use a hyperlink instead of referring to the
4935       chapter, as the chaper numbers might change.
4937 2004-05-14 Michal Čihař  <michal@cihar.com>
4938     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
4939       not just one global (patch #952917, bug #687009).
4941 2004-05-13 Michal Čihař  <michal@cihar.com>
4942     * libraries/export/sql.php: Minor optimalisations.
4943     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
4944       for generating INSERT and UPDATE queries (also fixes bug #953250).
4945     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
4946       #953295).
4947     * tbl_change.php: Repeat Go button every 15 rows globally and not per
4948       record.
4949     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
4950       inserting when multiple inserts after changing value (RFE #749733).
4951     * header.inc.php: Simplified title generating.
4952     * lang/czech: Fixed untranslated word (translation #952551).
4953     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
4954     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
4955     * tbl_properties_export.php: Generate better query for multi row export.
4956     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
4957       anything, display DROP query on better place (bellow tabs).
4958     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
4959       queries.
4960     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
4961     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
4962       a broken comment (bug #905066).
4963     * db_details_structure.php: Fixed colspan.
4964     * tbl_properties_table_info.php: Do not fail on broken table.
4966 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
4967     * db_details_structure.php: bug #951143, undefined $header_url_qry
4969 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
4970     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
4971       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
4973 2004-05-11 Michal Čihař  <michal@cihar.com>
4974     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
4975       queries generated by our db search.
4976     * db_search.php: Do not generate search query to include all fields, just
4977       SELECT * is enough.
4978     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
4979       original one is too long (bug #951744).
4981 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
4982     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4983     * left.php: commit for Garvin: fix for wrong group expanding (group
4984       name containing foreign characters)
4986 2004-05-10 Michal Čihař  <michal@cihar.com>
4987     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
4988       #951226.
4990 2004-05-10 Garvin Hicking <pma@supergarv.de>
4991     * db_details_structure.php, tbl_properties_structure.php: Fixed
4992       row-selection Javascript for Internet Explorer.
4994 2004-05-09 Garvin Hicking <pma@supergarv.de>
4995     * main.php, css/phpmyadmin.css.php: Corrected <form> position
4996       to XHTML compliance. Introduced "nospace" class.
4998 2004-05-09 Michal Čihař  <michal@cihar.com>
4999     * lang/czech: Updated.
5000     * tbl_properties_operations.php: Fixed documentation link.
5002 2004-05-09 Alexander M. Turek  <me@derrabus.de>
5003     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
5004       Adam Shantz (musus).
5005     * lang/german-*.inc.php: Updates.
5006     * db_details_structure.php, main.php:
5007       - coding standards;
5008       - removed debug code.
5010 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
5011     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
5013 2004-05-08 Alexander M. Turek  <me@derrabus.de>
5014     * config.inc.php, db_details_structure.php, Documentation.html,
5015       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
5016       libraries/config_import.lib.php:
5017       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
5019 2004-05-07 Alexander M. Turek  <me@derrabus.de>
5020     * calendar.php: Added missing CVS-ID-Tag.
5022 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
5023     ### 2.6.0-alpha2 released
5025 2004-05-07 Garvin Hicking <pma@supergarv.de>
5026     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
5027       'nested', the displayed table names should always be the real names,
5028       not the table comments.
5029     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
5030       librarries/functions.js: RFE #856208 - Show (un)check all boxes
5031       for query results.
5032     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
5033       RFE #949594 - Allow changing amount of columns for adding fields/
5034       creating table (without losing previous data)
5036 2004-05-07 Alexander M. Turek  <me@derrabus.de>
5037     * README: Updated copyright as discussed a couple of days ago.
5039 2004-05-06 Garvin Hicking <pma@supergarv.de>
5040     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
5041       mousepointer hovering on rows w/o checkboxes.
5043 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
5044     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
5045       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
5047 2004-05-05 Garvin Hicking <pma@supergarv.de>
5048     * db_details_db_info.php, db_details_structure.php, left.php: Speed
5049       up table fetching when using $cfg['ShowTooltips']. Allow to only
5050       see the grouped/nested tables in properties panel when clicking on
5051       a table group on the left frame.
5052     * db_details_structure.php: If JS is enabled, take away <label> link
5053       functionality because of onmousedown-handler duplicating this
5054       effect.
5055     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
5056       for column overview.
5058 2004-05-05 Michal Cihar  <michal@cihar.com>
5059     * config.inc.php, tbl_change.php, tbl_replace.php,
5060       libraries/common.lib.php, libraries/config_import.lib.php: Support for
5061       insert multiple rows at once (RFE #749733).
5062     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
5064 2004-05-04 Michal Cihar  <michal@cihar.com>
5065     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
5066       of TYPE in MySQL 4.1.1).
5067     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
5068       #946861).
5070 2004-05-04 Garvin Hicking <pma@supergarv.de>
5071     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
5072       available in tables overview, clicking on a cell in the table
5073       selects the checkbox next to it.
5074     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
5075       for Non-Light left frame. Introduce new option 'nested' for
5076       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
5077       virtual nested grouping, but for the tablename itself the tablename
5078       will be show, not the Alias.
5080 2004-05-03 Alexander M. Turek  <me@derrabus.de>
5081     * lang/german-*.inc.php: Clarification.
5083 2004-05-03 Michal Cihar  <michal@cihar.com>
5084     * querywindow.php: Fix javascript error (bug #946823).
5085     * tbl_query_box.php: Stray <li> (bug #946530).
5086     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
5087     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
5088       (RFE #946540).
5089     * db_details.php, tbl_change.php, tbl_query_box.php,
5090       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
5091       validity.
5092     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
5093     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
5094       not show multi row actions when no checkboxes shown.
5096 2004-05-03 Garvin Hicking <pma@supergarv.de>
5097     * lang/german* - Translation
5098     * left.php: Bug #946501 - Nested table now also work with aliased
5099       tablenames.
5100     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
5101       footer.inc.php, Documentation.html: Removed obsolete
5102       QueryFrameDebug configuration directive
5103     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
5104       structure to take previous settings into account.
5106 2004-05-02 Michal Cihar  <michal@cihar.com>
5107     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
5109 2004-04-30 Michal Cihar  <michal@cihar.com>
5110     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
5111       #944870).
5113 2004-04-29 Garvin Hicking <pma@supergarv.de>
5114     * db_details_structure.php: Bug #942362 - Colspan off by one
5115     * left.php: Modified js function to fit typecasting of Safari
5116     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
5117       the primary key reference.
5119 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
5120     * scripts/create-release.sh: keep only one previous version in cvs-prev
5121     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
5122     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5123     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
5124     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
5125     * lang/slovenian update, thanks to Kositer Uros
5126     * libraries/common.lib.php: patch #859034, better BLOB comparison
5128 2004-04-29 Michal Cihar  <michal@cihar.com>
5129     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
5130       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
5131       now correctly works with multibyte strings (bug #936161).
5132     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
5133     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
5134     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
5135     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
5137 2004-04-28 Michal Cihar  <michal@cihar.com>
5138     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
5139     * libraries/common.lib.php: When only_db matches no database, do not show
5140       any (bug #943626).
5141     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
5142       margin/padding.
5143     * server_privileges.php: No ugly message when editing privileges for
5144       non-existant database (bug #942357).
5146 2004-04-28 Garvin Hicking <pma@supergarv.de>
5147     * left.php, main.php, server_databases.php, common.lib.php,
5148       db_details_common.php: Bug #942296 - Safari can't handle
5149       location.replace() redirects correctly
5150     * libraries/tbl_change.js: Restrict calendar to maximum values for
5151       days/hours/minutes/seconds.
5152     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
5153       unique.
5154     * left.php, libraries/left.js: Fixed unneeded spacing between items
5155       and wrong collapsing in nested mode (Bug #943140). Removed
5156       some debugging non-xhtml tags.
5157     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
5158       for compatibility to the good old nobr-tag
5160 2004-04-27 Michal Cihar  <michal@cihar.com>
5161     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
5162       calendar.
5163     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
5164       lists items now have padding, so no more magins and <br />'s inside of
5165       them are needed.
5166     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
5167       nested tables.
5168     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
5169       query (bug #885497).
5171 2004-04-27 Garvin Hicking <pma@supergarv.de>
5172     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
5173       link in a way that the image always belongs to the last word
5174     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
5175       to mark the checkbox.
5176     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
5177     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
5178       fails.
5179     * querywindow.php: Bug #942395 - Missing space
5180     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
5181       table off by one.
5182     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
5183       count. Replace h1 with h2 for consitency
5184     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
5185       missing localization for multi-row edit/delete/export feature.
5186     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
5187       query window.
5188     * left.php: Fixed bug #942374 - Undefined indizes in left frame
5189       for light mode. Improved performance. Fixed tab-formatted code and
5190       adjusted to coding guidelines.
5191     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
5192       query together with multiple other queries, the db was reset to
5193       the first one.
5195 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
5196     * config.inc.php, left.php, Documentation.html,
5197       libraries/config_import.lib.php, libraries/common.lib.php:
5198       $cfg['LeftDisplayServersList'] to display the server choice as links,
5199       thanks to Cal Henderson
5201 2004-04-26 Michal Cihar  <michal@cihar.com>
5202     * libraries/string.lib.php: mb_* functions don't know some windows-*
5203       charsets (bug #940638).
5204     * tbl_indexes.php: Remove print_r (bug #942383).
5206 2004-04-22 Michal Cihar  <michal@cihar.com>
5207     * libraries/export/sql.php: Invalid SQL on empty table export (bug
5208       #939918).
5210 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
5211     ### 2.6.0-alpha1 released
5212     * (after the release) user_password.php: undefined offset in blowfish.php
5214 2004-04-20 Alexander M. Turek  <me@derrabus.de>
5215     * Documentation.html, README:
5216       - The MySQL 4.1 support is not experimental anymore;
5217       - Updated credits.
5218     * server_privileges.php: Fixed an error that occured when trying to add
5219       privileges to non-existant tables.
5221 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
5222     * libraries/tbl_change.js: was always returning current day
5224 2004-04-20 Michal Cihar  <michal@cihar.com>
5225     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
5226       calendar.
5228 2004-04-19 Alexander M. Turek  <me@derrabus.de>
5229     * lang/german-*.inc.php: Clarification.
5230     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
5231       Updated path to MySQL's searchable online documentation.
5232     * ChangeLog: Recoded to UTF-8.
5233     * server_privileges.php: Illegal mix of collations.
5234     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
5235       (bug #902414). This should fix many "Illegal mix of collations" errors.
5237 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
5238     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
5239       mysqli-specific export-bugs
5241 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
5242     * sql.php: bug 780516: capitalizing keywords: we no longer
5243       put the formatted query into $sql_query, due to better pattern matching
5245 2004-04-19 Michal Cihar  <michal@cihar.com>
5246     * libraries/tbl_change.js: Better return value formatting.
5247     * Documentation.html: Mentioned header and footer customization.
5249 2004-04-18 Michal Cihar  <michal@cihar.com>
5250     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
5251     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
5252     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
5254 2004-04-18 Alexander M. Turek  <me@derrabus.de>
5255     * lang/german-*.inc.php: Updates.
5256     * server_privileges.php:
5257       - $url_query was not visible in function scope;
5258       - Hotfix to avoid "MySQL out of sync" errors.
5259     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
5260       PMA_DBI_affected_rows() to be left out.
5262 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
5263     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
5265 2004-04-17 Alexander M. Turek  <me@derrabus.de>
5266     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
5267       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
5268       tbl_properties_operations.php, tbl_properties_structure.php,
5269       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
5270       Added ability to set / alter collations for databases, tables and fields.
5271     * tbl_alter.php: Charset information got lost when changing fields.
5272     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
5273       Removed mysql_wrappers library.
5275 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
5276     * lang/french update
5277     * scripts/create-release.sh: daily snapshots
5279 2004-04-16 Michal Cihar  <michal@cihar.com>
5280     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
5281       exports (RFE #859815).
5282     * images/button_export.png: At least some export icon.
5283     * libraries/display_tbl.lib.php: Fix image sizes.
5284     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
5285       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
5286       calendar for date fields (RFE #880647).
5288 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
5289     * ldi_table.php: allow longer field terminator (was 2 now 4);
5290       for example, to load a file where each line represents one field
5291       and the end of line is \r\n
5293 2004-04-15 Michal Cihar  <michal@cihar.com>
5294     * tbl_properties_export.php, tbl_row_delete.php,
5295       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
5296       #927554).
5297     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
5298     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
5299       to Marc for noticing this).
5301 2004-04-15 Olivier Mueller <om@omnis.ch>
5302     * left.php: RFE #859208, Logout button in left frame
5304 2004-04-14 Michal Cihar  <michal@cihar.com>
5305     * lang/czech: Updated.
5306     * tbl_select.php: Fixed undefined variable warning.
5307     * libraries/common.lib.php, libraries/display_tbl.lib.php,
5308       libraries/export/sql.php: Really support export of UPDATE queries (bug
5309       #914237), condition generation used from previous implementation in
5310       display_tbl.lib.php and moved to common.lib.php.
5311     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
5312       libraries/config_import.lib.php, libraries/display_export.lib.php,
5313       libraries/export/*: Support for enclosing SQL export in transaction (RFE
5314       #930827).
5315     * libraries/export/csv.php: Do not strip export too much (bug #913988).
5316     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
5317       compatibility code.
5319 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
5320     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
5321       thanks to Philippe Jausions (jausions)
5322     * Documentation.html: new faq links and cleanup, thanks to Cédric Corazza
5323     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
5324       bug 898484, IIS crash: do not use header('Location: ')
5326 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
5327     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
5328       libraries/relation.lib.php: Changed some queries to use
5329       MYSQLI_STORE_RESULT.
5331 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
5332     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
5333       db_details_structure.php, db_printview.php, left.php, main.php,
5334       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
5335       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
5336       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
5337       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
5338       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
5339       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
5340       with MYSQLI_USE_RESULT as default.
5341     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
5342       PMA_DBI_fetch_array.
5344 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
5345     * tbl_select.php, lang/*: feature 788608: new features for Search:
5346       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
5347       and column title is now Operator, thanks to Philippe Jausions (jausions)
5349 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
5350     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
5351       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
5352       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
5353       phpMyAdmin should now be fully compatible with the new mysqli
5354       extension. All extension specific functions are wrapped now.
5355     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
5356     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
5357       thanks to Wandering Zombie (wanderingzombie).
5359 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
5360     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
5361       query display. Thanks to Daniel Marschall (blackdrake)
5363 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
5364     * tbl_change.php, bug 931034, big numbers data entry,
5365       thanks to Dmitry (yrtimd)
5366     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
5367       problem with multi-row delete and quotes in WHERE clause,
5368       thanks to Ryan Schmidt (ryandesign)
5370 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
5371     * main.php, complete the fix for bug 922054
5373 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
5374     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
5375     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5376     * lang/malay: updated, thanks to nobody
5377     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
5379 2004-04-03 Olivier Mueller <om@omnis.ch>
5380     * server_privileges.php, libraries/server_privileges.js: added
5381       (un)checkall links to the "Global privileges" edition form.
5382       Todo: make it work even if JS is disabled + local links
5383       for the "Data" and "Structure" checkboxes groups.
5385 2004-04-02 Alexander M. Turek  <me@derrabus.de>
5386     * lang/german-*.inc.php: Fixed a typo.
5388 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
5389     * main.php: bug 922054, when there is no control user, the detection
5390       of the grants does not take into account all cases;
5391       thanks to Thomas ( jacob@internet24.de)
5393 2004-03-30 Michal Cihar  <michal@cihar.com>
5394     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
5396 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
5397     * server_privileges.php: bug 923171, password error when copying a user
5398     * server_privileges.php: bug 923227, copying a user with table privs
5400 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
5401     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
5402       libraries/common.lib.php, libraries/config_import.lib.php:
5403       Sort database and table names in natural order,
5404       thanks to Hoo Jia Xiong (hoojx)
5406 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
5407     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
5408       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
5409       conversions).
5411 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
5412     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
5413       Added wrapping function PMA_DBI_field_len.
5414     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
5415       from function PMA_DBI_insert_id().
5417 2004-03-25 Michal Cihar  <michal@cihar.com>
5418     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
5419       exists (bug #922509).
5420     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
5421     * lang/czech: Fixed typos and improved some texts.
5423 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
5424     * libraries/common.lib.php: bug 922553, wrong boundary check in
5425       PMA_flipstring(), thanks to Virgile Petit (pvtc)
5427 2004-03-24 Michal Cihar  <michal@cihar.com>
5428     * lang/*: Added missing "$strConnectionError" (bug #922006).
5430 2004-03-23 Olivier Mueller <om@omnis.ch>
5431     * libraries/mysql_wrappers.lib.php: added mysqli support to the
5432       PMA_mysql_field_flags function because mysqli does not know the function
5433       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
5434     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
5435       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
5436       PMA_DBI_try_query function (ne0x)
5437     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
5438       Added wrapping function PMA_DBI_fetch_array() (ne0x)
5439     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
5440       the new PMA_DBI_fetch_array() function instead of
5441       PMA_mysql_fetch_array() (ne0x)
5443 2004-03-22 Michal Cihar  <michal@cihar.com>
5444     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
5445       attempting sending headers twice.
5447 2004-03-22 Garvin Hicking <pma@supergarv.de>
5448     * lang/german-*: Update
5450 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
5451     * lang/romanian: Updated, thanks to Valics Lehel.
5452     * libraries/common.lib.php: bug 913704, delete link in db search
5453     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
5455 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
5456     * sql.php: bug 913630: did not detect correctly DELETE FROM table
5457       and even if detected, was calling a non-existent PMA_DBI_result()
5459 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
5460     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
5461       SHOW CREATE TABLE on older MySQL versions
5463 2004-03-10 Michal Cihar  <michal@cihar.com>
5464     * export.php: Correctly report error when export fails.
5465     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
5466       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
5467       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
5468     * libraries/export/*.php: Use unbuffered queries (patch #890075).
5469     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
5470       config.inc.php, libraries/common.lib.php,
5471       libraries/config_import.lib.php: Add support for INSERT IGNORE and
5472       UPDATE IGNORE.
5473     * config.inc.php, lang/*, libraries/common.lib.php,
5474       libraries/config_import.lib.php, libraries/display_export.lib.php,
5475       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
5476       export (RFE #913421).
5477     * lang/czech: Updated.
5478     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
5479     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
5480       while editing.
5481     * db_details_structure.php, lang/*: Implement database renaming (RFE
5482       #792463).
5483     * tbl_properties_operations.php: Copy table defaults to structure and data
5484       (RFE #856517).
5486 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
5487     * libraries/common.lib.php, libraries/display*, lang/*:
5488       bug 887933: avoid generating a nested form, and show a warning
5489       when user should define a primary key to get the Edit and Delete links
5490     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5491     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
5493 2004-03-09 Michal Cihar  <backtowork@cihar.com>
5494     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
5495       conversion.
5496     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
5497       PMA_mysql_fetch_array return value for last result (bug #905223).
5498     * browse_foreigners.php, libraries/common.lib.php,
5499       libraries/display_tbl.lib.php, libraries/relation.lib.php,
5500       libraries/sqlparser.lib.php, libraries/string.lib.php,
5501       libraries/transformations/text_plain__substr.inc.php: Use charset aware
5502       substr and strlen functions (bugs #854755 and #910575).
5503     * export.php: Fix buffer length counting, fix error detection (bug
5504       #909710).
5505     * libraries/export/latex.php: Fix undefined variable warning.
5506     * libraries/config_import.lib.php, libraries/common.lib.php,
5507       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
5508       add custom text to SQL export headers (RFE #874361).
5509     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
5510       header.inc.php, libraries/auth/cookie.auth.lib.php,
5511       libraries/auth/http.auth.lib.php: Support for site configurable header
5512       and footer (patch #893477).
5514 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
5515     * libraries/sqlparser.lib.php: bug 909752, floating point digit
5516     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
5518 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
5519     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
5520       escaping of + in ENUM
5522 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
5523     ### 2.5.6 released from branch MAINT_2_5
5524     * libraries/common.lib.php: change Revision number to trigger execution
5525       of compatibility module config_import.lib.php, because cookie
5526       login does not work if LoginCookieValidity is not defined
5528 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
5529     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
5530       WHERE clauses).
5531     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
5532       missing mysql_get_client_info() function.
5534 2004-02-27 Michal Cihar  <imback@cihar.com>
5535     * config.inc.php, libraries/config_import.lib.php,
5536       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
5537       for limited (configurable) time, user name is encrypted (RFE #902295).
5539 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
5540     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
5542 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
5543     * pdf_pages.php: bug 903450, typo
5544     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
5545       called twice
5547 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
5548     * export.php: bug 899610, undefined variable $save_filename
5550 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
5551     * libraries/select_lang.lib.php: Deactivated the code part that disables
5552       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
5553       (bug #887183).
5554     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
5555       lang/snyc_lang.sh, libraries/select_lang.lib.php:
5556       - Changed charset definition from dos-622 into cp-622. Both definitions
5557         describe the same charset, but cp-622 is recognized better by some
5558         browsers;
5559       - File was broken due to some bad typos.
5560     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
5561       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
5562         so this change shouldn't cause big problems. The support for EUC-KR is
5563         wider and we are now able to create a Korean UTF-8 language file;
5564       - Added korean-utf-8 translation.
5565     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
5566       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
5567     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
5568       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
5569       the selected language file.
5570     * main.php:
5571       - Removed MySQL charset selection for MySQL 4.1.
5572       - Instead, the MySQL charset we picked is displayed.
5574 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
5575     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
5576       Introduced options parameter for query functions.
5577     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
5579 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
5580     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
5581       parser functions if one of the very first queries fails.
5582     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
5584 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
5585     * server_privileges.php: bug 818654, password not copied
5586     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
5587       bug 879005: execute stored bookmarks when user is different
5589 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
5590     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
5591     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5592     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
5593     * lang/dutch update, thanks to Ivo Teel
5594     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
5595     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
5597 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
5598     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
5599       support authentication protocol".
5601 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
5602     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
5604 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
5605     * tbl_change.php: bug 879923, NULL default value of DATETIME field
5607 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
5608     * export.php: security fix, thanks to Cedric Cochin for the advisory
5609     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
5611 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
5612     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
5614 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
5615     * lang/czech: Update.
5617 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
5618     * lang/german-*.inc.php: Updates.
5620 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
5621     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
5622     * lang/italian: Updated, thanks to Pietro Danesi (danone).
5623     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
5624     * lang/*, header.inc.php, db_details_links.php, sql.php,
5625       libraries/functions.js: new stronger warning before a DROP DATABASE
5627 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
5628     * browser_foreigners, tbl_change.php, tbl_indexes.php,
5629       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
5630       libraries/get_foreign.lib.php, libraries/relation.lib.php:
5631       Get rid of mysql_data_seek(). Use pre-cached PHP array for
5632       mysqli compatibility and bandwidth saving.
5634 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
5635     * main.php: bug 884606, MySQL version check before server choice
5637 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
5638     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
5639     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
5641 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
5642     * tbl_row_delete.php: bug 882695, broken row highlighting
5643     * libraries/display_tbl.lib.php: bug 879792, bad sort link
5644     * libraries/dbi/*: PMA_DBI_num_fields()
5646 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
5647     * querywindow.php: PMA_DBI_close() instead of DBI_close()
5648     * Documentation.html: clarify FAQ 6.21
5649     * libraries/dbi/*: use generic $strCantLoad message
5650     * lang/*: remove $strCantLoadMySQL message
5651     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
5652       display of unwanted error messages
5653     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
5655 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
5656     * header_printview.inc.php:
5657       - Don't bypass $cfg['Server']['verbose'] settings;
5658       - Include MySQL version in SQL printview headers.
5659     * header.inc.php: Avoid sending headers twice.
5661 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
5662     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
5663     * browse_foreigners.php, db_create.php, db_datadict.php,
5664       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
5665       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
5666       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
5667       querywindow.php, read_dump.php, server_common.inc.php,
5668       server_privileges.php, server_processlist.php, server_status.php,
5669       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
5670       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
5671       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
5672       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
5673       tbl_rename.php, tbl_replace.php, tbl_select.php,
5674       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
5675       libraries/common.lib.php, libraries/db_table_exists.lib.php,
5676       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
5677       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
5678       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
5679       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
5680       - Removed most remaining calls to old mysql_wrappers library;
5681       - Small optimizations and XHTML fixes.
5682     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
5683       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
5684       - Fixed "undefined constant" warning (bug #881637);
5685       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
5686         PMA_DBI_get_fields_meta();
5687       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
5688     * Documentation.html: Changed my email address.
5689     * header_printview.inc.php:
5690       - Don't bypass $cfg['Server']['verbose'] settings;
5691       - Include MySQL version in SQL printview headers.
5692     * header.inc.php: Avoid sending headers twice.
5694 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
5695     * lang/czech: Fixed unclear message.
5697 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
5698     * all concerned scripts: PMA_DBI_num_rows()
5699     * all concerned scripts: PMA_DBI_free_result()
5700     * all concerned scripts: PMA_DBI_insert_id()
5701     * all concerned scripts: PMA_DBI_affected_rows()
5703 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
5704     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
5705       PMA_DBI_get_dblist()
5707 2004-01-17 Michal Cihar  <argh@cihar.com>
5708     * lang/czech: Updated.
5710 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
5711     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
5712       libraries/common.lib.php, libraries/config_import.lib.php,
5713       libraries/database_interface.lib.php, libraries/defines.lib.php,
5714       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
5715       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
5716       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
5717     * main.php: This script now accesses MySQL exclusivly through the new DBI
5718       functions.
5720 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
5721     * mult_submits.inc.php: bug 876805, dropping a field with the
5722       multi-submit mechanism removes all internal relations of a table,
5723       patch thanks to Joosep-Georg Järvemaa (j-georg)
5725 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
5726     * Documentation.html: Slight update to what I've done
5728 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
5729     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
5730     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
5731     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
5733 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
5734     * libraries/sqlparser.lib.php: Support for _charset syntax.
5736 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
5737     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
5739 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
5740     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
5741       bug 857743, SHOW errors
5743 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
5744     * libraries/charset_conversion.lib.php: Skip charset conversion code if
5745       input charset and output charset are the same.
5747 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
5748     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
5749       as discussed in RFE #868369. Made foreigner window resizable.
5750     * libraries/functions.js: Reverted row marker patch. See RFE #867284
5751       for details.
5752     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
5753       libraries/functions.js: Upon clicking on a result row, de/activate
5754       the checkbox next to it. Only makes sense for horizontal mode. Can be
5755       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
5757 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
5758     * tbl_properties_operations.php: Changing a table's charset changed the
5759       charset of all fields (MySQL >= 4.1.1).
5761 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
5762     * libraries/config_import.lib.php: Added missing compatibility code for
5763       $cfg['RecodingEngine'].
5765 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
5766     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
5767       MySQL collations are now parsed and highlighted.
5768     * libraries/export/sql.php: Include charset / collation information in db
5769       export.
5771 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
5772     * db_details_structure.php: bug 868996, debug code still in place,
5773       thanks to Matthias Fichtner (mfichtner)
5774     * browse_foreigners.php: paging does not work; obey RepeatCells=0
5775     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
5777 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
5778     * lang/czech: Updated.
5779     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
5781 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
5782     * config.inc.php, db_details_common.php, db_details_structure.php,
5783       tbl_properties_operations.php, css/phpmyadmin.css.php,
5784       libraries/common.lib.php, libraries/config_import.lib.php,
5785       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
5786       - SQL parser detected the character set "binary" as column attribute;
5787       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
5788         library now has to be included AFTER having connected to the MySQL
5789         server;
5790       - The default charset of a database may now be changed;
5791       - Ensured that the user's connection is used for setting and retreiving
5792         charset information.
5793       * libraries/defines.lib.php: typo.
5795 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
5796     * tbl_select.php: bug 867320, dropdowns in search page
5798 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
5799     * db_details_structure.php, libraries/mysql_charsets.lib.php:
5800       - display database collation (MySQL >= 4.1.1);
5801       - list collations of all tables.
5802     * tbl_properties_strcuture, tbl_properties_table_info.php:
5803       - Changed "Charset" label to "Collation" because it fits better;
5804       - The column collations weren't displayed with MySQL 5.0.
5805     * libraries/sqlparser.data.php: New reserved words:
5806       - COLLATE (since MySQL 4.1.0);
5807       - RETURN  (since MySQL 5.0.0).
5809 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
5810     ### 2.5.5 released
5812 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
5813     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
5815 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
5816     * db_details_qbe.php: error when generating joins
5817     * Documentation.html: FAQ 6.22: default bookmark execution
5819 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
5820     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
5821     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
5823 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
5824     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5826 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
5827     * tbl_relation.php: bug 860258: do not destroy foreign key references
5828       to another db (still cannot enter via phpMyAdmin this kind of
5829       references)
5830     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
5832 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
5833     * lang/sync_lang.sh: Fix generation of translation, when source is in
5834       utf-8.
5835     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
5836       noticing this.
5838 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
5839     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
5841 2003-12-15 Garvin Hicking  <me@supergarv.de>
5842     * tbl_replace.php: Check all required array indizes for multi-row edit
5844 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
5845     * read_dump.php: bug 859062: Go & Bookmark problem when the
5846       query has a character like "+" in it
5848 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
5849     * tbl_query_box.php, ldi_table.php: maximum upload size
5850     * tbl_change.php: max BLOB upload size
5852 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
5853     * db_details.php, libraries/common.lib.php, lang/*:
5854       new feature to display the maximum upload size
5855       TODO: detect if upload succeeded
5857 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
5858     * export.php: Fixed Regex
5859     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
5860       libraries/transformations/application_octetstream__download.inc.php:
5861       Added a new transformation to download blob/binary field contents
5862       with customized filenames. Needed two minor tweeks to the general
5863       system.
5865 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
5866     * libraries/export/sql.php: Fix moving foreign key definition on Windows
5867       (bug #851950).
5869 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
5870     * tbl_replace.php: missing number of rows for Affected rows
5871       and Inserted rows; wrong message for insert ids
5872     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
5874 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
5875     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
5876       Updated character sets overview for MySQL 4.1.1.
5877     * db_create.php, main.php: Ability to specify a default character set for a
5878       new database.
5879     * libraries/sqlparser.lib.php: Bug #857749.
5881 2003-12-11 Garvin Hicking <me@supergarv.de>
5882     * header_printview.inc.php: RFE #856503, show number of rows in printview
5883     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
5884       #857684 where non-existant fields caused PHP notices.
5885     * db_details.php: Removed unneccessary whitespace
5886     * sql.php: Bug #857742: When dropping the only remaining database, an
5887       error occured. Fixed by checking if databases remein (as suggested
5888       by lem9)
5890 2003-12-10 Garvin Hicking <me@supergarv.de>
5891     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
5892       delimiter slipped to the replacement's end instead of the expression's
5893       end.
5894     * db_details_structure.php: Bug 857315 - short open tag fixed
5896 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
5897     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
5898     * main.php: bug 851564: backquotes on the wildcard dbname
5899       when no controluser is defined
5900     * db_datadict.php: bug 857186: ENUMs and data dictionary,
5901       thanks to Andrew Weiner (landreww) for the report and fix
5903 2003-12-09 Garvin Hicking <embatag@supergarv.de>
5904     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
5905     * lang/german*: Translations
5906     * left.php: Escape single quotes in single-table cases as well
5907       (Bug #855771)
5909 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
5910     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
5912 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
5913     ### 2.5.5-rc1 released
5915 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
5916     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
5918 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
5919     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
5920       and added some isset for a new check
5922 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
5923     * libraries/transformations/text_plain__dateformat.inc.php:
5924       Use <dfn>-Tag to display original data to not waste display
5925       clarity by using hyperlinks. Original implementation also
5926       failed when using customized options.
5928 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
5929     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
5930     * libraries/transformations/text_plain__dateformat.inc.php:
5931       patch 845690: show real data before transformation
5932     * left.php: bug 833790: put a workaround in place
5934 2003-12-04 Garvin Hicking <grinch@supergarv.de>
5935     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
5936       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
5937       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
5938       Multi row edit via checkboxes in browse mode is now available.
5939       This means, you can edit multiple records at once now.
5940     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
5941        (un)nullify() function
5942     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
5943       Made checkbox/edit/delete fields smaller
5945 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
5946     * libraries/display_tbl.lib.php: the constant used to check
5947       if the transformation function is included no longer exists
5948     * libraries/transformations/: replaced "include" by "require_once"
5949     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
5950     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
5951     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
5952     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
5953     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
5955 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
5956     * main.php: Fixed one remaining preg_match
5958 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
5959     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
5961 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
5962     * Almost every file:
5963       - Replaced all include / require commands by require_once where possible;
5964       - Further php 4.1+ optimizations;
5965       - footer.inc.php now automatically stops the script execution;
5966       - Coding standards.
5967     * config.inc.php: Don't include select_lang.lib.php here.
5968     * libraries/common.lib.php: Backwards compatibility.
5969     * libraries/common.lib.php, libraries/defines.lib.php,
5970       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
5971       scripts/create-release.sh:
5972       defines.lib.php was included twice. For optimization reasons I moved all
5973       the code that is independent from the MySQL connection out of defines.lib
5974       into defines_php.lib.
5975       To point out the (new) meanings of the files I renamed defines.lib.php to
5976       defines_mysql.lib.php while defines_php.lib.php is now known as
5977       defines.lib.php.
5979 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
5980     * lang/check_lang.sh: Cleanup.
5981     * lang/sort_lang.sh: Cleanup.
5982     * lang/czech: Better translated some strings.
5984 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
5985     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
5986     * lang/hindi: update, thanks to Girish Nair (girish_nair)
5987     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
5988     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
5990 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
5991     * translators.html: Changed email of Hindi translator, again.
5992     * badwords.txt: File is obsolete.
5994 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
5995     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
5996       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
5997       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
5998       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
5999       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
6001       Reverted some obfuscated regular expressions to their working eregi-versions
6002       to not break stuff. Removed unneccessary reset() calls, replaced some more
6003       while(list()) constructs.
6004     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
6005       libraries/common.lib.php, libraries/display_tbl.lib.php,
6006       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
6007       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
6009       - When stored transformations have '.php3' ending, automagically assume '.php' now.
6010       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
6011         linebreaks.
6013 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
6014     * lang/german-*.inc.php: Updates.
6015     * lang/english-*.inc.php: Sortation.
6017 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
6018     * tbl_rename.php: give an error if the new table name has a dot
6019       in its name, to avoid doing our automatic relation-table renames
6021 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
6022     * libraries/common.lib.php: Use preg again, it just needs a bit more
6023       escaping of \ (once for PHP and once for PCRE).
6024     * css/phpmyadmin.css.php: Make server selection in left frame same size as
6025       on other places.
6026     * main.php: One more regex escaping fix.
6027     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
6028     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
6029     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
6030     * translators.html: Updated email for Hindi translator.
6032 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
6033     * server_privileges.php3: while (list() = each()) is not always as bad as
6034       one might think ;-p
6036 2003-11-22 Garvin Hicking <me@supergarv.de>
6037     * ./*: More PHP3-compatibility removal, see 2003-11-20.
6039 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
6040     * tbl_properties_operations.php: display "Add constraints" only
6041       if there are foreign keys in current table
6042     * libraries/common.lib.php: revert back to previous logic at line 1108
6043       because of regex problem (when only_db is used)
6045 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
6046     * tbl_move_copy.php: typo about constraints
6048 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
6049     * scripts/create-release.sh: Udated information what is needed to change on
6050       home page to currect status.
6052 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
6053     * server_databases.php, server_processlist.php, server_status.php,
6054       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
6055     * README: Updated requirements.
6056     * scripts/create-release.sh: Create Documentation.txt when building the
6057       distribution kits.
6058     * Documentation.txt, scripts/updatedocs.sh: Romoved.
6060 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
6061     * read_dump.php: Show message about failing upload in all cases, removed
6062       some PHP compatibility code.
6063     * libraries/export/sql.php: More older PHP cleanup.
6064     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
6065       table moving/copying and allow to keep constraints over these
6066       operations.
6067     * server_databases.php: Add correct parameters to left frame to keep
6068       server choice, language, etc. (bug #845397).
6069     * libraries/config_import.lib.php, config.inc.php, db_details.php,
6070       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
6071       #839168).
6072     * Documentation.html: Valid XHTML again.
6073     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
6075 2003-11-20 Garvin Hicking <me@supergarv.de>
6076     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
6077       libraries/transformations/overview.php, libraries/*.php
6078       (work in progress)
6080       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
6081       - Replaced "while (list() = each())" calls by foreach loops.
6082       - Removed PHP3-compatibility code
6083       - Removed calls to $HTTP_*_VARS (using $_* now).
6084       - Replaced some TAB-characters with whitespace
6085       - Removed PHP4 < 4.1.0 compatibility code
6086       - Removed MySQL < 3.23.32 compatibility code
6087       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
6088         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
6089         performance
6090       - Replace calls to eregi*/split functions to their preg* counterparts for
6091         faster and binary-safe operation
6092       - Replace regex-Calls to simple string functions where possible (speedup)
6093       - Replace calls to substr($string, X, 1) to $string{X}
6095 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
6096     * libraries/display_tbl.lib.php: first group of headers was offset by
6097       one column to the left
6099 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
6100     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
6101     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
6102     * lang/portuguese: Updated, thanks to António Raposo (cfmsoft).
6103     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
6105 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
6106     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
6107     * Documentation.html: Modified requirements.
6108     * server_collations.php: Replaced obsolete "while (list() = each())" calls
6109       by foreach loops.
6110     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
6112 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
6113     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
6115 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
6116     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
6117       for the product name
6118     * main.php: new warnings for old PHP or MySQL versions
6120 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
6121     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
6123 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
6124     * almost EVERYTHING: The big rename from php3 to php.
6126 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
6127     * read_dump.php3: Show result of last SHOW query when multiple queries.
6128     * scripts/create-release.sh: Generate also sizes of files, for
6129       files.inc.php on homepage.
6131 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
6132     * lang/french: update
6133     * lang/turkish update, thanks to Bora Alioglu
6134     * lang/italian: Updated, thanks to Pietro Danesi (danone).
6135     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
6137 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
6138     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
6139       any ...TEXT field types can have a FULLTEXT index
6141 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
6142     * libraries/common.lib.php3: undefined variable dblist_full when
6143       renaming a table
6145 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
6146     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
6147     * libraries/export/sql.php3, libraries/config_import.lib.php3,
6148       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
6149       config.inc.php3: Allow delayed inserts (RFE #841298).
6150     * libraries/export/sql.php3, libraries/common.lib.php3,
6151       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
6152       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
6153       statements in export (RFE #838828).
6154     * lang/remove_message.sh: Checks for parameter count.
6156 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
6157     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
6158     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
6160 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
6161     * libraries/display_tbl.lib.php3: Added more secure checks
6162       for each'ing on arrays built by the query analyzer. (Bug #839630)
6163     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
6164       repeated headers were wrong since introduction of multi-row delete.
6166 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
6167     * scripts/extchg.sh: bug 839081: generator.sh was not converted
6169 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
6170     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
6171       bug 835783: now (if using PHP4) users can enter NULL in a field
6172       and get the string NULL and not a NULL value. For a real NULL
6173       value they must use the Null checkbox.
6175 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
6176     * New italian doc (partial) in pma_localized_docs
6177     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
6179 2003-11-06 Garvin Hicking <me@supergarv.de>
6180     * sql.php3, libraries/display_tbl.lib.php3:
6181       RFE #835491: Display linked values in printview. Display relation-
6182       related features (comments, MIME-transformations) in printview.
6183       Fix empty table rows in vertical display (kept Mozilla from displaying
6184       borders in this printmode). Adjusted layout a tiny-weeny bit to let
6185       the comments of a field fit the whole space.
6186     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
6187       Documentation.html: Propagate current MIME-type to plugin functions.
6188       Thanks for noticing (again), Thiemo Maettig. :)
6189     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
6190       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
6191       the left frame. The '*' character can be used to
6192       fill in all remaining characters. See Documentation for details.
6193       RFE #830355, thanks to Xuefer for suggestions.
6195 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
6196     * libraries/export/xml.php3: Add xml header with encoding information
6197       (bug #836630).
6199 2003-11-05 Garvin Hicking <me@supergarv.de>
6200     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
6201       store queries with errors in history, also when coming from the
6202       database SQL tab.
6203     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
6204       are now put inside a <code> HTML-container, not <pre>. This allows
6205       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
6206       formatting has been altered to preserve those.
6207     * libraries/transformations/text_plain__dateformat.inc.php3:
6208       Remove obsolete code, thanks to Thiemo Maettig!
6209     * Documentation.html, libraries/display_tbl.lib.php3,
6210       libraries/transformations/*:
6211       The $meta field information is now passed to the transformation plugins
6212       to allow future (and easier) usage of field information
6213       (zerofill/unsigned/not_null/...).
6215 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
6216     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
6217       about selecting homonyms on a table without primary key
6219 2003-11-04 Garvin Hicking <me@supergarv.de>
6220     * Documentation.html: Added known limitation about ANSI-mode
6221       (Bug #816858)
6222     * libraries/transformations/text_plain__dateformat.inc.php3:
6223       Bug #835252: Now allow more timestamps. Minor modification of a patch
6224       submitted by anonymous poster. Thanks!
6226 2003-11-03 Garvin Hicking <me@supergarv.de>
6227     * Documentation.html, tbl_row_delete.php3,
6228       libraries/display_tbl.lib.php3:
6229       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
6230       tweaks to make PHP-Transformations with forms working again. Added
6231       a limitation notice on that to FAQ 3.8. Added an image to this action.
6232     * libraries/display_tbl.lib.php3: Made multi-row delete working for
6233       vertical browse mode. When executing a multi-row delete, keep the
6234       last used display mode and other options.
6235     * Documentation.html: Adjusted link to the link-section of our homepage.
6236       Fixed typo.
6238 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
6239     * lang/czech: Updated.
6240     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
6241       (RFE #834053).
6243 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
6244     * lang/german-*.inc.php3: Grammar.
6245     * config.inc.php3, libraries/common.lib.php3,
6246       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
6247       libraries/export/csv.php3, lang/*.inc.php3:
6248       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
6250 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
6251     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
6252     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
6254 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
6255     * libraries/relation.lib.php3: bug 826880, quotes added
6257 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
6258     * lang/romanian: Updated, thanks to Valics Lehel.
6259     * tbl_relation.php3: add backquotes around table and field names
6260       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
6261       version, a blank character in a field name is not accepted by InnoDB
6263 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
6264     * querywindow.php3: bug 825668: js errors in SQL-history,
6265       thanks to Jenik Kaspar (jenix)
6267 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
6268     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
6269     * querywindow.php3: bug 829737, cosmetic change: added &nbsp; for
6270       better display in Iconic 'both' mode
6272 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
6273     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
6274     * lang/serbian: utf-8 translations contained no strings, regenerated.
6275     * lang/other: Added missing strings.
6276     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
6277       it makes sense (bug #829594).
6279 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
6280     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
6281       (bug #828370).
6282     * libraries/export/sql.php3. libraries/export/latex.php3,
6283       libraries/display_export.lib.php3, export.php3, lang/*,
6284       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
6285       supress dates in SQL dump separately.
6286     * lang/add_message.sh: Fail if no message specified.
6287     * lang/add_message_file.sh: Fail if no file specified.
6288     * libraries/display_export.lib.php3: Added ugly hack to allow switching
6289       export options in Opera (bug #828712).
6290     * db_details_structure.php3, lang/*: Show also overhead, allow to check
6291       all tables with overhead at once (JS only) (RFE #828090).
6292     * footer.inc.php3: Try to update history in table only if configured so
6293       (bug #828356).
6295 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
6296     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
6297       thanks to Chris Walsh (chriswalshaz)
6298     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
6299     * tbl_relation.php3: Bug 827340: Relation view should display also
6300       non-unique keys as possible choices for foreign keys
6302 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
6303     * Documentation, config.inc.php3, tbl_change.php3,
6304       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
6305       default functions configurable (RFE #821271).
6307 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
6308     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
6309     * libraries/functions.js: bug 825665, scratchboard and paper size
6310     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
6311     ### 2.5.4 released
6313 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
6314     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
6315     * tbl_query_box.php3, libraries/bookmark.lib.php3:
6316       bug 824958: bookmarks not configured
6318 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
6319     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
6320     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
6321     * lang/italian: Updated, thanks to Pietro Danesi (danone).
6322     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
6323     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
6324     * lang/sort_lang.sh: Ignores non file parameter.
6325     * libraries/common.lib.php3: Add some more fixes for wrongly typed
6326       $cfg['PmaAbsoluteUri'].
6327     * Documentation: Changed my email and credits.
6328     * libraries/defines_php.lib.php3: Output buffering is not available in
6329       php 3 (bug #824956).
6331 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
6332     * lang/russian-windows-1251: wrong charset (bug 823939)
6334 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
6335     * server_privileges.php3: bug 707516, sometimes db privileges
6336       are not shown
6338 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
6339     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
6341 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
6342     * libraries/grab_globals.lib.php3: bug 807047, better fix
6343     * tbl_select.php3: bug 821350: escape single quotes in table
6344       Search page
6346 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
6347     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
6349 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
6350     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
6351     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
6352     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
6353     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
6354       default phpMyAdmin table names from PMA_* to pma_*.
6356 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
6357     * lang/russian*: updated, thanks to Artyom Rabzonov
6359 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
6360     * Documentation: Another hint for creating primary/unique keys.
6362 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
6363     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
6365 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
6366     * tbl_replace.php3: Do not include query in redirect url if too long.
6368 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
6369     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
6370       against cookies of the same name
6371     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
6372       icon should not be displayed in all cases
6374 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
6375     * lang/slovenian update, thanks to Kositer Uros
6376     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
6377     * libraries/export/sql.php3: bug 815822 Undefined index/offset
6378     * lang/turkish update, thanks to Bora Alioglu
6380 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
6381     * translators.html: Better link.
6383 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
6384     ### 2.5.4-rc1 released
6386 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
6387     * lang/czech: Updated.
6388     * config.inc.php3, db_details_importdocsql.php3,
6389       db_details_structure.php3, libraries/config_import.lib.php3: You now
6390       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
6391       #812033.
6392     * Documentation: Documented above and support for compressed dumps.
6393     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
6394       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
6395       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
6397 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
6398     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
6399     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
6400     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
6401     * new lang: bosnian, thanks to Samir Kobiljak
6403 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
6404     * tbl_row_delete.php3, mult_submits.inc.php3,
6405       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
6406       RFE 810270: multi-row delete in browse mode
6407     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
6408     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
6409     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6411 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
6412     * tbl_indexes.php3: RFE #812993 (Icons for index table).
6413     * lang/persian-*.inc.php3, lang/sync_lang.sh,
6414       libraries/select_lang.lib.php3, translators.html:
6415       New Persian language files, thanks to Parham Ghaffarian.
6416     * libraries/select_lang.lib.php3: Removed a dublicate entry.
6417     * translators.html: I'm back. :-)
6418     * lang/english.inc.php3: Resorted strings.
6420 2003-09-26 Garvin Hicking <me@supergarv.de>
6421     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
6422       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
6424 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
6425     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
6426       markers), thanks to Michael Johnson (redbeardc).
6427     * server_privileges.php3: Fixed bug #811792 (Password not kept when
6428       modifying user).
6430 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
6431     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
6433 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
6434     * libraries/export/sql.php3: bug 811222: we need to analyze the query
6435       to get the true column name in case of aliases
6436     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
6437       does not need reduced font size
6439 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
6440     * pdf_schema.php3: bug 805227: the "Show color" only removed
6441       color on arrows, now removes all the color because of printing problems
6442       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
6444 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
6445     * server_privileges.php3: bug 784961, could not delete a user
6447 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
6448     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
6449       with older php (bug #802060).
6451 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
6452     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
6453       than one cookie auth is being used.
6455 2003-09-18 Garvin Hicking <me@supergarv.de>
6456     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
6457       Add bookmark option to query window/tab to bookmark any statement.
6459 2003-09-17 Garvin Hicking <me@supergarv.de>
6460     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
6461       history, not execute them immediately.
6462     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
6463     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
6464       server_databases.php3
6466 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
6467     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
6468       can not be read.
6469     * tbl_query_box.php3: Do not require any variables in query window.
6470     * lang/*, libraries/export/sql.php3: Export separately constraints, so
6471       they don't cause troubles on import (bug #807615).
6472     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
6473       libraries/common.lib.php3, libraries/config_import.lib.php3,
6474       libraries/auth/cookie.auth.lib.php3,
6475       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
6476       into cookie auth, new config variable for enabling this
6477       $cfg['AllowArbitraryServer'].
6478     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
6479       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
6480       #752886).
6481     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
6482       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
6483       they are compressed by smaller chunks and send to browser (RFE #795849).
6484     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
6485       comment including references.
6487 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
6488     * sql.php3: bug 790849 (js disabled and user removes the row limit
6489       from the Show [30] rows)
6491 2003-09-16 Garvin Hicking <me@supergarv.de>
6492     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
6493     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
6494     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
6495     one. Keep old function for any future use.
6497 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
6498     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
6499       "Select" becomes "Search" to denote more clearly was this sub-page
6500       is about
6502 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
6503     * libraries/export/sql.php3: Avoid freeing failed result.
6505 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
6506     * Documentation.html: clarify FAQ 6.20 about which privileges are
6507       assigned to users after an upgrade to MySQL 4, and their effect
6508       on seeing all the databases.
6510 2003-09-12 Garvin Hicking <me@supergarv.de>
6511     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
6512       (Bookmarks for all users)
6513     * lang/german*: Update
6514     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
6515       not working on PHP < 4.0.3
6517 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
6518     * lang/turkish update, thanks to Bora Alioglu
6519     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
6520       and add "Sort" tooltip to each column header
6522 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
6523     * read_dump.php3: Add also limit to size, not only to pieces, because of
6524       extended inserts (bug #803372).
6526 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
6527     * Documentation.html: clarify about InnoDB support
6528     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
6529       bug 792511: SELECT * FROM mytable LIMIT 0,-1
6530     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
6531       from mysql_list_fields, so modify PMA_mysql_list_fields to use
6532       SELECT * FROM db.table LIMIT 1
6533       (Thanks to Peter Beckman (ooglek))
6535 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
6536     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
6537       from mysql_list_tables, so modify PMA_mysql_list_tables to use
6538       SHOW TABLES FROM
6540 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
6541     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
6542       relations used.
6543     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
6544       indexes (RFE #528503).
6545     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
6546     * lang/dutch: Updated, thanks to nobody :-).
6548 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
6549     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
6550       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
6551       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
6552       server (RFE #684097).
6554 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
6555     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
6556       privileges).
6558 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
6559     ### 2.5.3 released
6561 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
6562     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
6563     * tbl_relation.php3: InnoDB support
6565 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
6566     * lang/italian: Updated, thanks to Pietro Danesi (danone).
6568 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
6569     * Documentation.html:
6570       - rewrote FAQ 1.17;
6571       - corrected some other FAQs;
6572       - tidied up "Requirements" section about MySQL.
6574 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
6575     * translators.html: azerbaijani, and change of address for
6576       swedish translator
6578 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
6579     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
6581 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
6582     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
6583       (bug #798426).
6584     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
6585     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
6586       translation, thanks to Shehriyar Imanov (sheki).
6588 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
6589     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
6590     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
6592 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
6593     * README: Updated php / MySQL versions.
6595 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
6596     * libraries/display_export.lib.php3: Allow xml to be also default export
6597       (bug #796706).
6599 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
6600     * tbl_relation.php3: User forgot to define an index on the master table
6601       before adding a foreign key constraint: trap the error, warn the user
6602       and show him a link to the relevant doc
6604 2003-08-27 Garvin Hicking <me@supergarv.de>
6605     * lang/german*: Update
6607 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
6608     * sql.php3, lang/*: Print view with full texts (RFE #742123).
6610 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
6611     * browse_foreigners.php3: undefined variable.
6613 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
6614     * libraries/common.lib.php3: Backwards compatibility.
6615     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
6617 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
6618     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
6619       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
6620       LaTeX export (patch #777451).
6622 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
6623     * lang/czech: Updated.
6625 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
6626     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
6627       InnoDB relations (for now, same db, only one index column, and
6628       no ON DELETE or ON UPDATE clauses)
6630 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
6631     * tbl_rename.php3: After renaming a table, move back to
6632       tbl_properties_operations.php3 instead of tbl_properties.php3.
6634 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
6635     * lang/galician: Updated, thanks to Xosé Calvo.
6636     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6637     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
6638     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
6639     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
6640     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
6641     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
6642     * libraries/relation.lib.php3: getForeigners() returns also the constraint
6644 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
6645     * tbl_relation.php3: improve variables, remove some code
6647 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
6648     * server_privileges.php3: Fixed some typos.
6650 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
6651     * lang/romanian: Updated, thanks to Valics Lehel.
6652     * lang/turkish update, thanks to Bora Alioglu
6654 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
6655     * lang/czech: Updated.
6656     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
6657     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
6658     * lang/italian: Updated, thanks to Pietro Danesi (danone).
6659     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
6661 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
6662     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
6663       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
6664       Patch 789367: Browse foreign values, thanks to Garvin
6665     ### 2.5.3-rc2 released
6667 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
6668     * translators.html: Garvin is now the official German translator,
6669       temporarily.
6671 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
6672     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6674 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
6675     * Documentation.html: Bad anchor link and other typos.
6677 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
6678     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
6679       and bug 788676: added a table to help Netscape aligning the icons
6680       with the text
6682 2003-08-15 Garvin Hicking <me@supergarv.de>
6683     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
6684       multi-submit button)
6685     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
6686       - Enlarge area around the new buttons for better usability
6688 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
6689     * Documentation: Synced export FAQ with export page.
6690     * Documentation: Fixed information about transformations.
6692 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
6693     * server_privileges.php3: Fix notice about undefined index (bug #780861).
6695 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
6696     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
6698 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
6699     * tbl_addfield.php3: Highlight correct tab after changing structure.
6700     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
6701       alpha_variable).
6703 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
6704     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
6705     * libraries/functions.js: Don't ask for confirmation of query that will
6706       not be executed (bug #783667).
6707     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
6708     * lang/czech: Updated, thanks to me :).
6710 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
6711     * libraries/export/csv.php3, libraries/export/latex.php3,
6712       libraries/export/xml.php3: Added some stripslashes to generate correct
6713       exports.
6715 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
6716     * server_status.php3: bug 786331, a 100,00% not internationalized,
6717       and align values for "More status variables"
6718     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
6720 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
6721     * libraries/auth/cookie.auth.lib.php3: Cookies required message
6722       should not look like an error
6724 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
6725     * lang/catalan update, thanks to Xavier Navarro (xavin).
6726     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
6727     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
6728     * lang/english, french: typos about $strDBGMaxTimeMs
6730 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
6731     * lang/serbian update, thanks to Mihailo Stefanovic
6732     * lang/romanian: Updated, thanks to Valics Lehel.
6733     * lang/galician: Updated, thanks to Xosé Calvo.
6734     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
6735     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6736     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
6737     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
6738     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
6740 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
6741     * sql.php3: bug 782925: fix "Showing rows..." message when user has
6742       put a LIMIT in the query
6743     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
6744       MySQL versions
6746 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
6747     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
6749 2003-08-05 Garvin Hicking <me@supergarv.de>
6750     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
6751       (Bug #782966)
6752     * tbl_change.php3: RFE #772991: Shorten dropdown field using
6753       $cfg['LimitChars']
6754     * tbl_change.php3: RFE #762221: Swap relational insert key order
6756 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
6757     * sql.php3: Fixed regular expression.
6758     * libraries/export/latex.php3: Use "table (field)" instead of
6759       "table -> field" when dumping relations into LaTeX (bug #776957).
6760     * libraries/display_export.lib.php3, libraries/export/csv.php3,
6761       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
6762       for Excel export (bug #771299).
6763     * header.inc.php3: Don't allow including this file twice.
6764     * db_details.php3, db_details_importdocsql.php3, export.php3,
6765       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
6766     * libraries/tbl_change.js: When ENUM field has just one value, it could
6767       not be set to NULL (bug #783533).
6768     * tbl_move_copy.php3: Use database we're working on to avoid some problems
6769       with replicated databases (bug #780439).
6770     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
6771       one (bug #780569).
6773 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
6774     * libraries/sqlparser.data.php3: bug 779453, wrong count
6775     * lang/turkish update, thanks to Bora Alioglu
6776     * lang/romanian: Updated, thanks to Valics Lehel.
6777     * lang/ukrainian: update, thanks to Markijan Baran
6778     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
6779       from "Create PHP Code" or "Without PHP Code"
6781 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
6782     * lang/czech: Updated.
6784 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
6785     * tbl_select.php3: bug 697979, implemented a suggestion by
6786       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
6787       on the Select page, to avoid (in most cases) a IE limitation
6789 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
6790     * main.php3: Added link to charset page.
6791     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
6792       information.
6793     * tbl_properties_structure.php3: Tooltips for collations.
6795 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
6796     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
6797       or a foreign key) was wrongly urldecoded to a space
6798     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
6800 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
6801     * tbl_move_copy.php3: wrong Missing message
6803 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
6804     * server_privileges.php3: Implemented some version checks to avoid bugs like
6805       #777785.
6807 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
6808     * serbian: big update,
6809       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
6810       Mihailo Stefanovic <mst@mikis.org>
6811     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
6812     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6813     * lang/catalan update, thanks to Xavier Navarro (xavin).
6814     ### 2.5.3-rc1 released
6816 2003-07-29 Garvin Hicking <me@supergarv.de>
6817     * Documentation.html, config.inc.php3, read_dump.php3,
6818       css/phpmyadmin.css.php3, libraries/common.lib.php3,
6819       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
6820       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
6821         execution of a multi-query statement even though single queries
6822         may fail
6823       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
6824         of each query of a multi-query statement (taking some maximum
6825         line/pieces amounts into account)
6826       o changed formatting of syntax_comment to include some space
6827     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
6828       Display MySQL error code and link to the MySQL-Documentation of
6829       error codes
6831 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
6832     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
6833       multi-submit buttons.
6835 2003-07-28 Garvin Hicking <me@supergarv.de>
6836     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
6837       is set to 'none', positively retain any user formatting for query
6838       output. (RFE #769219)
6839     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
6841 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
6842     * sql.php3: bug 778899, could not create a bookmark
6843     * ldi_table.php3: Users with register_global=off received some
6844       Missing messages, due to a missing "require" in ldi_table.php3
6846 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
6847     * server_privileges.php3: A user could not edit his own global privileges.
6849 2003-07-25 Garvin Hicking <me@supergarv.de>
6850     * Documentation.html: Updated my E-Mail, added latest credits-items
6851     * images/*, config.inc.php3, db_details_structure.php3,
6852       libraries/common.lib.php3, table_details_structure.php3,
6853       libraries/display_tbl.lib.php3, Documentation.html,
6854       left.php3:
6855       Even more new images on more places: DB properties, Table
6856       properties, Table Display (LinkOrButton unified as well),
6857       Left frame.
6858       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
6859       care?)
6861 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
6862     * header.inc.php3: XHTML compatibility
6863     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
6864       unable to insert record with FK in another db
6866 2003-07-24 Garvin Hicking <me@supergarv.de>
6867     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
6868       TRUNCATE statements!
6869     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
6870     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
6871       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
6872       for the database properties page and implemented RFE #752062: multi-
6873       column display for many tables.
6874       (thanks to Kawika Ohumukini [boogie33]).
6876 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
6877     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
6878       bug 772765, InnoDB and multi-columns foreign key
6879     * tbl_select.php3: LIKE in Select sub-page for non-text fields
6881 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
6882     * libraries/mysql_charsets.lib.php3:
6883       - better method for retrieving the supported MySQL charsets;
6884       - fixed a bug that caused "armascii8" to appear twice in the charsets
6885         list (as "armascii8" and "armascii");
6886       - added ability to retrieve all collations and related MySQL settings;
6887       - added a function to build description strings for given collations
6888         (still needs some optimization).
6889     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
6890     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
6891       New status page "Character Sets and Collations" for MySQL 4.1.
6893 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
6894     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
6895     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
6897 2003-07-23 Garvin Hicking <me@supergarv.de>
6898     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
6899       (Bug #769827)
6900     * libraries/display_export.lib.php3, libraries/export/sql.php3
6901       Only print Update/Creation/Check time when the checkbox 'Include
6902       Comments' is chosen. So it is now also possible to check that
6903       box even though the relational features could be deactivated.
6904       But all checks to relational comments will only use those if
6905       the relation features work.
6907 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
6908     * lang/estonian update, thanks to finsoft@sourceforge.net.
6909     ### 2.5.2 released
6911 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
6912     * tbl_properties_operations.php3: Do not display the
6913       "Referential integrity check" section for InnoDB tables
6914       as this was intended for pmadb relations
6916 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
6917     * (in lots of scripts): checks for paths disclosure
6918     * lang/catalan update, thanks to Xavier Navarro (xavin).
6920 2003-07-18 Garvin Hicking <me@supergarv.de>
6921     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
6922       way of rewriting bookmark variables.
6923     * Documentation.html: Bookmark variable expansion only works with PHP
6924       4.3.0 and above
6925     * tbl_query_box.php3: For the querywindow - if no items are available
6926       for the 'file import' tab, hide the 'Go' button and instead display
6927       a warning message. Can happen if you don't have $cfg['UploadDir']
6928       set and $is_upload is false.
6930 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
6931     * server_status.php3: the percentages of Query types did not add up
6932       to 100, because the number of connections is included in the total
6933       number of queries, thanks to jht001 ( Jams H Thompson )
6935 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
6936     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
6937       appeared when inserting values into ENUM or SET fields.
6939 2003-07-17 Garvin Hicking <me@supergarv.de>
6940     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
6941       Thanks to andreas_e ;)
6943 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
6944     * lang/galician: Updated, thanks to Xosé Calvo.
6946 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
6947     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
6949 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
6950     * libraries/functions.js: Bug #771794 (CHAR length check although field name
6951       is empty).
6953 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
6954     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
6955       a LONGTEXT with character set latin7
6956     * db_details_structure.php3, tbl_properties_structure.php3: missing
6957       $err_url for mult_submits
6958     * scripts/create-tables.sql: don't use backquotes in USE
6960 2003-07-14 Garvin Hicking <me@supergarv.de>
6961     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
6963 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
6964     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
6966 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
6967     ### 2.5.2-rc2 released
6969 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
6970     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
6971     * lang/estonian update, thanks to finsoft@sourceforge.net.
6973 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
6974     * lang/turkish update, thanks to Bora Alioglu
6975     * lang/slovak update, thanks to Lubos Klokner
6977 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
6978     * db_create.php3:
6979       - Display CREATE DATABASE query;
6980       - Call user-defined default tab instead of hardcoded db_details.php3.
6981     * index.php3: Don't display scrollbars in queryframe (Opera fix).
6982     * libraries/display_export.lib.php3: Disabled XML export for multiple
6983       databases because an XML file must not contain more than one database.
6985 2003-07-10 Garvin Hicking <me@supergarv.de>
6986     * libraries/display_tbl.lib.php3: Let the default function take
6987       the honor to replace special strings, so that a non-default function
6988       does not necessary have them introduced. Very convenient for the
6989       text/plain->formatted display, which would otherwise get every
6990       CR/LF converted to a <br> and introduce nasty skew.
6992 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
6993     * pdf_schema.php3: do not display a foreign table if it's not selected
6994       by user to be on the schema
6996 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
6997     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
6998     * lang/italian: Updated, thanks to Pietro Danesi (danone).
6999     * footer.inc.php3: Fix JS error when in query window is not active SQL
7000       tab.
7002 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
7003     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
7004       in password/username (bug #747020).
7005     * server_privileges.php3: Fixed escaping when backslash in
7006       password/username.
7007     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
7008       (bug #768351).
7009     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
7010     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
7011     * lang/galician: Updated, thanks to Xosé Calvo.
7013 2003-07-09 Garvin Hicking <me@supergarv.de>
7014     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
7015       whole frameset)
7016     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
7017       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
7018       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
7019       for all browsers except IE6.x. Created a meta-header to identify which
7020       setting is used, to make our debugging of bugreports easier.
7022 2003-07-08 Garvin Hicking <me@supergarv.de>
7023     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
7024       This enables phpMyAdmin to be used within a frameset without trying
7025       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
7026       1.4 and IE5.5.
7028 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
7029     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
7030       incorrect row count for MySQL 4.1 subqueries;
7031       bug 649665, incorrect row count for UNIONs
7033 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
7034     * config.inc.php3, tbl_properties_operations.php3,
7035       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
7036       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
7037       AUTO_INCREMENT value (RFE #763957).
7038     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
7039     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
7040     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
7041     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
7042     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
7043     * lang/romanian: Updated, thanks to Valics Lehel.
7044     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
7045     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
7046     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
7048 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
7049     * libraries/common.lib.php3: Send headers before exiting because of missing
7050       MySQL extension.
7051     * lang/german-*.inc.php3: Updates.
7053 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
7054     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
7055       compatibility.
7056     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
7058 2003-07-07 Garvin Hicking <me@supergarv.de>
7059     * tbl_change.php3: Fix undefined index for disp_query
7060       (when inserting a new row with a file uploaded to a column)
7061     * libraries/transformations/image_jpeg__inline.inc.php3,
7062       libraries/transformations/image_png__inline.inc.php3: Proper escaping
7063       of &amp;
7064     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
7065       smaller default font size (like OPERA). Bug #752646.
7067 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
7068     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
7069       Documentation.html: only one blowfish secret is necessary for
7070       all servers, thanks to Alexander M. Turek
7071     ### 2.5.2-rc1 released
7073 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
7074     * lang/czech: Updated.
7075     * css/phpmyadmin.css.php3: url() should not contain quotes.
7077 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
7078     * lang/german-*.inc.php3: Updates.
7079     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
7081 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
7082     * libraries/auth/config.auth.lib.php3, lang/*.php3:
7083       $strAccessDeniedExplanation
7084     * lang/swedish update, thanks to Björn T. Hallberg (bth).
7085     * lang/polish update, thanks to Jakub Wilk (ubanus).
7087 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
7088     * lang/czech: Updated.
7090 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
7091     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
7092     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
7093       sometimes, binary contents in cookies is not retrieved properly,
7094       so protect it with base64_encode()
7095     * lang/ukrainian: update, thanks to Markijan Baran
7097 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
7098     * lang/romanian update, thanks to Valics Lehel
7099     * lang/turkish update, thanks to Bora Alioglu
7100     * lang/italian update, thanks to Pietro Danesi
7102 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
7103     * Documentation.html: faq 8.1 about security alert of 2003-06-18
7104     * tbl_properties_links.php3: fix missing SQL section for exports
7105     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
7106       libraries/common.lib.php3, libraries/config_import.lib.php3,
7107       config.inc.php3, user_password.php3, Documentation.html, lang/*:
7108       now used the blowfish algorithm to encrypt the password in the
7109       temporary cookie
7111 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
7112     * lang/french: update
7114 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
7115     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
7116       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
7117     * tbl_query_box.php3: Moved load text files link outside form.
7119 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
7120     * left.php3: Removed debugging code
7122 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
7123     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
7124       checks to avoid trying to use relations when no table (bug #761835).
7126 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
7127     * sql.php3: bug 760648: incorrect result count on MySQL 3
7129 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
7130     * lang/ukrainian: update, thanks to Markijan Baran
7131     * libraries/sqlparser.lib.php3 typo
7133 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
7134     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
7135       back to tbl_properties_structure.php3 when not dropping table.
7137 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
7138     * scripts/create-release.sh: typo, bzip should be bzip2
7139     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
7140       bug 760648 export SELECT DISTINCT results
7142 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
7143     * libraries/sqlparser.lib.php3: Fixed XSS problem.
7144     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
7145       specied length for CHAR/VARCHAR fields.
7146     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
7147       exporting custom SQL (also saves one SQL query for export) (fixes bug
7148       #755386).
7149     * lang/italian: Updated, thanks to Pietro Danesi (danone).
7150     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
7151     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
7152     * lang/czech:  Updated.
7153     * lang/*: Removed duplicate strReset.
7154     * lang/check_lang.sh: Ignore japanese specific messages.
7155     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
7156       query into CSV/LaTeX/XML (RFE #684804).
7158 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
7159     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
7161 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
7162     * pdf_pages.php3: automatic layout start at 300,300 for better look
7163       on the dom-drag scratchboard
7165 2003-06-23 Garvin Hicking <me@supergarv.de>
7166     * Documentation.html, config.inc.php3, pdf_pages.php3,
7167       css/phpmyadmin.css.php3, libraries/common.lib.php3,
7168       libraries/config_import.lib.php3, libraries/dom-drag.js,
7169       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
7170       for PDF-relation setup. Based on DOM-drag.js, a library provided
7171       by Aaron Boodman (youngpup.net).
7172     * lang/german*: Updates
7173     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
7175 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
7176     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
7177       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
7178       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
7179       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
7180       files for incomplete arrays ($byteUnits, $day_of_week and $month).
7181     * libraries/common.lib.php3: Security fix against bad JS code.
7182     * translators.html: Removed Loïc from list; he is inactive at the moment.
7183     * Documentation.html: Changed my email address.
7185 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
7186     * scripts/updatedocs.sh:
7187       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
7188     * scripts/create-release.sh:
7189       - Moved to using updatedocs.sh for updating documentation.
7190       - Make tarring faster by re-arranging ops.
7192 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
7193     * sql.php3: typo in call to cleanup columns
7195 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
7196     * pdf_schema.php3: use PMA_getForeigners()
7197     * db_details_qbe.php3: undefined variable
7199 2003-06-20 Garvin Hicking <me@supergarv.de>
7200     * db_details_importdocsql.php3: Will now NEVER reveal any filename
7201       the docSQL import isn't able to read. Can now only read contents
7202       of the 'docSQL' subdirectory and never be able to go higher than
7203       that level.
7205 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
7206     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
7207     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
7208     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
7209     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
7210       foreign keys defined in innnodb
7211     * tbl_select.php3: use PMA_getForeigners() also for innodb
7213 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
7214     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
7216 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
7217     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
7219 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
7220     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
7222 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
7223     * export.php3: Fixed saving compressed dumps on server.
7224     * libraries/display_export.lib.php3: Fixed description for line
7225       terminating character.
7227 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
7228     * libraries/sqlparser.data.php3: bug 753813, "session" is not
7229       a reserved word
7231 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
7232     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
7233       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
7234       function, that checks true dl availability (fixes #747717). All checks
7235       are based on php 4.3.1 source, so if this gets changed, we will need to
7236       change checks also.
7238 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
7239     * libraries/relation.lib.php3: bug 751787: should not disable all
7240       the features, when the relation feature is broken
7242 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
7243     * libraries/auth/cookie.auth.lib.php3: undefined scheme
7244     * main.php3: undefined scheme
7246 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
7247     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
7248     * libraries/export/sql.php3: typo largeblob -> longblob
7250 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
7251     * scripts/create-release.sh: Set correct permissions before releasing.
7252     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
7253       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
7254       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
7255       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
7256       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
7257       changes:
7258         - support for exporting selected databases
7259         - if not needed buffering, output is send directly
7260         - unifies all export, so there is now more common code
7261         - sql export can contain relations and mime types in comments
7262         - configurable defaults for export.
7264 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
7265     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
7266       almost every select.
7267     * lang/italian: Updated, thanks to Pietro Danesi (danone).
7268     * lang/czech: Updated.
7270 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
7271     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
7272     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
7273       SET and ENUM fields may have a character set, too.
7275 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
7276     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
7277       number.
7278     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
7279       tbl_properties.inc.php3, tbl_properties_operations.php3,
7280       tbl_properties_structure.php3, tbl_properties_table_info.php3,
7281       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
7282       - phpMyAdmin is now able to assign / alter table and field charsets;
7283       - The table structure page sometimes displayed "Array" in the charset
7284         column;
7285       - When altering the field type, the input box for the field length
7286         sometimes had a strange default value.
7288 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
7289     * Documentation.html, config.inc.php3: new LimitChars behavior
7291 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
7292     * mult_submits.inc.php3: Missing ;.
7293     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
7294       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
7295     * tbl_query_box.php3: Don't add target if not in query window.
7296     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
7297       (RFE #742123).
7298     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
7299       edit/display deleted page just after deleting.
7300     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
7301       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
7302       select paper size for pdf (RFE #631551).
7303     * read_dump.php3: Fixed undefined variable warning (bug #750070).
7304     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
7305       (bug #678289).
7307 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
7308     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
7309     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
7310     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
7311       the Options tab into Operations
7313 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
7314     * libraries/display_export.lib.php3, libraries/functions.js: Some
7315       javascript cleanup.
7316     * db_details_links.php3: Display Query tab even with no tables.
7317     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
7318       string.
7319     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
7320       dropdown for server list in left frame (RFE #555978).
7321     * tbl_query_box.php3: Possibility to upload SQL file with no database
7322       selected (RFE #641760).
7323     * lang/czech: Typo.
7325 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
7326     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
7327       and GRANT or REVOKE
7328     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
7330 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
7331     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
7333 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
7334     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
7335     * lang/slovak update, thanks to Lubos Klokner
7337 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
7338     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
7339       setting.
7341 2003-06-03 Garvin Hicking <me@supergarv.de>
7342     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
7343       (Experimental)
7344       New feature - The automatic update of the query window seems to
7345       cause some headache for users. They type in their query, want to
7346       look in a different table for some fields, want to switch back to
7347       their browser window and the changes are lost because the last table
7348       is always filled in. Now we have a checkbox to preserve the edited
7349       content from any update outside of the window. It is automatically
7350       checked by editing the contents of the query textarea and can be
7351       unchecked to restore previous behaviour. Thanks to Alexander Meis
7352       for this suggestion. Optionally we could build in a config variable
7353       to override this 'onChange' effect, but I guess it's not necessary.
7354     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
7355       of ereg_replace, because it interprets \0, \1 and so on not as strings
7356       but as regex-subpatterns and fails to convert those strings correctly.
7357       We'll have to see if that can be the case on other usages of
7358       preg_replace as well.
7360 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
7361     * server_status.php3: RFE #723325 (Move total query statistics).
7363 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
7364     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
7365       executing bookmark (bug #745993).
7366     * scripts/create-release.sh: Better checking for input, exit when cvs
7367       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
7368       everything to 775.
7369     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
7370       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
7371       (RFE #747343).
7372     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
7373       export.
7374     * main.php3: Add server to phpinfo link to avoid relogin with more
7375       servers.
7376     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
7377       target="_blank" as it should be.
7379 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
7380     ### 2.5.1 released
7381     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
7382       PROCEDURE ANALYSE()
7384 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
7385     * Happy Birthday to me :-)
7386     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
7388 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
7389     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
7390       parameters to empty string, as older iconv version don't support it
7391       (bug #747164).
7393 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
7394     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
7396 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
7397     * lang/chinese_gb: Update thanks to Wang (fundawang).
7399 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
7400     * lang/romanian updates, thanks to Valics Lehel
7401     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
7402     * lang/polish: update, thanks to Jakub Wilk
7404 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
7405     * lang/bulgarian-*.inc.php3: Updates, thanks to
7406       Stanislav Yordanov (stanprog).
7407     * tbl_properties_structure.inc.php3:
7408       - Fixed display for tables with few indexes;
7409       - BLOBs are always binary;
7410       - RFE #623665 (MySQL 4.1 support):
7411         - Fixed display of field charsets;
7412         - The table charset is now displayed.
7413     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
7414     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
7415       as SET fields (again RFE #623665).
7416     * Documentation.html:
7417       - Declared MySQL 4.1 support as experimental;
7418       - Added some notes about MySQL 4.1 / 5.0;
7419       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
7420         least on my test machines for a couple of months.
7421     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
7422     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
7423       even if it was used in "CHARACTER SET".
7424     * libraries/common.lib.php3:
7425       - Removed check for default tab values: They are already checked in
7426         config_import.lib.php3;
7427       - Corrected config file revison;
7428       - XHTML fixes.
7429     * server_databases.php3: Small interface fixes.
7430     * translators.html: Removed a dublicate message.
7432 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
7433     * lang/czech: Updated.
7435 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
7436     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
7437       the best method (LOCAL or not) in the LOAD dialog, and allow user
7438       to override it
7440 2003-05-29 Garvin Hicking <me@supergarv.de>
7441     * index.php3: Add frameborder to allow resizing. Introduces a 1px
7442       bar, but cannot be solved. Note that this is only neccessary
7443       for Mozilla, IE5/6 allow resizing with a "0" frameborder
7444     * footer.inc.php3: Only update queryframes DB/Table info when
7445       no error happened in a query.
7446     * ldi_table.php3: Use <label> tags for the new radio buttons as with
7447       our other GUI elements.
7449 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
7450     * translators.html: Typo.
7452 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
7453     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
7454     * lang/chinese_gb: Update thanks to Wang (fundawang).
7455     * translators.html: more typos
7457 2003-05-28 Garvin Hicking <me@supergarv.de>
7458     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
7459       the PEAR library and PHP changed the way how referenced variables
7460       get accessed, we have to pre-initialize the array and submit that
7461       to the PEAR call() funktion.
7462     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
7463       Petit!
7464     * tbl_relation.php3: Will now not show a selected display field, if
7465       none has been set yet for a table to not let users think, the key
7466       is set.
7468 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
7469     * lang/czech: sorted.
7471 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
7472     * lang/chinese_big5: Updated, thanks to Siu Sun
7473     ### 2.5.1-rc1 released
7475 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
7476     * documentation, config.inc.php3, tbl_change.php3,
7477       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
7478       to disable ctrl+arrows moving.
7480 2003-05-25 Garvin Hicking <me@supergarv.de>
7481     * left.php3: Fix #742632 finally: Refresh to main.php3
7482       if an empty DB has been selected.
7484 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
7485     * left.php3: new fix for #742632
7486     * lang/polish: update, thanks to Jakub Wilk
7487     * lang/italian: Updated, thanks to Pietro Danesi (danone).
7489 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
7490     * Documentation.html: talk about left frame levels
7491     * lang/galician: update, thanks to Xosé Calvo
7492     * lang/turkish: update, thanks to Bora Alioglu
7494 2003-05-24 Garvin Hicking <me@supergarv.de>
7495     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
7496     * read_dump.php3: Bug #741256
7497     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
7498       when a query was submitted from the query window
7500 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
7501     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
7502       the analyzer, bug analyzed thanks to Michal!
7504 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
7505     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
7507 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
7508     * lang/romanian updates, thanks to Valics Lehel
7510 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
7511     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
7512       when editing indexes.
7513     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
7514       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
7515       #741599).
7516     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
7517       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
7518       #741192).
7519     * lang/sync_lang.sh: Removed dropped farsi translation.
7520     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
7521     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
7522     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
7524 2003-05-22 Garvin Hicking <me@supergarv.de>
7525     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
7526       a query in (with/without) PHP code views, and display a new
7527       "Execute query" link in this mode.
7528     * lang/german*: Update.
7530 2003-05-20 Garvin Hicking <me@supergarv.de>
7531     * index.php3: New rewrite of how the frameset is created
7532       (Patch item #738226 plus some <noframes> corrections).
7533       This fixes compatibility problems, even though it's not
7534       valid XHTML 1.0, because the <script>/<noscript> tags are
7535       not allowed in there.
7537 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
7538     * lang/korean update, thanks to WooSuhan
7539     * lang/estonian update, thanks to finsoft@sourceforge.net.
7540     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
7541     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
7542     * lang/slovak update, thanks to Lubos Klokner
7544 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
7545     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
7546       false.
7547     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
7549 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
7550     * left.php3, index.php3: bug 739348: because the db name is no longer
7551       encoded in left.php3 (to accomodate html entities), we have to stop
7552       decoding it, otherwise a db name with a plus sign is not selectable
7553     * sql.php3: bug 738508: do a quick count on the rows to avoid
7554       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
7556 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
7557     * Documentation, config.inc.php3, tbl_change.php3,
7558       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
7559       configurable (RFE #737174).
7561 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
7562     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
7563       CSV for multiple tables, it just puts all content into one file, but
7564       some people seem to want this (based on patch #735136).
7565     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
7566       slashes in filename with underscore to avoid possible problems.
7567     * db_details_export.php3: Remember selected tables after exporting to a
7568       file.
7569     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
7570       highliting tabs when including files (set $active_page for highliting).
7571     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
7572       #737660).
7574 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
7575     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
7577 2003-05-14 Garvin Hicking <me@supergarv.de>
7578     * lang/german*: Translations.
7579     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
7580       better fix for #624712), by Maxime Delorme. Thanks!
7581     * tbl_change.php3: RFE #737174 implemented (comments welcome)
7582     * tbl_change.php3: RFE #723124 implemented (reset button)
7583     * read_dump.php3, tbl_query_box.php3: RFE #641760
7584     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
7586 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
7587     * libraries/sqlparser.data.php3: bug 736793, new reserved
7588       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
7589       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
7590       it in the reserved words for now.
7592 2003-05-13 Garvin Hicking <me@supergarv.de>
7593     * footer.inc.php3, querywindow.php3: Fix bug #736197
7594       (clicking on edit link from a sql-query now switches
7595        to sql tab of the query window)
7596     * left.php3: Improved performance by using str_replace instead
7597       of ereg_replace.
7598     * lang/german*: Translations.
7599     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
7600       'Show as PHP')
7602 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
7603     * left.php3: Fixed displaying of tables with quote in name.
7604     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
7605     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
7606       (RFE #734985).
7607     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
7608     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
7609     * read_dump.php3: Correctly checks whether table exists.
7610     * libraries/common.lib.php3: Highlight tab also when current page is
7611       read_dump.php3 and $goto is link of current tab.
7612     * tbl_replace.php3: Display message after updating row.
7613     * libraries/common.lib.php3: Fix tab attributes when some specified as
7614       parameters.
7615     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
7616       #737023).
7617     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
7618       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
7619       Documentation.html: Support for saving to file on server (part of RFE
7620       #730197).
7622 2003-05-12 Garvin Hicking <me@supergarv.de>
7623     * queryframe.php3: Remove left/bottom margin to better fit the link title
7624       in the small frame.
7625     * footer.inc.php3: Only update db/table variables if the query was correct.
7626       Fixes #735970.
7627     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
7628       common.lib.php3: Patch #725839 (Nested display of tables)
7629     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
7631 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
7632     * index.php3: Better fix for #736003.
7633     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
7634     * mult_submits.inc.php3, server_databases.php: Add confirmation when
7635       dropping databases (bug #736238).
7637 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
7638     * Documentation.html, config.inc.php3,
7639       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
7640       Merged patch #729514 - support for iconv parameters.
7641     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
7642       multi statement query result. Closes RFE #728833.
7643     * tbl_dump.php3, libraries/build_dump.lib.php3,
7644       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
7645       export improvements. Now can export table structure and some other
7646       options. Closes RFE #718942.
7647     * tbl_change.php3: Remember state of insert as another row - fixes
7648       #736064, show used query.
7649     * index.php3: Fixed typo in hash, fixed bad hash propagated with
7650       JavaScript. Fixes #736003.
7652 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
7653      ### 2.5.0 released
7655 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
7656      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
7657        show just the pages near the current page
7659 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
7660      * libraries/common.lib.php3: Whole tab is now link.
7661      * libraries/display_export.lib.php3: Disable CSV export for multiple
7662        tables - fixes #734104.
7663      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
7664      * lang/chinese: Update thanks to Wang (fundawang).
7665      * lang/sync_lang.sh: Fix for POSIX sh.
7666      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
7667        count - fixes #735441.
7668      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
7669        fields (was treated like BLOB).
7670      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
7671        be undefined.
7673 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
7674      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
7675        TEXT fields (a if on the type returns "blob") caused
7676        problems
7678 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
7679      * libraries/build_dump.lib.php3: bug 731866: text fields were
7680        exported hexified, because mysql_field_type() was used and
7681        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
7683 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
7684     * libraries/get_foreign.lib.php3: bug 731480: was not counting
7685       the rows of the foreign, thanks to Stefan Elssner
7687 2003-05-02 Garvin Hicking <me@supergarv.de>
7688     * css/phpmyadmin.css.php3: Small typo, seems to be
7689       solution of support request #728820
7690     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
7691       thanks to Ryan)
7692     * Added scripts/inno2pma (from Ernie Hershey). Please see
7693       Patch Tracker #709383 for further information.
7694     * libraries/display_tbl.lib.php3: Bug #728813 (title for
7695       relations when foreign_db != master_db)
7696     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
7697       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
7698       the fix for Bug #730718.
7699       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
7700       altered the way the form is submitted in LeftFrameLight mode to
7701       keep the queryframe. Only if JavaScript is usable, otherwise it's
7702       not necessary to keep the 'opener' pointer.
7703     * libraries/display_tbl.lib.php3: PHP3 compatibility.
7704     * libraries/common.lib.php3, db_details_common.php3, index.php3,
7705       main.php3: Still have to propagate $hash to the left frame...
7707 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
7708     * pdf_schema.php3, bug 729517, better comment output,
7709       thanks to Maxime Delorme
7711 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
7712     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
7714 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
7715     * server_privileges.php3: No need to escape wild characters here.
7717 2003-04-29 Garvin Hicking <me@supergarv.de>
7718     * tbl_move_copy.php3: Bug #729416
7719     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
7720     * index.php3: Typo
7721     * db_details_structure.php3: Prevent uninitialized variable
7723 2003-04-28 Garvin Hicking <me@supergarv.de>
7724     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
7725       Even more issues when QueryFrameJS is set to true, but JS is not
7726       activated. Haven't ever thought this would be necessary. ;)
7727       I tested everything with QueryFrame/QueryFrameJS set to true/false
7728       with and without JavaScript enabled, and got everything working.
7729       Please verify for yourselves! :)
7731 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
7732     * lang/polish: update, thanks to Jakub Wilk
7734 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
7735     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
7736       javascript). But there are still problems without javascript.
7738 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
7739     ### 2.5.0-rc2 released
7741 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
7742     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
7743     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
7744     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
7745     * lang/{catalan,english,indonesian,spanish}: Added some missing
7746       translations.
7748 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
7749     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
7750     * libraries/display_export.lib.php3: Automatically check "Save as file"
7751       when selecting compression.
7753 2003-04-22 Garvin Hicking <me@supergarv.de>
7754     * libraries/common.lib.php3, main.php3, db_details_common.php3:
7755       When reloading the frame, propagate hash value (for querywindow)
7757 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
7758     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
7759       in the drop-down box
7761 2003-04-20 Garvin Hicking <me@supergarv.de>
7762     * libraries/display_tbl.lib.php3, index.php3, left.php3,
7763       tbl_query_box.php3, queryframe.php3, querywindow.php3:
7764       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
7765       (serious) issues with multiple instances of phpMyAdmin and
7766       the query window. Also made sure that disabling the QueryFrame
7767       is possible without seeing errors. Of course, this is
7768       extremely reduced usability without JS.
7770 2003-04-18 Garvin Hicking <me@supergarv.de>
7771     * left.php3, index.php3, tbl_query_box.php3,
7772       libraries/display_tbl.lib.php3, queryframe.php3:
7773       Fixed Bug #723713
7775 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
7776     * Documentation.html: faq about double auth windows
7777     * lang/ukrainian: update, thanks to Markijan Baran
7778     * tbl_relation.php3: bug 696215: can now choose all segments
7779       of the primary key
7781 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
7782     * lang/ukrainian: update, thanks to Markijan Baran
7783     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
7784       test in MySQL 4 to check if superuser
7786 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
7787     * tbl_replace_fields.php3: Fix typo.
7788     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
7789       MySQL sometimes problems...
7791 2003-04-17 Garvin Hicking <me@supergarv.de>
7792     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
7793       detect changes in BLOB fields with a special name.
7794     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
7795       original values of a BLOB field when 'Insert as new row' is
7796       chosen on edit.
7797     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
7798       crossing DB borders now allowed)
7800 2003-04-16 Garvin Hicking <me@supergarv.de>
7801     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
7802       with no $db set
7804 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
7805     * badwords.txt: "status" is not a reserved word
7807 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
7808     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
7809     * tbl_properties_common.php3: Avoid displaying message twice in some cases
7810       (fixes bug #722378).
7811     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
7813 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
7814     * tbl_query_box.php3: Only display charset selection when a DB is
7815       selected.
7816     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
7817       key and with BLOB field (bug #708182).
7819 2003-04-15 Garvin Hicking <me@supergarv.de>
7820     * footer.inc.php3, queryframe.php3: Changed anchor target
7821       and window name of queryframe as suggested by Armel
7822       Fauveau (thanks!)
7824 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
7825     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
7826       a reserved word in MySQL
7827     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
7828       are functions
7829     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
7831 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
7832     * lang/some translations: Damn, I didn't commit all empty translations
7833       yesterday...
7834     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
7835       which translations has failed, now also converts by default only
7836       modified files and is capable to get charset from filename when reading
7837       from file has failed.
7838     * left.php3: More fixes for HTML entities.
7839     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
7840       when changing it.
7841     * lang/czech: Updated.
7842     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
7843     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
7844     * lang/italian: Updated, thanks to Pietro Danesi (danone).
7845     * lang/catalan: Updated, thanks to Xavier Navarro.
7846     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
7847       characters in db/table name.
7848     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
7849     * db_details.php3, tbl_query_box.php3: Display choice for charset also
7850       when only UploadDir available.
7852 2003-04-14 Garvin Hicking <me@supergarv.de>
7853     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
7854       usage. (Bug #720846)
7855     * footer.inc.php3: Needed \n for some cases.
7856     * tbl_query_box.php3: Only display file import when a DB is selected.
7858 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
7859     * lang/french: update
7860     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
7861     * lang/polish: update, thanks to Jakub Wilk
7862     ### 2.5.0-rc1 released
7864 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
7865     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
7866       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
7867       Added $strCharset.
7869 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
7870     * lang/{slovenian,russian,croatian,bulgarian}: We don't
7871       want empty translations...
7873 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
7874     * libraries/common.lib.php3: Better fix against possible "wrong parameter
7875       count" errors.
7876     * server_privileges.php3:
7877       - Fixed a broken link in the user overview table;
7878       - Fixed bug #539756 again.
7879     * lang/german-*.inc.php3: Updates.
7880     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
7881       (Feature #623665, part 1).
7883 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
7884     * libraries/common.lib.php3, config_import.lib.php3:
7885       MaxExactCount backwards compatibility
7886     * db_details_structure.php3: undefined $row_count for InnoDB tables
7888 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
7889     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
7890       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
7891     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
7892       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
7893     * Documentation.*: Documented above.
7894     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
7895     * lang/galician: Added missing string.
7896     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
7898 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
7899     * pdf_schema.php3, libraries/common.lib.php3,
7900       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
7901       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
7902       (<20000 rows) tables (RFE #708533).
7903     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
7904     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
7905       XHTML errors, document is again valid XHTML.
7906     * lang/italian: Updated, thanks to Pietro Danesi (danone).
7908 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
7909     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
7910       and XML dump.
7911     * libraries/display_export.lib.php3: Added <br /> before charset
7912       selection in export.
7914 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
7915     * lang/*: $updComTab -> $strUpdComTab
7916     * libraries/relation.lib.php3: put back version 1.30 message
7917       that uses $strUpdComTab
7918     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
7920 2003-04-09 Garvin Hicking <me@supergarv.de>
7921     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
7922       to prevent false arrow aligning when using 'same widths'.
7924 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
7925     * lang/galician: update, thanks to Xosé Calvo
7926     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
7927     * lang/italian: Updated, thanks to Pietro Danesi.
7928     * lang/chinese_gb: update, thanks to (fundawang)
7929     * lang/swedish: update, thanks to Björn T. Hallberg
7930     * lang/norwegian: update, thanks to Sven-Erik Andersen
7932 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
7933     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
7934       multi submit actions.
7936 2003-04-06 Garvin Hicking <me@supergarv.de>
7937     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
7938       Now multiple fields can be inserted at cursor position (Mozilla/IE)
7939       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
7940     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
7941       libraries/relation.lib.php3: RFE #715914: Sort query history by
7942       (autoincrement) key instead of timevalue. Only save queries in
7943       history if they were successful. This required the moving of
7944       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
7945       test, if this works for everyone. It does for me.
7947 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
7948     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
7949       column before MySQL 3.23 (bug #712055).
7950     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
7951       machines with register_globals = off.
7953 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
7954     * lang/romanian updates, thanks to Valics Lehel
7955     * lang/slovenian update, thanks to Kositer Uros
7957 2003-04-03 Garvin Hicking <me@supergarv.de>
7958     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
7960 2003-04-02 Garvin Hicking <me@supergarv.de>
7961     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
7962     * tbl_move_copy.php3: At least one of the PDF integrity checks
7963       on moving/copying a table can safely be enabled.
7964     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
7965       newly created table' depend on a selected checkbox. State of that
7966       checkbox is saved in a cookie.
7967     * lang/*: Added $strSwitchToTable for the above.
7968     * lang/german-*: Translations
7970 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
7971     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
7972       generated SQL dump, move to newly created table also after copying.
7973     * tbl_properties_operations.php3: Some fixes for html entities in db/table
7974       names.
7975     * db_details_structure.php3, mult_submits.inc.php3,
7976       tbl_properties_structure.php3: Show multi submits result after headers
7977       and tabs from originating place.
7978     * lang/czech: Updated.
7979     * tbl_properties_operations.php3: Not only remember, but also recall state
7980       of checkbox for move to newly created table (see Garvin's entry above).
7982 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
7983     * Documentation.html: clarify about wildcard database
7984     * lang/bulgarian, translators.html: big update from the new translator:
7985       Stanislav Yordanov, stan at stud.ru.acad.bg
7986     * lang/italian: Updated, thanks to Pietro Danesi.
7988 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
7989     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
7990       thanks to Jose Fandos (jose.fandos at sonnd.com)
7992 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
7993     * server_privileges.php3, lang/*.inc.php3:
7994       - Fixed bug #708292 (Support for host-based privileges).
7995       - Show SQL query when adding a user.
7996     * server_processlist.php3, lang/*.inc.php3: Feature #707495
7997       (SHOW FULL PROCESSLIST).
7998     * lang/german-*.inc.php3: Updates.
8000 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
8001     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
8003 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
8004     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
8005       tbl_properties_operations.php3, tbl_properties_structure.php3,
8006       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
8007       more fixes for HTML entities in field/table/db name.
8009 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
8010     * Documentation.html: Fixed GRANT queries for the controluser.
8012 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
8013     * main.php3: replace the 'USE mysql' test, as users with a global
8014       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
8016 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
8017     * tbl_query_box.php3, tbl_properties_operations.php3,
8018       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
8019       HTML entities fixes.
8020     * read_dump.php3: Fixed detection of $goto.
8021     * header.inc.php3: Neated URL generating.
8022     * lang/czech: Updated.
8024 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
8025     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
8026       multisubmit actions (RFE #622603).
8027     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
8028       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
8029       queries for multiple tables.
8030     * db_details_structure.php3: Display correctly table names that contain
8031       HTML entities.
8032     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
8033       caused HTML entities to be quoted twice.
8034     * tbl_indexes.php3: Fixed editing of index with HTML entities.
8035     * lang/czech: Updated.
8036     * tbl_properties_structure.php3: Fix enabling/disabling links to index
8037       creating (it requires type, but there was also MIME type added).
8039 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
8040     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
8041       config.inc.php3, Documentation.html: disabling of the parser no
8042       longer possible
8044 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
8045     * libraries/defines.lib.php3: Small bugfix.
8046     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
8047     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
8048       errors.
8050 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
8051     * libraries/transformations/text_plain__imagelink: display the
8052       image, with width and height options
8053     * libraries/transformations/text_plain__link: the link was not
8054       functional at my site; also, document this transform in lang.
8056 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
8057     * server_privileges.php3: typo
8058     * lang/french update
8059     * image_jpeg__plain renamed to text_plain__imagelink, because
8060       the contents is not an image but a filename
8062 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
8063     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
8064       to sql.php3.
8065     * libraries/display_export.lib.php3: Again fixed selecting table/db
8066       filename template.
8067     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
8068       table.
8070 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
8071     * lang/hebrew update, thanks to Yuval Sarna
8073 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
8074     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
8075     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
8076       type when doing charset conversion.
8077     * libraries/display_export.lib.php3: Fixed selecting table/db filename
8078       template.
8079     * libraries/read_dump.lib.php3, db_details.php3,
8080       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
8081       Automatic detection of compression for uploaded data.
8083 2003-03-19 Garvin Hicking <me@supergarv.de>
8084     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
8085       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
8086       input area (SQL window, table properties) AND in the 'Insert/Update field' display
8087       where you can upload files to blob fields. Experimental.
8089 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
8090     * lang/german-*.inc.php3: Updates.
8092 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
8093     * tbl_properties_operations.php3: fixed bad id of option (#706147).
8094     * lang/dutch: Updated, thanks to Gilles van den Hoven.
8095     * lang/thai: Updated.
8096     * lang/italian: Updated, thanks to Pietro Danesi.
8097     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
8098     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
8099     * lang/chinese: Updated, thanks to Siu Sun.
8101 2003-03-18 Garvin Hicking <me@supergarv.de>
8102     * libraries/display_export.lib.php3: Fixed variable usage.
8103     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
8104       libraries/common.lib.php3: Added new transforms for a substr()
8105       function, a dateformat() modified and a basic plugin for external
8106       programs. Support for TIDY has been experimentally been built in.
8107       External programs make use of piping and thus cannot be used in
8108       Windows.
8109       Added the ability for transforms to adjust the "nowrap" option of a
8110       cell.
8111       Some german translation.
8113 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
8114     * libraries/select_lang.lib.php3: modify order of Russian lang files
8115       because MSIE does not accept cp866 and users do not see anything,
8116       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
8118 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
8119     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
8120       Konqueror doesn't like it there and it is not needed.
8121     * lang/czech: updated.
8122     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
8123       when using transformations.
8124     * libraries/display_export.lib.php3, db_details_links.php3,
8125       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
8126       server_processlist.php3, server_status.php3, server_variables.php3,
8127       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
8128     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
8129       specify how will filename for exported data look like (RFE #678642).
8130     * Documentation.*: Next release seems to be 2.5.0.
8131     * lang/latvian: Updated, thanks to Sandis Jerics.
8133 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
8134     * pdf_pages.php3  will now check if the pdf_pages table has entries
8135       that reference tables that no longer exist. if it does user is prompted
8136       to delete them.
8138 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
8139     * user_password.php3, header.inc.php3, libraries/user_password.js:
8140       put back js functions for user password change (= old user_details.js)
8141     * libraries/display_tbl.lib.php3, functions.js: new feature:
8142       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
8144 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
8145     * pdf_pages.php3: Automatic layout of tables on the schema
8147 2003-03-15 Garvin Hicking <me@supergarv.de>
8148     * pdf_schema.php3: Fixed typo.
8150 2003-03-14 Garvin Hicking <me@supergarv.de>
8151     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
8152     '../' safety issues, display transformations only if file exists
8153     (Bug #703555)
8155 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
8156     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
8157         - Typo fixes:
8158         s/RestricColumnTypes/RestrictColumnTypes/
8159         s/RestricFunctions/RestrictFunctions/
8160     * scripts/create_tables.sql:
8161         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
8163 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
8164     * server_status.php3: Fixed the Garvin's calculations.
8165     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
8166     * libraries/header_meta_style.inc.php3,
8167       libraries/transformations/overview.php3: Fixed CSS link.
8168     * tbl_properties.inc.php3: Added tooltips for transformations.
8170 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
8171     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
8173 2003-03-13 Garvin Hicking <me@supergarv.de>
8174     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
8175     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
8176     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
8177       results page (1px border in the color of BrowserMarkerColor around the cells).
8178       RFE #638800
8179     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
8180       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
8181       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
8182       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
8183       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
8184     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
8185       clarity. Make it easier to enable defaults (RFE #695265)
8187 2003-03-12 Garvin Hicking <me@supergarv.de>
8188     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
8189       was not displayed if it has no comment.
8190     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
8191       bookmarktable.
8192     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
8193       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
8194       label as the tablename is found.
8195     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
8196       auto_increment value. (RFE #639655)
8197     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
8198       Display DB comments and MIME types, where appropriate.
8199     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
8200       the querywindow which didn't show the latest querys always.
8201     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
8202       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
8203       to do, so please see Documentation.html. I thought it too hard to move the
8204       bookmark-box around where you can store the bookmarks, because there are a couples
8205       of redirections involved. So the major problem is that your to-be-stored bookmark
8206       HAS to yield at least a single result row for you to be able to store that.
8207     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
8208       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
8209       for that table.
8210     * tbl_properties_export.php3, db_details_export.php3,
8211       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
8212       export now is a perfect look-alike except for a multi-tables dropdown.
8213       Put the code to display the export into a seperate file for re-usability.
8214     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
8215       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
8216       map to which MySQL field type and in the dropdown of the function list first
8217       display the fitting functions, and then for compatibility reasons the rest of
8218       the functions.
8219       TODO: I don't know if I chose the correct mapping for all types. Please correct
8220       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
8221     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
8222       tbl_rename.php3, libraries/relation.lib.php3:
8223       Bugfix #579256 / RFE #577328 : Automatic update of relations,
8224       display fields, comments, bookmarks, ... on update, delete and duplicate.
8225       Automatic duplication/moving of PDF pages does not yet work. Would the
8226       original author please be so kind to have a look at the tbl_move_copy.php
8227       script, search for '[TODO]' and apply necessary fixes? ;)
8228     * tbl_dump.php3: New $sql_structure variable for the new table export
8229       design broke DB export functionality. Fixed this.
8231 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
8232     * lang/ukrainian: update, thanks to Markijan Baran
8234 2003-03-11 Garvin Hicking <me@supergarv.de>
8235     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
8236       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
8237       Improved security of docSQL importer. You now can only access
8238       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
8239       file on its own via File Upload (if $is_upload is true).
8240       Filenames not matching the converter will no more printed out to
8241       maintain security. Permits input of '../'.
8242     * transformation_wrapper.php3 - Remove $err_url, because if a query
8243       fails here, the user won't get to see the error string anyways.
8244       Can happen if you want to display a blob without having an index
8245       key in your query, because the blob cannot be filtered by a content
8246       WHERE-string.
8248 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
8249     * libraries/sqlparser.data.php3: bug 700082, support of XOR
8251 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
8252     * translators.html: Another mechanism against stupid people who use the
8253       translator list as a list of localised support hotlines or try to get a
8254       translation by mail order... :o)
8255     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
8256       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
8257       that the correct font families are used.
8259 2003-03-10 Garvin Hicking <me@supergarv.de>
8260     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
8261       thanks to Csaba Gabor!
8262     * sql.php3: Fixed another occurence of addslashes() where it no longer
8263       belongs.
8264     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
8265       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
8266       - when creating/altering/adding table fields you can now change the
8267       wrong form input, instead of losing all your data. Have fun. :-)
8268     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
8269       lang/*:
8270       Added new table export format by Michal Cihar. db_details_export.php3
8271       should be adapted to the new layout somewhen. Fixed Compression.
8272     * header.inc.php3, header_printview.inc.php3, index.php3,
8273       left.php3, queryframe.php3, querywindow.php3,
8274       transformation_wrapper.php3, css/phpmyadmin.css.php3,
8275       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
8276       libraries/functions.js, libraries/header_http.inc.php3,
8277       libraries/header_meta_style.inc.php3, libraries/left.js
8278       libraries/sqlparser.lib.php3:
8279       Massive code-cleanup. Put all stylesheets into new central file
8280       css/phpmyadmin.css.php3. To reduce overhead in this file, the
8281       common.lib.php3 has a new variable to determine whether the full
8282       code structure or only those codes needed for the stylesheet class
8283       is parsed. This is to prevent duplicated code, even though it looks
8284       somehow ugly. The stylesheet is now embedded via a <link rel>-
8285       directive and should also be able to be cached by the browser.
8286       See patch #699454.
8287       Also some unneccessary code was removed from querywindow/wrapper.
8288     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
8289       fieldnames to be mapped to false keys for display.
8291 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
8292     * transformation_wrapper.php3, lang/*,
8293       libraries/transformations/image_png__inline.inc.php3:
8294       new transformation for png (inline)
8295       (still issues with PNG's transparency in PHP 4.3.0)
8296     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
8298 2003-03-09 Garvin Hicking <me@supergarv.de>
8299     * db_printview.php3: Added print button (#700205)
8301 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
8302     * libraries/transformations/*.sh: did not work in bash
8304 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
8305     * transformation_wrapper.php3, lang/*,
8306       libraries/transformations/image_jpeg__inline.inc.php3:
8307       now 2 options for resize: width, height
8309 2003-03-06 Garvin Hicking <me@supergarv.de>
8310     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
8311       Fix bug #658668, special escaping of \n, \r and \t characters.
8312       Please test, works fine for me now (both magic_quotes on/off).
8314 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
8315     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
8316     * updatedocs.sh: Script to make conversion easier
8318 2003-03-05 Garvin Hicking <me@supergarv.de>
8319     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
8320     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
8321       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
8322       call with PMA_sqlAddslashes() call because of new global s
8323       lashes-handling.
8324     * sql.php3: Fixed querytime bug, when query was only shown for PHP
8325       display.
8326     * read_dump.php3, sql.php3, tbl_alter.php3,
8327       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
8328       where not neccessary, because grab_globals already stripslashed
8329       the data. This fixes the problem of the SQL Pretty printer showing
8330       the data wrongly formatted.
8332 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
8333     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
8334      #697961)
8336 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
8337     * Documentation.html, faq 1.29 about the "duplicate field names" problem
8338     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
8339       libraries/transformations/image_jpeg__inline.inc.php3:
8340       resized thumbnails
8342 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
8343     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
8344       containing quotes.
8345     * libraries/common.lib.php3:
8346       - Avoid reloading the left frame twice;
8347       - PHP3 compatibility;
8348       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
8349         in CGI mode.
8351 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
8352     * badwords.txt: bug 692874: "date" is not a reserved word
8354 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
8355     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
8356       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
8357       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
8358       tbl_move_copy.php3, tbl_properties.inc.php3,
8359       tbl_properties_operations.php3, tbl_properties_options.php3,
8360       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
8361       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
8362       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
8363       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
8364       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
8365       extracting the arrays $_GET and $_POST. This should replace a lots of
8366       workarounds and avoid present and future problems with magic_quotes_gpc.
8367     * server_privileges.php3, libraries/common.lib.php3:
8368       - Escape wildcard characters in the database and table dropdown boxes;
8369       - CSS fixes.
8371 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
8372     * lang/english: typo
8373     * tbl_dump.php3: undefined variable $use_comments
8374     * tbl_properties_export.php3: bug 692143: now we remove the
8375       LIMIT clause from the original query to use the limits entered
8376       on the export form
8377     * pdf_schema.php3: better header/footer for long pages,
8378       thanks to Maxime Delorme
8380 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
8381     * tbl_indexes.php3: Cleaner solution for showing query after changing
8382       index.
8384 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
8385     * libraries/xpath/XPath.class.php, libraries/xpath/:
8386     - Removed (was part of the early DB config prototype)
8387     * lang/translatecount.sh:
8388     - Counts just how out of date the translations are!
8390 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
8391     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
8392       #694800), show structure after modifying index.
8394 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
8395     * Documentation.html: Fixed a typo.
8396     * server_privileges.php3: Fixed bug #691910.
8397     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
8398       thanks to Jason Carlson (jjcarlson).
8400 2003-02-28 Garvin Hicking <me@supergarv.de>
8401     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
8402       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
8403       Documentation.html:
8404       - Finetuneing for query window: Only three tabs, if DefaultTab
8405         is not set to 'full'.
8406       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
8407       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
8408          Rabus ;).
8409       - Made the textarea smaller (*1.25 instead of *2) for the window only.
8410       - Fixed a bug when you changed from a table to a database on the left frame and the
8411         query window still wants to show the previous table.
8412     * tbl_query_box.php3: Only show fieldlist, when $table is set.
8413     * translators.html: Adjusted to same topmenu as Documentation.html.
8414       With the new 'Transformations' item the bar was too large to fit
8415       on standard 800x600 browser windows.
8417 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
8418     * lang/czech: Updated.
8419     * lang/english: Resorted.
8421 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
8422     * libraries/common.lib.php3, libraries/config_import.lib.php3:
8423       - Backwards compatibility;
8424       - Removed some unnecessary code;
8425       - Added a small HOWTO.
8426     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
8427     * lang/german-*.inc.php3: Grammar.
8428     * Documentation.html: Fixed some dead links.
8429     * scripts/create_tables.sql: Adjusted table comments.
8431 2003-02-27 Garvin Hicking <me@supergarv.de>
8432     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
8433       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
8434     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
8435       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
8436       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
8437     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
8438       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
8439       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
8440       directions, so with this mode you can see about 6 columns at once on a single screen.
8441     * tbl_properties.inc.php3: Fixed bug when certain fields are not
8442       enabled, they threw an undefined offset. [2nd try, now for real :)]
8443     * Documentation.html: Updated for my new features. Should include
8444       everyting, I hope. But seriously needs a proofread.
8445     * config.inc.php3: Inserted new directives for empty
8446       $cfg['Servers'][$i]. (history, verbose_check)
8447     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
8448       to suppress Notices/Warnings when MIME-types are not enabled.
8450 2003-02-26 Garvin Hicking <me@supergarv.de>
8451     * lang/german-*: better grammar. ;)
8452     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
8453       usage for special queries like 'SHOW FIELDS', where certain variables are
8454       not set.
8455     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
8456       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
8457       transformation_wrapper.php3, libraries/config_import.lib.php3,
8458       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
8459       scripts/create_tables.sql:
8460        Test if MIME-feature are really available. Preparation for PMA_db-based
8461        SQL-History.
8462        Removed a dupe for inserting comments, fixed integrity check when
8463        moving/renaming tables and keeping comments.
8464      * header.inc.php3: Added one more Javascript if-structure to make sure
8465        the frameset is initialized when querying for an active window. Without
8466        this, when starting phpMyAdmin for the first time, IE6 may complain
8467        depending on the order it loads the framesets.
8469 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
8470     * db_details_structure.php3: undefined variable $comment
8471     * tbl_move_copy.php3: 'column_info'
8473 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
8474     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
8475       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
8476       $datefmt (translations #692065).
8477     * lang/japanese-*.inc.php3: Fixed some inconsistences.
8478     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
8479       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
8480       libraries/config_import.lib.php3, libraries/relation.lib.php3,
8481       libraries/transformations.lib.php3: Changed 'column_comments' to
8482       'column_info'.
8483     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
8484       <http://www.phpmyadmin.net/ChangeLogs/>.
8486 2003-02-25 Garvin Hicking <me@supergarv.de>
8487     * tbl_properties.inc.php3: Fixed duped display of comments due to
8488       merging diff conflict.
8489     * lang/german*: German translations, only missing transformation
8490       descriptions. They shouldn't be translated at that early point, I guess.
8491     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
8492       libraries/transformations.lib.php3: 'column_info', they were somehow
8493       not included in rabus' commit?!
8495 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
8496     * common.lib.php3: Backwards compatibility.
8498 2003-02-24 Garvin Hicking <me@supergarv.de>
8499     Submitted multiple patches from the patch tracker:
8500     * JS rowmarker now works in vertical display mode
8501         Files: libraries/functions.js, display_tbl.lib.php3
8502     * Display nav_bar even when only one row is returned, to enable display in
8503         vertical/horizontal mode (especially for rotated headers)
8504         Files: libraries/display_tbl.lib.php3
8505     * Measures basic query time [#571934]
8506         Files: sql.php3, display_tbl.lib.php3
8507     * New display mode with 90 degree rotated table headers [#544361]. Works
8508         either as CSS or as 'faked' PHP-transformation.
8509         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
8510     * Update and display column comments in Add/Edit Fieldmode and CREATE table
8511         mode. Display comments in table structure (optional) with underlined
8512         CSS-mouseovers. Display comments in browser mode (optional), both in
8513         vertical and horizontal display mode. Keep column comments in synch, when
8514         DROPping/ALTERing and moving/copying tables.
8515         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
8516         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
8517         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
8518         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
8519         libraries/relation.lib.php3
8520     * Display and enter DB/table comments for navigation, stored in pma comments table.
8521         May be displayed as Alias-Tooltips in left frame. [#650064]
8522         Files: db_details_structure.php3, left.php3, relation.lib.php3
8523     * Display column comments in table/database dumps, as inline SQL-Comments
8524         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
8525     * Display MIME types to transform any table cell. You can only choose from a
8526         list of pre-defined MIME-types. The list gets built by a function searching
8527         a directory for valid transforms. For further information see
8528         libraries/transformations/README-file and soon in documentation. ;)
8529         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
8530         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
8531         tbl_move_copy.php3, transformation_wrapper.php3,
8532         libraries/display_tbl.lib.php3, libraries/transformations/*
8533         TODO: Add predefined functions!
8534     * Display a (javascript) based query window as a new frame below the left
8535         frame with query history [#526008]. Currently a bit experimental, works with
8536         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
8537         work with any browser.
8538         Files: queryframe.php3, querywindow.php3, header.inc.php3,
8539         tbl_query_box.php3, common.lib.php3
8541 2003-02-24 Olivier L. Müller  <om@omnis.ch>
8542     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
8543       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
8544       generated URL -> prevents a double password query with some browsers
8545       (Safari) in case of http authentication.  (tested with https, http and
8546       http running on port 8080)
8548 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
8549     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
8550       fields type into special variable. Fixes #647689.
8551     * db_details_structure.php3: Removed extra /. Fixes #692171.
8553 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
8554     ### 2.4.0 released
8556 2003-02-23 Olivier L. Müller  <om@omnis.ch>
8557     * docs.css: highlight FAQ questions in blue -> more readble.
8559 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
8560     * server_privileges: Better code for "check privileges"; This should fix
8561       bug #687808 and a few other problems.
8562     * ANNOUNCE.txt: Updated list of known bugs.
8563     * server_variables.php3: Modified generated XHTML code.
8565 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
8566     * lang/italian update, thanks to Pietro Danesi
8567     * lang/slovak update, thanks to Lubos Klokner
8568     * lang/polish: update, thanks to Jakub Wilk
8569     * lang/thai: update, thanks to Arthit Suriyawongkul
8570     * tbl_change.php3: do not use enctype="multipart/form-data"
8571       if !$is_upload (possible solution for bug 689215)
8572     * lang/swedish: update, thanks to Björn T. Hallberg
8574 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
8575     * libraries/display_tbl.lib.php3: Coding standards.
8576     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
8577     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
8578     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
8579     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
8581 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
8582     * sql.php3: bug 649665: undefined variables with UNION, and
8583       also get the correct row count
8584     * lang/norwegian: update, thanks to Sven-Erik Andersen
8586 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
8587     * server_databases.php3:
8588       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
8589       - The link "check privileges" is now only displayed to superusers.
8591 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
8592     * lang/czech: Updated.
8593     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
8595 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
8596     * server_privileges.php3: Fixed edit link.
8597     * Documentation.html:
8598       - Reformulated some passages;
8599       - FAQ 1.28.
8600     * ANNOUNCE.txt: Synchronized features list with documentation.
8601     * server_databases.php3: Fixed bug #688271 (missing "?").
8603 2003-02-17 Garvin Hicking <me@supergarv.de>
8604     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
8605       Reworked blob file upload. More security cautions, and preserve
8606       fields contents, if no new file was uploaded. Moved is_uploaded_file
8607       function from read_dump.php3 to common.lib.php3 for reusability.
8609 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
8610     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
8611       upload, upload field moved into table.
8613 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
8614     ### 2.4.0-rc2 released
8615     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
8616       correct number of rows
8618 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
8619     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
8620       - Reimplemented ability to change a user's login information
8621         (bug #684984);
8622       - Feature: copy user profiles;
8623       - "Check privileges" should now also check for wildcards;
8624       - The revoke mode for deleting users did not always produce valid MySQL.
8625     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
8626     * ANNOUNCE.txt: synchronized list of features and fixes.
8628 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
8629     * lang/czech: Updated.
8630     * docs.css: Fixed URL.
8632 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
8633     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
8634       for splitting the SELECT clauses, to solve almost all records
8635       counting bugs
8636     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
8637     * lang/japanese: update, thanks to Yukihiro Kawada
8639 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
8640     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
8641       it if necessary.
8642     * libraries/common.lib.php3: Don't display edit link for
8643       database-independant queries.
8644     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
8645     * docs.css:
8646       - Wrong URI;
8647       - Typo.
8649 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
8650     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
8651       Reimplemented "check privileges" feature.
8653 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
8654     * sql.php3: Fix simple little bug #685082
8656 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
8657     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
8658       is broken), thanks to Alexander Schuch (ci-dev).
8660 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
8661     * lang/indonesian update, thanks to Rachim Tamsjadi
8662     * lang/italian update, thanks to Pietro Danesi
8663     * lang/lithuanian update, thanks to Vilius Zigmantas
8664     * lang/slovenian update, thanks to Kositer Uros
8665     * lang/swedish: update, thanks to Björn T. Hallberg
8666     * tbl_change.php3: upload field only to BLOBs
8667     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
8668       font size
8670 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
8671     * tbl_replace_fields.php3: sometimes we receive "none" as the file
8672       name when there is no field upload for some field
8673     * sql.php3: bug 684712, undefined variable $table (js disabled
8674       and confirmation for drop database)
8676 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
8677     * server_databases.php3: Wrong link title.
8679 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
8680     * server_databases.php3: Ensured that the database list is built.
8682 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
8683     * lang/catalan: update, thanks to Xavier Navarro
8685 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
8686     * lang/Galician*: Updates thanks to xosecalvo
8688 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
8689     * lang/czech: Updated again.
8691 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
8692     * server_databases.php3, lang/*.inc.php3:
8693       - Bugfixes & interface cosmetic;
8694       - Drop multiple databases.
8695     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
8696     * lang/german-*.inc.php3: Updates.
8697     * config.inc.php3: Added a note about another possible setting.
8698     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
8699     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
8700     * translators.html: Fixed a typo.
8701     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
8702     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
8704 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
8705     * config.inc.php3, lang/add_message.sh: Typos.
8706     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
8707     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
8708       Reworte db_stats.php3 to be conform with the new server_ pages.
8710 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
8711     * lang/czech: Updated.
8713 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
8714     * lang/italian: update, thanks to Pietro Danesi
8715     * lang/norwegian: update, thanks to Sven-Erik Andersen
8716     * lang/polish: update, thanks to Jakub Wilk
8717     * lang/swedish: update, thanks to Björn T. Hallberg
8718     * lang/slovak: remove duplicates
8719     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
8721 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
8722     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
8723     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
8724       be '$strDBGMax'
8725     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
8727 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
8728     * libraries/sqlparser.lib.php3: PHP3 parse error
8729     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
8730       libraries/relation.lib.php3: bug 681298, we should always backquote
8731       a restricted word like "comment" when used as an identifier
8732     * Documentation.html, bug 681776, wrong command for my.ini file
8733     * libraries/left.js: png files
8735 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
8736     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
8737       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
8738     * Documentation.html: Removed FAQ entry about Opera 7.
8739     * db_stats.php3: One <img> tag still pointed to a GIF file.
8741 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
8742     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
8743       UPDATE query if there was some binary upload in it, otherwise
8744       display it
8746 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
8747     * common.lib.php3:
8748       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
8749         Bailey (charles_bailey);
8750       - Don't use small fonts for Opera 7.
8751     * ldi_check.php3: Backslahes should be escaped.
8752     * Documentation.html: Added a note about Opera 7.
8754 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
8755     * Documentation.*: Added information about binary checkbox when uploading
8756       files.
8758 2003-02-04 Garvin Hicking  <me@supergarv.de>
8759     * common.lib.php3: Fixed a possible 'undefined index' error.
8761 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
8762     * Documentation.html: new faq entry about IE bug with http auth,
8763       switching from one server to the other
8764     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
8765       and only table selected)
8766     * ldi_check.php3: check local_infile on recent MySQL versions,
8767       thanks to Alexander
8769 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
8770     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
8771       #678729).
8772     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
8773     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
8774       variable: charset_of_file).
8776 2003-02-03 Garvin Hicking  <me@supergarv.de>
8777     * pdf_schema.php3, libraries/dbg/profiling.php3,
8778       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
8780 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
8781     ### 2.4.0-rc1 released
8782     and after the release:
8783     * lang/romanian: update, thanks to Valics Lehel
8784     * lang/spanish: update, thanks to Daniel Hinostroza C.
8785     * lang/catalan: update, thanks to Xavier Navarro
8786     * lang/dutch update, thanks to Ivo Teel
8788 2003-02-02 Olivier L. Müller  <om@omnis.ch>
8789     * tbl_addfield.php3: ignore empty fields on alter table
8791 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
8792     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
8793       compatibility.
8794     * lang/german-*.inc.php3: Updates.
8795     * server_privileges.php3: Remove column privileges.
8796     * config.inc.php3: Added $cfg['DefaultTabServer'].
8797     * header.inc.php3: Link the default tabs.
8798     * libraries/common.lib.php3: PHP3 compatibility.
8800 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
8801     * lang/czech: Updated.
8802     * lang/sort_lang.sh: This needs bash.
8804 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
8805     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
8806     * lang/norwegian: update, thanks to Sven-Erik Andersen
8807     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
8808     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
8809       (later when we get enough translations,
8810        we can use it instead of $strCandLoadMySQL)
8811     * lang/romanian: update, thanks to Valics Lehel
8812     * lang/galician: update, thanks to Xosé Calvo
8813     * lang/lithuanian: update, thanks to Vilius Zigmantas
8814     * lang/japanese: update, thanks to Yukihiro Kawada
8815     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
8816       thanks to Alexander
8818 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
8819     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
8820     re-entry into Earth's atmosphere. In memory of the brave men and women who
8821     gave their lives for the people of Earth. ---
8822     * Documentation.html: Removed a bit of duplication in [7.4] and the
8823     Developers section
8824     * libraries/dbg: New directory for DBG code
8825     * libraries/dbg/setup.php3:
8826        - DBG initialization code, including module support
8827     * libraries/dbg/profiling.php3: Profiling code
8828     * lang/*: New strings added for DBG extension
8829     * config.inc.php3: config options for DBG, off by default
8830     * footer.inc.php3: DBG profiling output
8832 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
8833     * Documentation.*, translators.html, docs.css: New documentation layout.
8834     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
8836 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
8837     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
8838       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
8839       new Feature: BLOB field upload
8840       (TODO: handle open_basedir restrictions)
8842 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
8843     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
8844       libraries/config_import.lib.php3: Added experimental support for
8845       compressed connections to the MySQL server.
8847 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
8848     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
8849       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
8851 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
8852     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
8853     * Documentation.html, translators.html: Unified using of font sizes.
8855 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
8856     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
8857       user management.
8858     * server_processlist.php3: Fixed a bug the denied the access to the
8859       process list for normal users.
8860     * config.inc.php3: Removed note about buggy setting.
8861     * lang/german-*.inc.php3: Updates.
8862     * Documentation.html: There won't be a PHP 4.5.0; typos.
8864 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
8865     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
8867 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
8868     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
8870 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
8871     * lang/slovenian update: thanks to Kositer Uros (urosh)
8872     * lang/albanian: update, thanks to Laurent Dhima
8873     * lang/slovak update, thanks to Lubos Klokner
8875 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
8876     * libraries/relation.lib.php3: improve messages
8878 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
8879     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
8881 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
8882     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
8883     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
8884     * lang/english*: Resorted and Resynced.
8885     * lang/farsi*: Added ready for Farsi translation
8886     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
8887         - Updates ready for Farsi translation
8888     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
8889     * fulltext.png, partialtext.png, pma_logo.png:
8890         - Ran PNGCRUSH on files to reduce size optimially.
8891     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
8892     vertical_line.gif, item_rtl.gif, item_ltr.gif:
8893         - Old image files removed and replaced with PNG files (feature
8894         #458895)
8895     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
8896     vertical_line.png, item_rtl.png, item_ltr.png:
8897         - New PNG image files (feature #458895)
8898     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
8899         - Code changes for PNG images (feature #458895)
8901 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
8902     * libraries/sqlparser.lib.php3: checkType function
8904 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
8905     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
8907 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
8908     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
8909       row limiting for exported results
8911 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
8912     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
8913       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
8914       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
8915       be SIGNED/UNSIGNED/ZEROFILL.
8917 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
8918     * server_privileges.php3: Added column privileges editor.
8920 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
8921     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
8922       tbl_move_copy.php3, libraries/build_dump.lib.php3:
8923       Feature: Export results of SELECTs
8925 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
8926     * Documentation.html: faq 5.12 about OS X Safari problem
8927     * tbl_move_copy.php3: typo (wrong back link)
8929 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
8930     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
8931     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
8933 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
8934     * server_privileges.php3: Wrong label.
8935     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
8936       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
8937       The script now works on the SF shell servers ONLY!
8939 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
8940     * lang/czech: Updated.
8941     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
8942       field editing.
8944 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
8945     * lang/sort_lang.sh: Fix status output bug '\n'
8946     * db_details_importdocsql.php3: Move hardcoded strings to language files
8947     * lang/*.php3: Add new strings for docSQL importer
8948     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
8949     * Documentation.html: Revised FAQ entry about SQL Validator
8951 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
8952     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
8953     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
8954     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
8955     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
8956     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
8958 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
8959     * pdf_pages.php3: feature: deleting a pdf page
8960     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
8961       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
8963 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
8964     * server_privileges.php3:
8965       - Lookup database / table lists if possible;
8966       - The database name was displayed instead of the table name in the sub
8967         page heading.
8968     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
8969     * lang/norwegian-*.inc.php3: Updates, thanks to
8970       Sven-Erik Andersen (sven-erik).
8971     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
8972     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
8974 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
8975     * lang/galician: update, thanks to Xosé Calvo
8976     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
8978 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
8979     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
8980       all for fields selection.
8981     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
8982       (Jumping cursor using keyboard).
8983     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
8984       functions.js to allow jumping using keyboard.
8985     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
8986       works also for row editing.
8987     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
8989 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
8990     * libraries/sqlvalidator.class.php3:
8991       - Removed dependency on overload extension
8992       - Started to fix bug #644709
8993     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
8994       - Revert line 88 of sql.php3, and fix it a different way...
8996 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
8997     * read_dump.php3, sql.php3, libraries/common.lib.php3,
8998     libraries/sqlparser.lib.php3:
8999       - Fixed bug #641765, see mailing list post
9001 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
9002     * server_*.php3:
9003       - The messages are now displayed by server_links.inc.php3, so
9004         server_common.inc.php3 may be included earlier;
9005       - Beautified code.
9006     * server_privileges.php3:
9007       - Wrong GRANT syntax;
9008       - Changed the default behavior of the for fields "pred_username" and
9009         "pred_password".
9011 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
9012     * tbl_change.php3: bug 665885, wrong back link after sql error
9013     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
9014     * lang/ukrainian: update, thanks to Markijan Baran
9015     * lang/romanian: update, thanks to Valics Lehel
9016     * lang/japanese: update, thanks to Yukihiro Kawada
9018 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
9019     * lang/czech*: Updated.
9021 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
9022     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
9023       support for the EXTRACT ... FROM syntax which is not a real
9024       SELECT ... FROM
9026 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
9027     * server_privileges.php3, lang/*.inc.php3:
9028       - Forgot to implement "This host";
9029       - Drop the users' databases;
9030       - Don't send comments to the MySQL server;
9031       - When trying to delete multiple users, display an error message if none
9032         have been selected.
9034 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
9035     * libraries/sqlparser.lib.php3, libraries/functions.js,
9036       sql.php3: - use the parser for confirmation requests
9037                 - better check before appending LIMIT
9038     * lang/galician: update, thanks to Xosé Calvo
9039     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
9040     * lang/indonesian: missing semicolon
9041     * lang/japanese: update, thanks to Yukihiro Kawada
9042     * lang/romanian: update, thanks to Valics Lehel
9044 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
9045     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
9046       and hidden input generating stuff.
9047     * almost all php3 files: Use new URL and hidden input generation stuff.
9048     * libraries/common.lib.php3: Addded extra check for MySQL even when in
9049       safe mode (could fix #661949).
9051 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
9052     * lang/english-*.inc.php3: Fixed a typo.
9053     * server_privileges.php3, libraries/url_generating.lib.php3:
9054       - Beautified generated XHTML code;
9055       - Coding standards;
9056       - Added a missing @param comment.
9058 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
9059     * lang/czech: Updated.
9061 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
9062     * server_privileges.php3: Sorting user list.
9063     * translators.html: Typo.
9064     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
9065     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
9066     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
9067     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
9068     * lang/norwegian-*.inc.php3: Updates, thanks to
9069       Sven-Erik Andersen (sven-erik).
9070     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
9072 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
9073     * Documentation.html: clarification about cookie/http modes
9074     * lang/dutch update, thanks to Ivo Teel
9075     * lang/japanese: update, thanks to Yukihiro Kawada
9076     * lang/ukrainian: remove duplicate messages
9078 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
9079     * server_privileges.php3:
9080       - Interface cosmetic;
9081       - Smaller bugfixes;
9082       - Added a db / table privileges editor.
9083     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
9084     * server_privileges.php3, libraries/server_privileges.js:
9085       - Optimized some JS functions for the new interface;
9086       - Added ability to create new MySQL users via GRANT (feature #502465).
9087     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
9088       Incremented version number to 2.4.0-dev.
9090 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
9091     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
9093 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
9094     * lang/estonian*, malay*: remove control M
9095     * lang/romanian: update, thanks to Valics Lehel
9096     * lang/galician: update, thanks to Xosé Calvo
9097     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
9099 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
9100     * lang/german*: Updated.
9102 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
9103     * lang/czech*: Updated.
9104     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
9105     * lang/sort_lang.sh: Made POSIX sh compatible.
9106     * lang/check_lang.sh: Made require bash.
9107     * lang/swedish*: Updated.
9108     * lang/*: For many translations fixed missing/duplicate strings.
9110 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
9111     * lang/ukrainian: update, thanks to Markijan Baran
9112     * user_details.php3: add $strGrantOption
9113     * lang/french update
9114     * main.php3, lang/*.php3: $strOriginalInterface
9116 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
9117     * server_privileges.php3:
9118       - Made the script compatible to MySQL < 3.22.11;
9119       - Fixed the missing "LOCK TABLES" option in the privilege editor.
9120       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
9121         if all privileges have been selected.
9122     * libraries/sqlparser.data.php3:
9123       - Fixed bug #655817 (New privileges are not detected correctly).
9124       - Updated function list.
9126 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
9127     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
9129 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
9130     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
9131       Added ability to delete users.
9133 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
9134     * tbl_dump.php3:
9135       - Fixed wrong charset information in XML exports.
9136       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
9137         of '4.00.05'.
9139 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
9140     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
9142 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
9143     * server_privileges.php3: Fixed undefined variable warning.
9144     * lang/czech*: Updated.
9145     * lang/*: Fixed a typo.
9147 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
9148     * lang/romanian: update, thanks to Valics Lehel
9149     * lang/dutch update, thanks to Ivo Teel
9151 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
9152     * lang/norwegian-*.inc.php3:
9153       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
9154       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
9155     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
9156     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
9157     * lang/german-*.inc.php3: Updates.
9158     * lang/*.inc.php3: Fixed a typo.
9159     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
9160     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
9161     * server_privileges.php3, lang/*.inc.php3:
9162       - Bugfixes;
9163       - Small design modification;
9164       - Added ability to change passwords via SET PASSWORD FOR user.
9166 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
9167     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
9168       lang/*.inc.php3: Started rewriting the user administration; changes:
9169       - Use GRANT / REVOKE for privilege changes (feature #502465);
9170       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
9171       - Support for user resource limits;
9172       - Improved user friendliness.
9173       Currently, it can only display and edit global privileges.
9174     * libraries/common.lib.php3: Undefined index.
9175     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
9176     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
9178 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
9179     * main.php3: Since every user has access to his processlist, set
9180       is_process_priv to TRUE as default (fixes undefined variable warning).
9182 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
9183     * tbl_select.php3, bug 648263
9184     * libraries/common.lib.php3, bug 653764
9185     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
9186       append data only to a table
9188 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
9189     * lang/russian: update, thanks to Nicolay Zakharov
9191 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
9192     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
9193     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
9195 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
9196     * lang/russian: update, thanks to Nicolay Zakharov
9197     * lang/galician: update, thanks to Xosé Calvo
9199 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
9200     * libraries/get_foreign.lib.php3: bug 646263,
9201       bad drop-down in select sub-page
9203 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
9204     * libraries/common.lib.php3: Removed a comment.
9206 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
9207     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
9209 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
9210     * tbl_dump.php3: Fix output order of inserts/creates, generate file
9211       extension to include also file type, not only compression (now it
9212       generates something like dump.sql.gz).
9214 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
9215     * pdf_schema.php3: Change generated filename to
9216       db_pdfname.pdf instead of db_pdfnumber.pdf
9218 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
9219     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
9220     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
9221     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
9222     * lang/norwegian-*.inc.php3: Updates, thanks again to
9223       Sven-Erik Andersen (sven-erik).
9224     * lang/german-*.inc.php3: Small grammar fix.
9226 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
9227     * lang/german-*.inc.php3: Updates.
9228     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
9229     * libraries/build_dump.php3:
9230       - Fixed part 2 of bug #652311 (Undefined variables);
9231       - Coding standards.
9233 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
9234     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
9235       cleaner charset conversion for export.
9236     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
9237       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
9238       thanks to Valentine for creating the patch #627496.
9240 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
9241     * lang/galician: update, thanks to Xosé Calvo
9242     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
9243       but there is still some work to do about how to split a UNION
9244     * tbl_properties_options.php3, bug 651522 wrong back-link,
9245       thanks to Mischka ( stollner at uni-muenster dot de )
9247 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
9248     * lang/czech*.php3: Updated translation.
9249     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
9251 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
9252     * server_*.php3, lang/*.inc.php3, main.php3:
9253       - Added 'SHOW PROCESSLIST' interface;
9254       - Small bugfixes.
9255       - XHTML fixes.
9256     * lang/spanish-*.inc.php3: Updates, thanks again to
9257       Dr. med. Daniel Hinostroza C.
9258     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
9260 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
9261     * lang/norwegian-*.inc.php3: Updates, thanks again to
9262       Sven-Erik Andersen (sven-erik).
9263     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
9264     * lang/spanish-*.inc.php3: Updates, thanks again to
9265       Dr. med. Daniel Hinostroza C.
9267 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
9268     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
9269       server_common.inc.php3, server_links.inc.php3, server_status.php3,
9270       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
9271       Started working on a new interface to server related pages.
9272     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
9273     * lang/german-*.inc.php3: Updates.
9274     * lang/english-*.inc.php3: Reordered strings.
9276 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
9277     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
9278       bug 633422, use a button if search result would generate a too big URL
9280 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
9281     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
9282       Choose between Landscape and Portrait for the
9283       Datadictionary in PDF Pages
9284     * pdf_schema.php3: lineheight for Textrows in Datadictionary
9285       was equal to textheight, i added one mm above and below text
9286       (hope your tables are not too big not to fit on a page now ;)
9288 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
9289     * lang/german.inc.php3: Updates.
9290     * main.php3: Fixed bug #649641 (usernames containing '@' character).
9291     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
9292       warning / php >= 4.3.0) by Mats Engstrom (matseng).
9293     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
9294     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
9295       (sven-erik).
9296     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
9297     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
9298     * lang/italian-*.inc.php3:
9299       - Updates, thanks to Pietro Danesi (danone).
9300       - Coding standards.
9302 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
9303     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
9304       new data dict feature for PDF pages, thanks to Maxime Delorme
9305     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
9306       thanks to Piotr Roszatycki (d3xter)
9308 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
9309     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
9311 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
9312     * pdf_schema.php3: remove control M
9313     * lang/dutch update, thanks to Ivo Teel
9315 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
9316     ### 2.3.3pl1 released
9319          --- Older ChangeLogs can be found on our project website ---
9320                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
9322 # vim: et ts=4 sw=4 sts=4
9323 # vim: ft=changelog fenc=utf-8 encoding=utf-8
9324 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
9325 # vim: fdn=1 fdm=expr