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