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