security fixes
[phpmyadmin/crack.git] / ChangeLog
blob32655c554ae0680cc3d455607dbc6c4486419102
1 ----------------------
2 phpMyAdmin - ChangeLog
3 ----------------------
5 $Id$
6 $HeadURL$
8 2007-01-09 Michal Čihař  <michal@cihar.com>
9     * index.php: Properly escape strings written in JS code.
10     * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter
11       comes from user and it might lead to path disclossure.
12     * libraries/common.lib.php:
13         - Properly escape </script> in JS code.
14         - Check db, table and sql_query params to be string.
16 2007-01-08 Marc Delisle  <lem9@users.sourceforge.net>
17     * libraries/session.inc.php: prevent attack on session name cookie
19 2007-01-05 Marc Delisle  <lem9@users.sourceforge.net>
20     * libraries/session.inc.php: bug #1538132, remove the setting of
21       session.save_handler to 'files'
22     * pmd_general.php: patch #1627831,
23       English language improvements, thanks to Isaac Bennetch
24     * pmd_general.php, pmd_relation_new.php, lang/*: abstract messages 
26 2007-01-04 Marc Delisle  <lem9@users.sourceforge.net>
27     * pmd/scripts/move.js: avoid text selection when moving a table object
28       under MSIE 6, thanks to Ivan Kirillov
29     * libraries/db_links.inc.php: better icon for Designer, thanks to I.K.
31 2007-01-02 Marc Delisle  <lem9@users.sourceforge.net>
32     * Designer: various fixes and improvements (for example support
33       for MSIE 6), thanks to Ivan Kirillov
34     * pdf_pages.php: undefined $pdf_page_number when no auto layout
35     * server_privileges.php: bug #1614087, deleting a user having a
36       global GRANT privilege fails under MySQL 4.1.x
38 2007-01-02 Michal Čihař  <michal@cihar.com>
39     * libraries/common.lib.php: Add <div> to allow selecting whole SQL by
40       tripple click (patch #1611591).
41     * libraries/export/sql.php: DELIMITER should not be commented out (bug
42       #1612870).
44 2006-12-31 Marc Delisle  <lem9@users.sourceforge.net>
45     * Documentation.html: RFE #1602243, another cause for Missing parameter,
46       thanks to Dave Nolan
47     * Documentation.html, db_structure.php, libraries/Table.class.php,
48      /config.default.php: RFE #1548637, MaxExactCountViews (default 0)
49      so by default, row count is not done for views
51 2006-12-30 Marc Delisle  <lem9@users.sourceforge.net>
52     * libraries/Config.class.php: bug #1590083, 
53     $cfg['DefaultConnectionCollation'] ignored in config.inc.php
55 2006-12-30 Michal Čihař  <michal@cihar.com>
56     * lang/czech: Updated.
58 2006-12-29 Marc Delisle  <lem9@users.sourceforge.net>
59     * tbl_relation.php: RFE #1621025, show SQL statement in Relation View
60       (I only implemented the display of InnoDB-related statements)
61     * libraries/config.default.php: RFE #1621437, add HEX and UNHEX
63 2006-12-27 Marc Delisle  <lem9@users.sourceforge.net>
64     * Documentation.html, libraries/common.lib.php: patch #1592366,
65      possibility of using the host name as a parameter in the URL,
66      thanks to Arnold Daniels
68 2006-12-26 Marc Delisle  <lem9@users.sourceforge.net>
69     * export.php: set $local_query only if we are exporting data
70     * export.php, libraries/export/latex.php, /sql.php, /htmlword.php,
71       /odt.php, lang/*: bug #1621280, VIEW dependencies during export
73 2006-12-20 Marc Delisle  <lem9@users.sourceforge.net>
74     * libraries/export/sql.php: bug #1619647, export of query results
75       should not contain procedure definitions
76     * navigation.php, test/theme.php,  browse_foreigners.php,
77       libraries/header_printview.inc.php: patch #1611684 part 2, client 
78       caching of phpmyadmin.css.php, thanks to Christian Schmidt
80 2006-12-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
81     * tbl_change.php, tbl_replace.php, include/tbl_replace_fields.inc.php:
82       refactored: made register_globals independent; added documentation;
83       removed unused code; fixed bug #1597686 last insert id message wrong;
84       much more i don't remember ...
85     * libarsies/common.lib.php::PMA_showMessage():
86       added second optional parameter: $sql_query
87     * tbl_change.php: make use of new second PMA_showMessage() parameter
89 2006-12-15 Marc Delisle  <lem9@users.sourceforge.net>
90     * Documentation.html, libraries/common.lib.php, config.default.php:
91       bug #1615313, doc referred to HTTP so enable the code to accept
92       either HTTP or http as auth_type
94 2006-12-15 Michal Čihař  <michal@cihar.com>
95     * lang/czech: Updated.
97 2006-12-13 Marc Delisle  <lem9@users.sourceforge.net>
98     * libraries/display_export.lib.php, /common.lib.php, lang/*:
99       bug #1607282, bug in older MySQL removes auto_increment when asking
100       for MYSQL40 compatibility mode
102 2006-12-12 Marc Delisle  <lem9@users.sourceforge.net>
103     * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0
104     * tbl_change.php: bug #1610314, incomplete detection of binary column
106 2006-12-11 Michal Čihař  <michal@cihar.com>
107     * lang/czech: Updated.
109 2006-12-10 Marc Delisle  <lem9@users.sourceforge.net>
110     * many scripts: we were using "uva" in variables and function names,
111       this was code suggested by University of Virginia; I improved the code
112       by removing this uva prefix
113     * libraries/export/sql.php: patch #1595784, add charset information
114       to SQL export, thanks to Christian Schmidt
115     * css/phpmyadmin.css.php, libraries/session.inc.php,
116       libraries/Config.class.php, libraries/header_meta_style.inc.php:
117       patch #1611684, allow client caching of phpmyadmin.css.php,
118       thanks to Christian Schmidt
120 2006-12-07 Marc Delisle  <lem9@users.sourceforge.net>
121     * libraries/ip_allow_deny.lib.php: checks that the header contains
122       only one IP address, thanks to Christian Schmidt
124 2006-12-06 Marc Delisle  <lem9@users.sourceforge.net>
125     * libraries/import.lib.php, /common.lib.php: bug #1603660,
126       incorrect escaping of ">"
127     * server_variables.php: bug #1589611, problem on 64-bit systems
129 2006-12-05 Marc Delisle  <lem9@users.sourceforge.net>
130     * server_privileges.php: Grant all privileges on wildcard name: we should
131       really grant on username\_ instead of username_
133 2006-12-05 Michal Čihař  <michal@cihar.com>
134     * server_privileges.php: Add IF NOT EXISTS to CREATE DATABASE query (RFE
135       #1608372), reload navigation after creating database.
136     * server_privileges.php: Use correct links (patch #1607236).
138 2006-12-04 Marc Delisle  <lem9@users.sourceforge.net>
139     * db_structure.php, bug #1605985, missing HTML tag
141 2006-11-29 Marc Delisle  <lem9@users.sourceforge.net>
142     * lang/spanish update, thanks to Daniel Hinostroza
143     * sql.php, libraries/display_tbl.lib.php: patch #1605032, checks for
144       undefined index, thanks to Arpad Borsos
146 2006-11-26 Marc Delisle  <lem9@users.sourceforge.net>
147     * tbl_structure.php: bug #1602335, browse distinct values
148       and name containing a quote
149     * libraries/bookmark.lib.php: bug #1579701: error listing bookmarks
150       when dropping a table and no pmadb
152 2006-11-24 Marc Delisle  <lem9@users.sourceforge.net>
153     * tbl_change.php, Documentation.html: users can now toggle the display
154       of the Function column from the interface
156 2006-11-23 Marc Delisle  <lem9@users.sourceforge.net>
157     * pmd/scripts/move.js: fix a few js errors
158     * pmd*.php: remove unneeded calls to getRelationsParam();
159       verify if the internal relations are enabled before trying to
160       create one
162 2006-11-22 Marc Delisle  <lem9@users.sourceforge.net>
163     * Designer: get rid of pmd_config.php and pmd_get_info.php,
164       rename pmd_session.php to pmd_common.php
165     * Designer: missing messages
167 2006-11-21 Marc Delisle  <lem9@users.sourceforge.net>
168     * pmd_general.php, lang/*: added $strHelp
170 2006-11-20 Marc Delisle  <lem9@users.sourceforge.net>
171     * french updates
172     * remove references to phpMyDesigner.net, asked by Ivan
173     * lang/*: typo: "formated" should be "formatted"
175 2006-11-19 Michal Čihař  <michal@cihar.com>
176     * themes/darkblue_orange/css/theme_right.css.php,
177       themes/original/css/theme_right.css.php,
178       libraries/database_interface.lib.php: Fix typos (bug #1597137).
179     * libraries/unzip.lib.php: Fix check for encrypted file (bug #1596304).
180     * lang/czech: Update.
182 2006-11-19 Marc Delisle  <lem9@users.sourceforge.net>
183     * pmd_general.php, pmd_get_info.php, pmd/scripts/move.js,
184       pmd_relation_new.php, lang/*: support internal relations also
185       on unique keys, not only on primary keys
186     * scripts/upgrade.pl: bug #1599173, adapt for new filename structure,
187       thanks to Linas Gricius
188     * tbl_relation.php, lang/*: bug #1597019, wrong error message when foreign
189       key is not the same data type as referenced key
191 2006-11-18 Michal Čihař  <michal@cihar.com>
192     * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers
193       which to trust in configuration, thanks for help with this to Christian
194       Schmidt, Peytz & Co.
195     * libraries/PMA_List_Database.class.php: Fix XSS on database comment,
196       thanks to laurent gaffié.
198 2006-11-18 Marc Delisle  <lem9@users.sourceforge.net>
199     * index.php, libraries/common.lib.php, /cleanup.lib.php: undefined index
201 2006-11-17 Michal Čihař  <michal@cihar.com>
202     * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid
203       XSS.
204     * navigation.php: Fix XSS on table comment.
205     * index.php, libraries/cleanup.lib.php, libraries/url_generating.lib.php,
206       libraries/common.lib.php, libraries/select_lang.lib.php: Fix path
207       disclossure while passing array as some params.
208     * Documentation.html, libraries/ip_allow_deny.lib.php,
209       libraries/config.default.php: Trust only listed proxies for IP
210       Allow/Deny.
212 2006-11-16 Marc Delisle  <lem9@users.sourceforge.net>
213     * pmd_pdf.php: export coordinates to PDF page even if the tables
214       were not defined on this PDF page
216 2006-11-13 Marc Delisle  <lem9@users.sourceforge.net>
217     * libraries/relation.lib.php: verify the presence of designer_coords
219 2006-11-13 Michal Čihař  <michal@cihar.com>
220     * server_status.php: Check for divison by zero (bug #1594460).
221     * db_operations.php: Change information about not configured pmadb to
222       notice (bug #1589294).
223     * scripts/setup.php: Configure also designer table.
225 2006-11-12 Marc Delisle  <lem9@users.sourceforge.net>
226     * pmd_get_info.php: avoid error if no index defined for a table
228 2006-11-11 Michal Čihař  <michal@cihar.com>
229     * lang/czech: Update.
231 2006-11-11 Marc Delisle  <lem9@users.sourceforge.net>
232     * pmd_general.php, pmd_get_info.php, pmd/scripts/move.js, lang/*:
233       in InnoDB, it's allowed to create a relation even if it's not on
234       a primary key, so display the InnoDB-related options (ON UPDATE,
235       ON CASCADE)
237 2006-11-10 Michal Čihař  <michal@cihar.com>
238     * lang/czech: Translate designer.
239     * config.sample.inc.php: Comment out pmadb and controluser to avoid
240       confusion when they are not properly created.
242 2006-11-09 Marc Delisle  <lem9@users.sourceforge.net>
243     ### 2.9.1 released from MAINT_2_9_1
245 2006-11-07 Michal Čihař  <michal@cihar.com>
246     * lang/czech: Translate designer.
248 2006-11-07 Marc Delisle  <lem9@users.sourceforge.net>
249     * (many files) new Designer feature, thanks to Ivan A Kirillov
251 2006-11-03 Michal Čihař  <michal@cihar.com>
252     * config.sample.inc.php: Make it use CRLF to make Windows users happy.
254 2006-11-02 Michal Čihař  <michal@cihar.com>
255     * Documentation.html: Mention problems with Hardened-PHP.
256     * user_password.php, tbl_move_copy.php, export.php,
257       libraries/session.inc.php, libraries/mcrypt.lib.php,
258       libraries/auth/cookie.auth.lib.php: Use PMA_{set,remove}Cookie functions
259       instead of PHP ones (no need to define params on all places).
260     * libraries/common.lib.php, libraries/session.inc.php: Make all cookies
261       httponly as default - this protects them from usage in javascript in
262       modern browsers (RFE #1586078).
263     * pdf_schema.php, contrib/packaging/Fedora/phpMyAdmin.spec,
264       libraries/export/pdf.php, libraries/fpdf, libraries/tcpdf: Switch to
265       TCPDF for PDF generating (RFE #1501452).
266     * readme.php, README: Make README utf-8.
267     * Documentation.html, libraries/dbi/mysqli.dbi.lib.php,
268       libraries/dbi/mysql.dbi.lib.php, libraries/config.default.php: Add
269       support for SSL connections (based on patch #1588882).
270     * libraries/sqlparser.data.php: Add support for XML manipulating functions
271       - UpdateXML and ExtractValue (RFE #1532712).
272     * scripts/setup.php: Make end of line in generated file configurable (RFE
273       #1493897).
274     * server_status.php: Calculate key read/write ration (RFE #1466287).
275     * Documentation.html, navigation.php,
276       themes/original/css/theme_left.css.php,
277       libraries/PMA_List_Database.class.php, libraries/config.default.php:
278       Optional display of databases in navigation frame as list instead of
279       dropdown (RFE #1435922).
280     * scripts/setup.php: Configuration for list/drop down choice.
281     * tbl_change.php: Automatically edit text in textarea if it contains new
282       lines (RFE #1224791).
283     * lang/dutch: Fix typo, thanks to Thijs Kinkhorst - kink.
285 2006-10-27 Marc Delisle  <lem9@users.sourceforge.net>
286     * libraries/fpdf/font: replace broken binary files
288 2006-10-27 Michal Čihař  <michal@cihar.com>
289     * export.php: Define $tables on correct place (bug #1585374).
290     * import.php: Do not load header to soon to avoid reading table stats
291       before query gets executed (bug #1441833).
292     * libraries/tbl_links.inc.php, libraries/db_links.inc.php,
293       libraries/common.lib.php, lang/*,
294       themes/darkblue_orange/css/theme_right.css.php,
295       themes/original/css/theme_right.css.php: Do not disable tabs for empty
296       tables/databases, only make them look different (RFE #1584296).
297     * libraries/common.lib.php: Show messages in notice div to make them look
298       better and more visible.
299     * sql.php, lang/*: Better message when showing as PHP code.
300     * libraries/common.lib.php: Add missing quotes.
301     * import.php, libraries/db_common.inc.php: Avoid query execution when
302       showing PHP code (bug #1567314).
303     * sql.php, libraries/common.lib.php, lang/*: Correct behaviour when
304       switching from PHP to SQL display mode (no execution of query).
306 2006-10-26 Marc Delisle  <lem9@users.sourceforge.net>
307     * error.php, libraries/common.lib.php, /database_interface.lib.php,
308       /session.inc.php: force utf-8 charset to avoid XSS with crafted URL
309       and utf-7 in charset; error messages won't display correctly if
310       the chosen lang is not utf-8
312 2006-10-26 Michal Čihař  <michal@cihar.com>
313     * libraries/import/csv.php: Fix wrong import when ;; is at buffer boundary
314       (bug #1584836).
315     * tbl_operations.php: Fix duplicate ID for checkbox (bug #1584770).
316     * libraries/import/README: Fix example import plugin to match current
317       state.
318     * libraries/import.lib.php: Add support for running queries as control
319       user.
320     * db_importdocsql.php, Documentation.html, scripts/setup.php,
321       db_operations.php, libraries/read_dump.lib.php,
322       libraries/import/docsql.php, libraries/config.default.php, lang/*:
323       Convert DocSQL import to import plugin, remove not needed messages and
324       files it used.
325     * lang/*: Remove profiling messages as profiling extension has been
326       dropped some time ago.
327     * libraries/common.lib.php: pma_convcharset never existed :-).
328     * libraries/tbl_properties.inc.php: Check form only when saving table
329       fields (bug #1566222).
330     * libraries/transformations.lib.php: Improve options parser.
331     * libraries/transformations/application_octetstream__download.inc.php:
332       Again accept column name (bug #1562864).
334 2006-10-25 Michal Čihař  <michal@cihar.com>
335     * Documentation.html, libraries/tbl_properties.inc.php,
336       libraries/config.default.php: Allow to edit small number of fields
337       vertically and lange number horizontally (RFE #1581773).
338     * [too much files]:
339         - Rename tbl_* files to drop useless _properties part.
340         - Rename db_* files to drop useless _details part.
341     * libraries/Config.class.php: Add backward compatibility code to affect
342       above renaming.
344 2006-10-19 Marc Delisle  <lem9@users.sourceforge.net>
345     * libraries/common.lib.php, /database_interface.lib.php,/session.inc.php:
346       wrong parameter "char" when calling error.php, should be "charset"
348 2006-10-19 Michal Čihař  <michal@cihar.com>
349     * db_import.php, db_details.php, db_details_export.php,
350       db_details_structure.php, db_details_qbe.php, db_operations.php,
351       sql.php, libraries/db_info.inc.php, libraries/mult_submits.inc.php,
352       libraries/header.inc.php, libraries/db_details_db_info.inc.php,
353       server_privileges.php: Rename db_details_db_info.inc.php to
354       db_info.inc.php.
355     * libraries/common.lib.php: Fix escaping of long query with js (thanks to
356       Erwin for report).
358 2006-10-18 Marc Delisle  <lem9@users.sourceforge.net>
359     * db_operations.php, libraries/Table.class.php: bug #1567316,
360       renaming a db containing a view
362 2006-10-18 Michal Čihař  <michal@cihar.com>
363     * libraries/transformations/text_plain__dateformat.inc.php, lang/*:
364       Support displaying in UTC (RFE #1440386).
365     * libraries/transformations.lib.php: Write own parser so that quoting is
366       optional (RFE #1579163).
367     * lang/*: Change help to fit current behaviour (RFE #1579163).
368     * themes/darkblue_orange/css/theme_right.css.php,
369       themes/original/css/theme_right.css.php,
370       libraries/sql_query_form.lib.php: Let's again obey TextareaRows (bug
371       #1465906).
372     * libraries/export/sql.php: Keep 0 in exported auto_increment fields (bug
373       #1440544).
374     * js/navigation.js: Fix setting of navigation width when using RTL lang
375       (bug #1579750).
376     * libraries/navigation_header.inc.php, libraries/left_header.inc.php,
377       navigation.php: Rename left_header to navigation_header.
379 2006-10-17 Marc Delisle  <lem9@users.sourceforge.net>
380     * export.php: export nothing if no tables are selected
381     * libraries/Table.class.php: bug #1567316, renaming a db containing view
382       (but still some work to ensure proper sequence of renaming)
384 2006-10-17 Michal Čihař  <michal@cihar.com>
385     * Documentation.html: Fix HTML errors.
386     * libraries/sqlparser.data.php, libraries/sqlparser.lib.php: Add support
387       for ON DUPLICATE KEY (bug #1576226).
388     * Documentation.html, main.php, libraries/config.default.php: Add support
389       for hiding server information.
390     * libraries/transformations/text_plain__dateformat.inc.php: Correctly
391       handle unix timestamp (RFE #1440386).
393 2006-10-16 Michal Čihař  <michal@cihar.com>
394     * left.php, navigation.php, scripts/setup.php, js/querywindow.js,
395       Documentation.html, index.php, libraries/common.lib.php: Rename left.php
396       to navigation.php and modify all calls to that. Only config variables
397       are kept as Left*.
398     * libraries/common.lib.php: Switch to \n on Mac, as it is reported to be
399       common EOL there now (bug #1577590).
401 2006-10-14 Marc Delisle  <lem9@users.sourceforge.net>
402     * export.php, db_details_export.php: bug #1541189, views are not displayed
403       in export list;
404       However I'm still not sure what should be done if a user only chooses
405       a view. In the past we ensured to avoid exporting data from a view
406       because it would create redundant data in the export file
408 2006-10-13 Marc Delisle  <lem9@users.sourceforge.net>
409     * css/phpmyadmin.css.php: bug #1517428, some IE 6 versions have
410       problems loading CSS when zlip.output_compression is on,
411       thanks to Juergen Wind
412     * db_details_export.php: select all tables by default to reflect
413       the default export behavior
415 2006-10-13 Michal Čihař  <michal@cihar.com>
416     * Documentation.html: Mention wiki.
417     * scripts/create-release.sh: Readd snapshot support.
418     * libraries/cleanup.lib.php, libraries/common.lib.php: Move cleanup to
419       separate function (bug #1569123).
420     * changelog.php: Switch to subversion.
421     * main.php:
422         - Mention wiki.
423         - Switch to subversion.
424     * libraries/export/csv.php: Fix cvs/csv typo (bug #1583509).
425     * ChangeLog, libraries/sqlvalidator.class.php: Use HeadURL instead of
426       Source keyword.
427     * scripts/setup.php, libraries/sqlparser.lib.php: Remove last CVS
428       mentions.
430 2006-10-12 Marc Delisle  <lem9@users.sourceforge.net>
431     * tbl_change.php: bug #1566219, automated timestamp values
433 2006-10-12 Michal Čihař  <michal@cihar.com>
434     * Documentation.html: Change CVS instructions to SVN.
435     * scripts/create-release.sh: Switch to SVN:
436         - use svn instead of cvs
437         - remove chmod (we can have correct permissions in svn)
438         - some cleanup
439         - use export and thus remove need for removing files
440         - fix help instructions to contain correct version
441         - CHANGE: you have to prepend "tags" or "branches" to tag or branch
442           specification
443     * */.cvsignore: Removed, this is now stored in svn:ignore property (use
444       svn propget/propset to work with them).
445     * many files: Fix permissions.
447 2006-10-11 Marc Delisle  <lem9@users.sourceforge.net>
448     ### Migration to Subversion
450 2006-10-10 Michal Čihař  <michal@cihar.com>
451     * lang/german: Fix typo (translation #1467138).
452     * libraries/import.lib.php: Correctly fail if file is too short (bug
453       #1574340).
454     * libraries/db_table_exists.lib.php: Fix displaying of entered query.
455     * libraries/common.lib.php: Check for sent headers, provide backtrace in
456       this case.
457     * libraries/export/excel.php: Fix MIME type and extension to state before
458       plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm).
459     * libraries/sqlparser.lib.php: Fix parsing of CHAR column type (bug
460       #1573502).
462 2006-10-09 Michal Čihař  <michal@cihar.com>
463     * lang/german: Fix typo (translation #1570611).
465 2006-10-09 Marc Delisle  <lem9@users.sourceforge.net>
466     * libraries/export/sql.php: bug #1562533, problems with unbuffered queries
467     * Documentation.html: FontFamily, FontFamilyFixed
468     * themes/original/layout.inc.php: bug #1564409, default FontFamily
470 2006-10-07 Marc Delisle  <lem9@users.sourceforge.net>
471     * scripts/create-release.sh: use lang-cleanup.sh from the kit,
472       list all files, and allow non-anonymous access
474 2006-10-06 Marc Delisle  <lem9@users.sourceforge.net>
475     * libraries/database_interface.lib.php, bug #1568341, last part of
476       the fix to avoid problems on Windows servers, thanks to Juergen Wind
478 2006-10-06 Michal Čihař  <michal@cihar.com>
479     * scripts/lang-cleanup.sh: Script for removing not installed languages
480       from libraries/select_lang.lib.php.
481     * scripts/create-release.sh: Make it better :-):
482         - Create 7z archives
483         - Make compression list configurable
484         - Allow to define which kits to build
485         - Call scripts/lang-cleanup.sh to remove not wanted languages
486         - Do not login to cvs if already logged in
488 2006-10-05 Marc Delisle  <lem9@users.sourceforge.net>
489     * scripts/create-release.sh: starting changes for new kits
490       TODO: - trimming of libraries/select_lang.lib.php in the kit
491             - 7zip
492             - remove gzip ?
494 2006-10-04 Michal Čihař  <michal@cihar.com>
495     * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k.
496         - Fix Wikipedia URLs (patch #1568498).
497         - Fix duplicate ids (patch #1568504).
498     * tbl_replace.php, libraries/config.default.php: Add support for UTC_DATE,
499       UTC_TIME and UTC_TIMESTAMP functions, based on patch #1563585, thanks to
500       Alexander Schuch - ci-dev.
501     * tbl_alter.php: Fix order of includes (bug #1569277).
503 2006-10-03 Marc Delisle  <lem9@users.sourceforge.net>
504     ### 2.9.0.2 released from MAINT_2_9_0
506 2006-10-03 Michal Čihař  <michal@cihar.com>
507     * scripts/setup.php: Sync token name, move it's definition to one place
508       (bug #1569612).
509     * libraries/auth/signon.auth.lib.php: Sync token name.
511 2006-10-01 Marc Delisle  <lem9@users.sourceforge.net>
512     ### 2.9.0.1 released from MAINT_2_9_0
513     * libraries/database_interface.lib.php: bug #1568341,
514       case sensitivity in database names
515     * tbl_relation.php: trap error 1452 when adding a foreign key
516       and a constraint fails
517     * libraries/export/sql.php: bug #1550690, wrong export of constraints,
518       thanks to Robert Vock
520 2006-09-29 Marc Delisle  <lem9@users.sourceforge.net>
521     * libraries/database_interface.lib.php, bug #1566904, typo in require,
522       thanks to Björn Wiberg - bwiberg.
523     * libraries/grab_globals.lib.php: fix attack via _FILES,
524       thanks to Stefan Esser
525     * libraries/common.lib.php, /session.inc.php, /url_generating.lib.php:
526       security fixes (announcement will come later),
527       thanks to Sebastian Mendel and Stefan Esser
528     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
530 2006-09-27 Marc Delisle  <lem9@users.sourceforge.net>
531     * libraries/.htaccess: remove potential vulnerability (allow from none),
532       thanks to Michael Heimpold
534 2006-09-23 Marc Delisle  <lem9@users.sourceforge.net>
535     * libraries/common.lib.php: bug #1519859, avoid overflow on 64-bit machines
537 2006-09-22 Marc Delisle  <lem9@users.sourceforge.net>
538     * libraries/tbl_properties_links.inc.php: bug #1560152,
539       after renaming a table the navigation does not work
541 2006-09-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
542     * libraries/ob.lib.php: refactored
543     * left.php: cleanup
544     * js/navigation.js: *new* JavaScript from left.php
546 2006-09-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
547     * libraries/PMA_List.class.php: new PMA_List class
548     * libraries/PMA_List_Database.class.php, left.php, libraries\common.lib.php:
549       moved some more code into class, some documentation improvements
551 2006-09-20 Marc Delisle  <lem9@users.sourceforge.net>
552     ### 2.9.0 released from QA_2_9
554 2006-09-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
555     * export.php, left.php, libraries\Table.class.php, libraries\common.lib.php,
556       libraries\database_interface.lib.php, libraries\dbi\mysql.dbi.lib.php,
557       libraries\dbi\mysqli.dbi.lib.php, libraries\sql_query_form.lib.php,
558       querywindow.php, server_databases.php, server_export.php,
559       tbl_properties_operations.php:
560       replaced $dblist with new PMA_List_Database class
561     * libraries\database_interface.lib.php: added error reporting if dblist
562       retrieval from information_schema fails
563     * left.php: remember navigation frame width
565 2006-09-19 Marc Delisle  <lem9@users.sourceforge.net>
566     * Documentation.html, libraries/footer.inc.php,
567       libraries/dbg/profiling.php: remove profiling feature
568       due to licensing issues (non GPL code)
570 2006-09-18 Michal Čihař  <michal@cihar.com>
571     * scripts/setup.php: Add phpdoc header comment.
572     * libraries/db_config.lib.php: Removed unused file.
574 2006-09-15 Marc Delisle  <lem9@users.sourceforge.net>
575     * libraries/common.lib.php libraries/Config.class.php:
576       rename a function borrowed from Moodle to avoid double definition
577       when PMA is called by Moodle
578     * lang/finnish: Update, thanks to Yoneh - yoneh.
579     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
581 2006-09-14 Michal Čihař  <michal@cihar.com>
582     * db_details_structure.php: Fix table footer when MySQL does not support
583       collations (bug #1554885, patch #1557269, thanks to Isaac Bennetch -
584       ibennetch).
586 2006-09-12 Marc Delisle  <lem9@users.sourceforge.net>
587     * libraries/config.default.php, libraries/export/sql.php:
588       bug #1556934, sql compatibility mode on export
590 2006-09-11 Marc Delisle  <lem9@users.sourceforge.net>
591     * libraries/export/sql.php: bug #1555760, export default parameter broken
593 2006-09-09 Marc Delisle  <lem9@users.sourceforge.net>
594     * libraries/common.lib.php: bug #1554166, magic_quotes_runtime
596 2006-09-08 Marc Delisle  <lem9@users.sourceforge.net>
597     * lang/check_lang.sh: ignore differences in doc_lang
598     * lang/italian: Update, thanks to Rebe - rebeluca.
599     ### 2.9.0-rc1 released from QA_2_9
600     * querywindow.php: bug #1549824, SQL history and quote escaping
602 2006-09-07 Marc Delisle  <lem9@users.sourceforge.net>
603     * lang/turkish: update, thanks to Burak Yavuz - bourock
605 2006-08-30 Marc Delisle  <lem9@users.sourceforge.net>
606     * libraries/common.lib.php: bug #1542865, themes not switching
607       when ThemePerServer is true
609 2006-08-30 Michal Čihař  <michal@cihar.com>
610     * libraries/common.lib.php, lang/*: Internationalise link to MySQL
611       documentation when translation exists, this needs to be defined in
612       language file (RFE #1547130).
613     * lang/belarusian_latin-utf-8.inc.php: Fix charset information.
614     * scripts/setup.php: Add link to wiki explaining configuration options.
616 2006-08-29 Michal Čihař  <michal@cihar.com>
617     * lang/croatian: Updated, thanks to Renato Pavicic - babalui.
619 2006-08-28 Michal Čihař  <michal@cihar.com>
620     * config.sample.inc.php, Documentation.html: Add minimal sample
621       configuration, so that lazy people won't copy
622       libraries/config.default.php (RFE #1544570).
624 2006-08-27 Marc Delisle  <lem9@users.sourceforge.net>
625     * themes/*/layout.inc.php: patch #1523543, possibility of vertical
626       solid line between frames, thanks to Juergen Wind
628 2006-08-26 Marc Delisle  <lem9@users.sourceforge.net>
629     * db_operations.php: bug #1544799, undefined variable on db copy
630     * libraries/common.lib.php: bug #1544734, error messages link outdated,
631       thanks to René Leonhardt
632     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
633     * libraries/tbl_properties.inc.php: bug #1543996, wrong link for message,
634       thanks to GerardW
636 2006-08-24 Michal Čihař  <michal@cihar.com>
637     * Documentation.html, libraries/config.default.php,
638       libraries/auth/signon.auth.lib.php, scripts/signon.php,
639       scripts/setup.php: Add single signon authentication method (patch
640       #1545366, patch #1541379, patch #1531302 and RFE #1031391).
641     * libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
642       Add support for LogoutURL.
644 2006-08-22 Marc Delisle  <lem9@users.sourceforge.net>
645     * scripts/setup.php: bug #1536112, better fix (in case of
646       register_globals enabled), thanks to Michal
647     ### 2.8.2.3 released from MAINT_2_8_2
648     * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
649       on a server with register_globals enabled, thanks to Juergen Wind
650     ### 2.8.2.4 released from MAINT_2_8_2
652 2006-08-21 Marc Delisle  <lem9@users.sourceforge.net>
653     * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
654       bug #1542875, Cookie auth on IIS
656 2006-08-20 Marc Delisle  <lem9@users.sourceforge.net>
657     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
659 2006-08-18 Marc Delisle  <lem9@users.sourceforge.net>
660     * libraries/export/pdf.php: do not display BLOBs on PDF export
661     * lang/brazilian-portuguese: update, thanks to thedarkness
662     * lang/catalan update, thanks to Xavier Navarro (xavin)
664 2006-08-16 Marc Delisle  <lem9@users.sourceforge.net>
665     * libraries/sqlparser.lib.php: sorting on column header
667 2006-08-16 Michal Čihař  <michal@cihar.com>
668     * libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS
669       file (bug #1541100).
671 2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net>
672     * lang/german: Updated
674 2006-08-14 Michal Čihař  <michal@cihar.com>
675     * scripts/setup.php: Improve readibility (patch #1539976), thanks to Isaac
676       Bennetch - ibennetch.
677     * lang/czech: Updated.
679 2006-08-14 Marc Delisle  <lem9@users.sourceforge.net>
680     * tbl_properties_structure.php: more complete check before showing
681       Relation View
682     ### 2.8.2.2 released from MAINT_2_8_2
684 2006-08-13 Marc Delisle  <lem9@users.sourceforge.net>
685     * libraries/display_tbl.lib.php: bug #1519799, imagelink error
686     * tbl_select.php: feature #1520222, calendar in Search
688 2006-08-12 Marc Delisle  <lem9@users.sourceforge.net>
689     * libraries/sqlparser.data.php: bug #1492772, parsing EXTRACT YEAR_MONTH
690       (there were sorting errors in the function names array)
691       also bug #1534007, STD function not working
692     * lang/polish: updates, thanks to Jakub Wilk - ubanus
693     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
694     * lang/italian: Update, thanks to Rebe - rebeluca.
695     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
696     * lang/belarusian updates, thanks to Jaska Zedlik
698 2006-08-11 Marc Delisle  <lem9@users.sourceforge.net>
699     * sql.php, import.php, libraries/parse_analyze.lib.php:
700       bug #1533945, wrong table name in header (SELECT from query window)
701     * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
702       (MySQL error 2002 or 2003)
704 2006-08-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
705     * css\phpmyadmin.css.php, themes\*:
706       updated themes to 2.9 and some minor fixes
707       thanks to Juergen Wind - windkiel for hinting this (patch #1535169)
709 2006-08-10 Marc Delisle  <lem9@users.sourceforge.net>
710     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
711     * lang/catalan update, thanks to Xavier Navarro (xavin)
712     * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
713     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu
714     * lang/russian: update, thanks to Gosha Sakovich - gt2
715     * libraries/common.lib.php: bug #1534475, arbitrary server
717 2006-08-09 Marc Delisle  <lem9@users.sourceforge.net>
718     * libraries/mysql_charsets.lib.php: bug #1530574:
719       MySQL 4.1.13 and double quotes in SHOW VARIABLES,
720       thanks to Herve Pages
721     * docs.css, Documentation.html: bug #1446538, FAQ numbers missing
722     * libraries/display_select_lang.lib.php, lang/*: $strLanguage
724 2006-08-08 Marc Delisle  <lem9@users.sourceforge.net>
725     * db_operations.php: added a FIXME for db copy with Add Constraints
726       and mysql extension
728 2006-08-05 Marc Delisle  <lem9@users.sourceforge.net>
729     * libraries/export/sql.php: bug #1527862, export foreign keys is broken
730     in latest CVS
732 2006-08-04 Marc Delisle  <lem9@users.sourceforge.net>
733     * tbl_properties_operations.php, libraries/export/sql.php:
734       bug #1526000, copying table to another db (MYSQL 5.0.24)
735     * db_details_structure.php: bug #1530574, misaligned HTML
736       when db_collation is empty
738 2006-08-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
739     *  libraries/dbi/mysqli.dbi.lib.php PMA_DBI_try_query(): do not force
740        MYSQLI_USE_RESULT if not requested, makes PMA_DBI_num_rows() not to work
742 2006-08-02 Marc Delisle  <lem9@users.sourceforge.net>
743     ### 2.8.2.1 released from MAINT_2_8_2
745 2006-08-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
746     * css\phpmyadmin.css.php, themes\darkblue_orange\css\theme_right.css.php
747       themes\darkblue_orange\layout.inc.php, themes\original\layout.inc.php
748       themes\original\css\theme_left.css.php,
749       themes\original\css\theme_right.css.php:
750       added variables to define (text) color for marked and hovered objects
751       thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529)
752     * Documentation.html: updated style config option descriptions
753     * libraries/common.lib.php:
754       - added PMA_escapeJsString() to escape strings for JavaScript inside CDATA blocks
755       - added PMA_unQuote() to remove quotes from strings
756     * libraries/footer.inc.php: correctly escape strings inside JavaScript
757       (part of bug #1532721)
758     * libraries/sqlparser.lib.php: correctly unquote identifiers
759       (part of bug #1532721)
760     * libraries/display_tbl.lib.php:
761       bug #1524387 incorrectly detects table name for result field
763 2006-08-01 Marc Delisle  <lem9@users.sourceforge.net>
764     * Documentation.html: patch #1532493 + light editing from me,
765       thanks to Isaac Bennetch
767 2006-08-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
768     * left.php, libraries/header.inc.php:
769       do not apply 'vertical scrollbar bug'-fix to IE 7
770     * changelog.php: updatet CVS URL
771     * libraries/dbi/mysqli.dbi.lib.php:
772       bug #1532111 dbi/mysqli: MYSQLI_* constants thanks to Lierduh - lierduh
774 2006-07-31 Michal Čihař  <michal@cihar.com>
775     * lang/czech: Updated.
777 2006-07-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
778     * lang/german: Updated.
779     * libraries/common.lib.php: use PMA_Config class for cookie needs,
780       do not unset not set cookie
781     * css\phpmyadmin.css.php, libraries\Config.class.php, main.php,
782       themes\*: make font size user configurable
784 2006-07-30 Marc Delisle  <lem9@users.sourceforge.net>
785     * libraries/sqlparser.lib.php: bug #1526000, copy table on MySQL 5.0.23+,
786       thanks to Rapsys Phoenix - rapsys
788 2006-07-28 Michal Čihař  <michal@cihar.com>
789     * scripts/setup.php: Protect against php code input from user (bug
790       #1530370).
792 2006-07-27 Marc Delisle  <lem9@users.sourceforge.net>
793     * pdf_pages.php: automatic layout for InnoDB tables
794     * tbl_properties_operations.php: problem switching from InnoDB to MyISAM
795     * tbl_printview.php, libraries/mult_submits.inc.php,
796       libraries/db_table_exists.lib.php:
797       bug #1521910, with selected ... print view
799 2006-07-26 Marc Delisle  <lem9@users.sourceforge.net>
800     * server_privileges.php: bug #1526557, display error when admin
801       lacks some privileges and tries to do a privilege change
802     * libraries/common.lib.php: bug #1523784, blank page after Edit
803       in IE6 via IIS
805 2006-07-22 Marc Delisle  <lem9@users.sourceforge.net>
806     * libraries/display_import.lib.php: the Character set of the file
807       could appear twice
808     * tbl_properties_operations.php: handling of AUTO_INCREMENT when moving a
809       table
811 2006-07-20 Michal Čihař  <michal@cihar.com>
812     * libraries/compat/var_export.php: Dropped due to license problems.
813     * scripts/setup.php: Implement own var_export.
815 2006-07-19 Marc Delisle  <lem9@users.sourceforge.net>
816     * browse_foreigners.php: bug #1525393, no page selector in foreign key
817       browse page
819 2006-07-19 Michal Čihař  <michal@cihar.com>
820     * libraries/compat/var_export.php: Update to fixed version.
822 2006-07-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
823     * lang/german: updated, typos
825 2006-07-18 Michal Čihař  <michal@cihar.com>
826     * libraries/common.lib.php: Fix extension loading on HP-UX (bug #1524776),
827       thanks to Francois Laupretre - flp1.
829 2006-07-17 Marc Delisle  <lem9@users.sourceforge.net>
830     * libraries/dbi/mysql.dbi.lib.php:
831       bug #1523623, BIGINT auto_increment and mysql extension
833 2006-07-16 Marc Delisle  <lem9@users.sourceforge.net>
834     * tbl_change.php: Edit next row did not work in 2.9.0-dev
836 2006-07-13 Marc Delisle  <lem9@users.sourceforge.net>
837     * main.php: put emphasis on server name
839 2006-07-12 Marc Delisle  <lem9@users.sourceforge.net>
840     * Documentation.html: patch #1519351, security alerts,
841       thanks to Juergen Wind - windkiel
843 2006-07-09 Michal Čihař  <michal@cihar.com>
844     * Documentation.html: Readd accidentally removed quotes.
846 2006-07-09 Marc Delisle  <lem9@users.sourceforge.net>
847     * tbl_printview.php, db_datadict.php:
848       bug #1398748, print view and TIMESTAMP NULL
850 2006-07-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
851     * libraries/select_server.lib.php, main.php, libraries/left_header.inc.php:
852       move server selection in main to the 'right' (below 'phpMyAdmin')
854 2006-07-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
855     * left.php, libraries/header_meta_style.inc.php, libraries/header.inc.php:
856       fix to remove scrollbar bug in IE without quirks mode
858 2006-07-07 Marc Delisle  <lem9@users.sourceforge.net>
859     * db_details_qbe.php: deactivated some work in progress
861 2006-07-06 Marc Delisle  <lem9@users.sourceforge.net>
862     * db_details_structure.php, libraries/db_details_common.inc.php
863       libraries/db_details_db_info.inc.php:
864       bug #1518147, after displaying information_schema, displaying other
865       dbs does not show size
866     * libraries/auth/config.auth.lib.php: bug #1477402, if default server fails
867       you cannot switch in config auth
869 2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
870     * libraries/select_server.lib.php, css/phpmyadmin.css.php:
871       make serverlist a real html-list
872     * main.php: move server selection above server
873       details (more logical)
875 2006-07-04 Marc Delisle  <lem9@users.sourceforge.net>
876     * db_operations.php, tbl_properties_operations.php,
877       libraries/Table.class.php, libraries/export/sql.php,
878       tbl_move_copy.php:
879       a single-table copy did not copy the constraints;
880       also bug #1388048, constraints copied too early when copying a db
882 2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
883     * js\querywindow.js, libraries\footer.inc.php: renamed JavaScript function
884       refreshLeft() to refreshNavigation()
885     * libraries/Config.class.php: reload default configuration if config.inc.php
886       is removed
888 2006-07-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
889     * index.php, js\querywindow.js, querywindow.php, libraries\common.lib.php,
890       libraries\footer.inc.php, libraries\sql_query_form.lib.php:
891       bug #1477576 with rtl langs, navi links open in wrong frame
893 2006-07-02 Marc Delisle  <lem9@users.sourceforge.net>
894     * db_operations.php: undefined $table when copying a db
896 2006-06-30 Marc Delisle  <lem9@users.sourceforge.net>
897     * libraries/common.lib.php: escape also single quotes
898     ### 2.8.2 released from QA_2_8
900 2006-06-28 Marc Delisle  <lem9@users.sourceforge.net>
901     * libraries/Config.class.php: remove debug code
902     * libraries/common.lib.php: escape allowed parameters from non-token
903       requests
905 2006-06-27 Michal Čihař  <michal@cihar.com>
906     * libraries/import/csv.php: Fix special case of Excel export with ; at the
907       end (bug #1511046).
908     * scripts/setup.php, libraries/compat/var_export.php: Add var_export
909       compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP
910       4.1 (bug #1513007).
911     * libraries/Config.class.php: Recalculate URL only if needed not all times
912       when using https.
913     * lang/slovak: Updated, thanks to Tomas Tatransky - droopytsf.
914     * lang/czech: Translated missing strings.
916 2006-06-25 Marc Delisle  <lem9@users.sourceforge.net>
917     * libraries/export/pdf.php, libraries/plugin_interface.lib.php, lang/*:
918       bug #1504218: display an explanation for what is a PDF export
919     * libraries/database_interface.lib.php: when a db directory has
920       wrong permissions/ownership, information_shema does not work
921       for all databases so we revert to SHOW TABLE STATUS
923 2006-06-23 Marc Delisle  <lem9@users.sourceforge.net>
924     * libraries/Config.class.php: bug #1501027, possible user/password
925       disclosure when switching from http to https
927 2006-06-22 Marc Delisle  <lem9@users.sourceforge.net>
928     * libraries/database_interface.lib.php, /export/sql.php, lang/*:
929     export of procedures and functions. Note: this needs improvement
930     because currently the DELIMITER for procedures is exported as a
931     comment. Users could remove the comment marker and feed this
932     to command-line mysql but it would be better to generate DELIMITER
933     not as a comment and parse it while importing.
935 2006-06-21 Marc Delisle  <lem9@users.sourceforge.net>
936     * lang/french: update
937     * lang/slovak: update, thanks to Tomas Tatransky - droopytsf
938     * lang/tatarish: update, thanks to Albert Fazlí
939     * libraries/auth/http.auth.lib.php: bug #1504662, display server message
941 2006-06-20 Marc Delisle  <lem9@users.sourceforge.net>
942     * libraries/Table.class.php: a typo disabled table copy operation
944 2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
945     * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
946     * libraries/common.lib.php::PMA_linkOrButton():
947       did not recognize hard coded & when ; is set as url separator in php
948     * js/querywindow.js, libraries/common.lib.php,
949       libraries/sql_query_form.lib.php: bug #1490556 Request-URI Too Large
951 2006-06-15 Marc Delisle  <lem9@users.sourceforge.net>
952     * libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
954 2006-06-13 Marc Delisle  <lem9@users.sourceforge.net>
955     * libraries/sql_query_form.lib.php, libraries/import/sql.php, lang/*:
956       bug # 1469699, can't create a stored procedure
957       Experimental, please test! I added a Delimiter field in the query form
958       so user can specify his special delimiter;
959       TODO: fix the display of the query which has a special delimiter
960             because for now it's empty
962 2006-06-09 Marc Delisle  <lem9@users.sourceforge.net>
963     * tbl_select.php: bug #1490569, search with LIKE on numeric fields
964     * libraries/import.lib.php: support display of HANDLER statement results
965     * libraries/header.inc.php, libraries/auth/http.auth.lib.php,
966       /cookie.auth.lib.php, removed header_custom.inc.php:
967       patch #1502453, unnecessary disk access,
968       thanks to Juergen Wind (windkiel)
969     * libraries/footer.inc.php, libraries/auth/http.auth.lib.php,
970       /cookie.auth.lib.php, removed footer_custom.inc.php:
971       applied the same optimization
973 2006-06-08 Marc Delisle  <lem9@users.sourceforge.net>
974     * libraries/header.inc.php: bug #1501891, undefined PMA_isSuperuser() when
975       the default server is 0
977 2006-06-06 Marc Delisle  <lem9@users.sourceforge.net>
978     * Documentation.html: various fixes, thanks to Cedric Corazza
980 2006-06-02 Marc Delisle  <lem9@users.sourceforge.net>
981     * libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid
982       showing the "cookies must be enabled" message if they are enabled
983     * Documentation.html: requirements: web browser with cookies enabled
984     * libraries/header.inc.php: show message about cookies also
985       when auth_type = http or config
987 2006-05-31 Marc Delisle  <lem9@users.sourceforge.net>
988     * libraries/common.lib.php: bug #1498108, support twice the separator
989       in db name, thanks to Sylvain Derosiaux
991 2006-05-30 Marc Delisle  <lem9@users.sourceforge.net>
992     * lang/french*: updates
993     * querywindow.php: $is_superuser was not defined
994     * sql.php: bug #1490422, lost connection to MySQL server (SELECT DISTINCT)
996 2006-05-30 Michal Čihař  <michal@cihar.com>
997     * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).
998     * libraries/export/xml.php: Fix export to XML (bug #1497239).
999     * libraries/plugin_interface.lib.php: Show that plugin has no option if it
1000       has only hidden inputs.
1001     * sql.php: Do not compare db if not defined.
1002     * server_binlog.php, server_processlist.php: No need to grab all results
1003       to memory.
1004     * libraries/export/htmlexcel.php: Fix extension (bug #1497239).
1005     * libraries/export/csv.php: Handle correctly AUTO (bug #1497239).
1006     * lang/*: Remove obsolete messages, add missing ones.
1007     * lang/czech: Updated.
1008     * libraries/session.inc.php: Remove unused code.
1009     * libraries/Table.class.php, libraries/select_lang.lib.php, lang/*: Add
1010       todo translations (bug #1436564).
1012 2006-05-29 Michal Čihař  <michal@cihar.com>
1013     * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
1014     * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
1015     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
1016     * lang/italian: Update, thanks to Rebe - rebeluca.
1017     * lang/estonian: Update, thanks to Marko Ellermaa - uhuu.
1018     * lang/finnish: Update, thanks to Yoneh - yoneh.
1019     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
1020     * lang/czech: Update.
1022 2006-05-29 Marc Delisle  <lem9@users.sourceforge.net>
1023     * main.php: bug #1496881, CVS link broken in main.php
1025 2006-05-26 Marc Delisle  <lem9@users.sourceforge.net>
1026     * tbl_change.php: bug #1451426, edit breaks protected BLOB field,
1027       changes it from NULL to empty string
1029 2006-05-23 Marc Delisle  <lem9@users.sourceforge.net>
1030     * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table
1031       view
1033 2006-05-21 Marc Delisle  <lem9@users.sourceforge.net>
1034     * import.php, lang/*: bug #1467804, replaced strNothingToImport
1035       by strNoDataReceived
1037 2006-05-20 Marc Delisle  <lem9@users.sourceforge.net>
1038     ### 2.8.1 released from MAINT_2_8_1
1040 2006-05-19 Marc Delisle  <lem9@users.sourceforge.net>
1041     * db_details_structure.php: indicate on the Sum line that storage type and
1042       collation are the default values
1044 2006-05-18 Marc Delisle  <lem9@users.sourceforge.net>
1045     * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php,
1046       /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification
1048 2006-05-17 Marc Delisle  <lem9@users.sourceforge.net>
1049     * server_privileges.php: bug #1478812, Add user (password containing
1050       a backslash); also minor optimization
1052 2006-05-15 Marc Delisle  <lem9@users.sourceforge.net>
1053    * libraries/Table.class.php: bug #1475949, removing the default value
1055 2006-05-15 Michal Čihař  <michal@cihar.com>
1056     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
1057     * scripts/setup.php: Fix detection of writable config (bug #1488447).
1058     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
1059       themes/darkblue_orange/css/theme_right.css.php,
1060       themes/original/css/theme_right.css.php: Not so wide login form (RFE
1061       #1445541).
1062     * import.php, export.php: Increase magic contstant to avoid problems with
1063       compression of some specific data (bug #1477029).
1065 2006-05-14 Michal Čihař  <michal@cihar.com>
1066     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
1067       (bug #1487613).
1068     * changelog.php: There is no reason to make bug uppercase.
1070 2006-05-14 Marc Delisle  <lem9@users.sourceforge.net>
1071     * libraries/import.lib.php: bug #1482841, support USE statement in the import file
1073 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
1074     ### 2.8.0.4 released from MAINT_2_8_0
1076 2006-05-12 Michal Čihař  <michal@cihar.com>
1077     * libraries/footer.inc.php: Escape user input to avoid XSS.
1078     * libraries/common.lib.php, libraries/url_generating.lib.php: Better
1079       handle other URL separator than & (bug #1487365).
1081 2006-05-06 Michal Čihař  <michal@cihar.com>
1082     * Documentation.html: Describe better regullar expressions in hide_db
1083       (patch #1482049, thanks to Isaac Bennetch - ibennetch).
1085 2006-05-05 Michal Čihař  <michal@cihar.com>
1086     * libraries/export/sql.php: Fix UPDATE export with extended inserts
1087       enabled (bug #1482103), fix export type selection.
1088     * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
1089       can override values in REQUEST (bug #1481584).
1090     * lang/czech: Updated.
1092 2006-05-03 Michal Čihař  <michal@cihar.com>
1093     * Documentation.html: Document OpenDocument export and various fixes.
1095 2006-05-02 Michal Čihař  <michal@cihar.com>
1096     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
1097       user input (CVE-2006-2031).
1098     * server_databases.php: Fix path to image (needs to be lower case).
1099     * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
1100       it doesn't break utf-8.
1102 2006-04-28 Michal Čihař  <michal@cihar.com>
1103     * Documentation.html, main.php, libraries/config.default.php: Possibility
1104       to hide creating of database from main (RFE #1370100).
1105     * Documentation.html, main.php, libraries/left_header.inc.php:
1106       Customizable link under left logo (RFE #1111599).
1107     * libraries/export/htmlword.php: Fix including column names.
1108     * libraries/export/latex.php: Add missing crlf, remove unused code.
1109     * libraries/export/ods.php: Use correct charset.
1110     * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
1111       Document Text export (RFE #1068007).
1112     * libraries/opendocument.lib.php: Add document metainformation.
1113     * libraries/opendocument.lib.php, libraries/export/ods.php,
1114       libraries/export/odt.php: Include styles.xml in Open Document, now it
1115       can be opened in KOffice, Gnumeric and OpenOffice.org.
1117 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1118     * db_printview.php: fixed bug 'no tables found', refactored
1119     * tbl_change.php, tbl_indexes.php: removed table formating, done in css
1121 2006-04-27 Michal Čihař  <michal@cihar.com>
1122     * Documentation.html, libraries/config.default.php,
1123       libraries/auth/cookie.auth.lib.php: Logout from all servers by default
1124       (RFE #1370874).
1125     * sql.php: Show results of REPLACE as affected as it contains both deleted
1126       and inserted rows count (bug #1475765).
1127     * libraries/common.lib.php: Better detection of duplicate rows (bug
1128       #1477500).
1129     * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
1130       (eg. SELECT 1) (bug #1473484).
1131     * libraries/import/sql.php: Do not strip MySQL conditional statements in
1132       comments (patch #1459782, thanks to unconed - unconed).
1133     * Documentation.html: Various fixes in documentation, mostly grammmar
1134       (patch #1453198, thanks to Isaac Bennetch - ibennetch).
1135     * lang/*: Remove *font_family.
1136     * Documentation.html, import.php, querywindow.php, js/functions.js,
1137       libraries/header.inc.php, libraries/import.lib.php: Improve
1138       functionality of limiting DROP DATABASE (bug #1456082).
1139     * libraries/language.lib.php, libraries/common.lib.php,
1140       libraries/database_interface.lib.php, libraries/select_lang.lib.php:
1141       Reload language file after switch to utf-8 translation (bug #1442605).
1142     * tbl_properties_operations.php,
1143       libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
1144       DEFAULT (bug #1440966).
1146 2006-04-26 Michal Čihař  <michal@cihar.com>
1147     * libraries/plugin_interface.lib.php:
1148         - Display information that there are no settings.
1149         - Be more verbose on error.
1150         - Drop tables used for layout.
1151         - Add support for groupping options.
1152         - Support for forcing one of two bool/bgroups.
1153         - Add documentation.
1154         - Support for localised texts in defaults.
1155     * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
1156       themes/original/css/theme_right.css.php: New style for non table forms
1157       used in plugins.
1158     * libraries/config.default.php, libraries/display_export.lib.php,
1159       libraries/export/*: Convert export to plugin architecture, so that
1160       plugins are independant piece of code (RFE #1325937).
1161     * db_operations.php, tbl_properties_operations.php,
1162       libraries/Table.class.php: Adapt to changes in export.
1163     * export.php, libraries/export/*: Use plugins for extension and MIME type.
1164     * libraries/export/ods.php, libraries/opendocument.lib.php,
1165       libraries/config.default.php, lang/*: Export to OASIS OpenDocument
1166       Spreadsheet (RFE #1068007).
1167     * lang/czech: Update.
1168     * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
1169       Allow forcing of export to file, it makes no sense to display PDF in
1170       textarea ;-).
1171     * libraries/display_export.lib.php: Reinclude table selection (bug
1172       #1477226).
1173     * libraries/auth/cookie.auth.lib.php: Remove unused function.
1174     * libraries/auth/cookie.auth.lib.php, Documentation.html,
1175       libraries/config.default.php: Allow configuration of cookie storage on
1176       client (RFE #1095227).
1177     * server_privileges.php, lang/*: Create database for newly created user
1178       (RFE #479640).
1180 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1181     * themes/*:
1182       updated themes;
1183       fixed bug #1452131 Fonts too large;
1184       fixed bug #1446211 Colors hardcoded in theme css files;
1185     * libraries/Theme_Manager.class.php: search themes on every script start
1186     * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
1187       use fallback (original) css file if not found in current theme
1188       (no need to include unchanged files into theme, f. e. print.css)
1190 2006-04-25 Michal Čihař  <michal@cihar.com>
1191     * libraries/common.lib.php: Make cookie login form work with token
1192       protection.
1193     * libraries/auth/cookie.auth.lib.php: Do not include empty values.
1194     * changelog.php: Generate proper XHTML, make URLs clickable.
1196 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1197     * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
1198       css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
1199       server_binlog.php, server_variables.php, tbl_change.php,
1200       transformation_overview.php:
1201       style upgrade
1202     * changelog.php: replaced php short open tag
1204 2006-04-24 Michal Čihař  <michal@cihar.com>
1205     * main.php: Fix logout link (bug #1474694).
1207 2006-04-21 Michal Čihař  <michal@cihar.com>
1208     * libraries/import/csv.php: Fix importing files without trailing new line
1209       (bug #1473944).
1210     * Documentation.html: Document problems with PMA_blowfish on clusters of
1211       different architectures (bug #1470912).
1212     * Documentation.html: Document LoginCookieValidity (bug #1473357).
1214 2006-04-20 Michal Čihař  <michal@cihar.com>
1215     * index.php: Check target against goto_whitelist.
1216     * libraries/url_generating.lib.php, libraries/session.inc.php,
1217       libraries/common.lib.php: Protect against external links which could
1218       perform any action (CVE-2006-1804).
1219     * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
1220       email links, link releases to tags in CVS.
1222 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
1223     * server_databases.php: need brackets for correct calculation of page
1225 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1226     * server_databases.php, libraries/database_interface.lib.php:
1227       disable table stats for MySQL 5 by default
1228     * server_databases.php:
1229       use new functionality of PMA_DBI_get_databases_full() to limit display
1230     * libraries/database_interface.lib.php:
1231        - extended PMA_DBI_get_databases_full() to allow limiting and sorting
1232        - added new function PMA_DBI_get_databases_count()
1233     * libraries/config.default.php:
1234       added new paramter to limit maximum displayed databases
1235     * sql.php:
1236        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
1237        - re-use already existing code
1238     * changelog.php:
1239       link also js, html, pl, and sh files, FAQ entries
1240       and contributors to their sf.net user page, smaller regex fixes
1242 2006-04-13 Marc Delisle  <lem9@users.sourceforge.net>
1243     * export.php: bug #1443004 part 2: export views after the tables
1245 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
1246     * export.php: bug #1443004 part 1: do not generate INSERT statements
1247       for an exported VIEW
1249 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1250     * css/phpmyadmin.css.php:
1251       fixed bug #1446017 red border in outdated themes
1252     * libraries/common.lib.php:
1253        - added option to PMA_arrayWalkRecursive() to use function also on keys
1254        - un-magic_quotes_gpc also keys in GPC arrays
1255     * libraries/db_table_exists.lib.php:
1256       cleanup - what a mess; fixed several undefined variables
1257     * tbl_printview.php:
1258       fixed undefined variable by including libraries/tbl_properties_common.php
1259     * changelog.php:
1260       link users, files, bugs, rfes and patches
1261     * libraries/footer.inc.php:
1262       fixed bug #1454874 Javascript error in new (not framed) print window
1263     * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
1264       themes/darkblue_orange/css/theme_right.css.php,
1265       themes/original/css/theme_right.css.php:
1266       fixed bug #1444466 theme directory not being processed correctly
1267     * libraries/common.lib.php, libraries/Theme_Manager.class.php:
1268       fixed bug #1469174 configuration changes not accepted in theme manager
1269     * libraries/Theme_Manager.class.php:
1270       fixed bug #1469120 missing property in Theme_Manager class
1271     * libraries/common.lib.php:
1272       fixed bug #1469109 PMA_backquote() issues
1274 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
1275     * Documentation.html: clarification about config.default.php
1277 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1278     * tbl_relation.php:
1279       fixed bug #1459418 Add foreign key fail on column with ' in name
1280     * index.php, libraries/auth/cookie.auth.lib.php,
1281       libraries/auth/http.auth.lib.php, libraries/common.lib.php,
1282       libraries/footer.inc.php, libraries/fpdf/fpdf.php,
1283       libraries/grab_globals.lib.php, libraries/header.inc.php,
1284       libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
1285       libraries/Config.class.php:
1286       use PMA_getenv()
1287     * libraries/Config.class.php:
1288       fixed not initilized variable in getCookiePath();
1289     * libraries/common.lib.php:
1290       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
1292 2006-04-11 Michal Čihař  <michal@cihar.com>
1293     * lang/galician: Fix missing ; (bug #1468439).
1294     * libraries/Config.class.php: Fix parsing of paths containing : (patch
1295       #1461766).
1297 2006-04-10 Michal Čihař  <michal@cihar.com>
1298     * libraries/Config.class.php: Check also default config mtime (bug
1299       #1467620).
1300     * libraries/Config.class.php: Better check for server system (patch
1301       #1462738).
1302     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
1304 2006-04-09 Marc Delisle  <lem9@users.sourceforge.net>
1305     * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
1306       detect and report silent truncation (mysqli only)
1308 2006-04-08 Marc Delisle  <lem9@users.sourceforge.net>
1309     * libraries/display_import.lib.php, lang/*: bug #1449793,
1310       respect file_uploads = Off
1312 2006-04-07 Michal Čihař  <michal@cihar.com>
1313     * scripts/setup.php: Parse correctly new version numbers.
1315 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
1316     ### 2.8.0.3 released from branch MAINT_2_8_0
1317     * themes/*/css/theme_left.css.php, /theme_right.css.php:
1318       protection from unplanned execution path
1320 2006-03-28 Marc Delisle  <lem9@users.sourceforge.net>
1321     * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
1322       copy a db containing a VIEW
1324 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
1325     * sql.php: bug #1448890 Column expander doesn't work
1326     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
1327     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
1329 2006-03-25 Marc Delisle  <lem9@users.sourceforge.net>
1330     * db_operations.php, libraries/Table.class.php,
1331       libraries/display_export.lib.php libraries/export/sql.php:
1332       bug #1401864, DROP VIEW instead of DROP TABLE
1334 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
1335     * db_operations.php, tbl_properties_operations.php,
1336       libraries/display_export.lib.php, lang/*: start work for bug #1401864,
1337       generation of DROP VIEW statements where appropriate
1339 2006-03-23 Michal Čihař  <michal@cihar.com>
1340     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
1342 2006-03-23 Alexander M. Turek  <me@derrabus.de>
1343     * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
1344       German MySQL manual.
1346 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
1347     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
1348     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
1349       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
1351 2006-03-22 Alexander M. Turek  <me@derrabus.de>
1352     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
1353     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
1355 2006-03-21 Alexander M. Turek  <me@derrabus.de>
1356     * libraries/german-*.inc.php:
1357       - Reviewed recently translated strings;
1358       - updated some untranslated messages.
1360 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
1361     * server_privileges.php:  bug #1427707 Priv->user->pass radio buttons
1362       unselectable: Sebastian's fix was not in HEAD
1363     * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
1364       error on overview Table.class.php
1366 2006-03-20 Alexander M. Turek  <me@derrabus.de>
1367     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
1369 2006-03-19 Marc Delisle  <lem9@users.sourceforge.net>
1370     * db_details_structure.php: bug #1445853, overhead should use the
1371       same display units
1372     * lang/english*, /french*: use IEC binary units; use "B" for Bytes
1373       and "o" for "Octets" in French
1374     * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
1376 2006-03-17 Marc Delisle  <lem9@users.sourceforge.net>
1377     * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
1378       is not defined (using an older config.inc.php), an error is displayed
1379       when login fails
1381 2006-03-17 Michal Čihař  <michal@cihar.com>
1382     * scripts/setup.php: Allow empty socket (bug #1452142).
1384 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
1385     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
1386     * libraries/Theme_Manager.class.php: XSS vulnerability
1387     * libraries/common.lib.php: bug #1392554, turn off
1388        zend.ze1_compatibility_mode due to mysqli problems
1389     ### 2.8.0.2 released from branch MAINT_2_8_0
1391 2006-03-16 Michal Čihař  <michal@cihar.com>
1392     * libraries/select_server.lib.php: Move end of fieldset to correct place
1393       after button (patch #1450559).
1394     * libraries/plugin_interface.lib.php: Add support for hidden inputs.
1395     * libraries/common.lib.php: Do not forget wrongly configured servers,
1396       otherwise user gets warning only on first access (RFE #1451521).
1397     * libraries/auth/config.auth.lib.php: Show possible error messages.
1398     * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
1399       config errors even with no error reporting (RFE #1447173).
1400     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
1402 2006-03-15 Michal Čihař  <michal@cihar.com>
1403     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
1405 2006-03-14 Michal Čihař  <michal@cihar.com>
1406     * lang/czech: Update, use binary prefixes.
1407     * lang/english: Nothing to translate here.
1408     * scripts/setup.php: Fix config loading (bug #1449821).
1410 2006-03-14 Alexander M. Turek  <me@derrabus.de>
1411     * lang/german-*.inc.php: Use correct binary prefixes for byte units.
1413 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
1414     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
1415     * server_privileges.php: compatibility with MySQL < 4.0.2
1416     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
1418 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
1419     * libraries/Config.class.php, /common.lib.php: bug #1445120,
1420       cookie login not working on IIS
1422 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
1423     * libraries/display_tbl.lib.php: reactivate in-line image display
1424     * transformation_wrapper.php: bug #1444121, octetstream download fails
1425       on versions of PHP accepting only one line per header,
1426       thanks to Ryan Schmidt
1428 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
1429     * libraries/database_interface.lib.php, tbl_create.php,
1430       tbl_properties_operations.php: bug #1444892, TYPE deprecated in
1431       MySQL 5.1
1432     ### 2.8.0.1 released from branch MAINT_2_8_0
1434 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
1435     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
1436       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
1438 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
1439     * main.php: bug #1443337, homepage link
1440     ### 2.8.0 released from branch MAINT_2_8_0
1442 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1443     * libraries/Config.class.php, libraries/select_lang.lib.php,
1444       libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
1445       libraries/common.lib.php, libraries/header.inc.php,
1446       libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
1447       libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
1448       replaced $_SERVER and $_ENV with getenv()
1449       PMA should now work without registered $_ENV and $_SERVER variables
1451 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
1452     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1453     * import.php, libraries/common.lib.php: bug #1413880, page status not
1454       preserved on Refresh
1455     * lang/chinese_traditional: Updates, thanks to Siu Sun.
1457 2006-03-03 Michal Čihař  <michal@cihar.com>
1458     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
1460 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
1461     * libraries/session.inc.php and removed .htaccess:
1462       bug #1411996: now we destroy an auto-started session
1463     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
1465 2006-03-02 Michal Čihař  <michal@cihar.com>
1466     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
1467       #1440926).
1468     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
1469       Allow to configure how often space is added (RFE #1440384).
1471 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
1472     * libraries/relation.lib.php: bug #1437754, search combos default to
1473       key zero
1474     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1476 2006-02-23 Michal Čihař  <michal@cihar.com>
1477     * libraries/config.default.php, libraries/header.inc.php,
1478       Documentation.html: More replacements for page title (RFE #1408241).
1479     * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
1481 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
1482     * libraries/Config.class.php: bug #1418769 part 1: stat failed for
1483       ./config.inc.php (under PHP 4)
1484     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
1486 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
1487     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
1488     * .htaccess: added a reference to FAQ 1.36
1490 2006-02-22 Michal Čihař  <michal@cihar.com>
1491     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
1492       Fixes for AIX wrapper, thanks to Björn Wiberg - bwiberg.
1493     * libraries/database_interface.lib.php: New function for getting available
1494       SQL compatibility modes.
1495     * libraries/plugin_interface.lib.php: Add support for select options and
1496       documentation.
1497     * libraries/display_export.lib.php: Use new function for SQL compatibility
1498       modes.
1499     * libraries/import/sql.php, lang/*, libraries/config.default.php:
1500       Possibility to select SQL compatibility on import (RFE #1386132).
1501     * main.php, lang/*: Better message for reloading privileges (RFE
1502       #1420556).
1503     * Documentation.html, libraries/config.default.php,
1504       libraries/header.inc.php: Customizable window title (RFE #1408241).
1505     * main.php, libraries/server_links.inc.php, lang/*: Same title for
1506       processes link (RFE #1350356).
1507     * lang/*: Remove unused strTableType, resorted, added missing strings to
1508       various translations (timespanfmt was most often missing).
1509     * lang/czech: Update.
1510     * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
1511       export, move operation above query results into one fieldset (bug
1512       #1431420).
1513     * tbl_properties_operations.php: Enable optimize for InnoDB (bug
1514       #1415975).
1515     * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
1516       thanks to Patrick MONNERAT - monnerat).
1517     * Documentation.html, libraries/config.default.php,
1518       libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
1519       to use external authentication and use empty MySQL passwords (path
1520       #1388210, thanks to Patrick MONNERAT - monnerat).
1521     * .cvsignore: Do not ignore .htaccess.
1523 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1524     * libraries/footer.inc.php:
1525       bug #1436279 Left frame links open in new windows in Safari
1526     * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
1527       added icon for new window
1528     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
1529     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
1530       added workaround for bug #1436171 Cannot display Capitalised Databases
1531     * js/querywindow.js: fixed 'mad' db slector
1533 2006-02-21 Michal Čihař  <michal@cihar.com>
1534     * scripts/setup.php:
1535         - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
1536         - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
1537     * libraries/export/sql.php: New line before values (RFE #1435919).
1538     * libraries/Config.class.php: Trim spaces from config file to avoid
1539       unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
1540       piotr_skowronek).
1541     * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
1542       libraries/database_interface.lib.php: Compatibility with iconv charset
1543       names on AIX (patch #1420704, thanks to Björn Wiberg - bwiberg).
1544     * libraries/import.lib.php: Skip byte order marks (bug #1423362).
1546 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1547     * libraries/common.lib.php PMA_getUvaCondition():
1548       do not test for isset but strlen on orgname of table
1549     * libraries/Table.class.php: *NEW* class PMA_Table
1550     * tbl_addfield.php, tbl_create.php:
1551       use Table.class.php
1552     * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
1553       libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
1554       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
1555       libraries/get_foreign.lib.php, libraries/relation.lib.php:
1556       moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
1557       PMA_generateAlterTable() into class PMA_Table
1558     * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
1559       libraries/Table.class.php, libraries/tbl_move_copy.php:
1560       merged libraries/tbl_move_copy.php in class PMA_Table
1561     * libraries/Table.class.php:
1562       minor fixes and improvements, formating, documentation
1563     * libraries/relation.lib.php:
1564       check if $cfg['Server']['pmadb'] really exists and is selectable,
1565       minor tweaks and formating
1566     * libraries/common.lib.php PMA_getUvaCondition():
1567       fixed bug #1436058 Notices while browsing table
1568     * tbl_properties_operations.php, libraries/Table.class.php:
1569       make use of PMA_Table object for renaming tables
1570       (added also some required functionality to PMA_Table class)
1572 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
1573     ### 2.8.0-rc1 released from QA_2_8 branch
1575 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1576     * libraries/dbi/mysqli.dbi.lib.php:
1577       - fixed undefined MYSQLI_BINARY_FLAG constant
1578       - documentation
1579     * server_status.php:
1580       - RFE #1434196 More significant digits in /status
1581       - replaced number_format() with PMA_formatNumber()
1582       - coding standards
1583     * js/querywindow.js, css/phpmyadmin.css.php:
1584       - RFE #1433382 visulal feat. request for left bar
1585     * sql.php:
1586       - fixed bug #1431422 Safari: Print view prints blank page
1588 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
1589     * libraries/common.lib.php: re-establish previous error reporting mode
1590     * sql.php: bug #1434576, undefined variable $db
1591     * libraries/storage_engines.lib.php: bug #1434578, missing argument
1592       for __construct()
1593     * Documentation.html: bug #1433633, document consequences of having
1594       a .htaccess file, thanks to Isaac Bennetch
1596 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1597     * libraries/common.lib.php PMA_getUvaCondition():
1598        - fixed missing $analyzed_sql (partly bug #1431615)
1599        - added table names to column names (partly bug #1431615)
1600        - simplified search for alias
1601     * libraries/dbi/mysqli.dbi.lib.php:
1602       - make use of MYSQLI_* constants
1603       - added column types newdecimal and bit
1605 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
1606     * tbl_change.php: bug #1415465, undefined $sql_query
1607     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
1609 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1610     * libraries/sql_query_form.lib.php:
1611       fixed bug #1433882 html special chars not escaped in query in querybox
1613 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
1614     * lang/*, db_details_structure.php:
1615       bug #1431352, no %d in strViewMaxExactCount
1616     * db_details_structure.php: bug #1431340, rowcount for views and
1617       unneeded $strViewMaxExactCount
1618     * libraries/common.lib.php: array to string conversion
1619     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
1620       when browsing
1622 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1623     * docs.css, Documentation.html, translators.html:
1624       - XHTML 1.1, more semantic, formating
1625       - added glossar
1626       - linked all references
1627     * libraries/common.lib.php:
1628       - fixed bug #1432626 'bad url error after select "(Databases)..."'
1629     * libraries/select_server.lib.php:
1630       - fixed pre-select for current server (fixed type missmatch)
1631       - do not autosubmit on '(Server) ...'
1632     * css/print.css: fixed bug #1419696 'print css results in blank table output'
1633     * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
1634       fixed/cleaned printer output
1635     * libraries/footer.inc.php: do not print selflink
1637 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
1638     * lang/italian: update, thanks to Luca Rebellato
1639     * lang/german: remove duplicates
1640     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
1641     * lang/finnish: update, thanks to Jouni Kahkonen
1643 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
1644     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
1646 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
1647     * Documentation.html: XHTML error, thanks to Cédric Corazza
1648     * Documentation.html: remove experimental status for MySQL 4.1 support
1650 2006-02-14 Alexander M. Turek  <me@derrabus.de>
1651     * lang/german-*.inc.php: Updates.
1653 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1654     * db_details_structure.php, tbl_properties_structure.php:
1655       - fixed bug #1420474 'Consistency (order of truncate/drop)'
1656       - some PEAR coding standard
1658 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
1659     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
1660       a stored procedure, thanks to JTC - jcqns
1662 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1663     * libraries/common.lib.php:
1664       - fixed bug #1416848 'Insert new row from Browse page'
1665     * libraries/common.lib.php:
1666       - fixed bug #1409893 - links in navigation frame opens new window
1667     * libraries/select_server.lib.php:
1668       - fixed bug #1425688 'Server Select quirk'
1669       - valid XHTML 1.0
1670       - code readability
1671     * server_privileges.php:
1672       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
1674 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
1675     * lang/english and hebrew: bug #1429769, typo
1676     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
1677       choice should be sticky
1679 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
1680     * .htaccess added to main directory for bug #1411996; at least on
1681       servers supporting .htaccess we can run even if session.auto_start
1682       is enabled
1683     * lang/belarusian updates, thanks to Jaska Zedlik
1684     * lang/catalan update, thanks to Xavier Navarro (xavin).
1686 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1687     * libararies/session.inc.php:
1688       stop execution and ommit warning on session.auto_start enabled
1690 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
1691     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
1692       db drop from Databases link in main page
1694 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
1695     * libraries/Config.class.php: leave the possibility of having a
1696       backslash in the path on non-Windows system, thanks to Michal;
1697       and bug #1418769, part 2: missing argument (PHP 4 constructor)
1699 2006-02-06 Michal Čihař  <michal@cihar.com>
1700     * scripts/setup.php: Fix typos (bug #1424923).
1702 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1703     * libraries/mult_submits.inc.php, server_databases.php: array to string
1704       conversion (sorry to late :-( ), use of $_REQUEST
1705     * sql.php: fixed some 'not refreshing left frame'
1706     * import.php: refresh left frame also on multiqueries and bookmarks
1707     * libraries/common.lib.php:
1708        - fixed bug #1416848 'Insert new row from Browse page'
1709        - PMA_checkPageValidity() [bug #1416848]
1710        - added PMA_getIcon()
1711        - PMA_getDbLink(): unescape names
1712     * scripts/setup.php:
1713       fixed bug #1424274 'Found a problem in the setup script'
1714       (ShowPHPInfo -> ShowPhpInfo)
1716 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
1717     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
1718       Windows, thanks to Alex - nixniemand
1719     * libraries/mult_submits.inc.php, server_databases.php: array to string
1720       conversion
1721     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
1722       tbl_change.php: bug #1415465, undefined $sql_query
1724 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
1725     * db_details_structure.php: bug #1412058, damaged table reporting
1726     * import.php: bug #1418382, CSV import does not work
1728 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
1729     * libraries/common.lib.php: bug #1418145, missing global,
1730           thanks to Bananeweizen
1732 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
1733     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
1734     * lang/polish: updates, thanks to Jakub Wilk - ubanus
1735     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1736     * lang/italian: update, thanks to Luca Rebellato
1737     * lang/norwegian: Update, thanks to Sven-Erik Andersen
1738     * db_details_structure.php: bug #1396998, notice for view row count
1739       in table list
1740     * libraries/session.inc.php: bug #1414628, session.save_handler might
1741       be set to something different than "files". Thanks to Nicola Asuni
1742     ### 2.8.0-beta1 released
1744 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
1745     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
1746     count for views, work in progress
1748 2006-01-26 Michal Čihař  <michal@cihar.com>
1749     * lang/czech: Translation update.
1751 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
1752    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
1753      to centralise into it the VIEW detection logic
1754    * sql.php: affected rows are returned in case of DELETE with no WHERE
1755      clause, at least since MySQL 4.0.x, so no need to pre-count
1757 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1758     * server_status.php:
1759       fixed bug: high ascii char in preg_match
1760     * lang/german-*: update
1762 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
1763     * lang/*: strViewMaxExactCount for the VIEW row count detection
1764       I'm working on...
1766 2006-01-23 Michal Čihař  <michal@cihar.com>
1767     * lang/czech: Translation update.
1769 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
1770     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
1771       contained in an array
1773 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1774     * tbl_printview.php: typo
1776 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
1777     * export.php: bug #1410078, error exporting query ending with semicolon,
1778       thanks to Ryan Schmidt
1780 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1781     * main.php: already defined constant
1782     * libraries/display_create_table.lib.php: bug #1376314, I remove
1783       the check to detect the privilege to create a table (see comments
1784       in the code)
1786 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1787     * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
1788       libraries/export/htmlword.php, libraries/export/latex.php,
1789       libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
1790       libraries/transformations.lib.php,
1791       libraries/transformations/text_plain__external.inc.php:
1792       fixed bug #1409972 PHP 5.1.2 compatibility
1793     * libraries/url_generating.lib.php:
1794       fixed bug: undefined index server ($GLOBALS['server'])
1796 2006-01-18 Michal Čihař  <michal@cihar.com>
1797     * Documentation.html: Add info about Apache CGI and http auth (patch
1798       #1375495).
1800 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1801     * libraries/database_interface.lib.php:
1802       fixed bug: undefined index with empty database in db structure view
1803     * libraries/display_import.lib.php:
1804       fixed bug: display issues with Opera (and Safari?)
1805     * libraries/plugin_interface.lib.php:
1806       - fixed bug: display issues with Opera (and Safari?)
1807       - added source documentation
1808       - PEAR coding standard
1809       - clarified some variable names
1810     * db_sarch.php:
1811       fixed bug: Undefined variable: num_tables
1812     * [really much files]: (not complete) PEAR coding standard
1814 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
1815     * server_privileges.php: typo
1816     * libraries/check_user_privileges.lib.php: bug #1406499,
1817       a username containing an hyphen could not create a db under
1818       MySQL 4.0.x, thanks to "timeout-"
1819     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
1820       thanks to Sebastian Mendel
1822 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1823     * libraries/sql_query_form.lib.php: undefined js variable
1824     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
1825       now also accepts an array of database names not only a single name
1826     * libraries/common.lib.php: PMA_getTableList():
1827       added second parameter to pass tables (if already fetched from db)
1828     * left.php: make use of new functionality in PMA_getTableList() and
1829       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
1830     * libraries/common.lib.php:
1831       removed aditional check for table row count for left frame tree
1832       (bug #1397061 Left frame not loaded correct on MySQL error)
1833     * libraries/common.lib.php, left.php:
1834       bug #1392924 undefined index: tab_count
1835     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
1836       themes/*/css/theme_right.css.php:
1837       'fixed' layout of export screen for buggy safari and opera
1838     * db_operations.php, export.php, index.php, left.php,
1839       libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
1840       libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
1841       libraries/display_export.lib.php, libraries/display_tbl.lib.php,
1842       libraries/export/sql.php, libraries/footer.inc.php,
1843       libraries/header.inc.php, libraries/left_header.inc.php,
1844       libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
1845       libraries/relation.lib.php, libraries/server_common.inc.php,
1846       libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
1847       libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
1848       libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
1849       server_databases.php, server_privileges.php, server_processlist.php,
1850       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
1851       tbl_indexes.php, tbl_replace.php:
1852       allow 0 as name for database, table collumn, alias and index
1854 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
1855     * Documentation.html: typo, thanks to Cédric Corazza
1856     * libraries/common.lib.php: remove high-ascii characters, and an
1857       assignment syntax that does not work on PHP 5.1.2
1858     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
1860 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
1861     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
1863 2006-01-11 Michal Čihař  <michal@cihar.com>
1864     * main.php: Do not fail if no server is defined.
1865     * main.php, libraries/left_header.inc.php,
1866       libraries/select_server.lib.php: Show server selection if no server set
1867       and we have one server configuration (bug #1399880).
1868     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
1869       #1402270).
1871 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1872     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
1873       semi-colon, generates a SHOW KEYS FROM no table name
1875 2006-01-09 Michal Čihař  <michal@cihar.com>
1876     * import.php: Work on 10MB chunks if no memory limit is set (bug
1877       #1399477).
1879 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1880     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
1881       thanks to Ryan Schmidt
1882     * libraries/common.lib.php: bug #1397749, Safari: space before
1883       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
1884     * server_privileges.php: bug #1398018, Safari fieldset float issue in
1885       privileges screens, thanks to Ryan Schmidt
1886     * libraries/Config.class.php: bug #1398931, incorrect detection of
1887       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
1889 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
1890     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
1891       columns as Null Yes
1892     * pdf_schema.php: display PDF schema did not work (missing dot)
1894 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
1895     * server_privileges.php: since we use DROP USER, some options to
1896       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
1897       so I remove them from the dialog. Thanks to Ken Stanley for
1898       the bug report.
1899     * server_status.php: patch #1395031, not proper URL encoding,
1900       adapted from proposed solution by Matt LaPlante, thanks
1902 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
1903     * libraries/display_create_table.lib.php: bug #1389868,
1904       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
1906 2006-01-01 Michal Čihař  <michal@cihar.com>
1907     * libraries/Config.class.php: Do not check permissions on Windows, it
1908       seems to be broken anyway.
1910 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
1911     * libraries/transformations.lib.php: remove some PHP3 compatibility code
1913 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
1914     * libraries/common.lib.php: bug #1388167, deleting a row in a table
1915       without a primary key, handle correctly is_js_confirmed
1917 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
1918     * server_databases.php: bug #1388135, IE and dropping databases
1919     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
1920     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
1921       (MySQL 5.x)
1922     * libraries/Config.class.php: patch #1392181, typo,
1923       thanks to Luis Mirabal - normannormal
1925 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
1926     * main.php, libraries/check_user_privileges.lib.php:
1927       - reenable a non-privileged user to change his password
1928       - display the Reload MySQL link only if user has proper rights
1929     * Documentation.html: bug #1389582, unclosed code tag,
1930       thanks to Isaac Bennetch
1932 2005-12-25 Michal Čihař  <michal@cihar.com>
1933     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
1934       dumps with commented out commands (eg. from mysqldump).
1936 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
1937     * tbl_change.php, libraries/common.lib.php: bug #1381856,
1938       Cannot edit a table having 40 columns
1939     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
1940       to PMA_setCookie, thanks to Isaac Bennetch
1941     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
1942       cannot change a value for a nullable field
1944 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
1945     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
1946     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
1947     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
1948       bug #1349262, mismatch between PMA and MySQL about Storage Engine
1949       and table type
1950     * server_status.php, lang/*: bug #1348249, add a warning hint about
1951       the possibility of some counters being overrun (stats from MySQL server)
1953 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
1954     * libraries/common.lib.php: does not return to correct page after
1955       the creation of a bookmark
1956     * libraries/display_create_table.lib.php: bug #1376314, detection of
1957       privileges to create a table (fix for MySQL 4.0.x case)
1958     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
1959       bug #1385974, cannot un-null a value
1961 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1962     * db_details_importdocsql.php, db_operations.php,
1963       libraries/relation.lib.php, libraries/relation_cleanup.lib.php
1964       libraries/tbl_move_copy.php, libraries/transformations.lib.php
1965       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
1966       added database name to relation querys
1968 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
1969     * libraries/url_generating.lib.php: problem with accented table names
1971 2005-12-16 Michal Čihař  <michal@cihar.com>
1972     * Documentation.html, libraries/common.lib.php,
1973       libraries/config.default.php, libraries/database_interface.lib.php: Add
1974       support for hiding databases (RFE #1372865).
1975     * Documentation.html, export.php, import.php,
1976       libraries/config.default.php: Configurable memory limit (RFE #1373904).
1978 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1979     * libraries/Config.class.php:
1980       - added check is_readable for user config file
1981       - check config file also on wakeup (bug #1376522)
1982     * libraries/Config.class.php, libraries/common.lib.php:
1983       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
1984     * left.php, js/function.js: fixed undeclared javascript variables
1985     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
1987 2005-12-14 Michal Čihař  <michal@cihar.com>
1988     * libraries/config.default.php, Documentation.html: Transliterate invalid
1989       chars by default (RFE #1380255).
1990     * left.php: Resurrect database link in light frame (bug #1373804).
1991     * index.php, js/querywindow.js: Move navigation frame to right for rtl
1992       languages.
1994 2005-12-13 Michal Čihař  <michal@cihar.com>
1995     * querywindow.php: Fix query history displaying (bug #1374639).
1997 2005-12-12 Michal Čihař  <michal@cihar.com>
1998     * scripts/setup.php: Use same format of version file as in upgrade.pl.
2000 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2001     * libraries/common.inc.php, libraries/grab_globals.inc.php:
2002       preprare removal of grab_globals:
2003        - moved stuff from grab_globals into common.inc.php
2004        - check/init global required variables like: $lang, $server, $db, $table,
2005          $convcharset, $goto, $back, $sql_query
2006        - introduced $goto-whitelist
2007        - PEAR coding standard
2008     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
2009       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
2010       libraries/relation.lib.php, scripts/setup.php:
2011        - check magic_quotes only once in common.inc.php
2012     * css/phpmyadmin.css.php, tbl_properties_operations.php:
2013       styled table operations dialog
2014     * db_search.php: revised
2015     * libraries/common.inc.php: fixed high ascii char
2017 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
2018     * libraries/tbl_properties_links.inc.php: bug #1375752,
2019       wrong page after insert (losing many URL parameters)
2021 2005-12-11 Michal Čihař  <michal@cihar.com>
2022     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
2023       as for setup.php, this one is autogenerated so there is no need for more
2024       manual steps.
2025     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
2026       Drop <base href=".." />, it should not be needed at all.
2027     * lang/czech: Update.
2029 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2030     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
2031       - forgot debug code
2032       - correct result for non MySQL 5
2034 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
2035     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
2036     * Documentation.html: anchors and formatting cleanup,
2037       thanks to Cédric Corazza
2038     * libraries/relation.lib.php: bug #1370785, error browsing a table under
2039       PHP 4 when no controluser is defined but a pmadb is defined
2041 2005-12-09 Michal Čihař  <michal@cihar.com>
2042     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
2043       CGI (inspired by patch #1375495).
2044     * Documentation.html: Clarify http auth description.
2045     * scripts/setup.php: Show available version information even when using
2046       CVS version.
2047     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
2049 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2050     * libraries/dbi:
2051       PMA_DBI_free_result() now accepts more than one resource to be freed
2052     * libraries/database_interface.lib.php:
2053       - some comments, PEAR coding standard
2054       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
2055       - added PMA_DBI_get_columns_full()
2056       - PMA_DBI_fetch_result() now accepts an array as $key parameter
2057         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
2058       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
2060 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
2061     * scripts/setup.php: Typos
2062     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
2064 2005-12-08 Michal Čihař  <michal@cihar.com>
2065     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
2066       #1376391).
2067     * lang/czech: Fix typo.
2068     * tbl_select.php, libraries/display_tbl.lib.php,
2069       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
2070       server_privileges.php, server_binlog.php: Fix XHTML.
2071     * tbl_properties_export.php: Fix output before headers.
2072     * Documentation.html: Add commands how to setup config dir, note about
2073       changing permissions.
2074     * scripts/setup.php: Show Save and Load buttons disabled if saving not
2075       available.
2076     * libraries/Config.class.php: Refuse to load config file with world
2077       writable permissions, refuse to work with existing config dir.
2078     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
2079       if auth with default values fails.
2080     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
2081       array (bug #1370414).
2082     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
2083     * libraries/export/sql.php: Backquote database name (RFE#1376336).
2084     * libraries/plugin_interface.lib.php, import.php,
2085       libraries/display_import.lib.php, libraries/import/*: Generic plugin
2086       infrastructure and use it in import (needed for RFE#1325937), work in
2087       progress.
2089 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2090     * libraries/tbl_move_copy.php: added PMA_table_rename()
2091     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
2092       moved table related output after possible table changes
2093     * libraries/tbl_properties_table_info.inc.php:
2094       added some comments and made some code more readable
2095     * tbl_properties_operations.php:
2096       complete revise (xhtml output, fieldsets, forms merged)
2097     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
2098     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
2099       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
2100     * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
2101       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
2102       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
2103       tbl_relation.php: moved tbl_properties_common.php into libraries
2104     * libraries/common.lib.php, libraries/tbl_properties_common.php,
2105       libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
2106       global init of $GLOBALS['url_params']
2108 2005-12-07 Michal Čihař  <michal@cihar.com>
2109     * lang/*: Unused messages cleanup, add missing ones.
2110     * lang/sync_lang.sh: Less verbose output to allow quick overview.
2111     * lang/czech: Update.
2112     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
2114 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2115     * libraries/Config.class.php: clear old config values
2116     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
2117     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
2118       - PEAR coding standard
2119       - added comments
2120       - added more status variables
2121     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
2122       - added PMA_StorageEngine::getMysqlHelpPage()
2123     * server_engines.php:
2124       - display link to mysql manual for specific engine
2125     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
2126       arrange innodb buffer pool tables side by side
2127     * css/phpmyadmin.css.php, server_collations.php:
2128       - use style classes
2129       - PMA_NO_VARIABLES_IMPORT
2130     * server_variables.php:
2131       - use style classes
2132       - format numbers
2133       - display only global variables that differs from local/session
2134       - use PMA_DBI_fetch_result()
2135       - PMA_NO_VARIABLES_IMPORT
2136     * js/querywindows.js:
2137       - added setTable()
2138       - set empty table on db change (bug #1375387)
2139     * left.php: removed unsused javascript event
2140     * index.php, left.php, libraries/sql_query_form.lib.php:
2141       syncronize id and name attribute for frame tags but keep IE sending
2142       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
2144 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
2145     * libraries/common.lib.php: bug #1374236, sorting order
2146     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
2147       login panel not propagated
2149 2005-12-06 Michal Čihař  <michal@cihar.com>
2150     * libraries/config.default.php: Modify default export configuration (RFE
2151       #1373891).
2152     * libraries/database_interface.lib.php: Do not add BINARY types multiple
2153       times (bug #1374457).
2154     * libraries/common.lib.php, libraries/config.default.php: Variable name
2155       should be ForceSSL and not ForceSLL (bug #1374452).
2157 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2158     * libraries/common.lib.php:
2159       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
2160       - PMA_getTab(): use $_SERVER['PHP_SELF']
2161     * libraries/display_import.lib.php: missing '/' for closing div tag
2162     * libraries/display_export.lib.php: no name attribute for sup tag
2163     * server_engines.php:
2164       - revised (style, code, xhtml output)
2165       - use variable name as title if title is empty
2166       - make use of PMA_formatNumber() for non byte numeric values
2167       - set PMA_NO_VARIABLES_IMPORT
2168     * libraries/storage_engines.lib.php: revised
2169       - added PHP 5 constructor
2170       - added comments
2171       - PEAR coding standard
2172     * libraries/engines/innodb.lib.php:
2173       - revised (style, code, xhtml output)
2174       - added more status variables
2175       - PEAR coding standard
2176       - make use of PMA_formatNumber()
2177       - added comments
2178     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
2180 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2181     * libraries/common.lib.php: added PMA_array_merge_recursive()
2182     * libraries/Config.class.php:
2183       - make use of PMA_array_merge_recursive()
2184       - correctly reset config variables on changes in config.inc.php
2185     * sql.php: hide edit/delete links for information_schema (bug #1373201)
2186     * db_operations.php: revised (style, code, xhtml output)
2188 2005-12-05 Michal Čihař  <michal@cihar.com>
2189     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
2190     * export.php: Check for correct parameters.
2191     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
2192       Fix import of some CSV files (bug #1373731), provide better error
2193       messages.
2194     * lang/czech: Update.
2195     * import.php, libraries/display_import.lib.php: Fix import layout (bug
2196       #1370416), prefer recoding of strings over changing MySQL charset as in
2197       this case we can show resulting queries.
2199 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
2200     * lang/catalan update, thanks to Xavier Navarro (xavin).
2201     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
2202       before MySQL 4.0.17, and because "it does nothing" (cf manual)
2203       ### 2.7.0 released
2205 2005-12-04 Michal Čihař  <michal@cihar.com>
2206     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
2207       Marc!).
2208     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
2209     * lang/czech: Update.
2211 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
2212     * export.php, libraries/config.default.php, libraries/export/pdf.php,
2213       libraries/display_export.php, lang/*.php: experimental PDF export
2215 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2216     * libraries/header.inc.php: missing ; for html entity,
2217       thanks to Matt "Cyber Dog"
2218     * tbl_properties_structure.php: fixed bdo tag and id names
2219       thanks to Matt "Cyber Dog"
2220     * libraries/tbl_indexes.lib.php: fixed missing quote
2221       thanks to Matt "Cyber Dog"
2222     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
2223       tbl_indexes.php: revised XHTML output
2224     * themes/original/css/theme_left|right_css.php: use $GLOBALS
2226 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2227     * libraries/common.lib.php, Theme.class.php:
2228       missing '/' in img path (bug #1370437)
2229     * libraries/Config.class.php:
2230       no error for missing config file (bug #1370269)
2231     * libraries/session.inc.php: session cookie path (bug #1370294)
2232     * libraries/Theme_Manager.class.php: update theme list on wakeup
2234 2005-11-30 Michal Čihař  <michal@cihar.com>
2235     * lang/*: Messages for Sebastian.
2236     * libraries/Config.class.php: Actually load configuration.
2237     * Documentation.html, config.default.php (deleted),
2238       libraries/Config.class.php, libraries/config.default.php: Move
2239       config.default.php to librarires (bug #1365759).
2240     * scripts/setup.php: Adapted to new Config class, fix code generation.
2242 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2243     * libraries/Config.class.php:
2244       - merged code from common.inc.php and defines.lib.php
2245       - allow to load without user config
2246     * libraries/common.inc.php:
2247       - make use of new PMA_Config class
2248       - merged PMA_dl() from libraries/defines.lib.php
2249     * libraries/defines.lib.php: removed
2250     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
2251     * scripts/create-release.sh: removed references to defines.lib.php
2253 2005-11-29 Michal Čihař  <michal@cihar.com>
2254     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
2255       as last byte.
2256     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2257     * lang/czech: Update.
2258     * scripts/setup.php: Added check for latest version and links to homepage
2259       and donations page.
2261 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
2262     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
2263       bug #1367549, handling of CURRENT_TIMESTAMP
2265 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2266     * libraries/common.lib.php
2267       - added PMA_setCookie() and PMA_removeCookie()
2268     * index.php, libraries/common.lib.php:
2269       - moved setting of cookies from index.php into common.lib.php
2270     * index.php
2271       - revised the parameter passing code
2272       - make use of new functionality of PMA_generate_common_url()
2273     * css/phpmyAdmin.css.php:
2274       - removed some unused deprecated elements
2275     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
2276       - added some functionality
2277       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
2278     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
2279       index.php, libraries/auth/config.auth.lib.php,
2280       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
2281       - make use of new PMA_Theme and PMA_Theme_Manager classes
2282       - remove libraries/select_theme.lib.php
2283     * libraries/Config.class.php:
2284       new class for handling config
2286 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
2287     * lang/italian: update, thanks to Luca Rebellato
2289 2005-11-28 Michal Čihař  <michal@cihar.com>
2290     * scripts/setup.php:
2291         - Don't allow loading of configuration if there is no write permission
2292           on config.
2293         - Add links to documentation.
2294         - Document all functions.
2295         - Warn about missing mbstring and old PHP version.
2296         - Display all warnings in one place.
2297     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
2298     * Documentation.html: Add anchors to configuration directives.
2299     * libraries/sqlparser.lib.php: Do not use functions not supported by older
2300       PHP (bug #1367782).
2301     * libraries/string.lib.php: This line should not be commented out.
2303 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2304     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
2305       new classes for handling themes
2306     * libraries/select_lang.lib.php:
2307       - revised
2308       - added check for lang directory (./lang/)
2309       - check files for languages
2310       - use PMA_sendHeaderLocation()
2311     * libraries/common.lib.php: moved all function to top, to make this as
2312       early as possible available
2314 2005-11-27 Michal Čihař  <michal@cihar.com>
2315     * Documentation.html, scripts/setup.php: Many new features to setup
2316       script.
2317     * pdf_schema.php: Do not use right_font_family.
2318     * lang/czech: Update.
2319     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
2320     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
2321       Store HTML entities rather than relying on php functions to create them.
2323 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2324     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
2325     * libraries/common.lib.php, libraries/export/sql.php,
2326       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
2327       tbl_replace.php, tbl_row_action.php:
2328       define variables only where needed, and use NULL to define them
2329       if some places test only for isset and not for content
2330     * libraries/select_lang.lib.php:
2331       - fixed unchecked variables as it was originaly in my mind
2332       - added error message if requested lang could not be set
2333       - set fallback to en-utf-8
2334       - minore fixes
2336 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
2337     * main.php: move server choice into MySQL container
2338     * libraries/select_server.lib.php: show currently selected server
2339     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
2340       does not exist)
2342 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2343     * libraries/url_generating.lib.php:
2344       - do not htmlentities on whole string
2345       - respect arg_separator.input from php.ini
2346     * libraries/common.lib.php:
2347       - make PMA_sendHeaderLocation() earlier available
2348       - add SID only if set
2349       - check for url params already exist or not (wether & . SID or ? . SID)
2350       - respect arg_separator.input from php.ini
2351     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
2352       and new functionality of PMA_generate_common_url()
2353     * themes/original: revised
2354     * themes/darkblue_orange: revised
2356 2005-11-25 Michal Čihař  <michal@cihar.com>
2357     * Documentation.html, config.footer.inc.php(deleted),
2358       config.header.inc.php(deleted), libraries/common.lib.php,
2359       libraries/footer.inc.php, libraries/footer_custom.inc.php,
2360       libraries/header.inc.php, libraries/header_custom.inc.php,
2361       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
2362       Header and footer per themes (RFE #984152) [this part removed later],
2363       config.{header,footer}.inc.php files are now optional.
2364     * libraries/select_lang.lib.php: Fix undefined indexes.
2365     * */.cvsignore: Ignore custom headers and temporary files from Vim.
2366     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
2367       to Sebastian and Marc.
2368     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
2369     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
2370       #601016).
2372 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
2373     * js/querywindow.js: bug #1365503, "do not overwrite this query"
2375 2005-11-24 Michal Čihař  <michal@cihar.com>
2376     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
2377       XSS on some libraries (CVE-2005-3665).
2378     * *.php, libraries/*.php: Move scritps that don't need direct access to
2379       libraries folder.
2380     * Documentation.html: Up to date information about relation stuff.
2381     * tbl_query_box.php: Remove unused file.
2382     * libraries/tbl_properties.inc.php: Disable clicking events on table
2383       creation (bug #1358896).
2384     * js/functions.js: Better support for noclickable rows (see above).
2385     * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
2386     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2387     * lang/czech: Updated.
2389 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2390     * themes/original/*, css/phpmyadmin.css.php:
2391       - updated theme
2392       - added version, to include only needed styles
2393     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
2394       PMA_DBI_get_host_info()
2395     * main.php, css/phpmyadmin.css.php:
2396       - replaced table layout
2397       - added some more infos
2398     * themes/original/css/theme_left.cs..php: fixed font size
2399     * libraries/url_generating.lib.php:
2400       - dont add variables already in cookie (reduces html output up to 30%)
2401       - can pass all url variables as array to function
2402     * main.php, index.php: moved setting of cookies into index.php
2403     * libraries/select_lang.lib.php: made code more reliable
2404     * index.php: wrong check for safari
2406 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2407     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
2408     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
2409       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
2410       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
2411       header_printview.inc.php, header_meta_style.inc.php, themes.php:
2412       - drop PMA_setFontSizes()
2413     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
2414       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
2415       libraries/auth/cookie.auth.lib.php, server_collations.php
2416       - moved styles into css
2417     * themes.php, css/phpmyadmin.css.php:
2418       - moved styles into css
2419       - no need for javascript
2420     * relation.lib.php: uninitialized variable
2421     * tbl_select.php, css/phpmyadmin.css.php:
2422       - moved styles into css
2423       - minor code improvements
2425 2005-11-23 Michal Čihař  <michal@cihar.com>
2426     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
2427       Drop optional escaping as this should not have any real functionality.
2428     * libraries/import.lib.php: Do not overwrite error message from import in
2429       case of single SQL query is being executed.
2430     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
2431       DATA (bug #1363532).
2432     * lang/*: Remove unused messages.
2433     * main.php, libraries/display_select_lang.lib.php,
2434       libraries/auth/cookie.auth.lib.php: Common code for language selection
2435       form.
2436     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
2437       Show native names of languages (RFE #1342726).
2438     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
2439     * Documentation.html, config.default.php, libraries/common.lib.php:
2440       Configurable default connection collation (RFE #1025969).
2441     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
2442       fieldsets on login form (RFE #1364546), use notice box for cookie
2443       information.
2444     * libraries/display_select_lang.lib.php,
2445       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
2446     * main.php, libraries/left_header.inc.php,
2447       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
2448       Functionalised server selection and use it in cookie auth (RFE
2449       #1362727).
2450     * libraries/common.lib.php: Do not complain if config file is not present,
2451       as we can still work in this case (bug #1364647).
2452     * lang/*: Added missing $strInvalidServerHostname.
2453     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
2454     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
2455     * header.inc.php: Remove unused code.
2456     * Documentation.html, tbl_properties.inc.php,
2457       transformation_overview.php, libraries/transformations/overview.php
2458       (deleted): Move transformation overview out of libraries folder.
2459     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
2460       header.inc.php, index.php, pdf_pages.php, querywindow.php,
2461       tbl_change.php, tbl_properties.inc.php,
2462       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
2463       stuff out of libraries folder.
2464     * libraries/.htaccess: Deny access to libraries folder over HTTP.
2465     * Documentation.html: Recommend disabling access to libraries folder.
2466     * libraries/display_export.lib.php, lang/*: Better description for
2467       filename format (RFE #1362423).
2468     * Documentation.html, index.php: Add target parameter to index.php to
2469       allow direct jump to any script.
2470     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
2471       time outs.
2472     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
2473       libraries/common.lib.php: Add link for duplicating current frameset (RFE
2474       #1165206).
2475     * config.default.php, sql.php, Documentation.html: Allow browse page to be
2476       default (RFE #1228013).
2477     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
2478       pass default query to sql.php as it is not needed right now.
2479     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
2480       tbl_properties_structure.php, libraries/display_tbl.lib.php,
2481       libraries/export/htmlword.php, libraries/export/latex.php: Use native
2482       MySQL comments when applicable (RFE #1362923).
2484 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2485     * added test/theme.php: for testing themes
2486     * phpinfo.php:
2487       - respect only $GLOBALS['cfg']['ShowPhpInfo']
2488       - minimum include
2489     * libraries/common.lib.php
2490       - merged two server array checks
2491       - dont exit if user config loading failed
2492       - dont exit with invalid server index
2493       - use file_get_contents() or file() if not present
2494       - removed wrong error message
2495       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
2497 2005-11-21 Michal Čihař  <michal@cihar.com>
2498     * libraries/import/sql.php: Fix query splitting in some cases (reported by
2499       Marc).
2500     * libraries/common.lib.php, lang/*: Translate message that has been
2501       ignored for 2.7.0 release.
2502     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
2503       documentation as it is latest stable version.
2504     * main.php, libraries/select_server.lib.php,
2505       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
2506       #1362671).
2507     * index.php: Avoid XSS on HTTP_HOST.
2509 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
2510     ### 2.7.0-rc1 released
2511     * many files: $dbh becomes $controllink for better contrast with $userlink
2513 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2514     * libraries/common.lib.php::PMA_showMySQLDocu()
2515       - undefined constant (if server connection fails)
2516     * libraries/select_theme.lib.php
2517       - undefined variable (if server connection fails)
2519 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
2520     * libraries/database_interface.lib.php: initialize in case there are
2521       no databases (MySQL < 5.0)
2523 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2524     * server_databases.php:
2525       - require_once common.lib.php BEFORE ANYTHING else
2526       - unified style, removed tables
2527       - removed superuser check for dbstats
2528     * css/phpmyadmin.css.php:
2529       - small improvements
2530     * themes/darkblue_orange/css/*
2531       - fixed font sizes
2532     * lang/english-*: small improvements
2533     * tbl_properties_structure.php
2534       - do not truncate rowcount and next autoindex
2535     * /*
2536       - common.lib.php should REALLY REALLY and ALWAYS be the first include
2537       - no other calls to grab_gloabls.lib.php
2538     * fixed minimum_common for css files
2539     * header.inc.php: missing ; after &quot
2540     * libraries/function.js::pdfPaperSize()
2541       - function does not always return a vlaue
2542       - undeclared variables
2543     * libraries/display_export.lib.php
2544       - use superscript tag for comment
2545     * server_links.inc.php
2546       - require_once server_common.inc.php
2548 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
2549     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
2550     * lang/finnish: update, thanks to Jouni Kahkonen
2551     * lang/belarusian updates, thanks to Jaska Zedlik
2553 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2554     * libraries/grab_globals.lib.php: just to be sure:
2555       - clean/empty $GLOBALS with $variables_whitelist
2556       - unset some vars after use
2557       - check all superglobals that could be imported by register_globals=on
2558         for GLOBALS key (not only _REQUEST and _FILES )
2559       - added $import_blacklist
2560         - added variables starting with pma_, numeric or containing spaces
2561         - *REVERT* do not prevent import pma_*
2562       - rewrote PMA_gpc_extract()
2563         - use $import_blacklist
2564         - documentation
2565     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
2566       libraries/select_lang.php: keep the global space clean
2567       - unset variables after use
2568       - commented out some never used variables
2569     * main.php, libraries/common.lib.php, libraries/dbi/*:
2570       - added $GLOBALS['PMA_errors'] array
2571     * libraries/database_interface.lib.php, libraries/dbi/*:
2572       fall back to alternative mysql extension if selected fails and switch to
2573       error.php if this fails too
2574        - moved loading of extension out of libraries/dbi/* into
2575          libraries/database_interface.lib.php
2576     * libraries/sanitizing.lib.php: dont use deprecated tags
2577     * lang/german-*: fixed $strCantLoad
2579 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
2580     * tbl_properties_links.php: missing menu tabs
2581     * Documentation.html, config.default.php, footer.inc.php,
2582       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
2583       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
2584       new Query Window behavior
2586 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2587     * added missing themes/darkblue_orange/img/error.ico
2588     * themes/darkblue_orange/css/theme_right.css.php
2589       - wrong error.ico
2590     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
2591       themes/*/img/frm_linevrlt.png
2592       - removed
2594 2005-11-15 Michal Čihař  <michal@cihar.com>
2595     * css/phpmyadmin.css.php: Do not use common header file, as there is
2596       nothing common at all.
2597     * libraries/header_http.inc.php: Allways send text/html content type.
2598     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
2599       transformation_wrapper.php: Use define rather than variable for
2600       conditional paths.
2601     * libraries/display_create_database.lib.php: Add label for create database
2602       input.
2604 2005-11-14 Michal Čihař  <michal@cihar.com>
2605     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
2607 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2608     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
2609       bug #1342683 Wrong URL to error.ico
2610     * libraries/tooltip.js::pmaTooltip():
2611       - no return value (not always returns a value)
2612       - additional check
2613       - undefined variable docY
2614     * libraries/left_header.inc.php
2615       - added class icon
2616     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
2617       - added class icon to images
2618       - fixed select all rows
2619       - removed arrow_ltr/rtl.png for vertical display
2620       - cleaned up php code and html output
2621     * css/phpmyadmin.css.php:
2622       - removed space arround form elements
2624 2005-11-13 Michal Čihař  <michal@cihar.com>
2625     * Documentation.html, config.default.php, main.php, server_links.inc.php,
2626       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
2627       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
2628       condition from showing php info.
2629     * lang/czech: Small improvements.
2631 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2632     * db_details_structure.php: wrong js function call
2633     * libraries/functions.js
2634       - removed deprecated function setCheckboxesRange()
2635       - rewrote setCheckboxes()
2636       libraries/server_privilegs.js
2637       - removed setCheckboxes()
2638       header.inc.php: include functions.js for server_privilegs.php
2639       server_privilegs.php
2640       - bug #1353437 Table/Column privileges brokeness new in HEAD
2641       - fixed proper display fo yes/no for column/table specific rights
2642       - fixed row selection
2643       - make use of javascript:un/markAllRows()
2644       - adapted layout like db, table and row lists
2645     * lang/german: fixed translation
2647 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
2648     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2649     * lang/finnish: update, thanks to Jouni Kahkonen
2651 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
2652     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
2653       if PHP does not support session
2654     * server_privileges.php: bug #1353435, selecting users to drop is broken
2655       and bug #1353437, undefined index while editing a user
2657 2005-11-10 Michal Čihař  <michal@cihar.com>
2658     * scripts/create-release.sh: = is correct for comparsion in shell.
2659     * server_privileges.php: Revert fix for #1353437, there are wrong data and
2660       not displaying of it, fix bad display of table privileges.
2662 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
2663     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
2664     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
2665     * tbl_properties.inc.php: superscript 1 for Length/Values
2667 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2668     * server_databases.php, mysql_charsets-lib.php:
2669       bug #1351743 undefined function: pma_getservercollation()
2670     * database_interface.lib.php: added PMA_DBI_get_default_engine()
2671     * db_details_structure.php:
2672       - fixed display issues
2673       - display default engine in footer
2674     * libraries/common.lib.php: added PMA_getDbLink
2675     * libraries/display_create_table.lib.php: use fieldset
2676     * server_privilegs.php, libraries/server_privilegs.js:
2677        - db with only table specific rights where not displayed if there was not
2678          at least one db with db specfic rights
2679        - javascript errors
2680     * function.js, db_details_structure.php, tbl_properties_structure.php,
2681       display_tbl.lib.php, server_databases.php:
2682        - added js:markAllRows(), js:unMarkAllRows()
2683        - check/uncheck all rows now sets mark color for this rows
2685 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2686     * Documentation.html, browse_foreigners.php, error.php,
2687       header_printview.inc.php, index.php, left.php, translators.html,
2688       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
2689       fixed/added favicon
2690     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
2692 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
2693     * tbl_properties_links.php: undefined variable $db_is_information_schema
2694     ### 2.7.0-beta1 released
2696 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2697     * libraries/display_tbl.lib.php:
2698       bug #985399 MIME-based in print view / need to select the pk
2699     * db_details_db_info.php: Undefined variable: db_is_information_schema
2700     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
2702 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
2703     * lang/norwegian: Update, thanks to Sven-Erik Andersen
2705 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2706     * libraries/database_interface.lib.php,
2707       libraries/dbi/*.dbi.lib.php:
2708       - added PMA_DBI_convert_message()
2709       - bug #1344654 Not converted mysql error message to chosen user language
2710     * sql.php: use fieldset for 'bookmark this'
2712 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2713     * themes/*/css/theme_right.css.php:
2714       dropped deprecated style classes
2715     * server_databases, libraries/databases_interface.lib.php,
2716       libraries/mysql_charsets.lib.php:
2717       updated database list:
2718       - added PMA_getServerCollation()
2719         - display server collation in db list footer
2720       - added PMA_DBI_get_databases_full()
2721         - make use of info_schema on MySQL 5
2722         - always display db stats for MySQL 5
2723       - fixed html output
2724       - replaced " with ' in some queries
2725     * tbl_properties_structure.php, tbl_properties_common.php
2726       tbl_properties_links.php:
2727       - no drop, empty, operation, insert, import for information_schema tables
2728       - enabled export for views
2729     * db_details_common.php, db_details_structure.php, db_details_links.php:
2730       - no import, drop, rights, operation for information_schema
2732 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
2733     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2735 2005-11-04 Michal Čihař  <michal@cihar.com>
2736     * db_details_structure.php: Read InnoDB exact count before rendering icons
2737       for truncating (bug #1337744).
2739 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2740     * db_details_structure.php:
2741       fixed display of stats for InnoDB and information_schema
2742     * main.php:
2743       - bug #1348089 SQL and actions bellow should be same width
2744       - removed nowrap, vertical srcolling is really annoying
2745     * main.php, libraries/check_user_privileges.lib.php:
2746       - bug #1348189 after droping db some links in main.php are missing
2747     * header.inc.php, libraries/common.lib.php:
2748       - added class icon to img-tags
2749     * libraries/header_meta_style.inc.php:
2750       fixed position of link meta tag
2751     * libraries/select_server.lib.php
2752       fixed html output
2754 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
2755     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
2756       bug #1339184, problems in strict mode inserting auto-increment fields
2757     * libraries/header_meta_style.inc.php: favicon on login panel
2758     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2760 2005-11-03 Michal Čihař  <michal@cihar.com>
2761     * libraries/common.lib.php: Incorrect message for validate links (bug
2762       #1346608).
2764 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2765     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
2766       fixed different font sizes
2767     * footer.inc.php, libraries/dbg/*:
2768       use $GLOBALS as this scripts can be included from inside a function
2769     * left.php, libraries/common.lib.php:
2770       fixed some rtl lang issues
2772 2005-11-02 Michal Čihař  <michal@cihar.com>
2773     * config.default.php: This is not a configuration file.
2774     * config.default.php, Documentation.html, libraries/common.lib.php: Use
2775       $cfg['Servers'][1] from config.default.php as defaults for settings in
2776       config.inc.php (bug #1330847).
2778 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2779     * libraries/dbg/setup.php:
2780       - display error in error box
2781       - fixed 'not defined function'
2782     * libraries/dbg/profiling.php:
2783       - minor fixes: html output, speed, rtl lang
2784     * tbl_realtion.php:
2785       - fixed html output of table
2786       - used fieldset for forms
2787     * libraries/common.lib.php, browse_foreigners.php:
2788       - replaced $cfg['Bgcolor*'] with classes
2789       - make use of fieldset
2790     * css/print.css, dbv_datadict.php:
2791       - replaced $cfg['Bgcolor*'] with classes
2792       - reduced output size by 40%
2793     * libraries/display_create_tbl.php
2794       - XHTML compl.
2795       - added class icon
2797 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
2798     * server_privileges.php: undefined variable when changing a password
2800 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2801     * libraries/common.lib.php:
2802       bug #1342332 Error messages wrongly formatted.
2803     * themes/*/css/theme_right.css.php:
2804        - fixed some rtl languages issues
2805        - added style for notice box (server_export.php)
2807 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2808     * themes/*/css/theme_right.css.php:
2809        - use right image path
2810        - fixed icon alignment for rtl languages
2811     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
2812        - fixed some rtl language issues
2813     * favicon.ico: changed icon
2815 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
2816     * server_privileges.php: do not display No under the Password column
2817       if this is not a "real user" definition
2819 2005-10-31 Michal Čihař  <michal@cihar.com>
2820     * libraries/select_lang.lib.php: Simplify code.
2821     * libraries/common.lib.php: Allow collation change for ENUM and SET
2822       columns (bug #1343627).
2823     * main.php: Use normal message on reload, not just plain text.
2824     * themes/darkblue_orange/css/theme_right.css.php,
2825       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
2826       #1342683).
2828 2005-10-30 Michal Čihař  <michal@cihar.com>
2829     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
2830     * lang/*: Remove duplicite message.
2831     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
2832     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
2833     * libraries/display_tbl.lib.php: Do not break on special chars in column
2834       name (bug #1180668).
2835     * libraries/common.lib.php: Do not escape SQL query twice while showing it
2836       in error message (bug #1336452).
2837     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
2838       when search path does not contain current directory.
2839     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
2840       for generating links to documentation, fixes link to new style docs.
2842 2005-10-29 Michal Čihař  <michal@cihar.com>
2843     * Documentation.html, config.default.php, libraries/common.lib.php: Link
2844       documentation to version we run (RFE #1334292), fix links for chapter
2845       documentation (bug #1341676), drop support for old links.
2846     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
2847       libraries/display_create_database.lib.php,
2848       libraries/sql_query_form.lib.php: Fix documentation links (bug
2849       #1341676).
2851 2005-10-29 Olivier Mueller <om@omnis.ch>
2852     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
2853       and improvements (--force option, installation summary, backup
2854       directory timestamp)
2856 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
2857     * Documentation.html: clarification on FAQ 6.20
2858     * server_privileges.php: respect the chosen initial
2859     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
2860       in the Browse header, thanks to Cal Henderson
2862 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2863     * server_privilegs.php, libraries/common.lib.php,
2864       themes/*/theme_right.css.php:
2865        - minor tweak in display
2866        - added PMA_unescape_mysql_wildcards()
2867        - bug #1144110 Unable to escape "_"
2868        - now every user from every mysql table is displayed
2869        - no table specific rights for db wildcards
2870     * index.php, favicon.ico: added favicon.ico
2872 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2873     * libraries/common.lib.php::PMA_formatNumber(),
2874       db_details_structure.php: do not truncate rowcount
2875     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
2876       - preserve selected db
2877       - make use of PMA_DBI_select_db()
2878       - documentation
2879     * tbl_properties_structure.php:
2880       - added browser icon for each field (count unique values)
2881       - removed styling
2882       - make use of global row highlighting/marking
2883       - display 'print table' and row stats for views
2884       - no actions for info_schema tables
2885     * css/phpmyadmin.css.php:
2886       - added style for class selectallarrow
2887       - added extra space between icons and text
2888     * browse_foreigners.php, header_printview.inc.php, left.php:
2889       bug #1334963 Per-server themes - left frame colors unthemed
2890     * server_privileges.php:
2891       - bug #1274032 Field privileges with database names containing underscores
2892       - use DROP USER
2893       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
2894     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
2895     * left.php, libraries/common.lib.php: format rowcount in left frame
2896     * server_privileges.php:
2897       bug #688255 Can't edit priv. when different host in db and user
2899 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
2900     * lang/french* updates
2902 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2903     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
2904       db_operations.php, mult_submits.inc.php, server_privileges.php,
2905       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
2906       libraries/auth/cookie.auth.lib.php:
2907       unified message boxes (error, warning, confirmation)
2908     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
2910 2005-10-25 Michal Čihař  <michal@cihar.com>
2911     * lang/english: "Log in" is correct naming for action (RFE #945440).
2912     * tbl_properties_operations.php: Allow to change auto_increment for
2913       InnoDB (bug #1337873).
2914     * tbl_properties_operations.php: Reread table information after change, so
2915       that rendered page contains change, that has been just done.
2917 2005-10-24 Michal Čihař  <michal@cihar.com>
2918     * tbl_properties_operations.php: Fix changing table attributes, reread new
2919       parameters after changing them (bug #1290413).
2920     * main.php: Remove useless isset.
2921     * lang/czech: Update.
2923 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
2924     * libraries/relation.lib.php: there is already a function to do this
2925       sort (thanks to Sebastian)
2926     * tbl_change.php: bug #1334627, do not set NOW() as default function
2927       when the TIMESTAMP has a default value and does not have the
2928       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
2930 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
2931     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
2932       and content-id by content
2933     * libraries/common.lib.php: bug #1330847, undefined index connect_type
2935 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2936     * db_details_export.php:
2937       - replaced for() with foreach()
2938       - dont pollute $GLOBALS['table']
2939     * libraries/mysql_charsets.lib.php:
2940       - make use of mysql variable collation_database
2941       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
2942     * libraries/database_interface.lib.php:
2943       extended function PMA_DBI_get_tables_full():
2944        - make use of information_schema
2945        - always fill fields for information_schema and show table status
2946     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
2948 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
2949     * server_databases.php: security fix
2950     * libraries/common.lib.php, /grab_globals.lib.php: security fix
2952 2005-10-20 Alexander M. Turek  <me@derrabus.de>
2953     * libraries/mysql_charsets.lib.php:
2954       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
2955         if we just want to get to know a database's default collation;
2956      - Make use of this fancy new function PMA_DBI_fetch_value().
2958 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2959     * sql.php, footer.inc.php: refresh left frame on view creation
2960     * left.php: view icon for views
2961     * libraries/left.js: dropped
2962     * libraries/function.js: tuned PMA_merkRowsInit():
2963       every table with class data now has mark and hover effect
2964     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
2965     * css/phpmyadmin.css.php, server_status.php: css cleanup
2966     * db_details_structure.php, db_details_db_info.php:
2967       - XHTML compliance, styling outsourced, row marker outsourced
2968       - do not too much if there is no table
2970 2005-10-19 Alexander M. Turek  <me@derrabus.de>
2971     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
2972       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
2973     * lang/german-*.inc.php: Updated some untranslated strings.
2975 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
2976     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
2978 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2979     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
2980       fix problem not remembering selected server
2981     * libraries/tooltip.js, themes/*/theme_right.css.php:
2982       moved not always needed code out of event handler, fixed display with larger font
2983     * libraries/function.js, css/phpmyadmin.css.php:
2984       added mark and hover effect to every table of class data
2985     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
2986     * footer.inc.php, header.inc.php, libraries/tooltip.js:
2987       moved tooltip javascript include into header
2989 2005-10-18 Michal Čihař  <michal@cihar.com>
2990     * libraries/relation.lib.php: Do not set database if not needed.
2991     * libraries/common.lib.php: Use common infrastructure for getting tables.
2992     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
2993       Allow to limit list of shown languages (RFE #1328003).
2994     * libraries/common.lib.php: Fix URL detection when not called from top
2995       level directory (eg. transformations overview).
2996     * Documentation.html, config.default.php, export.php, import.php,
2997       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
2998       libraries/display_export.lib.php, libraries/display_import.lib.php,
2999       libraries/sql_query_form.lib.php: Support for user specific upload and
3000       save directories (RFE #1260039).
3002 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3003     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
3004     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
3005       libraries/querywindow.js: update row count in left frame bug #1243908
3006     * libraries/common.lib.php:
3007       bug #1216521: display duplicate rows for failed unique key creation
3009 2005-10-17 Michal Čihař  <michal@cihar.com>
3010     * lang/czech: Translation fixes.
3011     * libraries/common.lib.php: Group databases by rightmost separator (bug
3012       #1325651).
3013     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
3014     * libraries/sql_query_form.lib.php: No warning if no db defined.
3015     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
3017 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3018     * css/phpmyadmin.css.php: border around tabs bug #1326730
3019     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
3020     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
3021       header_printview.inc.php, left.php, querywindow.php,
3022       transformation_wrapper.php, left_header.inc.php:
3023       removed queryframe.php and references to it
3024     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
3025       libraries/common.lib.php, libraries/left_header.inc.php,
3026       libraries/sql_query_form.lib.php, libraries/querywindow.js:
3027       code cleanup whole querywindow js stuff, moved all in one new js file,
3028       now included in index.php, bug #1327055
3030 2005-10-16 Michal Čihař  <michal@cihar.com>
3031     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
3032     * server_databases.php: Don't allow to check mysql database for dropping
3033       (RFE #1327514).
3034     * lang/*, libraries/transformations/text_plain__sql.inc.php:
3035       Transformation for SQL pretty printing (RFE #1327648).
3037 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
3038     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
3039     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
3040       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
3042 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
3043     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
3044     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
3046 2005-10-14 Michal Čihař  <michal@cihar.com>
3047     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
3048       not configured.
3049     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
3050       by one, this boosts performance while inserting huge blobs (bug
3051       #1315232).
3052     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
3053       #1252713).
3055 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3056     * lang/*: typo 'unser' -> 'user'
3057     * lang/german: partial Update
3058     * libraries/import.lib.php: uninitialized variables
3060 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
3061     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
3063 2005-10-13 Michal Čihař  <michal@cihar.com>
3064     * Documentation.html: Fix URL rewriting not to match empty parts.
3065     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
3066       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
3067       Use common header.
3068     * libraries/header_meta_style.inc.php: Add support for defining page
3069       title.
3070     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
3071       detection to only place where it is currently used.
3072     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
3073       by writing through JavaScript.
3074     * libraries/get_foreign.lib.php: Free temporary query result.
3075     * lang/czech: Improve some translations.
3076     * sql.php: We need bookmark code to be included everytime.
3077     * libraries/common.lib.php: Allow editing of query without database.
3079 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3080     * left.php: preselect db if only one db
3081     * server_privileges.php:
3082       XHTML compl., NOTICE, Icons for Edit/Revoke Links
3083     * server_processlist.php, libraries/display_import.lib.php,
3084       css/phpmyadmin.css.php: XHTML compl.
3085     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
3086       JavaScript errors, layout errors
3087     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
3088       small CSS fixes
3089     * libraries/display_export.lib.php, server_export.php:
3090       XHTML compliance, introduced fieldsets
3092 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3093     * css/phpmyadmin.css.php, libraries/common.lib.php,
3094       themes/darkblue_orange/css/theme_right.css.php,
3095       themes/original/css/theme_right.css.php:
3096       use list for navigation tabs RFE #1290423
3097     * db_details_structure.php: fixed NOTICE
3098     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
3099       revert icon size to fixed width and height
3100     * libraries/session.inc.php:
3101       dont use 6-bit chars on windows
3102     * css/phpmyadmin.css.php:
3103       display bug in FF with tabs in querywindow
3104     * libraries/common.lib.php:
3105       fixed rowcount in left frame for tables in information_schema
3106     * libraries/sql_query_form.lib.php:
3107       XHTML compl.
3108     * css/phpmyadmin.css.php, server_status.php, server_databases.php
3109       server_collations.php, server_engines.php, server_privileges.php
3110       server_variables.php: XHTML compl.
3112 2005-10-12 Michal Čihař  <michal@cihar.com>
3113     * libraries/get_foreign.lib.php: Fix paging.
3114     * tbl_properties_links.php: Make drop and empty tabs lead to structure
3115       instead of SQL.
3116     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
3117     * querywindow.php: Add icon for history tab.
3119 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
3120     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
3122 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3123     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
3124       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
3125       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
3126       themes/darkblue_orange/css/theme_left.css.php
3127       themes/original/css/theme_left.css.php:
3128       XHTML 1.0 trans. compliance and more semantic XHTML output
3129     * tbl_printview.php, tbl_properties_structure.php:
3130       no table statistics for information_schema
3131     * tbl_properties_table_info.php:
3132       bug #1317655 information_schema browsing
3133     * db_details_db_info.php, db_details_structure.php:
3134       fixed display table statistics for information_schema
3135     * db_details_links.php, header.inc.php:
3136       moved database comment into header (serverinfo) after database name
3137     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
3138       XHTML 1.0 trans. compliance
3140 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
3141     * tbl_properties_links.php: invalid js confirmation and operation feedback
3142       when dropping a view
3143     * server_privileges.php: bug #1226819, Accepting Negative values in
3144       Resource Limits in Privileges
3146 2005-10-09 Michal Čihař  <michal@cihar.com>
3147     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
3148       config.default.php: Add ability to limit maximal size of extended insert
3149       query, defaults to 50 KB (RFE #1015378).
3150     * import.php, libraries/common.lib.php, lang/*: Show message when
3151       bookmark has been created (RFE #477472), show deleted bookmark query.
3152     * server_privileges.php: Limit username and hostname to actual limits of
3153       MySQL (RFE #1178071).
3154     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
3155     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
3156       #1191792).
3157     * tbl_properties.inc.php: Remove unused code, show only available engines,
3158       remember value of seleted engine (bug #1239580).
3159     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
3160       searching in foreign keys (RFE #871091).
3161     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
3162       existing bookmark (RFE #907438).
3163     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
3164       shortcuts for IP rules (RFE #1022831).
3166 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
3167     * libraries/session.inc.php: workaround for warnings on session_start()
3168       displayed on sf.net server
3169     * sql.php: remove old code
3170     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
3171       support MAX_USER_CONNECTIONS
3173 2005-10-08 Michal Čihař  <michal@cihar.com>
3174     * libraries/display_export.lib.php: Use same formatting for all options.
3175     * libraries/import/ldi.php: This one does not handle charset conversion.
3176     * sql.php: Work even if no db set.
3177     * server_status.php: Call sql.php directly, we don't need to care about
3178       query splitting done im read_dump.
3179     * libraries/import/sql.php: Fix import of queries containing `, fix import
3180       of queries not terminated by ;.
3181     * libraries/sqlparser.lib.php: Do not show error on empty query.
3182     * libraries/import.lib.php: Add support for DROP DATABASE checking.
3183     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
3184       libraries/common.lib.php: Use import.php.
3185     * lang/*: New message for deleting bookmark.
3186     * import.php: Add support for bookmarks, support for goto URL, fail
3187       correctly if import plugin not found, commented some code.
3188     * sql.php, config.default.php: Remove references to read_dump.php.
3189     * read_dump.php: Remove unused code.
3190     * ldi_check.php, ldi_table.php: Remove unused code.
3191     * tbl_change.php: Remove references to ldi_*.
3192     * scripts/find_unused_messages.sh: Simplify and addapt to current
3193       messages.
3194     * import.php: Do not show query in different charset (bug #1028634).
3195     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
3196       over login, needed for RFE #1278312.
3197     * Documentation.html: Add example for redirects like
3198       /phpMyAdmin/database/table (RFE  #1278312).
3199     * libraries/import.lib.php: Fix execution of single large queries.
3200     * import.php, lang/*: Try to detect that upload failed because of limits
3201       (RFE #1240480).
3202     * libraries/storage_engines.lib.php: Use defined messages.
3203     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
3204     * libraries/sqlvalidator.lib.php: Removed unused code.
3205     * server_privileges.php, lang/*: Better show error, define used message
3206       strDeleteNoUsersSelected.
3207     * tbl_properties_operations.php: Use strError instead of non existing
3208       strFailure.
3209     * lang/*: Remove unused messages.
3210     * sql.php: Use common code for superuser detection.
3211     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
3212       libraries/common.lib.php, libraries/relation.lib.php: Use common code
3213       for CREATE/ALTER TABLE, set comments on creating table, so that user can
3214       see it in the query.
3215     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
3216       comment and MIME transformation if field not named.
3217     * libraries/relation.lib.php: Fix reading native MySQL comments when no
3218       phpMyAdmin one defined (bug #1312758).
3219     * tbl_properties_structure.php: Removed query box as discussed on mailing
3220       list.
3221     * tbl_*: Use more require_once to avoid acquiring table info several
3222       times.
3223     * libraries/relation.lib.php: Do not try to restore database as control
3224       user, it has to fail.
3225     * libraries/import/sql.php: Fix query parsing when there is comment or
3226       string at the end.
3227     * import.php: Reenable LIMIT appending (bug #1318624).
3228     * sql.php: Fix appending LIMIT when there are comments.
3229     * libraries/common.lib.php: Parse query before inserting LIMIT to know
3230       where to place it.
3231     * lsng/czech: Update.
3233 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
3234     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
3235       hyphen was not detected as being already created
3237 2005-10-07 Michal Čihař  <michal@cihar.com>
3238     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
3239     * libraries/common.lib.php: Drop some old code.
3241 2005-10-06 Michal Čihař  <michal@cihar.com>
3242     * import.php: Correctly report that file could not be read.
3243     * libraries/import/sql.php: Fix handling of whitespace at the end of
3244       imported file.
3245     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
3246       button (bug# 1312373) and fix entering time begining with 0 (bug
3247       #1312373).
3249 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
3250     * db_details_structure.php, tbl_properties_table_info.php: detect
3251       MySQL 5.0.13 views
3252     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
3253       thanks to Vernon Lyon - vlyon
3254     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
3255       defined at login time but what tested
3256     * libraries/display_create_table.lib.php, bug #1311384, Create table
3257       dialog on escaped wildcard privileges
3259 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3260     * libraries/functions.js, libraries/sql_query_form.lib.php:
3261       fixed JavaScript malfunction in querybox textarea with Opera
3263 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
3264     * server_privileges.php: support for Execute_priv
3266 2005-10-01 Michal Čihař  <michal@cihar.com>
3267     * lang/czech: Update.
3269 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
3270     * main.php, db_details_structure.php, db_operations.php,
3271       libraries/check_user_privileges.php, /display_create_database.lib.php,
3272       /display_create_table.lib.php: bug #1307208, detect lack of privileges
3273       before showing the "Create new table" dialog. Please test.
3274       TODO: detect escaped wildcard privileges
3276 2005-09-30 Michal Čihař  <michal@cihar.com>
3277     * libraries/display_export.lib.php, libraries/export/sql.php,
3278       db_operations.php, tbl_properties_operations.php: Fix auto increment
3279       export (bug #1309257).
3281 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
3282     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
3283       bug #1262250, cannot change ENUM default value to empty
3285 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3286     * libraries/sql_query_form.lib.php: removed unneeded variable,
3287       dont display bookmark selection fieldset if no bookmark exists
3288     * libraries/session.inc.php: introduced PMA_secureSession()
3289     * sql.php: bug #1305830 wrong db choosen
3291 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3292     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
3293       tbl_properties.php, tbl_properties_structure.php, sql.php,
3294       querywindow.php, read_dump.php: moved all code for queryboxes into
3295       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
3296       styles into css, minor interface changes related to queryboxes
3297     * libraries/sql_query_form.lib.php: completed function docblocks
3298     * css/phpmyadmin.css.php:
3299       partially fixed bug: odd display of navtabs in Gecko-Browsers
3300     * libraries/session.inc.php, libraries/grab_globals.lib.php,
3301       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
3302       introducing sessions
3304 2005-09-27 Michal Čihař  <michal@cihar.com>
3305     * lang/czech: Update.
3306     * server_status.php, lang/*: Separate some new information on MySQL 5.
3307     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
3308       Porat - hpman28.
3309     * lang/*: Add missing messages, remove duplicates and no longer used.
3310     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
3311       from normal SQL dialogs.
3312     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
3313       list on import tab, prepare generic framework to be used elsewhere (RFE
3314       #1303145).
3315     * tbl_change.php: Use file common file listing.
3316     * libraries/common.lib.php, libraries/display_import.lib.php,
3317       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
3318       file listing in query window, remove no more used functions. Please note
3319       that file import from query windows is currently half rewritten, so
3320       compressed imports will not work.
3322 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3323     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
3324       using PMA_DBI_num_rows() on unbuffered queries
3326 2005-09-26 Michal Čihař  <michal@cihar.com>
3327     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
3328     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
3329       plugin parameters to allow using same parameter by multiple plugins.
3330     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
3331       DATA import plugin for CSV.
3332     * libraries/display_import.lib.php: Sort list of import plugins.
3333     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
3334       selected columns (RFE #1275909).
3335     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
3336       #1303994).
3337     * tbl_create.php, lang/*: Do not allow to create table that already exists
3338       (RFE #1255931).
3340 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
3341     * server_privileges.php: support MySQL 5 privileges
3343 2005-09-25 Michal Čihař  <michal@cihar.com>
3344     * lang/*: Messages for Sebastian.
3345     * lang/czech: Partial update.
3347 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3348     * left.php, queryframe.php, libraries/common.lib.php,
3349       libraries/left_header.inc.php, css/phpmyadmin.css.php:
3350       grouping databases (bug #1281262)
3351     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
3352       extended server status information with description and warnings,
3353       added PMA_formatNumber()
3354     * server_privilegs.php: fixed bug table not found
3355     * tbl_properties_structure.php, css/phpmyadmin.css.php:
3356       made statistic tables floating, moved styles into css
3357     * css/phpmyadmin.css.php: set font-size in caption to normal
3359 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
3360     * querywindow.php, css/phpmyadmin.css.php:
3361       resize querywindow to content (bug #1277375)
3363 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
3364     * db_details_links.php, server_privileges.php, server_common.inc.php:
3365       bug #1302985, Privileges tab on database
3366     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
3367       insertion
3369 2005-09-24 Michal Čihař  <michal@cihar.com>
3370     * lang/add_message_file.sh: Make it deal with regullar php file, do not
3371       mark english text as to translate.
3372     * lang/add_message.sh: Do not mark english text as to translate.
3373     * *import*, Documentation.html, lang/*, main.php, *links*,
3374       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
3375       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
3376       1274500, 807830).
3377     * libraries/import.lib.php, libraries/import/csv.php,
3378       libraries/import/sql.php, libraries/import/README: Fix possible data
3379       leak when reading large buffer.
3381 2005-09-23 Michal Čihař  <michal@cihar.com>
3382     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
3383       haystack to strpos (bug #1299422).
3384     * server_privileges.php: Reload left frame if dropping database (bug
3385       #1298678).
3386     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
3387       name (bug #1300837).
3389 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
3390     * libraries/display_export.lib.php, libraries/export/csv.php:
3391       bug #1301374, csv on-screen export broken
3393 2005-09-20 Michal Čihař  <michal@cihar.com>
3394     * libraries/database_interface.lib.php: Added some useful functions to DBI
3395       layer (patch #1286451), thanks to Sebastian Mendel.
3396     * Documentation.html, config.default.php, libraries/common.lib.php: Add
3397       support for forcing https access to phpMyAdmin (RFE #1111333).
3399 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
3400     * libraries/sqlparser.data.php: patch #1295365, missing function
3401       definitions in parser, thanks to Sebastian Mendel
3402     * db_details_links.php: patch #1196806, Privileges link on db page
3404 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
3405     * libraries/display_export.lib.php: bug #1293937 Export compression
3406       default: bzip instead of bzip2, thanks to Rene Leonhardt
3408 2005-09-15 Michal Čihař  <michal@cihar.com>
3409     * config.default.php, libraries/common.lib.php: Simplify loading of
3410       defaults, why did I write such crap before?
3411     * libraries/common.lib.php: Fail if pcre support is missing.
3413 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
3414     * export.php: bug #1290730, https export under MSIE fails
3416 2005-09-14 Michal Čihař  <michal@cihar.com>
3417     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
3418       Sebastian Mendel.
3419     * config.default.php: Do not set blowfish_secret here at all, this needs
3420       to be done by user (bug #1290990).
3421     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
3422     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
3423       warn user using error.php (bug #1290888).
3424     * tbl_properties_operations.php: Update auto_increment value (bug
3425       #1290413).
3426     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
3427       Add SQL tab for server (patch #1291084), (RFE #1048090).
3428     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
3429       drop mentions about it from documentation.
3431 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
3432     * scripts/create-release.sh: no longer copy config.inc.php to
3433       config.default.php to keep a backup of the previous version
3435 2005-09-13 Michal Čihař  <michal@cihar.com>
3436     * libraries/common.lib.php: Add support for lang/added_messages.php
3437       (mostly as feature for developer, to allow easilly adding messages
3438       while working on some features).
3439     * .cvsignore, Documentation.html, config.default.php,
3440       config.inc.php[removed], libraries/common.lib.php,
3441       libraries/config_import.lib.php[removed]: New configuration handling,
3442       use config.inc.php for configuration, default values are stored in
3443       config.default.php.
3444     * config.default.php: Remove non configuration stuff.
3445     * lang/.cvsignore: Ignore lang/added_messages.php.
3447 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
3448     * tbl_relation.php: bug #1287611, no Save button in Relation view
3449           when pmadb is not defined
3451 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
3452     ### 2.6.4 released
3454 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
3455     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
3456       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
3457     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
3459 2005-09-07 Michal Čihař  <michal@cihar.com>
3460     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
3461       #1283552)
3462     * ChangeLog: Move vim modelines to correctly interpret et after setting
3463       file type (otherwise tabs were not expanded as changelog ft sets noet).
3465 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
3466     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3468 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
3469     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
3470       phpMyAdmin 2.6.4 needs generation 2, version 1;
3471       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
3472     * header.inc.php: XSS on $title, thanks to Christian Wenz
3474 2005-09-05 Michal Čihař  <michal@cihar.com>
3475     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
3477 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
3478     * tbl_properties.inc.php: bug #1281533, collation not kept while
3479       changing table field count
3481 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
3482     * lang/turkish update, thanks to boralioglu.
3484 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
3485     * lang/belarusian updates, thanks to Jaska Zedlik
3486     ### 2.6.4-rc1 released
3487     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
3488       fieldsets for privileges interface, thanks to Sebastian Mendel
3490 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
3491     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
3492     * lang/polish: update thanks to Jakub Wilk - ubanus
3494 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
3495     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
3496     * main.php, libraries/common.lib.php, Documentation.html,
3497       config.inc.php: patch #1257134, removed code to display the warning if
3498       PmaAbsoluteUri is not set. A notice will still display if the autodetect
3499       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
3501 2005-08-23 Michal Čihař  <michal@cihar.com>
3502     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
3503       using MySQL > 4.1.x (bug #1266626).
3504     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
3505       used on some queries by MySQL 5.0.x (bug #1266623).
3507 2005-08-22 Michal Čihař  <michal@cihar.com>
3508     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
3509       Protect against possible XSS (bug #1265740), move input sanitizing to
3510       special file.
3511     * config.inc.php, libraries/common.lib.php,
3512       libraries/config_import.lib.php, libraries/display_export.lib.php:
3513       Default charset for export is now configurable (RFE #1263772).
3515 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
3516     * libraries/common.lib.php, new error.php: patch #1258978, move common
3517       code for error pages out of common.lib.php, thanks to Sebastian Mendel
3518     * lang/german*: bug #1258956, typo
3519     * libraries/defines.lib.php, themes/original/info.inc.php,
3520       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
3522 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
3523     * lang/chinese_traditional: Updates, thanks to Siu Sun.
3524     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3526 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
3527     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3528     * lang/galician: Updates, thanks to Xosé Calvo.
3529     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
3530     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3531     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
3532     * lang/estonian: Update thanks to Alvar Soome - finsoft.
3533     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
3534     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3535     * lang/catalan update, thanks to Xavier Navarro (xavin).
3536     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
3537     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3538     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
3540 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
3541     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
3542       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
3543       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
3544       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
3546 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
3547     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
3549 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
3550     * tbl_change.php: $goto was not encoded in the form, resulting in a
3551       problem after editing/saving a row (seen in IE6)
3552     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
3553       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
3554       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
3555     * (many files): patch #1253465, avoid error messages for unset variables
3556       in PHP functions that require a parameter passed by reference,
3557       thanks to Sebastian Mendel
3559 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
3560     * header.inc.php: remove the 'InnoDB free' segment from table comments
3561     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
3563 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
3564     * queryframe.php: shorten the path of db subtree items,
3565       thanks to Edward Rudd - urkle
3566     * config.inc.php, header.inc.php, tbl_properties_links.php,
3567       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
3568       Documentation.html, libraries/config_import.lib.php: patch #1249528,
3569       move table comments to header and enable configuration of header for
3570       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
3571     * db_details.php: undefined $header_url_qry
3572     * sql.php: bug #1255869, "MySQL returned an empty result set" not
3573       displayed in all cases
3575 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
3576     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
3577       improve support when someone gets this error
3578     * Documentation.html: patch #1253248, links and anchors to every FAQ
3579       item, thanks to Alexander Schuch - ci-dev
3581 2005-08-08 Michal Čihař  <michal@cihar.com>
3582     * libraries/export/htmlword.php: Fix undefined variable when exporting
3583       relations (bug #1253457).
3585 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
3586     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
3587       with MySQL 4.0.x
3588     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
3589       /tbl_move_copy.php: patch #1253461 (code cleanup),
3590       thanks to Sebastian Mendel
3591     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
3592       and code cleanup, thanks to Sebastian Mendel
3594 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
3595     * Documentation.html: Save button for PDF schema coordinates,
3596       thanks to Ryan Schmidt
3597     * server_privileges.php: undefined index $GLOBALS[''],
3598       thanks to Ryan Schmidt
3599     * queryframe.php: need at least 2 items to display a group in the
3600       database selector, thanks to Ryan Schmidt
3602 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
3603     * queryframe.php: fixes for tree subgroups in databases selector:
3604       escaping of special characters, display a db name inside its own
3605       group, and proper closing of optgroup, thanks to Ryan Schmidt
3607 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
3608     * Documentation.html, readme.php, license.php:
3609       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
3611 2005-08-04 Michal Čihař  <michal@cihar.com>
3612     * libraries/common.lib.php, export.php: Show error header on error to make
3613       clear that something bad has happened.
3615 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
3616     * queryframe.php: patch #1250899:
3617      - unified spaces between icons
3618      - cleaned html and php code
3619      - display of querywindow-icon now follows
3620        $cfg['QueryFrame']
3621      - always use no_js=1 if $cfg['QueryFrameJS'] == true
3622       thanks to Sebastian Mendel
3623     * Documentation.html: patch #1169308, FAQ 1.17a improved,
3624       thanks to Isaac Bennetch
3625     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
3626       libraries/common.lib.php, /config_import.lib.php:
3627       patch #1246245, tree subgroups for databases (in selector),
3628       thanks to Edward Rudd - urkle
3629     * db_details.php, tbl_query_box.php: patch #1250935, interface
3630       improvements, thanks to Sebastian Mendel
3631     * tbl_create.php: bug #1252124, XSS on table creation page
3633 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
3634     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
3635       table width should be limited by template if necessary,
3636       thanks to Sebastian Mendel - cybot_tm
3637     * server_databases.php: patch #1249371, correct calculation of colspan,
3638       and patch #1249414, display improvements, thanks to Sebastian Mendel;
3639       also,  $dbstats should contain 0 or 1, not the colspan
3640     * sql.php: patch #1249451, display improvement for bookmark dialog,
3641       thanks to Sebastian Mendel
3642     * libraries/common.lib.php: patch #1249457, display improvements for Edit
3643       Explain etc dialog, thanks to Sebastian Mendel
3645 2005-08-01 Michal Čihař  <michal@cihar.com>
3646     * lang/czech: Fix bad translation (is was translated to is not :-)),
3647       update.
3649 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
3650     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
3651     * Documentation.html: "bug #1248598, explain another cause of the Missing
3652       parameter error
3654 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
3655     * tbl_change.php, lang/*: new message $strAndThen
3656     * libraries/dbg/profiling.php: patch #1160439, improvements,
3657       thanks to Glen Arason
3658     * scripts/upgrade.pl: patch #1198492, current version check,
3659       thanks to Herman van Rink - helmo
3661 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
3662     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
3664 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
3665     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
3666       after inserting a row
3667     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
3668       RFE #1177459, BOOL column type
3670 2005-07-26 Michal Čihař  <michal@cihar.com>
3671     * export.php: Use actual MIME type for CSV.
3673 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
3674     * tbl_change.php: insert another new row: dropdown choice should be sticky
3676 2005-07-24 Michal Čihař  <michal@cihar.com>
3677     * libraries/check_user_privileges.lib.php: Undefined variable (bug
3678       #1243885).
3679     * libraries/config_import.lib.php: Do not override theme properties when
3680       path is not set.
3681     * libraries/select_theme.lib.php: Do not attempt to sort themes when
3682       themes are disabled (bug #1243883).
3684 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
3685     * tbl_properties_structure.php, tbl_properties.inc.php:
3686       bug #1157230, escape special chars in ENUM or SET
3688 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
3689     * db_details_structure.php: table creation should not be possible
3690       in information_schema
3691     * db_operations.php: those operations do not make sense on
3692       information_schema
3693     * browse_foreigners.php: bug #1242805, Show All does not work while
3694       browsing foreign values
3695     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
3696       content were reversed (id-content showed content then id)
3698 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
3699     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
3700       cookie-based login panel
3702 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
3703     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
3705 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
3706     * translators.html: message about French translation will be in French
3708 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
3709     * libraries/string.lib.php: typo
3710     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
3712 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
3713     * lang/*: removed unused strInvalidRowCount
3715 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
3716     * Documentation.html: how to enable the charset choice for exported file
3718 2005-07-13 Michal Čihař  <michal@cihar.com>
3719     * libraries/common.lib.php: Use eval for config file including to catch
3720       parse errors (bug #1223319), on error page display config file that
3721       actually failed.
3722     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
3723       libraries/display_create_database.lib.php: Show box for creating
3724       database only if user has privileges to do so (bug #1167892).
3725     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
3726       noticing this.
3728 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
3729     * sql.php: for Insert row and Export, use post when the query is too big
3730     * export.php: bug #1116026, export under IE 6 (XP SP2)
3732 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
3733     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
3734       field to display
3736 2005-07-11 Michal Čihař  <michal@cihar.com>
3737     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
3738       #1235761).
3740 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
3741     * config.inc.php, Documentation.html, libraries/common.lib.php,
3742       libraries/config_import.lib.php:
3743       Document previous foreign-key dropdown work, and also ensure that the
3744       configuration import code works properly with it.
3746 2005-07-10 Michal Čihař  <michal@cihar.com>
3747     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
3748       #1192219)
3749     * Documentation.html, config.inc.php, left.php, queryframe.php,
3750       libraries/common.lib.php, libraries/config_import.lib.php,
3751       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
3752       User can now have different theme per server (RFE #1231599).
3753     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
3754     * main.php: Correct ALT attribute for image (bug #1232124).
3755     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
3756       browsing state while deleting multiple rows (bug #1232624).
3757     * tbl_row_action.php: Fix undefined variable warning.
3758     * db_details_structure.php, db_operations.php, header.inc.php,
3759       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
3760       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
3761       libraries/functions.js, libraries/indexes.js: Show better error messages
3762       when checking numerical inputs (bug #1207402).
3763     * sql.php, libraries/common.lib.php: Use post for print view when query is
3764       too big (bug #1203692).
3766 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
3767     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
3768       Undefined variable order_img
3769     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
3770     * queryframe.php: bug #1231804, query windows does not open in new window,
3771       thanks to Michael Keck
3772     * db_details_qbe.php: bug #1234616, minor theme text color issue
3774 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
3775     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
3776       without a charset
3778 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
3779     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
3780       and Mastermnd for the 2.6.2 translation cleanup
3781     * tbl_properties_table_info.php: bug #1231917, commands out of sync
3783 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
3784     * Documentation.html: link in doc, thanks to Cedric Corazza
3785     ### 2.6.3 released
3787 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
3788     * db_operations.php: bug #1230224, db rename and old pmadb information
3790 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
3791     * Documentation.html: patch #1229673, improvement to big-file-import
3792       instructions, thanks to Isaac Bennetch - ibennetch
3794 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
3795     * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
3796     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3797     * lang/chinese_traditional: Updates, thanks to Siu Sun
3798     * lang/catalan update, thanks to Xavier Navarro (xavin).
3799     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
3800     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3801     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3803 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
3804     * tbl_properties_table_info.php: bug #1228862, creating a table under
3805       MySQL 5.x with wrong table type
3807 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
3808     * tbl_properties_operations.php: bug #1225635,
3809       cannot change table's collation under MySQL 5.0.4
3811 2005-06-27 Michal Čihař  <michal@cihar.com>
3812     * config.inc.php: Better comments describing multi server setup (patch
3813       #1226666).
3814     * db_details_links.php: Place export tab on same place as on table page
3815       (RFE #1047874).
3816     * tbl_properties_links.php: Switch browse and properties tabs
3817     * db_details_structure.php: Make order of icons same as on table view (RFE
3818       #1047874).
3820 2005-06-24 Michal Čihař  <michal@cihar.com>
3821     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
3822       Remove error reporting.
3823     * config.inc.php, libraries/common.lib.php,
3824       libraries/config_import.lib.php, libraries/display_export.lib.php:
3825       Configurable file name templates (RFE #1226941).
3826     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
3827       code for browsing directory with themes (RFE #1184251).
3828     * tbl_change.php: Use select instead of input, this saves some place and
3829       looks better (RFE #1169931).
3830     * tbl_change.php: Display column comment while editing data (RFE #860912).
3831     * lang/sync_lang.sh: Fix belarusian name.
3832     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
3833       Add hex transformation (RFE #1100068).
3835 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
3836     * db_operations.php: problem renaming a db
3838 2005-06-24 Alexander M. Turek  <me@derrabus.de>
3839     * lang/german-*.inc.php: Updates.
3840     * db_operations.php: Cleaning up Marc's code... ;-p
3842 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
3843     * config.inc.php, libraries/relation.lib.php,
3844       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
3845       customizing foreign-key dropdown, take #2, now very customizable, incl max
3846       item limit.
3848 2005-06-23 Michal Čihař  <michal@cihar.com>
3849     * lang/czech: Update.
3851 2005-06-22 Alexander M. Turek  <me@derrabus.de>
3852     * tbl_properties_structure.php: Undefined index.
3854 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
3855     * config.inc.php, libraries/relation.lib.php: Support for customizing
3856       foreign-key dropdown, take #1.
3858 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
3859     * server_databases.php: Bug #1225315, wrong message displayed
3860       when no databases were dropped.
3861     * tbl_properties.inc.php: Patch #1225452, JS error for
3862       getting the value of a select field in certain browsers.
3864 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
3865     * lang/chinese_traditional: Updates, thanks to Siu Sun
3866     * lang/italian: Updates, thanks to Pietro Danesi
3867     * lang/finnish: update, thanks to Jouni Kahkonen
3868     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3869     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
3870     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3871     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3873 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
3874     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
3875       to use a reserved word as an identifier
3876     * db_operations.php, libraries/database_interface.lib.php:
3877       bug #1221359, Copying a db containing a MERGE table
3879 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
3880     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
3881       submit button
3882     * db_operations.php: bug #1215688, Copying database does not preserve
3883       default charset and collation
3884     ### 2.6.3-rc1 released
3886 2005-06-12 Olivier Mueller <om@omnis.ch>
3887     * lang/*, server_privileges.php: added strings for RFE #1197482:
3888       $strGeneratePassword, $strGenerate and $strCopy
3890 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
3891     * tbl_properties_export.php: bug #1169791, exporting results from queries
3892       with limit keyword
3893     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
3894     * lang/finnish: update, thanks to Jouni Kahkonen
3895     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3896     * lang/galician: Updates, thanks to Xosé Calvo.
3897     * lang/belarusian, libraries/select_lang.lib.php:
3898       belarusian is now belarusian_cyrillic; added belarusian_latin,
3899       thanks to Jaska Zedlik
3901 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
3902     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
3903       feature in case of duplicate entry
3905 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
3906     * lang/tatarish*: updates, thanks to Albert Fazlí
3907     * config.inc.php: bug #1215950, typo in comment
3909 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
3910     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
3911       translators.html: renamed "tatar" to "tatarish" (tatar is
3912       a different language and this translation is really tatarish)
3913     * lang/mongolian*, libraries/select_lang.lib.php,
3914       translators.html, Documentation.html, README:
3915       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
3917 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
3918     * libraries/functions.js: bug #1207405, invalid SQL when creating
3919       table with zero fields
3920     * sql.php: bug #1204951, left frame browse icon alt tag
3921       not updated on emptying table
3923 2005-06-05 Michal Čihař  <michal@cihar.com>
3924     * lang/czech: Update.
3926 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
3927     * lang/chinese_traditional: Updates, thanks to Siu Sun.
3928     * lang/finnish: update, thanks to Jouni Kahkonen
3929     * lang/norwegian: Update, thanks to Sven-Erik Andersen
3930     * db_details_structure.php: optional message $strNumberOfFields,
3931       will use $strFields if not defined
3932     * db_operations.php, lang/*: bug #1212997, db copy should not
3933       always perform CREATE DATABASE
3935 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
3936     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
3937       translators.html, Documentation.html, README:
3938       new language (tatar), thanks to Albert Fazlí
3940 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
3941     * Documentation.html: bug #1213761, hint about Hardened PHP
3942       and the Missing parameters problem, thanks to Klaus Dorninger
3944 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
3945     * db_details_structure.php: patch 1209863, XHTML validity,
3946       thanks to Ryan Schmidt
3948 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
3949     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
3950       thanks to Ryan Schmidt
3951     * footer.inc.php: bug #1209891, db list not refreshed when the left
3952       frame is positionned on a db, then a manual DROP DATABASE it done
3953       on another db
3954     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
3955       refresh the queryframe
3957 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
3958     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
3959       when field type changes
3961 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
3962     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
3963     * sql.php: bug #1204913, left frame update on manual table rename
3965 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
3966     * tbl_properties.inc.php: bug #1207404, undefined variables
3968 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
3969     * libraries/common.lib.php: bug #1207395, undefined theme_generation
3970       and theme_version, thanks to Ryan Schmidt
3971     * tbl_properties_operations.php: bug #1207212, changing table type
3972       under MySQL 5.0.4
3974 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
3975     * libraries/charset_conversion.lib.php: diacritics wrongly converted
3976       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
3977     * tbl_properties_structure.php, tbl_properties.inc.php,
3978       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
3979     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
3980     * themes/[darkblue_orange|original]/css/theme_print.css.php:
3981       spelling error Hevetica -> Helvetica, thanks to Castorius and
3982       Isaac Bennetch - ibennetch
3984 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
3985     * tbl_select.php: bug #1204235, searching on a VARBINARY field
3987 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
3988     * export.php: bug #1193442, 8 extra spaces at end of export area,
3989       thanks to Ryan Schmidt
3990     * db_details_structure.php: bug #1193430, zero_rows parameter
3991       not url-encoded, thanks to Ryan Schmidt
3993 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
3994     * server_privileges.php, libraries/server_privileges.js:
3995       make the password generator work also on user account editing
3997 2005-05-17 Olivier Mueller <om@omnis.ch>
3998     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
3999       password generator on user creation.  RFC: ok like that?  TODO: add strings.
4001 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
4002     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
4003       of query is applied to appended LIMIT as well
4005 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
4006     * tbl_printview.php: bug #1178760, header not sent when displaying
4007       print view of multi tables, thanks to Hrvoje Novosel - interghost
4008     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
4009       mousedown, thanks to Ken Stanley - eclipsboi
4011 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
4012     * tbl_properties.inc.php: bug #1069012, table collation forgotten
4013       when adding fields
4014     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
4015       showing the details of a storage engine under MySQL 4.0.x
4017 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
4018     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
4019       when exporting without enclosing with backquotes
4021 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
4022     * db_details_links.php: patch #1196806, add a Privileges tab
4023       in db view, thanks to Herman van Rink - helmo
4024     * server_privileges.php: add a back link to the db on which
4025       we are checking privileges
4026     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
4027       with USE followed with a db name containing an hyphen
4028     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
4030 2005-05-08 Olivier Mueller <om@omnis.ch>
4031     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
4032       with one command and 5 seconds. To be improved, but is working fine
4033       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
4034     * server_privileges.php: always display the "Add a new user" link
4035       on the User overview page (no more need to click on [show all] or
4036       an initial before)
4038 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
4039     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
4040       sets and collations (temporary workaround)
4041     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4043 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
4044     * Documentation.html: improvement about PmaAbsoluteUri,
4045       thanks to Isaac Bennetch - ibennetch
4047 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
4048     * libraries/common.lib.php: bug #1185152, setting collation for a field,
4049       thanks to Ryan Schmidt - ryandesign
4051 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
4052     * export.php: bug #1123284, avoid double compression when
4053       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
4054     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
4055       thanks to Ryan Schmidt - ryandesign
4057 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
4058     * server_status.php: bug #1193225, missing </ul>
4059     * tbl_properties.inc.php: bug #1193353, js error on creating table
4061 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
4062     * db_operations.php, libraries/tbl_move_copy.php:
4063       bug #1192468, bookmarks copied too many times
4065 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
4066     * lang/finnish: update, thanks to Jouni Kahkonen
4067     * lang/russian: update, thanks to lobovich
4068     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
4070 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
4071     * tbl_properties_structure.php, tbl_properties.inc.php:
4072       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
4073     * lang/finnish: big update, thanks to Jouni Kahkonen
4075 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
4076     * libraries/sqlparser*: bug #1185173. A query using the Storage
4077       table name and an alias, returned no result. I changed the
4078       parser to add a list of "forbidden" reserved words, as listed
4079       in the MySQL manual (reserved words). Those are not allowed
4080       as a table/column name, but others (like Storage) are allowed.
4081       Now the query works. TODO: do not pretty print in color,
4082       in this case
4083     * libraries/common.lib.php: bug #1179241, wrong escaping of
4084       apostrophe in generated PHP code
4086 2005-04-25 Michal Čihař  <michal@cihar.com>
4087     * lang/czech: Update.
4088     * lang/english: Fix typo.
4090 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
4091     * left.php, queryframe.php: bug #1168784, please respect the db order
4092       given in only_db
4094 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
4095     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
4096     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4097     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4098     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4099     * lang/galician: Updates, thanks to Xosé Calvo.
4100     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
4101     * tbl_properties_export.php: bug #1180860, error going from Export
4102       to Insert tab
4103     ### 2.6.2 released
4105 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
4106     * db_details_structure.php: Search icon centering
4108 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
4109     * tbl_alter.php: undefined $field_comments
4111 2005-04-10 Alexander M. Turek  <me@derrabus.de>
4112     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
4114 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
4115     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
4116     * server_privileges.php: bug #1179969, problem editing a user's profile
4117       (and there was a problem also with the detection of
4118        an already existing user)
4120 2005-04-09 Alexander M. Turek  <me@derrabus.de>
4121     * libraries/sqlparser.data.php: Added keyword ROUTINE.
4123 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
4124     * lang/catalan update, thanks to Xavier Navarro (xavin).
4126 2005-04-07 Alexander M. Turek  <me@derrabus.de>
4127     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
4128       en-iso-8859-15.
4129     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
4131 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
4132     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
4133     * libraries/common.lib.php: wrong test when the field's type is
4134       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
4136 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
4137     ### 2.6.2-rc1 released
4139 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
4140     * tbl_addfield.php: TIMESTAMP options support
4141     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
4142       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
4143       set to NULL to have the NULL attribute
4144     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
4145       with FK constraints to a table in the same db
4147 2005-03-31 Alexander M. Turek  <me@derrabus.de>
4148     * left.php: Undefined offset (Bug #1174045).
4150 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
4151     * Documentation.html: added FAQ 5.17 about problem with
4152       Firefox when the Tabbrowser Extensions plugin is installed
4153     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
4154     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
4155       made dynamic, depending on the field's type
4156     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
4158 2005-03-30 Alexander M. Turek  <me@derrabus.de>
4159     * server_databases.php: Bug #1172782 (Don't allow to drop
4160       information_schema).
4161     * libraries/mysql_charsets.lib.php: Typo.
4162     * lang/german-*.inc.php: Better translation.
4164 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
4165     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
4166       thanks to Isaac Bennetch - ibennetch
4167     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
4168     * lang/*: removed unused message and modified strCheckOverhead
4169       where still untranslated
4170     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
4171       modifying TIMESTAMP options, the table structure editing form
4172       was shown without the new options.
4174 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
4175     * libraries/common.lib.php: XSS vulnerability on convcharset
4177 2005-03-29 Alexander M. Turek  <me@derrabus.de>
4178     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
4179       unavailable collations (bug #1172517).
4181 2005-03-28 Alexander M. Turek  <me@derrabus.de>
4182     * left.php: Implemented the forgotten view icon.
4184 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
4185     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4186     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
4187       under MySQL 4.1
4188     ### 2.6.2-beta1 released
4190 2005-03-27 Alexander M. Turek  <me@derrabus.de>
4191     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
4192       themes as imcompatible because of recent changes.
4193     * libraries/information_schema_relations.lib.php,
4194       libraries/relation.lib.php: information_schema relations.
4196 2005-03-26 Alexander M. Turek  <me@derrabus.de>
4197     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
4198     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
4199       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
4200       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
4201       Added more Latin9 language files.
4203 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
4204     * tbl_properties.inc.php: bug #1170255, undefined index: Field
4206 2005-03-25 Alexander M. Turek  <me@derrabus.de>
4207     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
4208       for marking a functionality as unavailable.
4209     * libraries/relation.lib.php:
4210       - Removed recoding function calls from controluser queries as they do
4211         not depend on the connection charset anymore;
4212       - Added emulated relations for some information_schema tables. To be
4213         continued.
4215 2005-03-24 Alexander M. Turek  <me@derrabus.de>
4216     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
4217       libraries/database_interface.lib.php:
4218       - Force separate connection for controluser queries;
4219       - Don't apply collation_connection settings to controluser connections.
4220     * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
4221     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
4223 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
4224     * header.inc.php: undefined index tbl_is_view when copying a table
4225       with constraints and an error occurs
4227 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
4228     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4229     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
4231 2005-03-19 Alexander M. Turek  <me@derrabus.de>
4232     * lang/german-*.inc.php: Translations #1120157 (bad translation of
4233       $strAddSearchConditions).
4234     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
4235       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
4236     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
4237       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
4238       the German and French language files for testing.
4240 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
4241     * lang/catalan update, thanks to Xavier Navarro (xavin).
4242     * lang/russian update, thanks to gunsky
4243     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
4245 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
4246     * lang/estonian: Update thanks to Alvar Soome - finsoft.
4247     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4248     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
4249       - thedarkness
4250     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
4251     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
4253 2005-03-18 Alexander M. Turek  <me@derrabus.de>
4254     * lang/german-*.inc.php: Updates.
4256 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
4257     * Documentation.html: bug #1165148, typo in Documentation.html
4258     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
4259     * lang/galician: Updated, thanks to Xosé Calvo.
4261 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
4262     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
4263       config.inc.php (comment only), libraries/common.lib.php:
4264       experimental support for table structure editing with MySQL 4.1.2+
4265       TIMESTAMP options
4267 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
4268     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
4270 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
4271     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
4272       start merging code for MySQL 4.1.2 TIMESTAMP options support
4274 2005-03-10 Alexander M. Turek  <me@derrabus.de>
4275     * libraries/relation.lib.php: Bug #1159415.
4277 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
4278     * libraries/database_interface.lib.php, libraries/relation.lib.php:
4279       problem with getting comments when creating a new table under MySQL 4.1.x
4280       with mysql extension
4282 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
4283     * db_operations.php: db comments updating broken
4284     * libraries/relation.lib.php: bug #1159415, data dictionary broken
4286 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
4287     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
4288       versions of insert-row icons.
4290 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
4291     * lang/french update
4293 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
4294     * libraries/relation.lib.php: db comments broken
4295     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
4296     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
4297       bookmark improvement,
4298       based on patch #1034161 by Ryan Schmidt - ryandesign:
4299       sort bookmarks by label, remove the number before each bookmark
4300       in the drop-down choice. For this I had to change some logic in the
4301       calling scripts. It's still possible to have the same label more
4302       than once.
4304 2005-03-07 Michal Čihař  <michal@cihar.com>
4305     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
4306       libraries/header_meta_style.inc.php: Actually use print style in themes,
4307       also fixes RFE #1120880.
4308     * sql.php: Better calculate inserted row id (bug #1156963).
4309     * db_details_links.php, db_details_structure.php: Show database comment on
4310       each tab (same as we do with table comments).
4312 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
4313     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
4314       versions of drop icons.
4316 2005-03-06 Michal Čihař  <michal@cihar.com>
4317     * export.php, libraries/display_export.lib.php, config.inc.php,
4318       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
4319       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
4320       2000 export (RFE #1155122).
4321     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
4322       engine" translation.
4323     * lang/english: Nothing to translate here.
4324     * Documentation.html: Document new Excel export.
4325     * config.inc.php, libraries/config_import.lib.php,
4326       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
4327       export now can contain table structure and better handles more
4328       tables/databases export.
4329     * db_operations.php, export.php, main.php, tbl_move_copy.php,
4330       libraries/common.lib.php, libraries/select_theme.lib.php,
4331       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
4332       / to end of path (bug #1155373).
4334 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
4335     * libraries/relation.lib.php, /display_export.lib.php,
4336       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
4337       the "Add into comments ... Comments" choice, since they are
4338       part of the structure
4340 2005-03-06 Alexander M. Turek  <me@derrabus.de>
4341     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
4342       activity statistics.
4343     * server_status.php: Removed InnoDB Status sub-page. It is now part of
4344       server_engines.php.
4345     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
4346       indicators.
4347     * libraries/mysql_charsets.lib.php: Don't check the character set of the
4348       virtual database "information_schema" (MySQL 5.0).
4349     * db_details_links.php, db_details_structure.php: Don't allow the user to
4350       change anything in MySQL 5.0's information_schema database.
4352 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
4353     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
4354       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
4355       /database_interface.lib.php: MySQL 4.1.x native comments
4357 2005-03-05 Alexander M. Turek  <me@derrabus.de>
4358     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
4359       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
4360       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
4361       libraries/engines/myisam.lib.php:
4362       - Moved engine-specific settings into plugins;
4363       - Added ability to create multiple sub-pages in server_engines.php for
4364         a specific engine;
4365       - Added a few InnoDB variables. To be continued. :-)
4366       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
4368 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
4369     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
4370       Missing parameters, and when the error happens, show a link to FAQ
4372 2005-03-03 Alexander M. Turek  <me@derrabus.de>
4373     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
4374       with "str").
4375     * header.inc.php: Wrong icon for views.
4376     * libraries/sqlparser.data.php: Added more missing date / time functions.
4378 2005-03-02 Michal Čihař  <michal@cihar.com>
4379     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
4380       modes not available in current MySQL version, do not fail on error when
4381       setting SQL_MODE (bug #1155209).
4383 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
4384     * main.php: bug #1154307, wrong text for alt,
4385       thanks to Isaac Bennetch - ibennetch
4386     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
4387       thanks to Isaac Bennetch - ibennetch
4389 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
4390     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
4391       thanks to Ryan Schmidt
4392     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
4393       var
4395 2005-02-27 Alexander M. Turek  <me@derrab.us>
4396     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
4397       and GET_FORMAT (bug #1152310).
4399 2005-02-27 Michal Čihař  <michal@cihar.com>
4400     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
4402 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
4403     * Documentation.html: added FAQ 5.16 about various IE and Windows
4404       problems. Thanks to Michael Keck.
4405     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
4407 2005-02-24 Alexander M. Turek  <me@derrabus.de>
4408     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
4410 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
4411     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
4412       blowfish_secret is empty
4414 2005-02-23 Alexander M. Turek  <me@derrabus.de>
4415     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
4416     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
4417       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
4418     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
4419       we had already commented out a long time ago.
4421 2005-02-22 Alexander M. Turek  <me@derrabus.de>
4422     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
4423       of bug #1149383.
4425 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
4426     * pdf_pages.php: patch #1120466 (modified): optional column names
4427       in visual scratchboard, thanks to Remco Aalbers - remcoa
4429 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
4430     * header.inc.php, queryframe.php: HTML improvement,
4431       thanks to Armel Fauveau
4432     * server_privileges.php: bug #1113788, escaping character removed by error
4434 2005-02-16 Alexander M. Turek  <me@derrabus.de>
4435     * db_details_export.php: Views are not exportable yet.
4436     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
4437     * server_engines.php: Use new CSS class 'disabled' for unavailable
4438       engines.
4440 2005-02-14 Michal Čihař  <michal@cihar.com>
4441     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
4442       indexes for print view, use same function as for normal view (bug
4443       #1119388).
4444     * css/print.css, libraries/tbl_indexes.lib.php,
4445       libraries/header_meta_style.inc.php: Use CSS for hiding print button
4446       rather than javascript.
4448 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
4449     * tbl_properties_table_info.php: avoid errors #1046, no database selected
4450       in MySQL 5.0.2
4451     * lang/romanian: Updated, thanks to Valics Lehel.
4453 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
4454     * lang/french update
4455     * server_privileges.php: bug #1118137, host not changing when editing user
4457 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
4458     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
4460 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
4461     * config.inc.php, Documentation.html: bug #1115327, document the
4462       maximum number of characters for blowfish_secret
4464 2005-02-09 Alexander M. Turek  <me@derrabus.de>
4465     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
4467 2005-02-08 Michal Čihař  <michal@cihar.com>
4468     * export.php: Fix export of SQL for Safari (bug #1113015).
4470 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
4471     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
4472       do not send a boolean to mysqli_free_result() or mysql_free_result(),
4473       it expects a result resource
4474     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
4475       using "copy table" operation
4476     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
4477       disabled
4479 2005-02-07 Alexander M. Turek  <me@derrabus.de>
4480     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
4481       php 4.1.x.
4483 2005-02-06 Alexander M. Turek  <me@derrabus.de>
4484     * header.inc.php, tbl_properties_table_info.php: View detection for
4485       header.inc.php.
4486     * tbl_properties_links.php: Adjusted tab bar for views.
4488 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
4489     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
4491 2005-02-04 Michal Čihař  <michal@cihar.com>
4492     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
4494 2005-02-03 Alexander M. Turek  <me@derrabus.de>
4495     * tbl_addfield.php: Bug #1040682 (adding field with collation).
4497 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
4498     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
4499       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
4500     * tbl_properties.inc.php: bug #1114550, changing the type of
4501       a float unsigned column
4503 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
4504     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
4505       cannot be used with MYSQL_USE_RESULT
4507 2005-01-29 Alexander M. Turek  <me@derrabus.de>
4508     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
4509       the Janapese language file under MySQL 4.1.
4511 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
4512     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
4513       function PMA_reloadNavigation(). A failed connection was not properly
4514       detected
4515     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
4516       parameter 1 to be a result
4518 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
4519     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
4520       thanks to Michal
4521     * libraries/display_tbl.lib.php: the LongOperation message should
4522       be just for InnoDB
4524 2005-01-27 Michal Čihař  <michal@cihar.com>
4525     * read_dump.php: Fix detection of SELECT query to display on multiple
4526       submits (bug #1110727).
4528 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
4529     * tbl_query_box.php: bug #1107937, undefined $fields_list
4530     * lang/estonian: Update thanks to Alvar Soome - finsoft.
4531     ### 2.6.1 released
4533 2005-01-23 Michal Čihař  <michal@cihar.com>
4534     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
4535       (bug #1106652).
4537 2005-01-23 Alexander M. Turek  <me@derrabus.de>
4538     * libraries/sqlparser.data.php: Added some keywords.
4540 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
4541     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
4542       and fix a typo "boommark"
4543     * lang/galician: Updated, thanks to Xosé Calvo.
4544     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
4546 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
4547     * libraries/tooltip.js: new JS library for tooltips (hints)
4548     * libraries/common.lib.php: img tag modified for mouseover / mouseout
4549       (show/hide tooltip)
4550     * header.inc.php: needed div-container for tooltips
4551     * footer.inc.php: linking to js-file tooltip.js
4552     * themes/.../theme_right.css.php: tooltip class
4553     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
4554       to small
4555     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
4556     * themes/.../theme_right.css.php: new class for disabled (not available)
4557       text / values / messages
4558     * libraries/tooltip.js: removed wrong typos (sorry)
4560 2005-01-20 Alexander M. Turek  <me@derrabus.de>
4561     * server_engines.php, server_links.inc.php: Use Michael's new icon for
4562       storage engines.
4563     * main.php: Added link to storage engines sub-page.
4565 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
4566     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
4567       lang/*.php: bug #1084820: ask a confirmation when a user wants to
4568       reach the End of rows, and count the exact number of rows to
4569       go to the real end
4570       TODO: page number selector
4571     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
4572       to reveal the full message for browsers who truncate it,
4573       thanks to Alexander for the suggestion
4575 2005-01-18 Alexander M. Turek  <me@derrabus.de>
4576     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
4577       - Emulation for < MySQL 4.1.2;
4578       - BerkeleyDB version information.
4579     * tbl_properties.inc.php, tbl_properties_operations.php,
4580       libraries/storage_engines.lib.php: Auto-generated engine selection
4581       dropdown.
4582     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
4584 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
4585     * libraries/common.lib.php: modified function for
4586       Add a link by MySQL-Error #1062 - Duplicate entry
4587       (feature request #1036254)
4589 2005-01-17 Michal Čihař  <michal@cihar.com>
4590     * lang/czech: Fix typos (translation #1103785).
4592 2005-01-17 Alexander M. Turek  <me@derrabus.de>
4593     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
4594       parameters.
4596 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
4597     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
4598       #1060 in the logic for error #1062
4600 2005-01-15 Alexander M. Turek  <me@derrabus.de>
4601     * server_engines.php, server_links.inc.php, lang/*.inc.php,
4602       libraries/storage_engines.php: Detailed storage engines status
4603       information.
4605 2005-01-12 Alexander M. Turek  <me@derrabus.de>
4606     * tbl_properties_table_info.inc.php: Basic view detection.
4607     * tbl_properties_structure.php: Disabled table-specific interface elements
4608       for views.
4610 2005-01-11 Alexander M. Turek  <me@derrabus.de>
4611     * libraries/relation.lib.php:
4612       - Removed redundant code;
4613       - Fixed some comments.
4614     * tbl_properties_structure.php: Corrected TH numbering.
4615     * db_details_structure.php: Small design glitch with "in use" tables.
4616     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
4617       - Views are now displayed correctly within the table list;
4618       - Added ability to drop views from the db structure page.
4619         TODO: It is not yet possible to drop a view from the table sub pages.
4621 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
4622     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
4623       on invalid login
4625 2005-01-10 Michal Čihař  <michal@cihar.com>
4626      * lang/czech: Fix typo (translation #1099459).
4628 2005-01-10 Olivier Mueller <om@omnis.ch>
4629     * README: copyright, we're in 2005
4631 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
4632     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
4633     * lang/catalan update, thanks to Xavier Navarro (xavin).
4634     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
4635     * lang/dutch: Updates, thanks to Ivo Teel.
4636     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
4637     * lang/galician: Updated, thanks to Xosé Calvo.
4638     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
4639     ### 2.6.1-rc2 released
4641 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
4642     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
4643       a FLOAT field in MySQL 4.1.x
4645 2005-01-07 Michal Čihař  <michal@cihar.com>
4646     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
4647       libraries/functions.js, libraries/tbl_change.js,
4648       libraries/keyhandler.js: Use Option key for Safari for moving (bug
4649       #1094137), move key handler function to separate file so we have only
4650       one, make movement work correctly in vertical display of properties.
4651     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
4652       (bug #1097593).
4654 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
4655     * tbl_change.php: removed old PHP3-workaround that caused problems
4656       with field names like '000'
4658 2005-01-05 Michal Čihař  <michal@cihar.com>
4659     * tbl_properties_operations.php: Fix changning table parameters if it has
4660       no auto increment (bug #1096246).
4662 2005-01-04 Alexander M. Turek  <me@derrabus.de>
4663     * lang/german-*.inc.php:
4664       - Updates and small corrections;
4665       - Synchronized translation with the German MySQL documentation.
4667 2005-01-03 Michal Čihař  <michal@cihar.com>
4668     * export.php: Use standardised mime types and use content encoding for
4669       gzip/bzip2. I hope this will fix double gzip compression as in bug
4670       #1094649.
4672 2005-01-01 Michal Čihař  <michal@cihar.com>
4673     * tbl_alter.php: Don't try to set collation for non text fields (bug
4674       #1094109).
4675     * sql.php: Do not forget reloading when launching multiple queries (bug
4676       #1090818).
4678          --- Older ChangeLogs can be found on our project website ---
4679                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
4681 # vim: et ts=4 sw=4 sts=4
4682 # vim: ft=changelog fenc=utf-8 encoding=utf-8
4683 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
4684 # vim: fdn=1 fdm=expr