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