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