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