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