Not so wide login form (RFE #1445541).
[phpmyadmin/last10db.git] / ChangeLog
blob7013b63621bf036664034245d0fdf31f527b96b9
1 ----------------------
2 phpMyAdmin - ChangeLog
3 ----------------------
5 $Id$
6 $Source$
8 2006-05-15 Michal Čihař  <michal@cihar.com>
9     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
10     * scripts/setup.php: Fix detection of writable config (bug #1488447).
11     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
12       themes/darkblue_orange/css/theme_right.css.php,
13       themes/original/css/theme_right.css.php: Not so wide login form (RFE
14       #1445541).
16 2006-05-14 Michal Čihař  <michal@cihar.com>
17     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
18       (bug #1487613).
19     * changelog.php: There is no reason to make bug uppercase.
21 2006-05-14 Marc Delisle  <lem9@users.sourceforge.net>
22     * libraries/import.lib.php: bug #1482841, support USE statement in the import file
24 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
25     ### 2.8.0.4 released from MAINT_2_8_0
27 2006-05-12 Michal Čihař  <michal@cihar.com>
28     * libraries/footer.inc.php: Escape user input to avoid XSS.
29     * libraries/common.lib.php, libraries/url_generating.lib.php: Better
30       handle other URL separator than & (bug #1487365).
32 2006-05-06 Michal Čihař  <michal@cihar.com>
33     * Documentation.html: Describe better regullar expressions in hide_db
34       (patch #1482049, thanks to Isaac Bennetch - ibennetch).
36 2006-05-05 Michal Čihař  <michal@cihar.com>
37     * libraries/export/sql.php: Fix UPDATE export with extended inserts
38       enabled (bug #1482103), fix export type selection.
39     * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
40       can override values in REQUEST (bug #1481584).
41     * lang/czech: Updated.
43 2006-05-03 Michal Čihař  <michal@cihar.com>
44     * Documentation.html: Document OpenDocument export and various fixes.
46 2006-05-02 Michal Čihař  <michal@cihar.com>
47     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
48       user input (CVE-2006-2031).
49     * server_databases.php: Fix path to image (needs to be lower case).
50     * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
51       it doesn't break utf-8.
53 2006-04-28 Michal Čihař  <michal@cihar.com>
54     * Documentation.html, main.php, libraries/config.default.php: Possibility
55       to hide creating of database from main (RFE #1370100).
56     * Documentation.html, main.php, libraries/left_header.inc.php:
57       Customizable link under left logo (RFE #1111599).
58     * libraries/export/htmlword.php: Fix including column names.
59     * libraries/export/latex.php: Add missing crlf, remove unused code.
60     * libraries/export/ods.php: Use correct charset.
61     * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
62       Document Text export (RFE #1068007).
63     * libraries/opendocument.lib.php: Add document metainformation.
64     * libraries/opendocument.lib.php, libraries/export/ods.php,
65       libraries/export/odt.php: Include styles.xml in Open Document, now it
66       can be opened in KOffice, Gnumeric and OpenOffice.org.
68 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
69     * db_printview.php: fixed bug 'no tables found', refactored
70     * tbl_change.php, tbl_indexes.php: removed table formating, done in css
72 2006-04-27 Michal Čihař  <michal@cihar.com>
73     * Documentation.html, libraries/config.default.php,
74       libraries/auth/cookie.auth.lib.php: Logout from all servers by default
75       (RFE #1370874).
76     * sql.php: Show results of REPLACE as affected as it contains both deleted
77       and inserted rows count (bug #1475765).
78     * libraries/common.lib.php: Better detection of duplicate rows (bug
79       #1477500).
80     * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
81       (eg. SELECT 1) (bug #1473484).
82     * libraries/import/sql.php: Do not strip MySQL conditional statements in
83       comments (patch #1459782, thanks to unconed - unconed).
84     * Documentation.html: Various fixes in documentation, mostly grammmar
85       (patch #1453198, thanks to Isaac Bennetch - ibennetch).
86     * lang/*: Remove *font_family.
87     * Documentation.html, import.php, querywindow.php, js/functions.js,
88       libraries/header.inc.php, libraries/import.lib.php: Improve
89       functionality of limiting DROP DATABASE (bug #1456082).
90     * libraries/language.lib.php, libraries/common.lib.php,
91       libraries/database_interface.lib.php, libraries/select_lang.lib.php:
92       Reload language file after switch to utf-8 translation (bug #1442605).
93     * tbl_properties_operations.php,
94       libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
95       DEFAULT (bug #1440966).
97 2006-04-26 Michal Čihař  <michal@cihar.com>
98     * libraries/plugin_interface.lib.php:
99         - Display information that there are no settings.
100         - Be more verbose on error.
101         - Drop tables used for layout.
102         - Add support for groupping options.
103         - Support for forcing one of two bool/bgroups.
104         - Add documentation.
105         - Support for localised texts in defaults.
106     * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
107       themes/original/css/theme_right.css.php: New style for non table forms
108       used in plugins.
109     * libraries/config.default.php, libraries/display_export.lib.php,
110       libraries/export/*: Convert export to plugin architecture, so that
111       plugins are independant piece of code (RFE #1325937).
112     * db_operations.php, tbl_properties_operations.php,
113       libraries/Table.class.php: Adapt to changes in export.
114     * export.php, libraries/export/*: Use plugins for extension and MIME type.
115     * libraries/export/ods.php, libraries/opendocument.lib.php,
116       libraries/config.default.php, lang/*: Export to OASIS OpenDocument
117       Spreadsheet (RFE #1068007).
118     * lang/czech: Update.
119     * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
120       Allow forcing of export to file, it makes no sense to display PDF in
121       textarea ;-).
122     * libraries/display_export.lib.php: Reinclude table selection (bug
123       #1477226).
124     * libraries/auth/cookie.auth.lib.php: Remove unused function.
125     * libraries/auth/cookie.auth.lib.php, Documentation.html,
126       libraries/config.default.php: Allow configuration of cookie storage on
127       client (RFE #1095227).
128     * server_privileges.php, lang/*: Create database for newly created user
129       (RFE #479640).
131 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
132     * themes/*:
133       updated themes;
134       fixed bug #1452131 Fonts too large;
135       fixed bug #1446211 Colors hardcoded in theme css files;
136     * libraries/Theme_Manager.class.php: search themes on every script start
137     * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
138       use fallback (original) css file if not found in current theme
139       (no need to include unchanged files into theme, f. e. print.css)
141 2006-04-25 Michal Čihař  <michal@cihar.com>
142     * libraries/common.lib.php: Make cookie login form work with token
143       protection.
144     * libraries/auth/cookie.auth.lib.php: Do not include empty values.
145     * changelog.php: Generate proper XHTML, make URLs clickable.
147 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
148     * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
149       css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
150       server_binlog.php, server_variables.php, tbl_change.php,
151       transformation_overview.php:
152       style upgrade
153     * changelog.php: replaced php short open tag
155 2006-04-24 Michal Čihař  <michal@cihar.com>
156     * main.php: Fix logout link (bug #1474694).
158 2006-04-21 Michal Čihař  <michal@cihar.com>
159     * libraries/import/csv.php: Fix importing files without trailing new line
160       (bug #1473944).
161     * Documentation.html: Document problems with PMA_blowfish on clusters of
162       different architectures (bug #1470912).
163     * Documentation.html: Document LoginCookieValidity (bug #1473357).
165 2006-04-20 Michal Čihař  <michal@cihar.com>
166     * index.php: Check target against goto_whitelist.
167     * libraries/url_generating.lib.php, libraries/session.inc.php,
168       libraries/common.lib.php: Protect against external links which could
169       perform any action (CVE-2006-1804).
170     * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
171       email links, link releases to tags in CVS.
173 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
174     * server_databases.php: need brackets for correct calculation of page
176 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
177     * server_databases.php, libraries/database_interface.lib.php:
178       disable table stats for MySQL 5 by default
179     * server_databases.php:
180       use new functionality of PMA_DBI_get_databases_full() to limit display
181     * libraries/database_interface.lib.php:
182        - extended PMA_DBI_get_databases_full() to allow limiting and sorting
183        - added new function PMA_DBI_get_databases_count()
184     * libraries/config.default.php:
185       added new paramter to limit maximum displayed databases
186     * sql.php:
187        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
188        - re-use already existing code
189     * changelog.php:
190       link also js, html, pl, and sh files, FAQ entries
191       and contributors to their sf.net user page, smaller regex fixes
193 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
194     * export.php: bug #1443004 part 2: export views after the tables
196 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
197     * export.php: bug #1443004 part 1: do not generate INSERT statements
198       for an exported VIEW
200 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
201     * css/phpmyadmin.css.php:
202       fixed bug #1446017 red border in outdated themes
203     * libraries/common.lib.php:
204        - added option to PMA_arrayWalkRecursive() to use function also on keys
205        - un-magic_quotes_gpc also keys in GPC arrays
206     * libraries/db_table_exists.lib.php:
207       cleanup - what a mess; fixed several undefined variables
208     * tbl_printview.php:
209       fixed undefined variable by including libraries/tbl_properties_common.php
210     * changelog.php:
211       link users, files, bugs, rfes and patches
212     * libraries/footer.inc.php:
213       fixed bug #1454874 Javascript error in new (not framed) print window
214     * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
215       themes/darkblue_orange/css/theme_right.css.php,
216       themes/original/css/theme_right.css.php:
217       fixed bug #1444466 theme directory not being processed correctly
218     * libraries/common.lib.php, libraries/Theme_Manager.class.php:
219       fixed bug #1469174 configuration changes not accepted in theme manager
220     * libraries/Theme_Manager.class.php:
221       fixed bug #1469120 missing property in Theme_Manager class
222     * libraries/common.lib.php:
223       fixed bug #1469109 PMA_backquote() issues
225 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
226     * Documentation.html: clarification about config.default.php
228 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
229     * tbl_relation.php:
230       fixed bug #1459418 Add foreign key fail on column with ' in name
231     * index.php, libraries/auth/cookie.auth.lib.php,
232       libraries/auth/http.auth.lib.php, libraries/common.lib.php,
233       libraries/footer.inc.php, libraries/fpdf/fpdf.php,
234       libraries/grab_globals.lib.php, libraries/header.inc.php,
235       libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
236       libraries/Config.class.php:
237       use PMA_getenv()
238     * libraries/Config.class.php:
239       fixed not initilized variable in getCookiePath();
240     * libraries/common.lib.php:
241       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
243 2006-04-11 Michal Čihař  <michal@cihar.com>
244     * lang/galician: Fix missing ; (bug #1468439).
245     * libraries/Config.class.php: Fix parsing of paths containing : (patch
246       #1461766).
248 2006-04-10 Michal Čihař  <michal@cihar.com>
249     * libraries/Config.class.php: Check also default config mtime (bug
250       #1467620).
251     * libraries/Config.class.php: Better check for server system (patch
252       #1462738).
253     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
255 2006-04-09 Marc Delisle  <lem9@users.sourceforge.net>
256     * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
257       detect and report silent truncation (mysqli only)
259 2006-04-08 Marc Delisle  <lem9@users.sourceforge.net>
260     * libraries/display_import.lib.php, lang/*: bug #1449793,
261       respect file_uploads = Off
263 2006-04-07 Michal Čihař  <michal@cihar.com>
264     * scripts/setup.php: Parse correctly new version numbers.
266 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
267     ### 2.8.0.3 released from branch MAINT_2_8_0
268     * themes/*/css/theme_left.css.php, /theme_right.css.php:
269       protection from unplanned execution path
271 2006-03-28 Marc Delisle  <lem9@users.sourceforge.net>
272     * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
273       copy a db containing a VIEW
275 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
276     * sql.php: bug #1448890 Column expander doesn't work
277     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
278     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
280 2006-03-25 Marc Delisle  <lem9@users.sourceforge.net>
281     * db_operations.php, libraries/Table.class.php,
282       libraries/display_export.lib.php libraries/export/sql.php:
283       bug #1401864, DROP VIEW instead of DROP TABLE
285 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
286     * db_operations.php, tbl_properties_operations.php,
287       libraries/display_export.lib.php, lang/*: start work for bug #1401864,
288       generation of DROP VIEW statements where appropriate
290 2006-03-23 Michal Čihař  <michal@cihar.com>
291     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
293 2006-03-23 Alexander M. Turek  <me@derrabus.de>
294     * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
295       German MySQL manual.
297 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
298     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
299     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
300       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
302 2006-03-22 Alexander M. Turek  <me@derrabus.de>
303     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
304     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
306 2006-03-21 Alexander M. Turek  <me@derrabus.de>
307     * libraries/german-*.inc.php:
308       - Reviewed recently translated strings;
309       - updated some untranslated messages.
311 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
312     * server_privileges.php:  bug #1427707 Priv->user->pass radio buttons
313       unselectable: Sebastian's fix was not in HEAD
314     * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
315       error on overview Table.class.php
317 2006-03-20 Alexander M. Turek  <me@derrabus.de>
318     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
320 2006-03-19 Marc Delisle  <lem9@users.sourceforge.net>
321     * db_details_structure.php: bug #1445853, overhead should use the
322       same display units
323     * lang/english*, /french*: use IEC binary units; use "B" for Bytes
324       and "o" for "Octets" in French
325     * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
327 2006-03-17 Marc Delisle  <lem9@users.sourceforge.net>
328     * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
329       is not defined (using an older config.inc.php), an error is displayed
330       when login fails
332 2006-03-17 Michal Čihař  <michal@cihar.com>
333     * scripts/setup.php: Allow empty socket (bug #1452142).
335 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
336     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
337     * libraries/Theme_Manager.class.php: XSS vulnerability
338     * libraries/common.lib.php: bug #1392554, turn off
339        zend.ze1_compatibility_mode due to mysqli problems
340     ### 2.8.0.2 released from branch MAINT_2_8_0
342 2006-03-16 Michal Čihař  <michal@cihar.com>
343     * libraries/select_server.lib.php: Move end of fieldset to correct place
344       after button (patch #1450559).
345     * libraries/plugin_interface.lib.php: Add support for hidden inputs.
346     * libraries/common.lib.php: Do not forget wrongly configured servers,
347       otherwise user gets warning only on first access (RFE #1451521).
348     * libraries/auth/config.auth.lib.php: Show possible error messages.
349     * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
350       config errors even with no error reporting (RFE #1447173).
351     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
353 2006-03-15 Michal Čihař  <michal@cihar.com>
354     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
356 2006-03-14 Michal Čihař  <michal@cihar.com>
357     * lang/czech: Update, use binary prefixes.
358     * lang/english: Nothing to translate here.
359     * scripts/setup.php: Fix config loading (bug #1449821).
361 2006-03-14 Alexander M. Turek  <me@derrabus.de>
362     * lang/german-*.inc.php: Use correct binary prefixes for byte units.
364 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
365     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
366     * server_privileges.php: compatibility with MySQL < 4.0.2
367     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
369 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
370     * libraries/Config.class.php, /common.lib.php: bug #1445120,
371       cookie login not working on IIS
373 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
374     * libraries/display_tbl.lib.php: reactivate in-line image display
375     * transformation_wrapper.php: bug #1444121, octetstream download fails
376       on versions of PHP accepting only one line per header,
377       thanks to Ryan Schmidt
379 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
380     * libraries/database_interface.lib.php, tbl_create.php,
381       tbl_properties_operations.php: bug #1444892, TYPE deprecated in
382       MySQL 5.1
383     ### 2.8.0.1 released from branch MAINT_2_8_0
385 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
386     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
387       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
389 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
390     * main.php: bug #1443337, homepage link
391     ### 2.8.0 released from branch MAINT_2_8_0
393 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
394     * libraries/Config.class.php, libraries/select_lang.lib.php,
395       libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
396       libraries/common.lib.php, libraries/header.inc.php,
397       libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
398       libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
399       replaced $_SERVER and $_ENV with getenv()
400       PMA should now work without registered $_ENV and $_SERVER variables
402 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
403     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
404     * import.php, libraries/common.lib.php: bug #1413880, page status not
405       preserved on Refresh
406     * lang/chinese_traditional: Updates, thanks to Siu Sun.
408 2006-03-03 Michal Čihař  <michal@cihar.com>
409     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
411 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
412     * libraries/session.inc.php and removed .htaccess:
413       bug #1411996: now we destroy an auto-started session
414     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
416 2006-03-02 Michal Čihař  <michal@cihar.com>
417     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
418       #1440926).
419     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
420       Allow to configure how often space is added (RFE #1440384).
422 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
423     * libraries/relation.lib.php: bug #1437754, search combos default to
424       key zero
425     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
427 2006-02-23 Michal Čihař  <michal@cihar.com>
428     * libraries/config.default.php, libraries/header.inc.php,
429       Documentation.html: More replacements for page title (RFE #1408241).
430     * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
432 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
433     * libraries/Config.class.php: bug #1418769 part 1: stat failed for
434       ./config.inc.php (under PHP 4)
435     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
437 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
438     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
439     * .htaccess: added a reference to FAQ 1.36
441 2006-02-22 Michal Čihař  <michal@cihar.com>
442     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
443       Fixes for AIX wrapper, thanks to Björn Wiberg - bwiberg.
444     * libraries/database_interface.lib.php: New function for getting available
445       SQL compatibility modes.
446     * libraries/plugin_interface.lib.php: Add support for select options and
447       documentation.
448     * libraries/display_export.lib.php: Use new function for SQL compatibility
449       modes.
450     * libraries/import/sql.php, lang/*, libraries/config.default.php:
451       Possibility to select SQL compatibility on import (RFE #1386132).
452     * main.php, lang/*: Better message for reloading privileges (RFE
453       #1420556).
454     * Documentation.html, libraries/config.default.php,
455       libraries/header.inc.php: Customizable window title (RFE #1408241).
456     * main.php, libraries/server_links.inc.php, lang/*: Same title for
457       processes link (RFE #1350356).
458     * lang/*: Remove unused strTableType, resorted, added missing strings to
459       various translations (timespanfmt was most often missing).
460     * lang/czech: Update.
461     * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
462       export, move operation above query results into one fieldset (bug
463       #1431420).
464     * tbl_properties_operations.php: Enable optimize for InnoDB (bug
465       #1415975).
466     * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
467       thanks to Patrick MONNERAT - monnerat).
468     * Documentation.html, libraries/config.default.php,
469       libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
470       to use external authentication and use empty MySQL passwords (path
471       #1388210, thanks to Patrick MONNERAT - monnerat).
472     * .cvsignore: Do not ignore .htaccess.
474 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
475     * libraries/footer.inc.php:
476       bug #1436279 Left frame links open in new windows in Safari
477     * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
478       added icon for new window
479     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
480     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
481       added workaround for bug #1436171 Cannot display Capitalised Databases
482     * js/querywindow.js: fixed 'mad' db slector
484 2006-02-21 Michal Čihař  <michal@cihar.com>
485     * scripts/setup.php:
486         - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
487         - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
488     * libraries/export/sql.php: New line before values (RFE #1435919).
489     * libraries/Config.class.php: Trim spaces from config file to avoid
490       unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
491       piotr_skowronek).
492     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
493       libraries/database_interface.lib.php: Compatibility with iconv charset
494       names on AIX (patch #1420704, thanks to Björn Wiberg - bwiberg).
495     * libraries/import.lib.php: Skip byte order marks (bug #1423362).
497 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
498     * libraries/common.lib.php PMA_getUvaCondition():
499       do not test for isset but strlen on orgname of table
500     * libraries/Table.class.php: *NEW* class PMA_Table
501     * tbl_addfield.php, tbl_create.php:
502       use Table.class.php
503     * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
504       libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
505       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
506       libraries/get_foreign.lib.php, libraries/relation.lib.php:
507       moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
508       PMA_generateAlterTable() into class PMA_Table
509     * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
510       libraries/Table.class.php, libraries/tbl_move_copy.php:
511       merged libraries/tbl_move_copy.php in class PMA_Table
512     * libraries/Table.class.php:
513       minor fixes and improvements, formating, documentation
514     * libraries/relation.lib.php:
515       check if $cfg['Server']['pmadb'] really exists and is selectable,
516       minor tweaks and formating
517     * libraries/common.lib.php PMA_getUvaCondition():
518       fixed bug #1436058 Notices while browsing table
519     * tbl_properties_operations.php, libraries/Table.class.php:
520       make use of PMA_Table object for renaming tables
521       (added also some required functionality to PMA_Table class)
523 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
524     ### 2.8.0-rc1 released from QA_2_8 branch
526 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
527     * libraries/dbi/mysqli.dbi.lib.php:
528       - fixed undefined MYSQLI_BINARY_FLAG constant
529       - documentation
530     * server_status.php:
531       - RFE #1434196 More significant digits in /status
532       - replaced number_format() with PMA_formatNumber()
533       - coding standards
534     * js/querywindow.js, css/phpmyadmin.css.php:
535       - RFE #1433382 visulal feat. request for left bar
536     * sql.php:
537       - fixed bug #1431422 Safari: Print view prints blank page
539 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
540     * libraries/common.lib.php: re-establish previous error reporting mode
541     * sql.php: bug #1434576, undefined variable $db
542     * libraries/storage_engines.lib.php: bug #1434578, missing argument
543       for __construct()
544     * Documentation.html: bug #1433633, document consequences of having
545       a .htaccess file, thanks to Isaac Bennetch
547 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
548     * libraries/common.lib.php PMA_getUvaCondition():
549        - fixed missing $analyzed_sql (partly bug #1431615)
550        - added table names to column names (partly bug #1431615)
551        - simplified search for alias
552     * libraries/dbi/mysqli.dbi.lib.php:
553       - make use of MYSQLI_* constants
554       - added column types newdecimal and bit
556 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
557     * tbl_change.php: bug #1415465, undefined $sql_query
558     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
560 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
561     * libraries/sql_query_form.lib.php:
562       fixed bug #1433882 html special chars not escaped in query in querybox
564 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
565     * lang/*, db_details_structure.php:
566       bug #1431352, no %d in strViewMaxExactCount
567     * db_details_structure.php: bug #1431340, rowcount for views and
568       unneeded $strViewMaxExactCount
569     * libraries/common.lib.php: array to string conversion
570     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
571       when browsing
573 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
574     * docs.css, Documentation.html, translators.html:
575       - XHTML 1.1, more semantic, formating
576       - added glossar
577       - linked all references
578     * libraries/common.lib.php:
579       - fixed bug #1432626 'bad url error after select "(Databases)..."'
580     * libraries/select_server.lib.php:
581       - fixed pre-select for current server (fixed type missmatch)
582       - do not autosubmit on '(Server) ...'
583     * css/print.css: fixed bug #1419696 'print css results in blank table output'
584     * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
585       fixed/cleaned printer output
586     * libraries/footer.inc.php: do not print selflink
588 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
589     * lang/italian: update, thanks to Luca Rebellato
590     * lang/german: remove duplicates
591     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
592     * lang/finnish: update, thanks to Jouni Kahkonen
594 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
595     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
597 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
598     * Documentation.html: XHTML error, thanks to Cédric Corazza
599     * Documentation.html: remove experimental status for MySQL 4.1 support
601 2006-02-14 Alexander M. Turek  <me@derrabus.de>
602     * lang/german-*.inc.php: Updates.
604 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
605     * db_details_structure.php, tbl_properties_structure.php:
606       - fixed bug #1420474 'Consistency (order of truncate/drop)'
607       - some PEAR coding standard
609 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
610     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
611       a stored procedure, thanks to JTC - jcqns
613 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
614     * libraries/common.lib.php:
615       - fixed bug #1416848 'Insert new row from Browse page'
616     * libraries/common.lib.php:
617       - fixed bug #1409893 - links in navigation frame opens new window
618     * libraries/select_server.lib.php:
619       - fixed bug #1425688 'Server Select quirk'
620       - valid XHTML 1.0
621       - code readability
622     * server_privileges.php:
623       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
625 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
626     * lang/english and hebrew: bug #1429769, typo
627     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
628       choice should be sticky
630 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
631     * .htaccess added to main directory for bug #1411996; at least on
632       servers supporting .htaccess we can run even if session.auto_start
633       is enabled
634     * lang/belarusian updates, thanks to Jaska Zedlik
635     * lang/catalan update, thanks to Xavier Navarro (xavin).
637 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
638     * libararies/session.inc.php:
639       stop execution and ommit warning on session.auto_start enabled
641 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
642     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
643       db drop from Databases link in main page
645 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
646     * libraries/Config.class.php: leave the possibility of having a
647       backslash in the path on non-Windows system, thanks to Michal;
648       and bug #1418769, part 2: missing argument (PHP 4 constructor)
650 2006-02-06 Michal Čihař  <michal@cihar.com>
651     * scripts/setup.php: Fix typos (bug #1424923).
653 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
654     * libraries/mult_submits.inc.php, server_databases.php: array to string
655       conversion (sorry to late :-( ), use of $_REQUEST
656     * sql.php: fixed some 'not refreshing left frame'
657     * import.php: refresh left frame also on multiqueries and bookmarks
658     * libraries/common.lib.php:
659        - fixed bug #1416848 'Insert new row from Browse page'
660        - PMA_checkPageValidity() [bug #1416848]
661        - added PMA_getIcon()
662        - PMA_getDbLink(): unescape names
663     * scripts/setup.php:
664       fixed bug #1424274 'Found a problem in the setup script'
665       (ShowPHPInfo -> ShowPhpInfo)
667 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
668     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
669       Windows, thanks to Alex - nixniemand
670     * libraries/mult_submits.inc.php, server_databases.php: array to string
671       conversion
672     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
673       tbl_change.php: bug #1415465, undefined $sql_query
675 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
676     * db_details_structure.php: bug #1412058, damaged table reporting
677     * import.php: bug #1418382, CSV import does not work
679 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
680     * libraries/common.lib.php: bug #1418145, missing global,
681           thanks to Bananeweizen
683 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
684     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
685     * lang/polish: updates, thanks to Jakub Wilk - ubanus
686     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
687     * lang/italian: update, thanks to Luca Rebellato
688     * lang/norwegian: Update, thanks to Sven-Erik Andersen
689     * db_details_structure.php: bug #1396998, notice for view row count
690       in table list
691     * libraries/session.inc.php: bug #1414628, session.save_handler might
692       be set to something different than "files". Thanks to Nicola Asuni
693     ### 2.8.0-beta1 released
695 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
696     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
697     count for views, work in progress
699 2006-01-26 Michal Čihař  <michal@cihar.com>
700     * lang/czech: Translation update.
702 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
703    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
704      to centralise into it the VIEW detection logic
705    * sql.php: affected rows are returned in case of DELETE with no WHERE
706      clause, at least since MySQL 4.0.x, so no need to pre-count
708 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
709     * server_status.php:
710       fixed bug: high ascii char in preg_match
711     * lang/german-*: update
713 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
714     * lang/*: strViewMaxExactCount for the VIEW row count detection
715       I'm working on...
717 2006-01-23 Michal Čihař  <michal@cihar.com>
718     * lang/czech: Translation update.
720 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
721     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
722       contained in an array
724 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
725     * tbl_printview.php: typo
727 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
728     * export.php: bug #1410078, error exporting query ending with semicolon,
729       thanks to Ryan Schmidt
731 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
732     * main.php: already defined constant
733     * libraries/display_create_table.lib.php: bug #1376314, I remove
734       the check to detect the privilege to create a table (see comments
735       in the code)
737 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
738     * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
739       libraries/export/htmlword.php, libraries/export/latex.php,
740       libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
741       libraries/transformations.lib.php,
742       libraries/transformations/text_plain__external.inc.php:
743       fixed bug #1409972 PHP 5.1.2 compatibility
744     * libraries/url_generating.lib.php:
745       fixed bug: undefined index server ($GLOBALS['server'])
747 2006-01-18 Michal Čihař  <michal@cihar.com>
748     * Documentation.html: Add info about Apache CGI and http auth (patch
749       #1375495).
751 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
752     * libraries/database_interface.lib.php:
753       fixed bug: undefined index with empty database in db structure view
754     * libraries/display_import.lib.php:
755       fixed bug: display issues with Opera (and Safari?)
756     * libraries/plugin_interface.lib.php:
757       - fixed bug: display issues with Opera (and Safari?)
758       - added source documentation
759       - PEAR coding standard
760       - clarified some variable names
761     * db_sarch.php:
762       fixed bug: Undefined variable: num_tables
763     * [really much files]: (not complete) PEAR coding standard
765 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
766     * server_privileges.php: typo
767     * libraries/check_user_privileges.lib.php: bug #1406499,
768       a username containing an hyphen could not create a db under
769       MySQL 4.0.x, thanks to "timeout-"
770     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
771       thanks to Sebastian Mendel
773 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
774     * libraries/sql_query_form.lib.php: undefined js variable
775     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
776       now also accepts an array of database names not only a single name
777     * libraries/common.lib.php: PMA_getTableList():
778       added second parameter to pass tables (if already fetched from db)
779     * left.php: make use of new functionality in PMA_getTableList() and
780       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
781     * libraries/common.lib.php:
782       removed aditional check for table row count for left frame tree
783       (bug #1397061 Left frame not loaded correct on MySQL error)
784     * libraries/common.lib.php, left.php:
785       bug #1392924 undefined index: tab_count
786     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
787       themes/*/css/theme_right.css.php:
788       'fixed' layout of export screen for buggy safari and opera
789     * db_operations.php, export.php, index.php, left.php,
790       libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
791       libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
792       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
793       libraries/export/sql.php, libraries/footer.inc.php,
794       libraries/header.inc.php, libraries/left_header.inc.php,
795       libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
796       libraries/relation.lib.php, libraries/server_common.inc.php,
797       libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
798       libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
799       libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
800       server_databases.php, server_privileges.php, server_processlist.php,
801       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
802       tbl_indexes.php, tbl_replace.php:
803       allow 0 as name for database, table collumn, alias and index
805 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
806     * Documentation.html: typo, thanks to Cédric Corazza
807     * libraries/common.lib.php: remove high-ascii characters, and an
808       assignment syntax that does not work on PHP 5.1.2
809     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
811 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
812     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
814 2006-01-11 Michal Čihař  <michal@cihar.com>
815     * main.php: Do not fail if no server is defined.
816     * main.php, libraries/left_header.inc.php,
817       libraries/select_server.lib.php: Show server selection if no server set
818       and we have one server configuration (bug #1399880).
819     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
820       #1402270).
822 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
823     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
824       semi-colon, generates a SHOW KEYS FROM no table name
826 2006-01-09 Michal Čihař  <michal@cihar.com>
827     * import.php: Work on 10MB chunks if no memory limit is set (bug
828       #1399477).
830 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
831     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
832       thanks to Ryan Schmidt
833     * libraries/common.lib.php: bug #1397749, Safari: space before
834       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
835     * server_privileges.php: bug #1398018, Safari fieldset float issue in
836       privileges screens, thanks to Ryan Schmidt
837     * libraries/Config.class.php: bug #1398931, incorrect detection of
838       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
840 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
841     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
842       columns as Null Yes
843     * pdf_schema.php: display PDF schema did not work (missing dot)
845 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
846     * server_privileges.php: since we use DROP USER, some options to
847       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
848       so I remove them from the dialog. Thanks to Ken Stanley for
849       the bug report.
850     * server_status.php: patch #1395031, not proper URL encoding,
851       adapted from proposed solution by Matt LaPlante, thanks
853 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
854     * libraries/display_create_table.lib.php: bug #1389868,
855       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
857 2006-01-01 Michal Čihař  <michal@cihar.com>
858     * libraries/Config.class.php: Do not check permissions on Windows, it
859       seems to be broken anyway.
861 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
862     * libraries/transformations.lib.php: remove some PHP3 compatibility code
864 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
865     * libraries/common.lib.php: bug #1388167, deleting a row in a table
866       without a primary key, handle correctly is_js_confirmed
868 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
869     * server_databases.php: bug #1388135, IE and dropping databases
870     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
871     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
872       (MySQL 5.x)
873     * libraries/Config.class.php: patch #1392181, typo,
874       thanks to Luis Mirabal - normannormal
876 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
877     * main.php, libraries/check_user_privileges.lib.php:
878       - reenable a non-privileged user to change his password
879       - display the Reload MySQL link only if user has proper rights
880     * Documentation.html: bug #1389582, unclosed code tag,
881       thanks to Isaac Bennetch
883 2005-12-25 Michal Čihař  <michal@cihar.com>
884     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
885       dumps with commented out commands (eg. from mysqldump).
887 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
888     * tbl_change.php, libraries/common.lib.php: bug #1381856,
889       Cannot edit a table having 40 columns
890     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
891       to PMA_setCookie, thanks to Isaac Bennetch
892     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
893       cannot change a value for a nullable field
895 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
896     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
897     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
898     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
899       bug #1349262, mismatch between PMA and MySQL about Storage Engine
900       and table type
901     * server_status.php, lang/*: bug #1348249, add a warning hint about
902       the possibility of some counters being overrun (stats from MySQL server)
904 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
905     * libraries/common.lib.php: does not return to correct page after
906       the creation of a bookmark
907     * libraries/display_create_table.lib.php: bug #1376314, detection of
908       privileges to create a table (fix for MySQL 4.0.x case)
909     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
910       bug #1385974, cannot un-null a value
912 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
913     * db_details_importdocsql.php, db_operations.php,
914       libraries/relation.lib.php, libraries/relation_cleanup.lib.php
915       libraries/tbl_move_copy.php, libraries/transformations.lib.php
916       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
917       added database name to relation querys
919 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
920     * libraries/url_generating.lib.php: problem with accented table names
922 2005-12-16 Michal Čihař  <michal@cihar.com>
923     * Documentation.html, libraries/common.lib.php,
924       libraries/config.default.php, libraries/database_interface.lib.php: Add
925       support for hiding databases (RFE #1372865).
926     * Documentation.html, export.php, import.php,
927       libraries/config.default.php: Configurable memory limit (RFE #1373904).
929 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
930     * libraries/Config.class.php:
931       - added check is_readable for user config file
932       - check config file also on wakeup (bug #1376522)
933     * libraries/Config.class.php, libraries/common.lib.php:
934       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
935     * left.php, js/function.js: fixed undeclared javascript variables
936     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
938 2005-12-14 Michal Čihař  <michal@cihar.com>
939     * libraries/config.default.php, Documentation.html: Transliterate invalid
940       chars by default (RFE #1380255).
941     * left.php: Resurrect database link in light frame (bug #1373804).
942     * index.php, js/querywindow.js: Move navigation frame to right for rtl
943       languages.
945 2005-12-13 Michal Čihař  <michal@cihar.com>
946     * querywindow.php: Fix query history displaying (bug #1374639).
948 2005-12-12 Michal Čihař  <michal@cihar.com>
949     * scripts/setup.php: Use same format of version file as in upgrade.pl.
951 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
952     * libraries/common.inc.php, libraries/grab_globals.inc.php:
953       preprare removal of grab_globals:
954        - moved stuff from grab_globals into common.inc.php
955        - check/init global required variables like: $lang, $server, $db, $table,
956          $convcharset, $goto, $back, $sql_query
957        - introduced $goto-whitelist
958        - PEAR coding standard
959     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
960       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
961       libraries/relation.lib.php, scripts/setup.php:
962        - check magic_quotes only once in common.inc.php
963     * css/phpmyadmin.css.php, tbl_properties_operations.php:
964       styled table operations dialog
965     * db_search.php: revised
966     * libraries/common.inc.php: fixed high ascii char
968 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
969     * libraries/tbl_properties_links.inc.php: bug #1375752,
970       wrong page after insert (losing many URL parameters)
972 2005-12-11 Michal Čihař  <michal@cihar.com>
973     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
974       as for setup.php, this one is autogenerated so there is no need for more
975       manual steps.
976     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
977       Drop <base href=".." />, it should not be needed at all.
978     * lang/czech: Update.
980 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
981     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
982       - forgot debug code
983       - correct result for non MySQL 5
985 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
986     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
987     * Documentation.html: anchors and formatting cleanup,
988       thanks to Cédric Corazza
989     * libraries/relation.lib.php: bug #1370785, error browsing a table under
990       PHP 4 when no controluser is defined but a pmadb is defined
992 2005-12-09 Michal Čihař  <michal@cihar.com>
993     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
994       CGI (inspired by patch #1375495).
995     * Documentation.html: Clarify http auth description.
996     * scripts/setup.php: Show available version information even when using
997       CVS version.
998     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
1000 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1001     * libraries/dbi:
1002       PMA_DBI_free_result() now accepts more than one resource to be freed
1003     * libraries/database_interface.lib.php:
1004       - some comments, PEAR coding standard
1005       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
1006       - added PMA_DBI_get_columns_full()
1007       - PMA_DBI_fetch_result() now accepts an array as $key parameter
1008         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
1009       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
1011 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
1012     * scripts/setup.php: Typos
1013     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
1015 2005-12-08 Michal Čihař  <michal@cihar.com>
1016     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
1017       #1376391).
1018     * lang/czech: Fix typo.
1019     * tbl_select.php, libraries/display_tbl.lib.php,
1020       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
1021       server_privileges.php, server_binlog.php: Fix XHTML.
1022     * tbl_properties_export.php: Fix output before headers.
1023     * Documentation.html: Add commands how to setup config dir, note about
1024       changing permissions.
1025     * scripts/setup.php: Show Save and Load buttons disabled if saving not
1026       available.
1027     * libraries/Config.class.php: Refuse to load config file with world
1028       writable permissions, refuse to work with existing config dir.
1029     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
1030       if auth with default values fails.
1031     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
1032       array (bug #1370414).
1033     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
1034     * libraries/export/sql.php: Backquote database name (RFE#1376336).
1035     * libraries/plugin_interface.lib.php, import.php,
1036       libraries/display_import.lib.php, libraries/import/*: Generic plugin
1037       infrastructure and use it in import (needed for RFE#1325937), work in
1038       progress.
1040 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1041     * libraries/tbl_move_copy.php: added PMA_table_rename()
1042     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
1043       moved table related output after possible table changes
1044     * libraries/tbl_properties_table_info.inc.php:
1045       added some comments and made some code more readable
1046     * tbl_properties_operations.php:
1047       complete revise (xhtml output, fieldsets, forms merged)
1048     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
1049     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
1050       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
1051     * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
1052       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
1053       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
1054       tbl_relation.php: moved tbl_properties_common.php into libraries
1055     * libraries/common.lib.php, libraries/tbl_properties_common.php,
1056       libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
1057       global init of $GLOBALS['url_params']
1059 2005-12-07 Michal Čihař  <michal@cihar.com>
1060     * lang/*: Unused messages cleanup, add missing ones.
1061     * lang/sync_lang.sh: Less verbose output to allow quick overview.
1062     * lang/czech: Update.
1063     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
1065 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1066     * libraries/Config.class.php: clear old config values
1067     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
1068     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
1069       - PEAR coding standard
1070       - added comments
1071       - added more status variables
1072     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
1073       - added PMA_StorageEngine::getMysqlHelpPage()
1074     * server_engines.php:
1075       - display link to mysql manual for specific engine
1076     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
1077       arrange innodb buffer pool tables side by side
1078     * css/phpmyadmin.css.php, server_collations.php:
1079       - use style classes
1080       - PMA_NO_VARIABLES_IMPORT
1081     * server_variables.php:
1082       - use style classes
1083       - format numbers
1084       - display only global variables that differs from local/session
1085       - use PMA_DBI_fetch_result()
1086       - PMA_NO_VARIABLES_IMPORT
1087     * js/querywindows.js:
1088       - added setTable()
1089       - set empty table on db change (bug #1375387)
1090     * left.php: removed unsused javascript event
1091     * index.php, left.php, libraries/sql_query_form.lib.php:
1092       syncronize id and name attribute for frame tags but keep IE sending
1093       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
1095 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
1096     * libraries/common.lib.php: bug #1374236, sorting order
1097     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
1098       login panel not propagated
1100 2005-12-06 Michal Čihař  <michal@cihar.com>
1101     * libraries/config.default.php: Modify default export configuration (RFE
1102       #1373891).
1103     * libraries/database_interface.lib.php: Do not add BINARY types multiple
1104       times (bug #1374457).
1105     * libraries/common.lib.php, libraries/config.default.php: Variable name
1106       should be ForceSSL and not ForceSLL (bug #1374452).
1108 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1109     * libraries/common.lib.php:
1110       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
1111       - PMA_getTab(): use $_SERVER['PHP_SELF']
1112     * libraries/display_import.lib.php: missing '/' for closing div tag
1113     * libraries/display_export.lib.php: no name attribute for sup tag
1114     * server_engines.php:
1115       - revised (style, code, xhtml output)
1116       - use variable name as title if title is empty
1117       - make use of PMA_formatNumber() for non byte numeric values
1118       - set PMA_NO_VARIABLES_IMPORT
1119     * libraries/storage_engines.lib.php: revised
1120       - added PHP 5 constructor
1121       - added comments
1122       - PEAR coding standard
1123     * libraries/engines/innodb.lib.php:
1124       - revised (style, code, xhtml output)
1125       - added more status variables
1126       - PEAR coding standard
1127       - make use of PMA_formatNumber()
1128       - added comments
1129     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
1131 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1132     * libraries/common.lib.php: added PMA_array_merge_recursive()
1133     * libraries/Config.class.php:
1134       - make use of PMA_array_merge_recursive()
1135       - correctly reset config variables on changes in config.inc.php
1136     * sql.php: hide edit/delete links for information_schema (bug #1373201)
1137     * db_operations.php: revised (style, code, xhtml output)
1139 2005-12-05 Michal Čihař  <michal@cihar.com>
1140     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
1141     * export.php: Check for correct parameters.
1142     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
1143       Fix import of some CSV files (bug #1373731), provide better error
1144       messages.
1145     * lang/czech: Update.
1146     * import.php, libraries/display_import.lib.php: Fix import layout (bug
1147       #1370416), prefer recoding of strings over changing MySQL charset as in
1148       this case we can show resulting queries.
1150 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1151     * lang/catalan update, thanks to Xavier Navarro (xavin).
1152     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
1153       before MySQL 4.0.17, and because "it does nothing" (cf manual)
1154       ### 2.7.0 released
1156 2005-12-04 Michal Čihař  <michal@cihar.com>
1157     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
1158       Marc!).
1159     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
1160     * lang/czech: Update.
1162 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
1163     * export.php, libraries/config.default.php, libraries/export/pdf.php,
1164       libraries/display_export.php, lang/*.php: experimental PDF export
1166 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1167     * libraries/header.inc.php: missing ; for html entity,
1168       thanks to Matt "Cyber Dog"
1169     * tbl_properties_structure.php: fixed bdo tag and id names
1170       thanks to Matt "Cyber Dog"
1171     * libraries/tbl_indexes.lib.php: fixed missing quote
1172       thanks to Matt "Cyber Dog"
1173     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
1174       tbl_indexes.php: revised XHTML output
1175     * themes/original/css/theme_left|right_css.php: use $GLOBALS
1177 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1178     * libraries/common.lib.php, Theme.class.php:
1179       missing '/' in img path (bug #1370437)
1180     * libraries/Config.class.php:
1181       no error for missing config file (bug #1370269)
1182     * libraries/session.inc.php: session cookie path (bug #1370294)
1183     * libraries/Theme_Manager.class.php: update theme list on wakeup
1185 2005-11-30 Michal Čihař  <michal@cihar.com>
1186     * lang/*: Messages for Sebastian.
1187     * libraries/Config.class.php: Actually load configuration.
1188     * Documentation.html, config.default.php (deleted),
1189       libraries/Config.class.php, libraries/config.default.php: Move
1190       config.default.php to librarires (bug #1365759).
1191     * scripts/setup.php: Adapted to new Config class, fix code generation.
1193 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1194     * libraries/Config.class.php:
1195       - merged code from common.inc.php and defines.lib.php
1196       - allow to load without user config
1197     * libraries/common.inc.php:
1198       - make use of new PMA_Config class
1199       - merged PMA_dl() from libraries/defines.lib.php
1200     * libraries/defines.lib.php: removed
1201     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
1202     * scripts/create-release.sh: removed references to defines.lib.php
1204 2005-11-29 Michal Čihař  <michal@cihar.com>
1205     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
1206       as last byte.
1207     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1208     * lang/czech: Update.
1209     * scripts/setup.php: Added check for latest version and links to homepage
1210       and donations page.
1212 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
1213     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
1214       bug #1367549, handling of CURRENT_TIMESTAMP
1216 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1217     * libraries/common.lib.php
1218       - added PMA_setCookie() and PMA_removeCookie()
1219     * index.php, libraries/common.lib.php:
1220       - moved setting of cookies from index.php into common.lib.php
1221     * index.php
1222       - revised the parameter passing code
1223       - make use of new functionality of PMA_generate_common_url()
1224     * css/phpmyAdmin.css.php:
1225       - removed some unused deprecated elements
1226     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1227       - added some functionality
1228       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
1229     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
1230       index.php, libraries/auth/config.auth.lib.php,
1231       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
1232       - make use of new PMA_Theme and PMA_Theme_Manager classes
1233       - remove libraries/select_theme.lib.php
1234     * libraries/Config.class.php:
1235       new class for handling config
1237 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
1238     * lang/italian: update, thanks to Luca Rebellato
1240 2005-11-28 Michal Čihař  <michal@cihar.com>
1241     * scripts/setup.php:
1242         - Don't allow loading of configuration if there is no write permission
1243           on config.
1244         - Add links to documentation.
1245         - Document all functions.
1246         - Warn about missing mbstring and old PHP version.
1247         - Display all warnings in one place.
1248     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
1249     * Documentation.html: Add anchors to configuration directives.
1250     * libraries/sqlparser.lib.php: Do not use functions not supported by older
1251       PHP (bug #1367782).
1252     * libraries/string.lib.php: This line should not be commented out.
1254 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1255     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1256       new classes for handling themes
1257     * libraries/select_lang.lib.php:
1258       - revised
1259       - added check for lang directory (./lang/)
1260       - check files for languages
1261       - use PMA_sendHeaderLocation()
1262     * libraries/common.lib.php: moved all function to top, to make this as
1263       early as possible available
1265 2005-11-27 Michal Čihař  <michal@cihar.com>
1266     * Documentation.html, scripts/setup.php: Many new features to setup
1267       script.
1268     * pdf_schema.php: Do not use right_font_family.
1269     * lang/czech: Update.
1270     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
1271     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1272       Store HTML entities rather than relying on php functions to create them.
1274 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1275     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
1276     * libraries/common.lib.php, libraries/export/sql.php,
1277       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
1278       tbl_replace.php, tbl_row_action.php:
1279       define variables only where needed, and use NULL to define them
1280       if some places test only for isset and not for content
1281     * libraries/select_lang.lib.php:
1282       - fixed unchecked variables as it was originaly in my mind
1283       - added error message if requested lang could not be set
1284       - set fallback to en-utf-8
1285       - minore fixes
1287 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
1288     * main.php: move server choice into MySQL container
1289     * libraries/select_server.lib.php: show currently selected server
1290     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
1291       does not exist)
1293 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1294     * libraries/url_generating.lib.php:
1295       - do not htmlentities on whole string
1296       - respect arg_separator.input from php.ini
1297     * libraries/common.lib.php:
1298       - make PMA_sendHeaderLocation() earlier available
1299       - add SID only if set
1300       - check for url params already exist or not (wether & . SID or ? . SID)
1301       - respect arg_separator.input from php.ini
1302     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
1303       and new functionality of PMA_generate_common_url()
1304     * themes/original: revised
1305     * themes/darkblue_orange: revised
1307 2005-11-25 Michal Čihař  <michal@cihar.com>
1308     * Documentation.html, config.footer.inc.php(deleted),
1309       config.header.inc.php(deleted), libraries/common.lib.php,
1310       libraries/footer.inc.php, libraries/footer_custom.inc.php,
1311       libraries/header.inc.php, libraries/header_custom.inc.php,
1312       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
1313       Header and footer per themes (RFE #984152) [this part removed later],
1314       config.{header,footer}.inc.php files are now optional.
1315     * libraries/select_lang.lib.php: Fix undefined indexes.
1316     * */.cvsignore: Ignore custom headers and temporary files from Vim.
1317     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
1318       to Sebastian and Marc.
1319     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
1320     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
1321       #601016).
1323 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
1324     * js/querywindow.js: bug #1365503, "do not overwrite this query"
1326 2005-11-24 Michal Čihař  <michal@cihar.com>
1327     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
1328       XSS on some libraries (CVE-2005-3665).
1329     * *.php, libraries/*.php: Move scritps that don't need direct access to
1330       libraries folder.
1331     * Documentation.html: Up to date information about relation stuff.
1332     * tbl_query_box.php: Remove unused file.
1333     * libraries/tbl_properties.inc.php: Disable clicking events on table
1334       creation (bug #1358896).
1335     * js/functions.js: Better support for noclickable rows (see above).
1336     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1337     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1338     * lang/czech: Updated.
1340 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1341     * themes/original/*, css/phpmyadmin.css.php:
1342       - updated theme
1343       - added version, to include only needed styles
1344     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
1345       PMA_DBI_get_host_info()
1346     * main.php, css/phpmyadmin.css.php:
1347       - replaced table layout
1348       - added some more infos
1349     * themes/original/css/theme_left.cs..php: fixed font size
1350     * libraries/url_generating.lib.php:
1351       - dont add variables already in cookie (reduces html output up to 30%)
1352       - can pass all url variables as array to function
1353     * main.php, index.php: moved setting of cookies into index.php
1354     * libraries/select_lang.lib.php: made code more reliable
1355     * index.php: wrong check for safari
1357 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1358     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
1359     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
1360       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
1361       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
1362       header_printview.inc.php, header_meta_style.inc.php, themes.php:
1363       - drop PMA_setFontSizes()
1364     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
1365       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
1366       libraries/auth/cookie.auth.lib.php, server_collations.php
1367       - moved styles into css
1368     * themes.php, css/phpmyadmin.css.php:
1369       - moved styles into css
1370       - no need for javascript
1371     * relation.lib.php: uninitialized variable
1372     * tbl_select.php, css/phpmyadmin.css.php:
1373       - moved styles into css
1374       - minor code improvements
1376 2005-11-23 Michal Čihař  <michal@cihar.com>
1377     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
1378       Drop optional escaping as this should not have any real functionality.
1379     * libraries/import.lib.php: Do not overwrite error message from import in
1380       case of single SQL query is being executed.
1381     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
1382       DATA (bug #1363532).
1383     * lang/*: Remove unused messages.
1384     * main.php, libraries/display_select_lang.lib.php,
1385       libraries/auth/cookie.auth.lib.php: Common code for language selection
1386       form.
1387     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1388       Show native names of languages (RFE #1342726).
1389     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
1390     * Documentation.html, config.default.php, libraries/common.lib.php:
1391       Configurable default connection collation (RFE #1025969).
1392     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
1393       fieldsets on login form (RFE #1364546), use notice box for cookie
1394       information.
1395     * libraries/display_select_lang.lib.php,
1396       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
1397     * main.php, libraries/left_header.inc.php,
1398       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
1399       Functionalised server selection and use it in cookie auth (RFE
1400       #1362727).
1401     * libraries/common.lib.php: Do not complain if config file is not present,
1402       as we can still work in this case (bug #1364647).
1403     * lang/*: Added missing $strInvalidServerHostname.
1404     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
1405     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
1406     * header.inc.php: Remove unused code.
1407     * Documentation.html, tbl_properties.inc.php,
1408       transformation_overview.php, libraries/transformations/overview.php
1409       (deleted): Move transformation overview out of libraries folder.
1410     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
1411       header.inc.php, index.php, pdf_pages.php, querywindow.php,
1412       tbl_change.php, tbl_properties.inc.php,
1413       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
1414       stuff out of libraries folder.
1415     * libraries/.htaccess: Deny access to libraries folder over HTTP.
1416     * Documentation.html: Recommend disabling access to libraries folder.
1417     * libraries/display_export.lib.php, lang/*: Better description for
1418       filename format (RFE #1362423).
1419     * Documentation.html, index.php: Add target parameter to index.php to
1420       allow direct jump to any script.
1421     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
1422       time outs.
1423     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
1424       libraries/common.lib.php: Add link for duplicating current frameset (RFE
1425       #1165206).
1426     * config.default.php, sql.php, Documentation.html: Allow browse page to be
1427       default (RFE #1228013).
1428     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
1429       pass default query to sql.php as it is not needed right now.
1430     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
1431       tbl_properties_structure.php, libraries/display_tbl.lib.php,
1432       libraries/export/htmlword.php, libraries/export/latex.php: Use native
1433       MySQL comments when applicable (RFE #1362923).
1435 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1436     * added test/theme.php: for testing themes
1437     * phpinfo.php:
1438       - respect only $GLOBALS['cfg']['ShowPhpInfo']
1439       - minimum include
1440     * libraries/common.lib.php
1441       - merged two server array checks
1442       - dont exit if user config loading failed
1443       - dont exit with invalid server index
1444       - use file_get_contents() or file() if not present
1445       - removed wrong error message
1446       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
1448 2005-11-21 Michal Čihař  <michal@cihar.com>
1449     * libraries/import/sql.php: Fix query splitting in some cases (reported by
1450       Marc).
1451     * libraries/common.lib.php, lang/*: Translate message that has been
1452       ignored for 2.7.0 release.
1453     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
1454       documentation as it is latest stable version.
1455     * main.php, libraries/select_server.lib.php,
1456       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
1457       #1362671).
1458     * index.php: Avoid XSS on HTTP_HOST.
1460 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
1461     ### 2.7.0-rc1 released
1462     * many files: $dbh becomes $controllink for better contrast with $userlink
1464 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1465     * libraries/common.lib.php::PMA_showMySQLDocu()
1466       - undefined constant (if server connection fails)
1467     * libraries/select_theme.lib.php
1468       - undefined variable (if server connection fails)
1470 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
1471     * libraries/database_interface.lib.php: initialize in case there are
1472       no databases (MySQL < 5.0)
1474 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1475     * server_databases.php:
1476       - require_once common.lib.php BEFORE ANYTHING else
1477       - unified style, removed tables
1478       - removed superuser check for dbstats
1479     * css/phpmyadmin.css.php:
1480       - small improvements
1481     * themes/darkblue_orange/css/*
1482       - fixed font sizes
1483     * lang/english-*: small improvements
1484     * tbl_properties_structure.php
1485       - do not truncate rowcount and next autoindex
1486     * /*
1487       - common.lib.php should REALLY REALLY and ALWAYS be the first include
1488       - no other calls to grab_gloabls.lib.php
1489     * fixed minimum_common for css files
1490     * header.inc.php: missing ; after &quot
1491     * libraries/function.js::pdfPaperSize()
1492       - function does not always return a vlaue
1493       - undeclared variables
1494     * libraries/display_export.lib.php
1495       - use superscript tag for comment
1496     * server_links.inc.php
1497       - require_once server_common.inc.php
1499 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
1500     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
1501     * lang/finnish: update, thanks to Jouni Kahkonen
1502     * lang/belarusian updates, thanks to Jaska Zedlik
1504 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1505     * libraries/grab_globals.lib.php: just to be sure:
1506       - clean/empty $GLOBALS with $variables_whitelist
1507       - unset some vars after use
1508       - check all superglobals that could be imported by register_globals=on
1509         for GLOBALS key (not only _REQUEST and _FILES )
1510       - added $import_blacklist
1511         - added variables starting with pma_, numeric or containing spaces
1512         - *REVERT* do not prevent import pma_*
1513       - rewrote PMA_gpc_extract()
1514         - use $import_blacklist
1515         - documentation
1516     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
1517       libraries/select_lang.php: keep the global space clean
1518       - unset variables after use
1519       - commented out some never used variables
1520     * main.php, libraries/common.lib.php, libraries/dbi/*:
1521       - added $GLOBALS['PMA_errors'] array
1522     * libraries/database_interface.lib.php, libraries/dbi/*:
1523       fall back to alternative mysql extension if selected fails and switch to
1524       error.php if this fails too
1525        - moved loading of extension out of libraries/dbi/* into
1526          libraries/database_interface.lib.php
1527     * libraries/sanitizing.lib.php: dont use deprecated tags
1528     * lang/german-*: fixed $strCantLoad
1530 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
1531     * tbl_properties_links.php: missing menu tabs
1532     * Documentation.html, config.default.php, footer.inc.php,
1533       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
1534       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
1535       new Query Window behavior
1537 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1538     * added missing themes/darkblue_orange/img/error.ico
1539     * themes/darkblue_orange/css/theme_right.css.php
1540       - wrong error.ico
1541     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
1542       themes/*/img/frm_linevrlt.png
1543       - removed
1545 2005-11-15 Michal Čihař  <michal@cihar.com>
1546     * css/phpmyadmin.css.php: Do not use common header file, as there is
1547       nothing common at all.
1548     * libraries/header_http.inc.php: Allways send text/html content type.
1549     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
1550       transformation_wrapper.php: Use define rather than variable for
1551       conditional paths.
1552     * libraries/display_create_database.lib.php: Add label for create database
1553       input.
1555 2005-11-14 Michal Čihař  <michal@cihar.com>
1556     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
1558 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1559     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
1560       bug #1342683 Wrong URL to error.ico
1561     * libraries/tooltip.js::pmaTooltip():
1562       - no return value (not always returns a value)
1563       - additional check
1564       - undefined variable docY
1565     * libraries/left_header.inc.php
1566       - added class icon
1567     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
1568       - added class icon to images
1569       - fixed select all rows
1570       - removed arrow_ltr/rtl.png for vertical display
1571       - cleaned up php code and html output
1572     * css/phpmyadmin.css.php:
1573       - removed space arround form elements
1575 2005-11-13 Michal Čihař  <michal@cihar.com>
1576     * Documentation.html, config.default.php, main.php, server_links.inc.php,
1577       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
1578       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
1579       condition from showing php info.
1580     * lang/czech: Small improvements.
1582 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1583     * db_details_structure.php: wrong js function call
1584     * libraries/functions.js
1585       - removed deprecated function setCheckboxesRange()
1586       - rewrote setCheckboxes()
1587       libraries/server_privilegs.js
1588       - removed setCheckboxes()
1589       header.inc.php: include functions.js for server_privilegs.php
1590       server_privilegs.php
1591       - bug #1353437 Table/Column privileges brokeness new in HEAD
1592       - fixed proper display fo yes/no for column/table specific rights
1593       - fixed row selection
1594       - make use of javascript:un/markAllRows()
1595       - adapted layout like db, table and row lists
1596     * lang/german: fixed translation
1598 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
1599     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
1600     * lang/finnish: update, thanks to Jouni Kahkonen
1602 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
1603     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
1604       if PHP does not support session
1605     * server_privileges.php: bug #1353435, selecting users to drop is broken
1606       and bug #1353437, undefined index while editing a user
1608 2005-11-10 Michal Čihař  <michal@cihar.com>
1609     * scripts/create-release.sh: = is correct for comparsion in shell.
1610     * server_privileges.php: Revert fix for #1353437, there are wrong data and
1611       not displaying of it, fix bad display of table privileges.
1613 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
1614     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
1615     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
1616     * tbl_properties.inc.php: superscript 1 for Length/Values
1618 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1619     * server_databases.php, mysql_charsets-lib.php:
1620       bug #1351743 undefined function: pma_getservercollation()
1621     * database_interface.lib.php: added PMA_DBI_get_default_engine()
1622     * db_details_structure.php:
1623       - fixed display issues
1624       - display default engine in footer
1625     * libraries/common.lib.php: added PMA_getDbLink
1626     * libraries/display_create_table.lib.php: use fieldset
1627     * server_privilegs.php, libraries/server_privilegs.js:
1628        - db with only table specific rights where not displayed if there was not
1629          at least one db with db specfic rights
1630        - javascript errors
1631     * function.js, db_details_structure.php, tbl_properties_structure.php,
1632       display_tbl.lib.php, server_databases.php:
1633        - added js:markAllRows(), js:unMarkAllRows()
1634        - check/uncheck all rows now sets mark color for this rows
1636 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1637     * Documentation.html, browse_foreigners.php, error.php,
1638       header_printview.inc.php, index.php, left.php, translators.html,
1639       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
1640       fixed/added favicon
1641     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
1643 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
1644     * tbl_properties_links.php: undefined variable $db_is_information_schema
1645     ### 2.7.0-beta1 released
1647 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1648     * libraries/display_tbl.lib.php:
1649       bug #985399 MIME-based in print view / need to select the pk
1650     * db_details_db_info.php: Undefined variable: db_is_information_schema
1651     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
1653 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
1654     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1656 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1657     * libraries/database_interface.lib.php,
1658       libraries/dbi/*.dbi.lib.php:
1659       - added PMA_DBI_convert_message()
1660       - bug #1344654 Not converted mysql error message to chosen user language
1661     * sql.php: use fieldset for 'bookmark this'
1663 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1664     * themes/*/css/theme_right.css.php:
1665       dropped deprecated style classes
1666     * server_databases, libraries/databases_interface.lib.php,
1667       libraries/mysql_charsets.lib.php:
1668       updated database list:
1669       - added PMA_getServerCollation()
1670         - display server collation in db list footer
1671       - added PMA_DBI_get_databases_full()
1672         - make use of info_schema on MySQL 5
1673         - always display db stats for MySQL 5
1674       - fixed html output
1675       - replaced " with ' in some queries
1676     * tbl_properties_structure.php, tbl_properties_common.php
1677       tbl_properties_links.php:
1678       - no drop, empty, operation, insert, import for information_schema tables
1679       - enabled export for views
1680     * db_details_common.php, db_details_structure.php, db_details_links.php:
1681       - no import, drop, rights, operation for information_schema
1683 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
1684     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
1686 2005-11-04 Michal Čihař  <michal@cihar.com>
1687     * db_details_structure.php: Read InnoDB exact count before rendering icons
1688       for truncating (bug #1337744).
1690 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1691     * db_details_structure.php:
1692       fixed display of stats for InnoDB and information_schema
1693     * main.php:
1694       - bug #1348089 SQL and actions bellow should be same width
1695       - removed nowrap, vertical srcolling is really annoying
1696     * main.php, libraries/check_user_privileges.lib.php:
1697       - bug #1348189 after droping db some links in main.php are missing
1698     * header.inc.php, libraries/common.lib.php:
1699       - added class icon to img-tags
1700     * libraries/header_meta_style.inc.php:
1701       fixed position of link meta tag
1702     * libraries/select_server.lib.php
1703       fixed html output
1705 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
1706     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
1707       bug #1339184, problems in strict mode inserting auto-increment fields
1708     * libraries/header_meta_style.inc.php: favicon on login panel
1709     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1711 2005-11-03 Michal Čihař  <michal@cihar.com>
1712     * libraries/common.lib.php: Incorrect message for validate links (bug
1713       #1346608).
1715 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1716     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
1717       fixed different font sizes
1718     * footer.inc.php, libraries/dbg/*:
1719       use $GLOBALS as this scripts can be included from inside a function
1720     * left.php, libraries/common.lib.php:
1721       fixed some rtl lang issues
1723 2005-11-02 Michal Čihař  <michal@cihar.com>
1724     * config.default.php: This is not a configuration file.
1725     * config.default.php, Documentation.html, libraries/common.lib.php: Use
1726       $cfg['Servers'][1] from config.default.php as defaults for settings in
1727       config.inc.php (bug #1330847).
1729 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1730     * libraries/dbg/setup.php:
1731       - display error in error box
1732       - fixed 'not defined function'
1733     * libraries/dbg/profiling.php:
1734       - minor fixes: html output, speed, rtl lang
1735     * tbl_realtion.php:
1736       - fixed html output of table
1737       - used fieldset for forms
1738     * libraries/common.lib.php, browse_foreigners.php:
1739       - replaced $cfg['Bgcolor*'] with classes
1740       - make use of fieldset
1741     * css/print.css, dbv_datadict.php:
1742       - replaced $cfg['Bgcolor*'] with classes
1743       - reduced output size by 40%
1744     * libraries/display_create_tbl.php
1745       - XHTML compl.
1746       - added class icon
1748 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
1749     * server_privileges.php: undefined variable when changing a password
1751 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1752     * libraries/common.lib.php:
1753       bug #1342332 Error messages wrongly formatted.
1754     * themes/*/css/theme_right.css.php:
1755        - fixed some rtl languages issues
1756        - added style for notice box (server_export.php)
1758 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1759     * themes/*/css/theme_right.css.php:
1760        - use right image path
1761        - fixed icon alignment for rtl languages
1762     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
1763        - fixed some rtl language issues
1764     * favicon.ico: changed icon
1766 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
1767     * server_privileges.php: do not display No under the Password column
1768       if this is not a "real user" definition
1770 2005-10-31 Michal Čihař  <michal@cihar.com>
1771     * libraries/select_lang.lib.php: Simplify code.
1772     * libraries/common.lib.php: Allow collation change for ENUM and SET
1773       columns (bug #1343627).
1774     * main.php: Use normal message on reload, not just plain text.
1775     * themes/darkblue_orange/css/theme_right.css.php,
1776       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
1777       #1342683).
1779 2005-10-30 Michal Čihař  <michal@cihar.com>
1780     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
1781     * lang/*: Remove duplicite message.
1782     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
1783     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1784     * libraries/display_tbl.lib.php: Do not break on special chars in column
1785       name (bug #1180668).
1786     * libraries/common.lib.php: Do not escape SQL query twice while showing it
1787       in error message (bug #1336452).
1788     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
1789       when search path does not contain current directory.
1790     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
1791       for generating links to documentation, fixes link to new style docs.
1793 2005-10-29 Michal Čihař  <michal@cihar.com>
1794     * Documentation.html, config.default.php, libraries/common.lib.php: Link
1795       documentation to version we run (RFE #1334292), fix links for chapter
1796       documentation (bug #1341676), drop support for old links.
1797     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
1798       libraries/display_create_database.lib.php,
1799       libraries/sql_query_form.lib.php: Fix documentation links (bug
1800       #1341676).
1802 2005-10-29 Olivier Mueller <om@omnis.ch>
1803     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
1804       and improvements (--force option, installation summary, backup
1805       directory timestamp)
1807 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
1808     * Documentation.html: clarification on FAQ 6.20
1809     * server_privileges.php: respect the chosen initial
1810     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
1811       in the Browse header, thanks to Cal Henderson
1813 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1814     * server_privilegs.php, libraries/common.lib.php,
1815       themes/*/theme_right.css.php:
1816        - minor tweak in display
1817        - added PMA_unescape_mysql_wildcards()
1818        - bug #1144110 Unable to escape "_"
1819        - now every user from every mysql table is displayed
1820        - no table specific rights for db wildcards
1821     * index.php, favicon.ico: added favicon.ico
1823 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1824     * libraries/common.lib.php::PMA_formatNumber(),
1825       db_details_structure.php: do not truncate rowcount
1826     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
1827       - preserve selected db
1828       - make use of PMA_DBI_select_db()
1829       - documentation
1830     * tbl_properties_structure.php:
1831       - added browser icon for each field (count unique values)
1832       - removed styling
1833       - make use of global row highlighting/marking
1834       - display 'print table' and row stats for views
1835       - no actions for info_schema tables
1836     * css/phpmyadmin.css.php:
1837       - added style for class selectallarrow
1838       - added extra space between icons and text
1839     * browse_foreigners.php, header_printview.inc.php, left.php:
1840       bug #1334963 Per-server themes - left frame colors unthemed
1841     * server_privileges.php:
1842       - bug #1274032 Field privileges with database names containing underscores
1843       - use DROP USER
1844       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
1845     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
1846     * left.php, libraries/common.lib.php: format rowcount in left frame
1847     * server_privileges.php:
1848       bug #688255 Can't edit priv. when different host in db and user
1850 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
1851     * lang/french* updates
1853 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1854     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
1855       db_operations.php, mult_submits.inc.php, server_privileges.php,
1856       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
1857       libraries/auth/cookie.auth.lib.php:
1858       unified message boxes (error, warning, confirmation)
1859     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
1861 2005-10-25 Michal Čihař  <michal@cihar.com>
1862     * lang/english: "Log in" is correct naming for action (RFE #945440).
1863     * tbl_properties_operations.php: Allow to change auto_increment for
1864       InnoDB (bug #1337873).
1865     * tbl_properties_operations.php: Reread table information after change, so
1866       that rendered page contains change, that has been just done.
1868 2005-10-24 Michal Čihař  <michal@cihar.com>
1869     * tbl_properties_operations.php: Fix changing table attributes, reread new
1870       parameters after changing them (bug #1290413).
1871     * main.php: Remove useless isset.
1872     * lang/czech: Update.
1874 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
1875     * libraries/relation.lib.php: there is already a function to do this
1876       sort (thanks to Sebastian)
1877     * tbl_change.php: bug #1334627, do not set NOW() as default function
1878       when the TIMESTAMP has a default value and does not have the
1879       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
1881 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
1882     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
1883       and content-id by content
1884     * libraries/common.lib.php: bug #1330847, undefined index connect_type
1886 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1887     * db_details_export.php:
1888       - replaced for() with foreach()
1889       - dont pollute $GLOBALS['table']
1890     * libraries/mysql_charsets.lib.php:
1891       - make use of mysql variable collation_database
1892       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
1893     * libraries/database_interface.lib.php:
1894       extended function PMA_DBI_get_tables_full():
1895        - make use of information_schema
1896        - always fill fields for information_schema and show table status
1897     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
1899 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
1900     * server_databases.php: security fix
1901     * libraries/common.lib.php, /grab_globals.lib.php: security fix
1903 2005-10-20 Alexander M. Turek  <me@derrabus.de>
1904     * libraries/mysql_charsets.lib.php:
1905       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
1906         if we just want to get to know a database's default collation;
1907      - Make use of this fancy new function PMA_DBI_fetch_value().
1909 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1910     * sql.php, footer.inc.php: refresh left frame on view creation
1911     * left.php: view icon for views
1912     * libraries/left.js: dropped
1913     * libraries/function.js: tuned PMA_merkRowsInit():
1914       every table with class data now has mark and hover effect
1915     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
1916     * css/phpmyadmin.css.php, server_status.php: css cleanup
1917     * db_details_structure.php, db_details_db_info.php:
1918       - XHTML compliance, styling outsourced, row marker outsourced
1919       - do not too much if there is no table
1921 2005-10-19 Alexander M. Turek  <me@derrabus.de>
1922     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
1923       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
1924     * lang/german-*.inc.php: Updated some untranslated strings.
1926 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
1927     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
1929 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1930     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
1931       fix problem not remembering selected server
1932     * libraries/tooltip.js, themes/*/theme_right.css.php:
1933       moved not always needed code out of event handler, fixed display with larger font
1934     * libraries/function.js, css/phpmyadmin.css.php:
1935       added mark and hover effect to every table of class data
1936     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
1937     * footer.inc.php, header.inc.php, libraries/tooltip.js:
1938       moved tooltip javascript include into header
1940 2005-10-18 Michal Čihař  <michal@cihar.com>
1941     * libraries/relation.lib.php: Do not set database if not needed.
1942     * libraries/common.lib.php: Use common infrastructure for getting tables.
1943     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
1944       Allow to limit list of shown languages (RFE #1328003).
1945     * libraries/common.lib.php: Fix URL detection when not called from top
1946       level directory (eg. transformations overview).
1947     * Documentation.html, config.default.php, export.php, import.php,
1948       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
1949       libraries/display_export.lib.php, libraries/display_import.lib.php,
1950       libraries/sql_query_form.lib.php: Support for user specific upload and
1951       save directories (RFE #1260039).
1953 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1954     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
1955     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
1956       libraries/querywindow.js: update row count in left frame bug #1243908
1957     * libraries/common.lib.php:
1958       bug #1216521: display duplicate rows for failed unique key creation
1960 2005-10-17 Michal Čihař  <michal@cihar.com>
1961     * lang/czech: Translation fixes.
1962     * libraries/common.lib.php: Group databases by rightmost separator (bug
1963       #1325651).
1964     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
1965     * libraries/sql_query_form.lib.php: No warning if no db defined.
1966     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
1968 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1969     * css/phpmyadmin.css.php: border around tabs bug #1326730
1970     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
1971     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
1972       header_printview.inc.php, left.php, querywindow.php,
1973       transformation_wrapper.php, left_header.inc.php:
1974       removed queryframe.php and references to it
1975     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
1976       libraries/common.lib.php, libraries/left_header.inc.php,
1977       libraries/sql_query_form.lib.php, libraries/querywindow.js:
1978       code cleanup whole querywindow js stuff, moved all in one new js file,
1979       now included in index.php, bug #1327055
1981 2005-10-16 Michal Čihař  <michal@cihar.com>
1982     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
1983     * server_databases.php: Don't allow to check mysql database for dropping
1984       (RFE #1327514).
1985     * lang/*, libraries/transformations/text_plain__sql.inc.php:
1986       Transformation for SQL pretty printing (RFE #1327648).
1988 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
1989     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
1990     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
1991       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
1993 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
1994     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
1995     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
1997 2005-10-14 Michal Čihař  <michal@cihar.com>
1998     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
1999       not configured.
2000     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
2001       by one, this boosts performance while inserting huge blobs (bug
2002       #1315232).
2003     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
2004       #1252713).
2006 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2007     * lang/*: typo 'unser' -> 'user'
2008     * lang/german: partial Update
2009     * libraries/import.lib.php: uninitialized variables
2011 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
2012     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
2014 2005-10-13 Michal Čihař  <michal@cihar.com>
2015     * Documentation.html: Fix URL rewriting not to match empty parts.
2016     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
2017       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
2018       Use common header.
2019     * libraries/header_meta_style.inc.php: Add support for defining page
2020       title.
2021     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
2022       detection to only place where it is currently used.
2023     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
2024       by writing through JavaScript.
2025     * libraries/get_foreign.lib.php: Free temporary query result.
2026     * lang/czech: Improve some translations.
2027     * sql.php: We need bookmark code to be included everytime.
2028     * libraries/common.lib.php: Allow editing of query without database.
2030 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2031     * left.php: preselect db if only one db
2032     * server_privileges.php:
2033       XHTML compl., NOTICE, Icons for Edit/Revoke Links
2034     * server_processlist.php, libraries/display_import.lib.php,
2035       css/phpmyadmin.css.php: XHTML compl.
2036     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2037       JavaScript errors, layout errors
2038     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2039       small CSS fixes
2040     * libraries/display_export.lib.php, server_export.php:
2041       XHTML compliance, introduced fieldsets
2043 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2044     * css/phpmyadmin.css.php, libraries/common.lib.php,
2045       themes/darkblue_orange/css/theme_right.css.php,
2046       themes/original/css/theme_right.css.php:
2047       use list for navigation tabs RFE #1290423
2048     * db_details_structure.php: fixed NOTICE
2049     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
2050       revert icon size to fixed width and height
2051     * libraries/session.inc.php:
2052       dont use 6-bit chars on windows
2053     * css/phpmyadmin.css.php:
2054       display bug in FF with tabs in querywindow
2055     * libraries/common.lib.php:
2056       fixed rowcount in left frame for tables in information_schema
2057     * libraries/sql_query_form.lib.php:
2058       XHTML compl.
2059     * css/phpmyadmin.css.php, server_status.php, server_databases.php
2060       server_collations.php, server_engines.php, server_privileges.php
2061       server_variables.php: XHTML compl.
2063 2005-10-12 Michal Čihař  <michal@cihar.com>
2064     * libraries/get_foreign.lib.php: Fix paging.
2065     * tbl_properties_links.php: Make drop and empty tabs lead to structure
2066       instead of SQL.
2067     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
2068     * querywindow.php: Add icon for history tab.
2070 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
2071     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
2073 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2074     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
2075       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
2076       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
2077       themes/darkblue_orange/css/theme_left.css.php
2078       themes/original/css/theme_left.css.php:
2079       XHTML 1.0 trans. compliance and more semantic XHTML output
2080     * tbl_printview.php, tbl_properties_structure.php:
2081       no table statistics for information_schema
2082     * tbl_properties_table_info.php:
2083       bug #1317655 information_schema browsing
2084     * db_details_db_info.php, db_details_structure.php:
2085       fixed display table statistics for information_schema
2086     * db_details_links.php, header.inc.php:
2087       moved database comment into header (serverinfo) after database name
2088     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
2089       XHTML 1.0 trans. compliance
2091 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
2092     * tbl_properties_links.php: invalid js confirmation and operation feedback
2093       when dropping a view
2094     * server_privileges.php: bug #1226819, Accepting Negative values in
2095       Resource Limits in Privileges
2097 2005-10-09 Michal Čihař  <michal@cihar.com>
2098     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
2099       config.default.php: Add ability to limit maximal size of extended insert
2100       query, defaults to 50 KB (RFE #1015378).
2101     * import.php, libraries/common.lib.php, lang/*: Show message when
2102       bookmark has been created (RFE #477472), show deleted bookmark query.
2103     * server_privileges.php: Limit username and hostname to actual limits of
2104       MySQL (RFE #1178071).
2105     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
2106     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
2107       #1191792).
2108     * tbl_properties.inc.php: Remove unused code, show only available engines,
2109       remember value of seleted engine (bug #1239580).
2110     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
2111       searching in foreign keys (RFE #871091).
2112     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
2113       existing bookmark (RFE #907438).
2114     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
2115       shortcuts for IP rules (RFE #1022831).
2117 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
2118     * libraries/session.inc.php: workaround for warnings on session_start()
2119       displayed on sf.net server
2120     * sql.php: remove old code
2121     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
2122       support MAX_USER_CONNECTIONS
2124 2005-10-08 Michal Čihař  <michal@cihar.com>
2125     * libraries/display_export.lib.php: Use same formatting for all options.
2126     * libraries/import/ldi.php: This one does not handle charset conversion.
2127     * sql.php: Work even if no db set.
2128     * server_status.php: Call sql.php directly, we don't need to care about
2129       query splitting done im read_dump.
2130     * libraries/import/sql.php: Fix import of queries containing `, fix import
2131       of queries not terminated by ;.
2132     * libraries/sqlparser.lib.php: Do not show error on empty query.
2133     * libraries/import.lib.php: Add support for DROP DATABASE checking.
2134     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
2135       libraries/common.lib.php: Use import.php.
2136     * lang/*: New message for deleting bookmark.
2137     * import.php: Add support for bookmarks, support for goto URL, fail
2138       correctly if import plugin not found, commented some code.
2139     * sql.php, config.default.php: Remove references to read_dump.php.
2140     * read_dump.php: Remove unused code.
2141     * ldi_check.php, ldi_table.php: Remove unused code.
2142     * tbl_change.php: Remove references to ldi_*.
2143     * scripts/find_unused_messages.sh: Simplify and addapt to current
2144       messages.
2145     * import.php: Do not show query in different charset (bug #1028634).
2146     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
2147       over login, needed for RFE #1278312.
2148     * Documentation.html: Add example for redirects like
2149       /phpMyAdmin/database/table (RFE  #1278312).
2150     * libraries/import.lib.php: Fix execution of single large queries.
2151     * import.php, lang/*: Try to detect that upload failed because of limits
2152       (RFE #1240480).
2153     * libraries/storage_engines.lib.php: Use defined messages.
2154     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
2155     * libraries/sqlvalidator.lib.php: Removed unused code.
2156     * server_privileges.php, lang/*: Better show error, define used message
2157       strDeleteNoUsersSelected.
2158     * tbl_properties_operations.php: Use strError instead of non existing
2159       strFailure.
2160     * lang/*: Remove unused messages.
2161     * sql.php: Use common code for superuser detection.
2162     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
2163       libraries/common.lib.php, libraries/relation.lib.php: Use common code
2164       for CREATE/ALTER TABLE, set comments on creating table, so that user can
2165       see it in the query.
2166     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
2167       comment and MIME transformation if field not named.
2168     * libraries/relation.lib.php: Fix reading native MySQL comments when no
2169       phpMyAdmin one defined (bug #1312758).
2170     * tbl_properties_structure.php: Removed query box as discussed on mailing
2171       list.
2172     * tbl_*: Use more require_once to avoid acquiring table info several
2173       times.
2174     * libraries/relation.lib.php: Do not try to restore database as control
2175       user, it has to fail.
2176     * libraries/import/sql.php: Fix query parsing when there is comment or
2177       string at the end.
2178     * import.php: Reenable LIMIT appending (bug #1318624).
2179     * sql.php: Fix appending LIMIT when there are comments.
2180     * libraries/common.lib.php: Parse query before inserting LIMIT to know
2181       where to place it.
2182     * lsng/czech: Update.
2184 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
2185     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
2186       hyphen was not detected as being already created
2188 2005-10-07 Michal Čihař  <michal@cihar.com>
2189     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2190     * libraries/common.lib.php: Drop some old code.
2192 2005-10-06 Michal Čihař  <michal@cihar.com>
2193     * import.php: Correctly report that file could not be read.
2194     * libraries/import/sql.php: Fix handling of whitespace at the end of
2195       imported file.
2196     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
2197       button (bug# 1312373) and fix entering time begining with 0 (bug
2198       #1312373).
2200 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
2201     * db_details_structure.php, tbl_properties_table_info.php: detect
2202       MySQL 5.0.13 views
2203     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
2204       thanks to Vernon Lyon - vlyon
2205     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
2206       defined at login time but what tested
2207     * libraries/display_create_table.lib.php, bug #1311384, Create table
2208       dialog on escaped wildcard privileges
2210 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2211     * libraries/functions.js, libraries/sql_query_form.lib.php:
2212       fixed JavaScript malfunction in querybox textarea with Opera
2214 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
2215     * server_privileges.php: support for Execute_priv
2217 2005-10-01 Michal Čihař  <michal@cihar.com>
2218     * lang/czech: Update.
2220 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
2221     * main.php, db_details_structure.php, db_operations.php,
2222       libraries/check_user_privileges.php, /display_create_database.lib.php,
2223       /display_create_table.lib.php: bug #1307208, detect lack of privileges
2224       before showing the "Create new table" dialog. Please test.
2225       TODO: detect escaped wildcard privileges
2227 2005-09-30 Michal Čihař  <michal@cihar.com>
2228     * libraries/display_export.lib.php, libraries/export/sql.php,
2229       db_operations.php, tbl_properties_operations.php: Fix auto increment
2230       export (bug #1309257).
2232 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
2233     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
2234       bug #1262250, cannot change ENUM default value to empty
2236 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2237     * libraries/sql_query_form.lib.php: removed unneeded variable,
2238       dont display bookmark selection fieldset if no bookmark exists
2239     * libraries/session.inc.php: introduced PMA_secureSession()
2240     * sql.php: bug #1305830 wrong db choosen
2242 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2243     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
2244       tbl_properties.php, tbl_properties_structure.php, sql.php,
2245       querywindow.php, read_dump.php: moved all code for queryboxes into
2246       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
2247       styles into css, minor interface changes related to queryboxes
2248     * libraries/sql_query_form.lib.php: completed function docblocks
2249     * css/phpmyadmin.css.php:
2250       partially fixed bug: odd display of navtabs in Gecko-Browsers
2251     * libraries/session.inc.php, libraries/grab_globals.lib.php,
2252       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
2253       introducing sessions
2255 2005-09-27 Michal Čihař  <michal@cihar.com>
2256     * lang/czech: Update.
2257     * server_status.php, lang/*: Separate some new information on MySQL 5.
2258     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
2259       Porat - hpman28.
2260     * lang/*: Add missing messages, remove duplicates and no longer used.
2261     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
2262       from normal SQL dialogs.
2263     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
2264       list on import tab, prepare generic framework to be used elsewhere (RFE
2265       #1303145).
2266     * tbl_change.php: Use file common file listing.
2267     * libraries/common.lib.php, libraries/display_import.lib.php,
2268       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
2269       file listing in query window, remove no more used functions. Please note
2270       that file import from query windows is currently half rewritten, so
2271       compressed imports will not work.
2273 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2274     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
2275       using PMA_DBI_num_rows() on unbuffered queries
2277 2005-09-26 Michal Čihař  <michal@cihar.com>
2278     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
2279     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
2280       plugin parameters to allow using same parameter by multiple plugins.
2281     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
2282       DATA import plugin for CSV.
2283     * libraries/display_import.lib.php: Sort list of import plugins.
2284     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
2285       selected columns (RFE #1275909).
2286     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
2287       #1303994).
2288     * tbl_create.php, lang/*: Do not allow to create table that already exists
2289       (RFE #1255931).
2291 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
2292     * server_privileges.php: support MySQL 5 privileges
2294 2005-09-25 Michal Čihař  <michal@cihar.com>
2295     * lang/*: Messages for Sebastian.
2296     * lang/czech: Partial update.
2298 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2299     * left.php, queryframe.php, libraries/common.lib.php,
2300       libraries/left_header.inc.php, css/phpmyadmin.css.php:
2301       grouping databases (bug #1281262)
2302     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
2303       extended server status information with description and warnings,
2304       added PMA_formatNumber()
2305     * server_privilegs.php: fixed bug table not found
2306     * tbl_properties_structure.php, css/phpmyadmin.css.php:
2307       made statistic tables floating, moved styles into css
2308     * css/phpmyadmin.css.php: set font-size in caption to normal
2310 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2311     * querywindow.php, css/phpmyadmin.css.php:
2312       resize querywindow to content (bug #1277375)
2314 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
2315     * db_details_links.php, server_privileges.php, server_common.inc.php:
2316       bug #1302985, Privileges tab on database
2317     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
2318       insertion
2320 2005-09-24 Michal Čihař  <michal@cihar.com>
2321     * lang/add_message_file.sh: Make it deal with regullar php file, do not
2322       mark english text as to translate.
2323     * lang/add_message.sh: Do not mark english text as to translate.
2324     * *import*, Documentation.html, lang/*, main.php, *links*,
2325       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
2326       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
2327       1274500, 807830).
2328     * libraries/import.lib.php, libraries/import/csv.php,
2329       libraries/import/sql.php, libraries/import/README: Fix possible data
2330       leak when reading large buffer.
2332 2005-09-23 Michal Čihař  <michal@cihar.com>
2333     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
2334       haystack to strpos (bug #1299422).
2335     * server_privileges.php: Reload left frame if dropping database (bug
2336       #1298678).
2337     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
2338       name (bug #1300837).
2340 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
2341     * libraries/display_export.lib.php, libraries/export/csv.php:
2342       bug #1301374, csv on-screen export broken
2344 2005-09-20 Michal Čihař  <michal@cihar.com>
2345     * libraries/database_interface.lib.php: Added some useful functions to DBI
2346       layer (patch #1286451), thanks to Sebastian Mendel.
2347     * Documentation.html, config.default.php, libraries/common.lib.php: Add
2348       support for forcing https access to phpMyAdmin (RFE #1111333).
2350 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
2351     * libraries/sqlparser.data.php: patch #1295365, missing function
2352       definitions in parser, thanks to Sebastian Mendel
2353     * db_details_links.php: patch #1196806, Privileges link on db page
2355 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
2356     * libraries/display_export.lib.php: bug #1293937 Export compression
2357       default: bzip instead of bzip2, thanks to Rene Leonhardt
2359 2005-09-15 Michal Čihař  <michal@cihar.com>
2360     * config.default.php, libraries/common.lib.php: Simplify loading of
2361       defaults, why did I write such crap before?
2362     * libraries/common.lib.php: Fail if pcre support is missing.
2364 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
2365     * export.php: bug #1290730, https export under MSIE fails
2367 2005-09-14 Michal Čihař  <michal@cihar.com>
2368     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
2369       Sebastian Mendel.
2370     * config.default.php: Do not set blowfish_secret here at all, this needs
2371       to be done by user (bug #1290990).
2372     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
2373     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
2374       warn user using error.php (bug #1290888).
2375     * tbl_properties_operations.php: Update auto_increment value (bug
2376       #1290413).
2377     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
2378       Add SQL tab for server (patch #1291084), (RFE #1048090).
2379     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
2380       drop mentions about it from documentation.
2382 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
2383     * scripts/create-release.sh: no longer copy config.inc.php to
2384       config.default.php to keep a backup of the previous version
2386 2005-09-13 Michal Čihař  <michal@cihar.com>
2387     * libraries/common.lib.php: Add support for lang/added_messages.php
2388       (mostly as feature for developer, to allow easilly adding messages
2389       while working on some features).
2390     * .cvsignore, Documentation.html, config.default.php,
2391       config.inc.php[removed], libraries/common.lib.php,
2392       libraries/config_import.lib.php[removed]: New configuration handling,
2393       use config.inc.php for configuration, default values are stored in
2394       config.default.php.
2395     * config.default.php: Remove non configuration stuff.
2396     * lang/.cvsignore: Ignore lang/added_messages.php.
2398 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
2399     * tbl_relation.php: bug #1287611, no Save button in Relation view
2400           when pmadb is not defined
2402 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
2403     ### 2.6.4 released
2405 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
2406     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
2407       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
2408     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2410 2005-09-07 Michal Čihař  <michal@cihar.com>
2411     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
2412       #1283552)
2413     * ChangeLog: Move vim modelines to correctly interpret et after setting
2414       file type (otherwise tabs were not expanded as changelog ft sets noet).
2416 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
2417     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2419 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
2420     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
2421       phpMyAdmin 2.6.4 needs generation 2, version 1;
2422       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
2423     * header.inc.php: XSS on $title, thanks to Christian Wenz
2425 2005-09-05 Michal Čihař  <michal@cihar.com>
2426     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
2428 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
2429     * tbl_properties.inc.php: bug #1281533, collation not kept while
2430       changing table field count
2432 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
2433     * lang/turkish update, thanks to boralioglu.
2435 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
2436     * lang/belarusian updates, thanks to Jaska Zedlik
2437     ### 2.6.4-rc1 released
2438     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
2439       fieldsets for privileges interface, thanks to Sebastian Mendel
2441 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
2442     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
2443     * lang/polish: update thanks to Jakub Wilk - ubanus
2445 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
2446     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
2447     * main.php, libraries/common.lib.php, Documentation.html,
2448       config.inc.php: patch #1257134, removed code to display the warning if
2449       PmaAbsoluteUri is not set. A notice will still display if the autodetect
2450       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
2452 2005-08-23 Michal Čihař  <michal@cihar.com>
2453     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
2454       using MySQL > 4.1.x (bug #1266626).
2455     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
2456       used on some queries by MySQL 5.0.x (bug #1266623).
2458 2005-08-22 Michal Čihař  <michal@cihar.com>
2459     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
2460       Protect against possible XSS (bug #1265740), move input sanitizing to
2461       special file.
2462     * config.inc.php, libraries/common.lib.php,
2463       libraries/config_import.lib.php, libraries/display_export.lib.php:
2464       Default charset for export is now configurable (RFE #1263772).
2466 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
2467     * libraries/common.lib.php, new error.php: patch #1258978, move common
2468       code for error pages out of common.lib.php, thanks to Sebastian Mendel
2469     * lang/german*: bug #1258956, typo
2470     * libraries/defines.lib.php, themes/original/info.inc.php,
2471       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
2473 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
2474     * lang/chinese_traditional: Updates, thanks to Siu Sun.
2475     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2477 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
2478     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
2479     * lang/galician: Updates, thanks to Xosé Calvo.
2480     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
2481     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2482     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
2483     * lang/estonian: Update thanks to Alvar Soome - finsoft.
2484     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
2485     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2486     * lang/catalan update, thanks to Xavier Navarro (xavin).
2487     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2488     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2489     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
2491 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
2492     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
2493       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
2494       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
2495       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
2497 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
2498     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
2500 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
2501     * tbl_change.php: $goto was not encoded in the form, resulting in a
2502       problem after editing/saving a row (seen in IE6)
2503     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
2504       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
2505       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
2506     * (many files): patch #1253465, avoid error messages for unset variables
2507       in PHP functions that require a parameter passed by reference,
2508       thanks to Sebastian Mendel
2510 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
2511     * header.inc.php: remove the 'InnoDB free' segment from table comments
2512     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
2514 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
2515     * queryframe.php: shorten the path of db subtree items,
2516       thanks to Edward Rudd - urkle
2517     * config.inc.php, header.inc.php, tbl_properties_links.php,
2518       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
2519       Documentation.html, libraries/config_import.lib.php: patch #1249528,
2520       move table comments to header and enable configuration of header for
2521       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
2522     * db_details.php: undefined $header_url_qry
2523     * sql.php: bug #1255869, "MySQL returned an empty result set" not
2524       displayed in all cases
2526 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
2527     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
2528       improve support when someone gets this error
2529     * Documentation.html: patch #1253248, links and anchors to every FAQ
2530       item, thanks to Alexander Schuch - ci-dev
2532 2005-08-08 Michal Čihař  <michal@cihar.com>
2533     * libraries/export/htmlword.php: Fix undefined variable when exporting
2534       relations (bug #1253457).
2536 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
2537     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
2538       with MySQL 4.0.x
2539     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
2540       /tbl_move_copy.php: patch #1253461 (code cleanup),
2541       thanks to Sebastian Mendel
2542     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
2543       and code cleanup, thanks to Sebastian Mendel
2545 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
2546     * Documentation.html: Save button for PDF schema coordinates,
2547       thanks to Ryan Schmidt
2548     * server_privileges.php: undefined index $GLOBALS[''],
2549       thanks to Ryan Schmidt
2550     * queryframe.php: need at least 2 items to display a group in the
2551       database selector, thanks to Ryan Schmidt
2553 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
2554     * queryframe.php: fixes for tree subgroups in databases selector:
2555       escaping of special characters, display a db name inside its own
2556       group, and proper closing of optgroup, thanks to Ryan Schmidt
2558 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
2559     * Documentation.html, readme.php, license.php:
2560       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
2562 2005-08-04 Michal Čihař  <michal@cihar.com>
2563     * libraries/common.lib.php, export.php: Show error header on error to make
2564       clear that something bad has happened.
2566 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
2567     * queryframe.php: patch #1250899:
2568      - unified spaces between icons
2569      - cleaned html and php code
2570      - display of querywindow-icon now follows
2571        $cfg['QueryFrame']
2572      - always use no_js=1 if $cfg['QueryFrameJS'] == true
2573       thanks to Sebastian Mendel
2574     * Documentation.html: patch #1169308, FAQ 1.17a improved,
2575       thanks to Isaac Bennetch
2576     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
2577       libraries/common.lib.php, /config_import.lib.php:
2578       patch #1246245, tree subgroups for databases (in selector),
2579       thanks to Edward Rudd - urkle
2580     * db_details.php, tbl_query_box.php: patch #1250935, interface
2581       improvements, thanks to Sebastian Mendel
2582     * tbl_create.php: bug #1252124, XSS on table creation page
2584 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
2585     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
2586       table width should be limited by template if necessary,
2587       thanks to Sebastian Mendel - cybot_tm
2588     * server_databases.php: patch #1249371, correct calculation of colspan,
2589       and patch #1249414, display improvements, thanks to Sebastian Mendel;
2590       also,  $dbstats should contain 0 or 1, not the colspan
2591     * sql.php: patch #1249451, display improvement for bookmark dialog,
2592       thanks to Sebastian Mendel
2593     * libraries/common.lib.php: patch #1249457, display improvements for Edit
2594       Explain etc dialog, thanks to Sebastian Mendel
2596 2005-08-01 Michal Čihař  <michal@cihar.com>
2597     * lang/czech: Fix bad translation (is was translated to is not :-)),
2598       update.
2600 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
2601     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
2602     * Documentation.html: "bug #1248598, explain another cause of the Missing
2603       parameter error
2605 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
2606     * tbl_change.php, lang/*: new message $strAndThen
2607     * libraries/dbg/profiling.php: patch #1160439, improvements,
2608       thanks to Glen Arason
2609     * scripts/upgrade.pl: patch #1198492, current version check,
2610       thanks to Herman van Rink - helmo
2612 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
2613     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
2615 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
2616     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
2617       after inserting a row
2618     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
2619       RFE #1177459, BOOL column type
2621 2005-07-26 Michal Čihař  <michal@cihar.com>
2622     * export.php: Use actual MIME type for CSV.
2624 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
2625     * tbl_change.php: insert another new row: dropdown choice should be sticky
2627 2005-07-24 Michal Čihař  <michal@cihar.com>
2628     * libraries/check_user_privileges.lib.php: Undefined variable (bug
2629       #1243885).
2630     * libraries/config_import.lib.php: Do not override theme properties when
2631       path is not set.
2632     * libraries/select_theme.lib.php: Do not attempt to sort themes when
2633       themes are disabled (bug #1243883).
2635 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
2636     * tbl_properties_structure.php, tbl_properties.inc.php:
2637       bug #1157230, escape special chars in ENUM or SET
2639 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
2640     * db_details_structure.php: table creation should not be possible
2641       in information_schema
2642     * db_operations.php: those operations do not make sense on
2643       information_schema
2644     * browse_foreigners.php: bug #1242805, Show All does not work while
2645       browsing foreign values
2646     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
2647       content were reversed (id-content showed content then id)
2649 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
2650     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
2651       cookie-based login panel
2653 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
2654     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
2656 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
2657     * translators.html: message about French translation will be in French
2659 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
2660     * libraries/string.lib.php: typo
2661     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
2663 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
2664     * lang/*: removed unused strInvalidRowCount
2666 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
2667     * Documentation.html: how to enable the charset choice for exported file
2669 2005-07-13 Michal Čihař  <michal@cihar.com>
2670     * libraries/common.lib.php: Use eval for config file including to catch
2671       parse errors (bug #1223319), on error page display config file that
2672       actually failed.
2673     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
2674       libraries/display_create_database.lib.php: Show box for creating
2675       database only if user has privileges to do so (bug #1167892).
2676     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
2677       noticing this.
2679 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
2680     * sql.php: for Insert row and Export, use post when the query is too big
2681     * export.php: bug #1116026, export under IE 6 (XP SP2)
2683 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
2684     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
2685       field to display
2687 2005-07-11 Michal Čihař  <michal@cihar.com>
2688     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
2689       #1235761).
2691 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
2692     * config.inc.php, Documentation.html, libraries/common.lib.php,
2693       libraries/config_import.lib.php:
2694       Document previous foreign-key dropdown work, and also ensure that the
2695       configuration import code works properly with it.
2697 2005-07-10 Michal Čihař  <michal@cihar.com>
2698     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
2699       #1192219)
2700     * Documentation.html, config.inc.php, left.php, queryframe.php,
2701       libraries/common.lib.php, libraries/config_import.lib.php,
2702       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
2703       User can now have different theme per server (RFE #1231599).
2704     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
2705     * main.php: Correct ALT attribute for image (bug #1232124).
2706     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
2707       browsing state while deleting multiple rows (bug #1232624).
2708     * tbl_row_action.php: Fix undefined variable warning.
2709     * db_details_structure.php, db_operations.php, header.inc.php,
2710       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
2711       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
2712       libraries/functions.js, libraries/indexes.js: Show better error messages
2713       when checking numerical inputs (bug #1207402).
2714     * sql.php, libraries/common.lib.php: Use post for print view when query is
2715       too big (bug #1203692).
2717 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
2718     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
2719       Undefined variable order_img
2720     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
2721     * queryframe.php: bug #1231804, query windows does not open in new window,
2722       thanks to Michael Keck
2723     * db_details_qbe.php: bug #1234616, minor theme text color issue
2725 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
2726     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
2727       without a charset
2729 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
2730     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2731       and Mastermnd for the 2.6.2 translation cleanup
2732     * tbl_properties_table_info.php: bug #1231917, commands out of sync
2734 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
2735     * Documentation.html: link in doc, thanks to Cedric Corazza
2736     ### 2.6.3 released
2738 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
2739     * db_operations.php: bug #1230224, db rename and old pmadb information
2741 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
2742     * Documentation.html: patch #1229673, improvement to big-file-import
2743       instructions, thanks to Isaac Bennetch - ibennetch
2745 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
2746     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
2747     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2748     * lang/chinese_traditional: Updates, thanks to Siu Sun
2749     * lang/catalan update, thanks to Xavier Navarro (xavin).
2750     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
2751     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2752     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2754 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
2755     * tbl_properties_table_info.php: bug #1228862, creating a table under
2756       MySQL 5.x with wrong table type
2758 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
2759     * tbl_properties_operations.php: bug #1225635,
2760       cannot change table's collation under MySQL 5.0.4
2762 2005-06-27 Michal Čihař  <michal@cihar.com>
2763     * config.inc.php: Better comments describing multi server setup (patch
2764       #1226666).
2765     * db_details_links.php: Place export tab on same place as on table page
2766       (RFE #1047874).
2767     * tbl_properties_links.php: Switch browse and properties tabs
2768     * db_details_structure.php: Make order of icons same as on table view (RFE
2769       #1047874).
2771 2005-06-24 Michal Čihař  <michal@cihar.com>
2772     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
2773       Remove error reporting.
2774     * config.inc.php, libraries/common.lib.php,
2775       libraries/config_import.lib.php, libraries/display_export.lib.php:
2776       Configurable file name templates (RFE #1226941).
2777     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
2778       code for browsing directory with themes (RFE #1184251).
2779     * tbl_change.php: Use select instead of input, this saves some place and
2780       looks better (RFE #1169931).
2781     * tbl_change.php: Display column comment while editing data (RFE #860912).
2782     * lang/sync_lang.sh: Fix belarusian name.
2783     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
2784       Add hex transformation (RFE #1100068).
2786 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
2787     * db_operations.php: problem renaming a db
2789 2005-06-24 Alexander M. Turek  <me@derrabus.de>
2790     * lang/german-*.inc.php: Updates.
2791     * db_operations.php: Cleaning up Marc's code... ;-p
2793 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
2794     * config.inc.php, libraries/relation.lib.php,
2795       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
2796       customizing foreign-key dropdown, take #2, now very customizable, incl max
2797       item limit.
2799 2005-06-23 Michal Čihař  <michal@cihar.com>
2800     * lang/czech: Update.
2802 2005-06-22 Alexander M. Turek  <me@derrabus.de>
2803     * tbl_properties_structure.php: Undefined index.
2805 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
2806     * config.inc.php, libraries/relation.lib.php: Support for customizing
2807       foreign-key dropdown, take #1.
2809 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
2810     * server_databases.php: Bug #1225315, wrong message displayed
2811       when no databases were dropped.
2812     * tbl_properties.inc.php: Patch #1225452, JS error for
2813       getting the value of a select field in certain browsers.
2815 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
2816     * lang/chinese_traditional: Updates, thanks to Siu Sun
2817     * lang/italian: Updates, thanks to Pietro Danesi
2818     * lang/finnish: update, thanks to Jouni Kahkonen
2819     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2820     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
2821     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2822     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2824 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
2825     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
2826       to use a reserved word as an identifier
2827     * db_operations.php, libraries/database_interface.lib.php:
2828       bug #1221359, Copying a db containing a MERGE table
2830 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
2831     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
2832       submit button
2833     * db_operations.php: bug #1215688, Copying database does not preserve
2834       default charset and collation
2835     ### 2.6.3-rc1 released
2837 2005-06-12 Olivier Mueller <om@omnis.ch>
2838     * lang/*, server_privileges.php: added strings for RFE #1197482:
2839       $strGeneratePassword, $strGenerate and $strCopy
2841 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
2842     * tbl_properties_export.php: bug #1169791, exporting results from queries
2843       with limit keyword
2844     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2845     * lang/finnish: update, thanks to Jouni Kahkonen
2846     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2847     * lang/galician: Updates, thanks to Xosé Calvo.
2848     * lang/belarusian, libraries/select_lang.lib.php:
2849       belarusian is now belarusian_cyrillic; added belarusian_latin,
2850       thanks to Jaska Zedlik
2852 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
2853     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
2854       feature in case of duplicate entry
2856 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
2857     * lang/tatarish*: updates, thanks to Albert Fazlí
2858     * config.inc.php: bug #1215950, typo in comment
2860 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
2861     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
2862       translators.html: renamed "tatar" to "tatarish" (tatar is
2863       a different language and this translation is really tatarish)
2864     * lang/mongolian*, libraries/select_lang.lib.php,
2865       translators.html, Documentation.html, README:
2866       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
2868 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
2869     * libraries/functions.js: bug #1207405, invalid SQL when creating
2870       table with zero fields
2871     * sql.php: bug #1204951, left frame browse icon alt tag
2872       not updated on emptying table
2874 2005-06-05 Michal Čihař  <michal@cihar.com>
2875     * lang/czech: Update.
2877 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
2878     * lang/chinese_traditional: Updates, thanks to Siu Sun.
2879     * lang/finnish: update, thanks to Jouni Kahkonen
2880     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2881     * db_details_structure.php: optional message $strNumberOfFields,
2882       will use $strFields if not defined
2883     * db_operations.php, lang/*: bug #1212997, db copy should not
2884       always perform CREATE DATABASE
2886 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
2887     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
2888       translators.html, Documentation.html, README:
2889       new language (tatar), thanks to Albert Fazlí
2891 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
2892     * Documentation.html: bug #1213761, hint about Hardened PHP
2893       and the Missing parameters problem, thanks to Klaus Dorninger
2895 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
2896     * db_details_structure.php: patch 1209863, XHTML validity,
2897       thanks to Ryan Schmidt
2899 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
2900     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
2901       thanks to Ryan Schmidt
2902     * footer.inc.php: bug #1209891, db list not refreshed when the left
2903       frame is positionned on a db, then a manual DROP DATABASE it done
2904       on another db
2905     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
2906       refresh the queryframe
2908 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
2909     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
2910       when field type changes
2912 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
2913     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
2914     * sql.php: bug #1204913, left frame update on manual table rename
2916 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
2917     * tbl_properties.inc.php: bug #1207404, undefined variables
2919 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
2920     * libraries/common.lib.php: bug #1207395, undefined theme_generation
2921       and theme_version, thanks to Ryan Schmidt
2922     * tbl_properties_operations.php: bug #1207212, changing table type
2923       under MySQL 5.0.4
2925 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
2926     * libraries/charset_conversion.lib.php: diacritics wrongly converted
2927       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
2928     * tbl_properties_structure.php, tbl_properties.inc.php,
2929       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
2930     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
2931     * themes/[darkblue_orange|original]/css/theme_print.css.php:
2932       spelling error Hevetica -> Helvetica, thanks to Castorius and
2933       Isaac Bennetch - ibennetch
2935 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
2936     * tbl_select.php: bug #1204235, searching on a VARBINARY field
2938 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
2939     * export.php: bug #1193442, 8 extra spaces at end of export area,
2940       thanks to Ryan Schmidt
2941     * db_details_structure.php: bug #1193430, zero_rows parameter
2942       not url-encoded, thanks to Ryan Schmidt
2944 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
2945     * server_privileges.php, libraries/server_privileges.js:
2946       make the password generator work also on user account editing
2948 2005-05-17 Olivier Mueller <om@omnis.ch>
2949     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
2950       password generator on user creation.  RFC: ok like that?  TODO: add strings.
2952 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
2953     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
2954       of query is applied to appended LIMIT as well
2956 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
2957     * tbl_printview.php: bug #1178760, header not sent when displaying
2958       print view of multi tables, thanks to Hrvoje Novosel - interghost
2959     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
2960       mousedown, thanks to Ken Stanley - eclipsboi
2962 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
2963     * tbl_properties.inc.php: bug #1069012, table collation forgotten
2964       when adding fields
2965     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
2966       showing the details of a storage engine under MySQL 4.0.x
2968 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
2969     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
2970       when exporting without enclosing with backquotes
2972 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
2973     * db_details_links.php: patch #1196806, add a Privileges tab
2974       in db view, thanks to Herman van Rink - helmo
2975     * server_privileges.php: add a back link to the db on which
2976       we are checking privileges
2977     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
2978       with USE followed with a db name containing an hyphen
2979     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
2981 2005-05-08 Olivier Mueller <om@omnis.ch>
2982     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
2983       with one command and 5 seconds. To be improved, but is working fine
2984       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
2985     * server_privileges.php: always display the "Add a new user" link
2986       on the User overview page (no more need to click on [show all] or
2987       an initial before)
2989 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
2990     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
2991       sets and collations (temporary workaround)
2992     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2994 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
2995     * Documentation.html: improvement about PmaAbsoluteUri,
2996       thanks to Isaac Bennetch - ibennetch
2998 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
2999     * libraries/common.lib.php: bug #1185152, setting collation for a field,
3000       thanks to Ryan Schmidt - ryandesign
3002 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
3003     * export.php: bug #1123284, avoid double compression when
3004       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
3005     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
3006       thanks to Ryan Schmidt - ryandesign
3008 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
3009     * server_status.php: bug #1193225, missing </ul>
3010     * tbl_properties.inc.php: bug #1193353, js error on creating table
3012 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
3013     * db_operations.php, libraries/tbl_move_copy.php:
3014       bug #1192468, bookmarks copied too many times
3016 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
3017     * lang/finnish: update, thanks to Jouni Kahkonen
3018     * lang/russian: update, thanks to lobovich
3019     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
3021 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
3022     * tbl_properties_structure.php, tbl_properties.inc.php:
3023       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
3024     * lang/finnish: big update, thanks to Jouni Kahkonen
3026 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
3027     * libraries/sqlparser*: bug #1185173. A query using the Storage
3028       table name and an alias, returned no result. I changed the
3029       parser to add a list of "forbidden" reserved words, as listed
3030       in the MySQL manual (reserved words). Those are not allowed
3031       as a table/column name, but others (like Storage) are allowed.
3032       Now the query works. TODO: do not pretty print in color,
3033       in this case
3034     * libraries/common.lib.php: bug #1179241, wrong escaping of
3035       apostrophe in generated PHP code
3037 2005-04-25 Michal Čihař  <michal@cihar.com>
3038     * lang/czech: Update.
3039     * lang/english: Fix typo.
3041 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
3042     * left.php, queryframe.php: bug #1168784, please respect the db order
3043       given in only_db
3045 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
3046     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
3047     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3048     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3049     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3050     * lang/galician: Updates, thanks to Xosé Calvo.
3051     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
3052     * tbl_properties_export.php: bug #1180860, error going from Export
3053       to Insert tab
3054     ### 2.6.2 released
3056 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
3057     * db_details_structure.php: Search icon centering
3059 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
3060     * tbl_alter.php: undefined $field_comments
3062 2005-04-10 Alexander M. Turek  <me@derrabus.de>
3063     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3065 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
3066     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
3067     * server_privileges.php: bug #1179969, problem editing a user's profile
3068       (and there was a problem also with the detection of
3069        an already existing user)
3071 2005-04-09 Alexander M. Turek  <me@derrabus.de>
3072     * libraries/sqlparser.data.php: Added keyword ROUTINE.
3074 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
3075     * lang/catalan update, thanks to Xavier Navarro (xavin).
3077 2005-04-07 Alexander M. Turek  <me@derrabus.de>
3078     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
3079       en-iso-8859-15.
3080     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3082 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
3083     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
3084     * libraries/common.lib.php: wrong test when the field's type is
3085       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
3087 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
3088     ### 2.6.2-rc1 released
3090 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
3091     * tbl_addfield.php: TIMESTAMP options support
3092     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
3093       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
3094       set to NULL to have the NULL attribute
3095     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
3096       with FK constraints to a table in the same db
3098 2005-03-31 Alexander M. Turek  <me@derrabus.de>
3099     * left.php: Undefined offset (Bug #1174045).
3101 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
3102     * Documentation.html: added FAQ 5.17 about problem with
3103       Firefox when the Tabbrowser Extensions plugin is installed
3104     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
3105     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
3106       made dynamic, depending on the field's type
3107     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
3109 2005-03-30 Alexander M. Turek  <me@derrabus.de>
3110     * server_databases.php: Bug #1172782 (Don't allow to drop
3111       information_schema).
3112     * libraries/mysql_charsets.lib.php: Typo.
3113     * lang/german-*.inc.php: Better translation.
3115 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
3116     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
3117       thanks to Isaac Bennetch - ibennetch
3118     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
3119     * lang/*: removed unused message and modified strCheckOverhead
3120       where still untranslated
3121     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
3122       modifying TIMESTAMP options, the table structure editing form
3123       was shown without the new options.
3125 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
3126     * libraries/common.lib.php: XSS vulnerability on convcharset
3128 2005-03-29 Alexander M. Turek  <me@derrabus.de>
3129     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
3130       unavailable collations (bug #1172517).
3132 2005-03-28 Alexander M. Turek  <me@derrabus.de>
3133     * left.php: Implemented the forgotten view icon.
3135 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
3136     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3137     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
3138       under MySQL 4.1
3139     ### 2.6.2-beta1 released
3141 2005-03-27 Alexander M. Turek  <me@derrabus.de>
3142     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
3143       themes as imcompatible because of recent changes.
3144     * libraries/information_schema_relations.lib.php,
3145       libraries/relation.lib.php: information_schema relations.
3147 2005-03-26 Alexander M. Turek  <me@derrabus.de>
3148     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
3149     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
3150       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
3151       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
3152       Added more Latin9 language files.
3154 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
3155     * tbl_properties.inc.php: bug #1170255, undefined index: Field
3157 2005-03-25 Alexander M. Turek  <me@derrabus.de>
3158     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
3159       for marking a functionality as unavailable.
3160     * libraries/relation.lib.php:
3161       - Removed recoding function calls from controluser queries as they do
3162         not depend on the connection charset anymore;
3163       - Added emulated relations for some information_schema tables. To be
3164         continued.
3166 2005-03-24 Alexander M. Turek  <me@derrabus.de>
3167     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
3168       libraries/database_interface.lib.php:
3169       - Force separate connection for controluser queries;
3170       - Don't apply collation_connection settings to controluser connections.
3171     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
3172     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3174 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
3175     * header.inc.php: undefined index tbl_is_view when copying a table
3176       with constraints and an error occurs
3178 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
3179     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3180     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
3182 2005-03-19 Alexander M. Turek  <me@derrabus.de>
3183     * lang/german-*.inc.php: Translations #1120157 (bad translation of
3184       $strAddSearchConditions).
3185     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
3186       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
3187     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
3188       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
3189       the German and French language files for testing.
3191 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
3192     * lang/catalan update, thanks to Xavier Navarro (xavin).
3193     * lang/russian update, thanks to gunsky
3194     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3196 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
3197     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3198     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3199     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
3200       - thedarkness
3201     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3202     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3204 2005-03-18 Alexander M. Turek  <me@derrabus.de>
3205     * lang/german-*.inc.php: Updates.
3207 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
3208     * Documentation.html: bug #1165148, typo in Documentation.html
3209     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3210     * lang/galician: Updated, thanks to Xosé Calvo.
3212 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
3213     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
3214       config.inc.php (comment only), libraries/common.lib.php:
3215       experimental support for table structure editing with MySQL 4.1.2+
3216       TIMESTAMP options
3218 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
3219     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
3221 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
3222     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
3223       start merging code for MySQL 4.1.2 TIMESTAMP options support
3225 2005-03-10 Alexander M. Turek  <me@derrabus.de>
3226     * libraries/relation.lib.php: Bug #1159415.
3228 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
3229     * libraries/database_interface.lib.php, libraries/relation.lib.php:
3230       problem with getting comments when creating a new table under MySQL 4.1.x
3231       with mysql extension
3233 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
3234     * db_operations.php: db comments updating broken
3235     * libraries/relation.lib.php: bug #1159415, data dictionary broken
3237 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
3238     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
3239       versions of insert-row icons.
3241 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
3242     * lang/french update
3244 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
3245     * libraries/relation.lib.php: db comments broken
3246     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
3247     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
3248       bookmark improvement,
3249       based on patch #1034161 by Ryan Schmidt - ryandesign:
3250       sort bookmarks by label, remove the number before each bookmark
3251       in the drop-down choice. For this I had to change some logic in the
3252       calling scripts. It's still possible to have the same label more
3253       than once.
3255 2005-03-07 Michal Čihař  <michal@cihar.com>
3256     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
3257       libraries/header_meta_style.inc.php: Actually use print style in themes,
3258       also fixes RFE #1120880.
3259     * sql.php: Better calculate inserted row id (bug #1156963).
3260     * db_details_links.php, db_details_structure.php: Show database comment on
3261       each tab (same as we do with table comments).
3263 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
3264     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
3265       versions of drop icons.
3267 2005-03-06 Michal Čihař  <michal@cihar.com>
3268     * export.php, libraries/display_export.lib.php, config.inc.php,
3269       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
3270       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
3271       2000 export (RFE #1155122).
3272     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
3273       engine" translation.
3274     * lang/english: Nothing to translate here.
3275     * Documentation.html: Document new Excel export.
3276     * config.inc.php, libraries/config_import.lib.php,
3277       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
3278       export now can contain table structure and better handles more
3279       tables/databases export.
3280     * db_operations.php, export.php, main.php, tbl_move_copy.php,
3281       libraries/common.lib.php, libraries/select_theme.lib.php,
3282       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
3283       / to end of path (bug #1155373).
3285 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
3286     * libraries/relation.lib.php, /display_export.lib.php,
3287       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
3288       the "Add into comments ... Comments" choice, since they are
3289       part of the structure
3291 2005-03-06 Alexander M. Turek  <me@derrabus.de>
3292     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
3293       activity statistics.
3294     * server_status.php: Removed InnoDB Status sub-page. It is now part of
3295       server_engines.php.
3296     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
3297       indicators.
3298     * libraries/mysql_charsets.lib.php: Don't check the character set of the
3299       virtual database "information_schema" (MySQL 5.0).
3300     * db_details_links.php, db_details_structure.php: Don't allow the user to
3301       change anything in MySQL 5.0's information_schema database.
3303 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
3304     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
3305       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
3306       /database_interface.lib.php: MySQL 4.1.x native comments
3308 2005-03-05 Alexander M. Turek  <me@derrabus.de>
3309     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
3310       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
3311       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
3312       libraries/engines/myisam.lib.php:
3313       - Moved engine-specific settings into plugins;
3314       - Added ability to create multiple sub-pages in server_engines.php for
3315         a specific engine;
3316       - Added a few InnoDB variables. To be continued. :-)
3317       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
3319 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
3320     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
3321       Missing parameters, and when the error happens, show a link to FAQ
3323 2005-03-03 Alexander M. Turek  <me@derrabus.de>
3324     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
3325       with "str").
3326     * header.inc.php: Wrong icon for views.
3327     * libraries/sqlparser.data.php: Added more missing date / time functions.
3329 2005-03-02 Michal Čihař  <michal@cihar.com>
3330     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
3331       modes not available in current MySQL version, do not fail on error when
3332       setting SQL_MODE (bug #1155209).
3334 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
3335     * main.php: bug #1154307, wrong text for alt,
3336       thanks to Isaac Bennetch - ibennetch
3337     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
3338       thanks to Isaac Bennetch - ibennetch
3340 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
3341     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
3342       thanks to Ryan Schmidt
3343     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
3344       var
3346 2005-02-27 Alexander M. Turek  <me@derrab.us>
3347     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
3348       and GET_FORMAT (bug #1152310).
3350 2005-02-27 Michal Čihař  <michal@cihar.com>
3351     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
3353 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
3354     * Documentation.html: added FAQ 5.16 about various IE and Windows
3355       problems. Thanks to Michael Keck.
3356     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
3358 2005-02-24 Alexander M. Turek  <me@derrabus.de>
3359     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
3361 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
3362     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
3363       blowfish_secret is empty
3365 2005-02-23 Alexander M. Turek  <me@derrabus.de>
3366     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
3367     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
3368       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
3369     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
3370       we had already commented out a long time ago.
3372 2005-02-22 Alexander M. Turek  <me@derrabus.de>
3373     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
3374       of bug #1149383.
3376 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
3377     * pdf_pages.php: patch #1120466 (modified): optional column names
3378       in visual scratchboard, thanks to Remco Aalbers - remcoa
3380 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
3381     * header.inc.php, queryframe.php: HTML improvement,
3382       thanks to Armel Fauveau
3383     * server_privileges.php: bug #1113788, escaping character removed by error
3385 2005-02-16 Alexander M. Turek  <me@derrabus.de>
3386     * db_details_export.php: Views are not exportable yet.
3387     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
3388     * server_engines.php: Use new CSS class 'disabled' for unavailable
3389       engines.
3391 2005-02-14 Michal Čihař  <michal@cihar.com>
3392     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
3393       indexes for print view, use same function as for normal view (bug
3394       #1119388).
3395     * css/print.css, libraries/tbl_indexes.lib.php,
3396       libraries/header_meta_style.inc.php: Use CSS for hiding print button
3397       rather than javascript.
3399 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
3400     * tbl_properties_table_info.php: avoid errors #1046, no database selected
3401       in MySQL 5.0.2
3402     * lang/romanian: Updated, thanks to Valics Lehel.
3404 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
3405     * lang/french update
3406     * server_privileges.php: bug #1118137, host not changing when editing user
3408 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
3409     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
3411 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
3412     * config.inc.php, Documentation.html: bug #1115327, document the
3413       maximum number of characters for blowfish_secret
3415 2005-02-09 Alexander M. Turek  <me@derrabus.de>
3416     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
3418 2005-02-08 Michal Čihař  <michal@cihar.com>
3419     * export.php: Fix export of SQL for Safari (bug #1113015).
3421 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
3422     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
3423       do not send a boolean to mysqli_free_result() or mysql_free_result(),
3424       it expects a result resource
3425     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
3426       using "copy table" operation
3427     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
3428       disabled
3430 2005-02-07 Alexander M. Turek  <me@derrabus.de>
3431     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
3432       php 4.1.x.
3434 2005-02-06 Alexander M. Turek  <me@derrabus.de>
3435     * header.inc.php, tbl_properties_table_info.php: View detection for
3436       header.inc.php.
3437     * tbl_properties_links.php: Adjusted tab bar for views.
3439 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
3440     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
3442 2005-02-04 Michal Čihař  <michal@cihar.com>
3443     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
3445 2005-02-03 Alexander M. Turek  <me@derrabus.de>
3446     * tbl_addfield.php: Bug #1040682 (adding field with collation).
3448 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
3449     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
3450       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
3451     * tbl_properties.inc.php: bug #1114550, changing the type of
3452       a float unsigned column
3454 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
3455     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
3456       cannot be used with MYSQL_USE_RESULT
3458 2005-01-29 Alexander M. Turek  <me@derrabus.de>
3459     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
3460       the Janapese language file under MySQL 4.1.
3462 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
3463     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
3464       function PMA_reloadNavigation(). A failed connection was not properly
3465       detected
3466     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
3467       parameter 1 to be a result
3469 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
3470     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
3471       thanks to Michal
3472     * libraries/display_tbl.lib.php: the LongOperation message should
3473       be just for InnoDB
3475 2005-01-27 Michal Čihař  <michal@cihar.com>
3476     * read_dump.php: Fix detection of SELECT query to display on multiple
3477       submits (bug #1110727).
3479 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
3480     * tbl_query_box.php: bug #1107937, undefined $fields_list
3481     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3482     ### 2.6.1 released
3484 2005-01-23 Michal Čihař  <michal@cihar.com>
3485     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
3486       (bug #1106652).
3488 2005-01-23 Alexander M. Turek  <me@derrabus.de>
3489     * libraries/sqlparser.data.php: Added some keywords.
3491 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
3492     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
3493       and fix a typo "boommark"
3494     * lang/galician: Updated, thanks to Xosé Calvo.
3495     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3497 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
3498     * libraries/tooltip.js: new JS library for tooltips (hints)
3499     * libraries/common.lib.php: img tag modified for mouseover / mouseout
3500       (show/hide tooltip)
3501     * header.inc.php: needed div-container for tooltips
3502     * footer.inc.php: linking to js-file tooltip.js
3503     * themes/.../theme_right.css.php: tooltip class
3504     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
3505       to small
3506     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
3507     * themes/.../theme_right.css.php: new class for disabled (not available)
3508       text / values / messages
3509     * libraries/tooltip.js: removed wrong typos (sorry)
3511 2005-01-20 Alexander M. Turek  <me@derrabus.de>
3512     * server_engines.php, server_links.inc.php: Use Michael's new icon for
3513       storage engines.
3514     * main.php: Added link to storage engines sub-page.
3516 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
3517     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
3518       lang/*.php: bug #1084820: ask a confirmation when a user wants to
3519       reach the End of rows, and count the exact number of rows to
3520       go to the real end
3521       TODO: page number selector
3522     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
3523       to reveal the full message for browsers who truncate it,
3524       thanks to Alexander for the suggestion
3526 2005-01-18 Alexander M. Turek  <me@derrabus.de>
3527     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
3528       - Emulation for < MySQL 4.1.2;
3529       - BerkeleyDB version information.
3530     * tbl_properties.inc.php, tbl_properties_operations.php,
3531       libraries/storage_engines.lib.php: Auto-generated engine selection
3532       dropdown.
3533     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
3535 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
3536     * libraries/common.lib.php: modified function for
3537       Add a link by MySQL-Error #1062 - Duplicate entry
3538       (feature request #1036254)
3540 2005-01-17 Michal Čihař  <michal@cihar.com>
3541     * lang/czech: Fix typos (translation #1103785).
3543 2005-01-17 Alexander M. Turek  <me@derrabus.de>
3544     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
3545       parameters.
3547 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
3548     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
3549       #1060 in the logic for error #1062
3551 2005-01-15 Alexander M. Turek  <me@derrabus.de>
3552     * server_engines.php, server_links.inc.php, lang/*.inc.php,
3553       libraries/storage_engines.php: Detailed storage engines status
3554       information.
3556 2005-01-12 Alexander M. Turek  <me@derrabus.de>
3557     * tbl_properties_table_info.inc.php: Basic view detection.
3558     * tbl_properties_structure.php: Disabled table-specific interface elements
3559       for views.
3561 2005-01-11 Alexander M. Turek  <me@derrabus.de>
3562     * libraries/relation.lib.php:
3563       - Removed redundant code;
3564       - Fixed some comments.
3565     * tbl_properties_structure.php: Corrected TH numbering.
3566     * db_details_structure.php: Small design glitch with "in use" tables.
3567     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
3568       - Views are now displayed correctly within the table list;
3569       - Added ability to drop views from the db structure page.
3570         TODO: It is not yet possible to drop a view from the table sub pages.
3572 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
3573     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
3574       on invalid login
3576 2005-01-10 Michal Čihař  <michal@cihar.com>
3577      * lang/czech: Fix typo (translation #1099459).
3579 2005-01-10 Olivier Mueller <om@omnis.ch>
3580     * README: copyright, we're in 2005
3582 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
3583     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3584     * lang/catalan update, thanks to Xavier Navarro (xavin).
3585     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3586     * lang/dutch: Updates, thanks to Ivo Teel.
3587     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3588     * lang/galician: Updated, thanks to Xosé Calvo.
3589     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3590     ### 2.6.1-rc2 released
3592 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
3593     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
3594       a FLOAT field in MySQL 4.1.x
3596 2005-01-07 Michal Čihař  <michal@cihar.com>
3597     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
3598       libraries/functions.js, libraries/tbl_change.js,
3599       libraries/keyhandler.js: Use Option key for Safari for moving (bug
3600       #1094137), move key handler function to separate file so we have only
3601       one, make movement work correctly in vertical display of properties.
3602     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
3603       (bug #1097593).
3605 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
3606     * tbl_change.php: removed old PHP3-workaround that caused problems
3607       with field names like '000'
3609 2005-01-05 Michal Čihař  <michal@cihar.com>
3610     * tbl_properties_operations.php: Fix changning table parameters if it has
3611       no auto increment (bug #1096246).
3613 2005-01-04 Alexander M. Turek  <me@derrabus.de>
3614     * lang/german-*.inc.php:
3615       - Updates and small corrections;
3616       - Synchronized translation with the German MySQL documentation.
3618 2005-01-03 Michal Čihař  <michal@cihar.com>
3619     * export.php: Use standardised mime types and use content encoding for
3620       gzip/bzip2. I hope this will fix double gzip compression as in bug
3621       #1094649.
3623 2005-01-01 Michal Čihař  <michal@cihar.com>
3624     * tbl_alter.php: Don't try to set collation for non text fields (bug
3625       #1094109).
3626     * sql.php: Do not forget reloading when launching multiple queries (bug
3627       #1090818).
3629          --- Older ChangeLogs can be found on our project website ---
3630                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
3632 # vim: et ts=4 sw=4 sts=4
3633 # vim: ft=changelog fenc=utf-8 encoding=utf-8
3634 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
3635 # vim: fdn=1 fdm=expr