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