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