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