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