1 ----------------------
8 2006-05-30 Michal Čihař <michal@cihar.com>
9 * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).
10 * libraries/export/xml.php: Fix export to XML (bug #1497239).
11 * libraries/plugin_interface.lib.php: Show that plugin has no option if it
12 has only hidden inputs.
13 * sql.php: Do not compare db if not defined.
15 2006-05-29 Michal Čihař <michal@cihar.com>
16 * lang/galician: Update, thanks to Xosé Calvo - xosecalvo.
17 * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool.
18 * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
19 * lang/italian: Update, thanks to Rebe - rebeluca.
20 * lang/estonian: Update, thanks to Marko Ellermaa - uhuu.
21 * lang/finnish: Update, thanks to Yoneh - yoneh.
22 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
25 2006-05-29 Marc Delisle <lem9@users.sourceforge.net>
26 * main.php: bug #1496881, CVS link broken in main.php
28 2006-05-26 Marc Delisle <lem9@users.sourceforge.net>
29 * tbl_change.php: bug #1451426, edit breaks protected BLOB field,
30 changes it from NULL to empty string
32 2006-05-23 Marc Delisle <lem9@users.sourceforge.net>
33 * tbl_change.php, tbl_replace.php: bug #1438999, updating a multi-table
36 2006-05-21 Marc Delisle <lem9@users.sourceforge.net>
37 * import.php, lang/*: bug #1467804, replaced strNothingToImport
40 2006-05-20 Marc Delisle <lem9@users.sourceforge.net>
41 ### 2.8.1 released from MAINT_2_8_1
43 2006-05-19 Marc Delisle <lem9@users.sourceforge.net>
44 * db_details_structure.php: indicate on the Sum line that storage type and
45 collation are the default values
47 2006-05-18 Marc Delisle <lem9@users.sourceforge.net>
48 * libraries/check_user_privileges.lib.php, /database_interface.lib.php, /db_details_links.inc.php,
49 /server_common.inc.php, /header.inc.php: bug #1490193 and code simplification
51 2006-05-17 Marc Delisle <lem9@users.sourceforge.net>
52 * server_privileges.php: bug #1478812, Add user (password containing
53 a backslash); also minor optimization
55 2006-05-15 Marc Delisle <lem9@users.sourceforge.net>
56 * libraries/Table.class.php: bug #1475949, removing the default value
58 2006-05-15 Michal Čihař <michal@cihar.com>
59 * scripts/setup.php: Compatibility with security tokens (bug #1488453).
60 * scripts/setup.php: Fix detection of writable config (bug #1488447).
61 * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php,
62 themes/darkblue_orange/css/theme_right.css.php,
63 themes/original/css/theme_right.css.php: Not so wide login form (RFE
65 * import.php, export.php: Increase magic contstant to avoid problems with
66 compression of some specific data (bug #1477029).
68 2006-05-14 Michal Čihař <michal@cihar.com>
69 * libraries/common.lib.php: Fix reading database list with MySQL wildcards
71 * changelog.php: There is no reason to make bug uppercase.
73 2006-05-14 Marc Delisle <lem9@users.sourceforge.net>
74 * libraries/import.lib.php: bug #1482841, support USE statement in the import file
76 2006-05-12 Marc Delisle <lem9@users.sourceforge.net>
77 ### 2.8.0.4 released from MAINT_2_8_0
79 2006-05-12 Michal Čihař <michal@cihar.com>
80 * libraries/footer.inc.php: Escape user input to avoid XSS.
81 * libraries/common.lib.php, libraries/url_generating.lib.php: Better
82 handle other URL separator than & (bug #1487365).
84 2006-05-06 Michal Čihař <michal@cihar.com>
85 * Documentation.html: Describe better regullar expressions in hide_db
86 (patch #1482049, thanks to Isaac Bennetch - ibennetch).
88 2006-05-05 Michal Čihař <michal@cihar.com>
89 * libraries/export/sql.php: Fix UPDATE export with extended inserts
90 enabled (bug #1482103), fix export type selection.
91 * libraries/select_lang.lib.php: Use GET and POST explicitely as cookies
92 can override values in REQUEST (bug #1481584).
93 * lang/czech: Updated.
95 2006-05-03 Michal Čihař <michal@cihar.com>
96 * Documentation.html: Document OpenDocument export and various fixes.
98 2006-05-02 Michal Čihař <michal@cihar.com>
99 * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
100 user input (CVE-2006-2031).
101 * server_databases.php: Fix path to image (needs to be lower case).
102 * libraries/common.lib.php: Use htmlspecialchars instead of htmlentities,
103 it doesn't break utf-8.
105 2006-04-28 Michal Čihař <michal@cihar.com>
106 * Documentation.html, main.php, libraries/config.default.php: Possibility
107 to hide creating of database from main (RFE #1370100).
108 * Documentation.html, main.php, libraries/left_header.inc.php:
109 Customizable link under left logo (RFE #1111599).
110 * libraries/export/htmlword.php: Fix including column names.
111 * libraries/export/latex.php: Add missing crlf, remove unused code.
112 * libraries/export/ods.php: Use correct charset.
113 * libraries/export/odt.php, lang/*, libraries/config.default.php: Add Open
114 Document Text export (RFE #1068007).
115 * libraries/opendocument.lib.php: Add document metainformation.
116 * libraries/opendocument.lib.php, libraries/export/ods.php,
117 libraries/export/odt.php: Include styles.xml in Open Document, now it
118 can be opened in KOffice, Gnumeric and OpenOffice.org.
120 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
121 * db_printview.php: fixed bug 'no tables found', refactored
122 * tbl_change.php, tbl_indexes.php: removed table formating, done in css
124 2006-04-27 Michal Čihař <michal@cihar.com>
125 * Documentation.html, libraries/config.default.php,
126 libraries/auth/cookie.auth.lib.php: Logout from all servers by default
128 * sql.php: Show results of REPLACE as affected as it contains both deleted
129 and inserted rows count (bug #1475765).
130 * libraries/common.lib.php: Better detection of duplicate rows (bug
132 * libraries/display_tbl.lib.php: Do not check for VIEW if no table name
133 (eg. SELECT 1) (bug #1473484).
134 * libraries/import/sql.php: Do not strip MySQL conditional statements in
135 comments (patch #1459782, thanks to unconed - unconed).
136 * Documentation.html: Various fixes in documentation, mostly grammmar
137 (patch #1453198, thanks to Isaac Bennetch - ibennetch).
138 * lang/*: Remove *font_family.
139 * Documentation.html, import.php, querywindow.php, js/functions.js,
140 libraries/header.inc.php, libraries/import.lib.php: Improve
141 functionality of limiting DROP DATABASE (bug #1456082).
142 * libraries/language.lib.php, libraries/common.lib.php,
143 libraries/database_interface.lib.php, libraries/select_lang.lib.php:
144 Reload language file after switch to utf-8 translation (bug #1442605).
145 * tbl_properties_operations.php,
146 libraries/tbl_properties_table_info.inc.php: Allow to set PACK_KEYS to
147 DEFAULT (bug #1440966).
149 2006-04-26 Michal Čihař <michal@cihar.com>
150 * libraries/plugin_interface.lib.php:
151 - Display information that there are no settings.
152 - Be more verbose on error.
153 - Drop tables used for layout.
154 - Add support for groupping options.
155 - Support for forcing one of two bool/bgroups.
157 - Support for localised texts in defaults.
158 * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php,
159 themes/original/css/theme_right.css.php: New style for non table forms
161 * libraries/config.default.php, libraries/display_export.lib.php,
162 libraries/export/*: Convert export to plugin architecture, so that
163 plugins are independant piece of code (RFE #1325937).
164 * db_operations.php, tbl_properties_operations.php,
165 libraries/Table.class.php: Adapt to changes in export.
166 * export.php, libraries/export/*: Use plugins for extension and MIME type.
167 * libraries/export/ods.php, libraries/opendocument.lib.php,
168 libraries/config.default.php, lang/*: Export to OASIS OpenDocument
169 Spreadsheet (RFE #1068007).
170 * lang/czech: Update.
171 * export.php, libraries/plugin_interface.lib.php, libraries/export/*:
172 Allow forcing of export to file, it makes no sense to display PDF in
174 * libraries/display_export.lib.php: Reinclude table selection (bug
176 * libraries/auth/cookie.auth.lib.php: Remove unused function.
177 * libraries/auth/cookie.auth.lib.php, Documentation.html,
178 libraries/config.default.php: Allow configuration of cookie storage on
179 client (RFE #1095227).
180 * server_privileges.php, lang/*: Create database for newly created user
183 2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
186 fixed bug #1452131 Fonts too large;
187 fixed bug #1446211 Colors hardcoded in theme css files;
188 * libraries/Theme_Manager.class.php: search themes on every script start
189 * libraries/Theme_Manager.class.php, libraries/Theme.class.php:
190 use fallback (original) css file if not found in current theme
191 (no need to include unchanged files into theme, f. e. print.css)
193 2006-04-25 Michal Čihař <michal@cihar.com>
194 * libraries/common.lib.php: Make cookie login form work with token
196 * libraries/auth/cookie.auth.lib.php: Do not include empty values.
197 * changelog.php: Generate proper XHTML, make URLs clickable.
199 2006-04-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
200 * db_details_qbe.php, db_printview.php, libraries/display_tbl.lib.php,
201 css/phpmyadmin.css.php, js/functions.js, pdf_pages.php, pdf_schema.php,
202 server_binlog.php, server_variables.php, tbl_change.php,
203 transformation_overview.php:
205 * changelog.php: replaced php short open tag
207 2006-04-24 Michal Čihař <michal@cihar.com>
208 * main.php: Fix logout link (bug #1474694).
210 2006-04-21 Michal Čihař <michal@cihar.com>
211 * libraries/import/csv.php: Fix importing files without trailing new line
213 * Documentation.html: Document problems with PMA_blowfish on clusters of
214 different architectures (bug #1470912).
215 * Documentation.html: Document LoginCookieValidity (bug #1473357).
217 2006-04-20 Michal Čihař <michal@cihar.com>
218 * index.php: Check target against goto_whitelist.
219 * libraries/url_generating.lib.php, libraries/session.inc.php,
220 libraries/common.lib.php: Protect against external links which could
221 perform any action (CVE-2006-1804).
222 * changelog.php: Link to CAN/CVE security issues, highlight releases, fix
223 email links, link releases to tags in CVS.
225 2006-04-13 Marc Delisle <lem9@users.sourceforge.net>
226 * server_databases.php: need brackets for correct calculation of page
228 2006-04-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
229 * server_databases.php, libraries/database_interface.lib.php:
230 disable table stats for MySQL 5 by default
231 * server_databases.php:
232 use new functionality of PMA_DBI_get_databases_full() to limit display
233 * libraries/database_interface.lib.php:
234 - extended PMA_DBI_get_databases_full() to allow limiting and sorting
235 - added new function PMA_DBI_get_databases_count()
236 * libraries/config.default.php:
237 added new paramter to limit maximum displayed databases
239 - fixed bug #1469469 cyclic redirect with sql.php as default table-page
240 - re-use already existing code
242 link also js, html, pl, and sh files, FAQ entries
243 and contributors to their sf.net user page, smaller regex fixes
245 2006-04-13 Marc Delisle <lem9@users.sourceforge.net>
246 * export.php: bug #1443004 part 2: export views after the tables
248 2006-04-12 Marc Delisle <lem9@users.sourceforge.net>
249 * export.php: bug #1443004 part 1: do not generate INSERT statements
252 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
253 * css/phpmyadmin.css.php:
254 fixed bug #1446017 red border in outdated themes
255 * libraries/common.lib.php:
256 - added option to PMA_arrayWalkRecursive() to use function also on keys
257 - un-magic_quotes_gpc also keys in GPC arrays
258 * libraries/db_table_exists.lib.php:
259 cleanup - what a mess; fixed several undefined variables
261 fixed undefined variable by including libraries/tbl_properties_common.php
263 link users, files, bugs, rfes and patches
264 * libraries/footer.inc.php:
265 fixed bug #1454874 Javascript error in new (not framed) print window
266 * css/phpmyadmin.css.php, scripts/setup.php, test/theme.php
267 themes/darkblue_orange/css/theme_right.css.php,
268 themes/original/css/theme_right.css.php:
269 fixed bug #1444466 theme directory not being processed correctly
270 * libraries/common.lib.php, libraries/Theme_Manager.class.php:
271 fixed bug #1469174 configuration changes not accepted in theme manager
272 * libraries/Theme_Manager.class.php:
273 fixed bug #1469120 missing property in Theme_Manager class
274 * libraries/common.lib.php:
275 fixed bug #1469109 PMA_backquote() issues
277 2006-04-11 Marc Delisle <lem9@users.sourceforge.net>
278 * Documentation.html: clarification about config.default.php
280 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
282 fixed bug #1459418 Add foreign key fail on column with ' in name
283 * index.php, libraries/auth/cookie.auth.lib.php,
284 libraries/auth/http.auth.lib.php, libraries/common.lib.php,
285 libraries/footer.inc.php, libraries/fpdf/fpdf.php,
286 libraries/grab_globals.lib.php, libraries/header.inc.php,
287 libraries/ip_allow_deny.lib.php, libraries/select_lang.lib.php,
288 libraries/Config.class.php:
290 * libraries/Config.class.php:
291 fixed not initilized variable in getCookiePath();
292 * libraries/common.lib.php:
293 added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
295 2006-04-11 Michal Čihař <michal@cihar.com>
296 * lang/galician: Fix missing ; (bug #1468439).
297 * libraries/Config.class.php: Fix parsing of paths containing : (patch
300 2006-04-10 Michal Čihař <michal@cihar.com>
301 * libraries/Config.class.php: Check also default config mtime (bug
303 * libraries/Config.class.php: Better check for server system (patch
305 * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
307 2006-04-09 Marc Delisle <lem9@users.sourceforge.net>
308 * tbl_replace.php, libraries/dbi/mysqli.dbi.lib.php: bug #1255923,
309 detect and report silent truncation (mysqli only)
311 2006-04-08 Marc Delisle <lem9@users.sourceforge.net>
312 * libraries/display_import.lib.php, lang/*: bug #1449793,
313 respect file_uploads = Off
315 2006-04-07 Michal Čihař <michal@cihar.com>
316 * scripts/setup.php: Parse correctly new version numbers.
318 2006-04-06 Marc Delisle <lem9@users.sourceforge.net>
319 ### 2.8.0.3 released from branch MAINT_2_8_0
320 * themes/*/css/theme_left.css.php, /theme_right.css.php:
321 protection from unplanned execution path
323 2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
324 * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
325 copy a db containing a VIEW
327 2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
328 * sql.php: bug #1448890 Column expander doesn't work
329 * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
330 * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
332 2006-03-25 Marc Delisle <lem9@users.sourceforge.net>
333 * db_operations.php, libraries/Table.class.php,
334 libraries/display_export.lib.php libraries/export/sql.php:
335 bug #1401864, DROP VIEW instead of DROP TABLE
337 2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
338 * db_operations.php, tbl_properties_operations.php,
339 libraries/display_export.lib.php, lang/*: start work for bug #1401864,
340 generation of DROP VIEW statements where appropriate
342 2006-03-23 Michal Čihař <michal@cihar.com>
343 * libraries/import/sql.php: Fix handling of -- (bug #1453430).
345 2006-03-23 Alexander M. Turek <me@derrabus.de>
346 * lang/german-*.inc.php: Updates, sync'ed some technical terms with the
349 2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
350 * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
351 * libraries/common.lib.php: patch #1455286, catch 'permission denied'
352 error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
354 2006-03-22 Alexander M. Turek <me@derrabus.de>
355 * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
356 * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
358 2006-03-21 Alexander M. Turek <me@derrabus.de>
359 * libraries/german-*.inc.php:
360 - Reviewed recently translated strings;
361 - updated some untranslated messages.
363 2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
364 * server_privileges.php: bug #1427707 Priv->user->pass radio buttons
365 unselectable: Sebastian's fix was not in HEAD
366 * libraries/Table.class.php: bug #1439002, drop basetable of a view gives
367 error on overview Table.class.php
369 2006-03-20 Alexander M. Turek <me@derrabus.de>
370 * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
372 2006-03-19 Marc Delisle <lem9@users.sourceforge.net>
373 * db_details_structure.php: bug #1445853, overhead should use the
375 * lang/english*, /french*: use IEC binary units; use "B" for Bytes
376 and "o" for "Octets" in French
377 * db_details_importdocsql.php: bug #1444025, dead code about DOCUMENT_ROOT
379 2006-03-17 Marc Delisle <lem9@users.sourceforge.net>
380 * libraries/dbi/mysqli.dbi.lib.php: if $cfg['Servers'][$i]['nopassword']
381 is not defined (using an older config.inc.php), an error is displayed
384 2006-03-17 Michal Čihař <michal@cihar.com>
385 * scripts/setup.php: Allow empty socket (bug #1452142).
387 2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
388 * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
389 * libraries/Theme_Manager.class.php: XSS vulnerability
390 * libraries/common.lib.php: bug #1392554, turn off
391 zend.ze1_compatibility_mode due to mysqli problems
392 ### 2.8.0.2 released from branch MAINT_2_8_0
394 2006-03-16 Michal Čihař <michal@cihar.com>
395 * libraries/select_server.lib.php: Move end of fieldset to correct place
396 after button (patch #1450559).
397 * libraries/plugin_interface.lib.php: Add support for hidden inputs.
398 * libraries/common.lib.php: Do not forget wrongly configured servers,
399 otherwise user gets warning only on first access (RFE #1451521).
400 * libraries/auth/config.auth.lib.php: Show possible error messages.
401 * show_config_errors.php, libraries/common.lib.php: Add wrapper to show
402 config errors even with no error reporting (RFE #1447173).
403 * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
405 2006-03-15 Michal Čihař <michal@cihar.com>
406 * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
408 2006-03-14 Michal Čihař <michal@cihar.com>
409 * lang/czech: Update, use binary prefixes.
410 * lang/english: Nothing to translate here.
411 * scripts/setup.php: Fix config loading (bug #1449821).
413 2006-03-14 Alexander M. Turek <me@derrabus.de>
414 * lang/german-*.inc.php: Use correct binary prefixes for byte units.
416 2006-03-14 Marc Delisle <lem9@users.sourceforge.net>
417 * libraries/common.lib.php: bug #1449715, loading of binary data very slow
418 * server_privileges.php: compatibility with MySQL < 4.0.2
419 * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
421 2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
422 * libraries/Config.class.php, /common.lib.php: bug #1445120,
423 cookie login not working on IIS
425 2006-03-10 Marc Delisle <lem9@users.sourceforge.net>
426 * libraries/display_tbl.lib.php: reactivate in-line image display
427 * transformation_wrapper.php: bug #1444121, octetstream download fails
428 on versions of PHP accepting only one line per header,
429 thanks to Ryan Schmidt
431 2006-03-08 Marc Delisle <lem9@users.sourceforge.net>
432 * libraries/database_interface.lib.php, tbl_create.php,
433 tbl_properties_operations.php: bug #1444892, TYPE deprecated in
435 ### 2.8.0.1 released from branch MAINT_2_8_0
437 2006-03-07 Marc Delisle <lem9@users.sourceforge.net>
438 * libraries/Config.class.php: bug #1444867, does not load config.inc.php
439 under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
441 2006-03-06 Marc Delisle <lem9@users.sourceforge.net>
442 * main.php: bug #1443337, homepage link
443 ### 2.8.0 released from branch MAINT_2_8_0
445 2006-03-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
446 * libraries/Config.class.php, libraries/select_lang.lib.php,
447 libraries/footer.inc.php, libraries/ip_allow_deny.lib.php,
448 libraries/common.lib.php, libraries/header.inc.php,
449 libraries/grab_globals.lib.php, libraries/auth/cookie.auth.lib.php,
450 libraries/auth/http.auth.lib.php, libraries/fpdf/fdpf.php, index.php:
451 replaced $_SERVER and $_ENV with getenv()
452 PMA should now work without registered $_ENV and $_SERVER variables
454 2006-03-04 Marc Delisle <lem9@users.sourceforge.net>
455 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
456 * import.php, libraries/common.lib.php: bug #1413880, page status not
458 * lang/chinese_traditional: Updates, thanks to Siu Sun.
460 2006-03-03 Michal Čihař <michal@cihar.com>
461 * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
463 2006-03-02 Marc Delisle <lem9@users.sourceforge.net>
464 * libraries/session.inc.php and removed .htaccess:
465 bug #1411996: now we destroy an auto-started session
466 ### 2.8.0-rc2 released from MAINT_2_8_0 branch
468 2006-03-02 Michal Čihař <michal@cihar.com>
469 * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
471 * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
472 Allow to configure how often space is added (RFE #1440384).
474 2006-02-24 Marc Delisle <lem9@users.sourceforge.net>
475 * libraries/relation.lib.php: bug #1437754, search combos default to
477 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
479 2006-02-23 Michal Čihař <michal@cihar.com>
480 * libraries/config.default.php, libraries/header.inc.php,
481 Documentation.html: More replacements for page title (RFE #1408241).
482 * contrib/packaging/Fedora/phpMyAdmin.spec: Update.
484 2006-02-23 Marc Delisle <lem9@users.sourceforge.net>
485 * libraries/Config.class.php: bug #1418769 part 1: stat failed for
486 ./config.inc.php (under PHP 4)
487 * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
489 2006-02-22 Marc Delisle <lem9@users.sourceforge.net>
490 * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
491 * .htaccess: added a reference to FAQ 1.36
493 2006-02-22 Michal Čihař <michal@cihar.com>
494 * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php:
495 Fixes for AIX wrapper, thanks to Björn Wiberg - bwiberg.
496 * libraries/database_interface.lib.php: New function for getting available
497 SQL compatibility modes.
498 * libraries/plugin_interface.lib.php: Add support for select options and
500 * libraries/display_export.lib.php: Use new function for SQL compatibility
502 * libraries/import/sql.php, lang/*, libraries/config.default.php:
503 Possibility to select SQL compatibility on import (RFE #1386132).
504 * main.php, lang/*: Better message for reloading privileges (RFE
506 * Documentation.html, libraries/config.default.php,
507 libraries/header.inc.php: Customizable window title (RFE #1408241).
508 * main.php, libraries/server_links.inc.php, lang/*: Same title for
509 processes link (RFE #1350356).
510 * lang/*: Remove unused strTableType, resorted, added missing strings to
511 various translations (timespanfmt was most often missing).
512 * lang/czech: Update.
513 * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
514 export, move operation above query results into one fieldset (bug
516 * tbl_properties_operations.php: Enable optimize for InnoDB (bug
518 * contrib/packaging/Fedora: Add spec file for Fedora (patch #1388224,
519 thanks to Patrick MONNERAT - monnerat).
520 * Documentation.html, libraries/config.default.php,
521 libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Allow
522 to use external authentication and use empty MySQL passwords (path
523 #1388210, thanks to Patrick MONNERAT - monnerat).
524 * .cvsignore: Do not ignore .htaccess.
526 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
527 * libraries/footer.inc.php:
528 bug #1436279 Left frame links open in new windows in Safari
529 * libraries/footer.inc.php, themes/*/img/window-new.png *NEW*:
530 added icon for new window
531 * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
532 * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
533 added workaround for bug #1436171 Cannot display Capitalised Databases
534 * js/querywindow.js: fixed 'mad' db slector
536 2006-02-21 Michal Čihař <michal@cihar.com>
538 - Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
539 - XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
540 * libraries/export/sql.php: New line before values (RFE #1435919).
541 * libraries/Config.class.php: Trim spaces from config file to avoid
542 unwanted outpu (patch #1431566, thanks to Piotr_Skowronek -
544 * libraries/iconv_wrapper.lib.php, libraries/charset_conversion.lib.php,
545 libraries/database_interface.lib.php: Compatibility with iconv charset
546 names on AIX (patch #1420704, thanks to Björn Wiberg - bwiberg).
547 * libraries/import.lib.php: Skip byte order marks (bug #1423362).
549 2006-02-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
550 * libraries/common.lib.php PMA_getUvaCondition():
551 do not test for isset but strlen on orgname of table
552 * libraries/Table.class.php: *NEW* class PMA_Table
553 * tbl_addfield.php, tbl_create.php:
555 * db_details_qbe.php, db_details_structure.php, tbl_alter.php, sql.php,
556 libraries/common.lib.php, libraries/tbl_properties_table_info.inc.php,
557 libraries/display_export.lib.php, libraries/display_tbl.lib.php,
558 libraries/get_foreign.lib.php, libraries/relation.lib.php:
559 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(),
560 PMA_generateAlterTable() into class PMA_Table
561 * db_operations.php, tbl_move_copy.php, tbl_properties_operations.php,
562 libraries/Table.class.php, libraries/tbl_move_copy.php:
563 merged libraries/tbl_move_copy.php in class PMA_Table
564 * libraries/Table.class.php:
565 minor fixes and improvements, formating, documentation
566 * libraries/relation.lib.php:
567 check if $cfg['Server']['pmadb'] really exists and is selectable,
568 minor tweaks and formating
569 * libraries/common.lib.php PMA_getUvaCondition():
570 fixed bug #1436058 Notices while browsing table
571 * tbl_properties_operations.php, libraries/Table.class.php:
572 make use of PMA_Table object for renaming tables
573 (added also some required functionality to PMA_Table class)
575 2006-02-20 Marc Delisle <lem9@users.sourceforge.net>
576 ### 2.8.0-rc1 released from QA_2_8 branch
578 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
579 * libraries/dbi/mysqli.dbi.lib.php:
580 - fixed undefined MYSQLI_BINARY_FLAG constant
583 - RFE #1434196 More significant digits in /status
584 - replaced number_format() with PMA_formatNumber()
586 * js/querywindow.js, css/phpmyadmin.css.php:
587 - RFE #1433382 visulal feat. request for left bar
589 - fixed bug #1431422 Safari: Print view prints blank page
591 2006-02-19 Marc Delisle <lem9@users.sourceforge.net>
592 * libraries/common.lib.php: re-establish previous error reporting mode
593 * sql.php: bug #1434576, undefined variable $db
594 * libraries/storage_engines.lib.php: bug #1434578, missing argument
596 * Documentation.html: bug #1433633, document consequences of having
597 a .htaccess file, thanks to Isaac Bennetch
599 2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
600 * libraries/common.lib.php PMA_getUvaCondition():
601 - fixed missing $analyzed_sql (partly bug #1431615)
602 - added table names to column names (partly bug #1431615)
603 - simplified search for alias
604 * libraries/dbi/mysqli.dbi.lib.php:
605 - make use of MYSQLI_* constants
606 - added column types newdecimal and bit
608 2006-02-18 Marc Delisle <lem9@users.sourceforge.net>
609 * tbl_change.php: bug #1415465, undefined $sql_query
610 * libraries/common.lib.php: bug #1377215, errors with E_STRICT
612 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
613 * libraries/sql_query_form.lib.php:
614 fixed bug #1433882 html special chars not escaped in query in querybox
616 2006-02-17 Marc Delisle <lem9@users.sourceforge.net>
617 * lang/*, db_details_structure.php:
618 bug #1431352, no %d in strViewMaxExactCount
619 * db_details_structure.php: bug #1431340, rowcount for views and
620 unneeded $strViewMaxExactCount
621 * libraries/common.lib.php: array to string conversion
622 * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
625 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
626 * docs.css, Documentation.html, translators.html:
627 - XHTML 1.1, more semantic, formating
629 - linked all references
630 * libraries/common.lib.php:
631 - fixed bug #1432626 'bad url error after select "(Databases)..."'
632 * libraries/select_server.lib.php:
633 - fixed pre-select for current server (fixed type missmatch)
634 - do not autosubmit on '(Server) ...'
635 * css/print.css: fixed bug #1419696 'print css results in blank table output'
636 * tbl_printview.php, css/print.css, themes/*/css/theme_print.css.php:
637 fixed/cleaned printer output
638 * libraries/footer.inc.php: do not print selflink
640 2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
641 * lang/italian: update, thanks to Luca Rebellato
642 * lang/german: remove duplicates
643 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
644 * lang/finnish: update, thanks to Jouni Kahkonen
646 2006-02-15 Marc Delisle <lem9@users.sourceforge.net>
647 * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
649 2006-02-14 Marc Delisle <lem9@users.sourceforge.net>
650 * Documentation.html: XHTML error, thanks to Cédric Corazza
651 * Documentation.html: remove experimental status for MySQL 4.1 support
653 2006-02-14 Alexander M. Turek <me@derrabus.de>
654 * lang/german-*.inc.php: Updates.
656 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
657 * db_details_structure.php, tbl_properties_structure.php:
658 - fixed bug #1420474 'Consistency (order of truncate/drop)'
659 - some PEAR coding standard
661 2006-02-13 Marc Delisle <lem9@users.sourceforge.net>
662 * libraries/display_tbl.lib.php: bug #1425522, warning when calling
663 a stored procedure, thanks to JTC - jcqns
665 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
666 * libraries/common.lib.php:
667 - fixed bug #1416848 'Insert new row from Browse page'
668 * libraries/common.lib.php:
669 - fixed bug #1409893 - links in navigation frame opens new window
670 * libraries/select_server.lib.php:
671 - fixed bug #1425688 'Server Select quirk'
674 * server_privileges.php:
675 - fixed bug #1427707 Priv->user->pass radio buttons unselectable
677 2006-02-12 Marc Delisle <lem9@users.sourceforge.net>
678 * lang/english and hebrew: bug #1429769, typo
679 * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
680 choice should be sticky
682 2006-02-10 Marc Delisle <lem9@users.sourceforge.net>
683 * .htaccess added to main directory for bug #1411996; at least on
684 servers supporting .htaccess we can run even if session.auto_start
686 * lang/belarusian updates, thanks to Jaska Zedlik
687 * lang/catalan update, thanks to Xavier Navarro (xavin).
689 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
690 * libararies/session.inc.php:
691 stop execution and ommit warning on session.auto_start enabled
693 2006-02-09 Marc Delisle <lem9@users.sourceforge.net>
694 * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
695 db drop from Databases link in main page
697 2006-02-08 Marc Delisle <lem9@users.sourceforge.net>
698 * libraries/Config.class.php: leave the possibility of having a
699 backslash in the path on non-Windows system, thanks to Michal;
700 and bug #1418769, part 2: missing argument (PHP 4 constructor)
702 2006-02-06 Michal Čihař <michal@cihar.com>
703 * scripts/setup.php: Fix typos (bug #1424923).
705 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
706 * libraries/mult_submits.inc.php, server_databases.php: array to string
707 conversion (sorry to late :-( ), use of $_REQUEST
708 * sql.php: fixed some 'not refreshing left frame'
709 * import.php: refresh left frame also on multiqueries and bookmarks
710 * libraries/common.lib.php:
711 - fixed bug #1416848 'Insert new row from Browse page'
712 - PMA_checkPageValidity() [bug #1416848]
713 - added PMA_getIcon()
714 - PMA_getDbLink(): unescape names
716 fixed bug #1424274 'Found a problem in the setup script'
717 (ShowPHPInfo -> ShowPhpInfo)
719 2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
720 * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
721 Windows, thanks to Alex - nixniemand
722 * libraries/mult_submits.inc.php, server_databases.php: array to string
724 * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
725 tbl_change.php: bug #1415465, undefined $sql_query
727 2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
728 * db_details_structure.php: bug #1412058, damaged table reporting
729 * import.php: bug #1418382, CSV import does not work
731 2006-01-30 Marc Delisle <lem9@users.sourceforge.net>
732 * libraries/common.lib.php: bug #1418145, missing global,
733 thanks to Bananeweizen
735 2006-01-29 Marc Delisle <lem9@users.sourceforge.net>
736 * lang/estonian updates, thanks to Marko Ellermaa - uhuu
737 * lang/polish: updates, thanks to Jakub Wilk - ubanus
738 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
739 * lang/italian: update, thanks to Luca Rebellato
740 * lang/norwegian: Update, thanks to Sven-Erik Andersen
741 * db_details_structure.php: bug #1396998, notice for view row count
743 * libraries/session.inc.php: bug #1414628, session.save_handler might
744 be set to something different than "files". Thanks to Nicola Asuni
745 ### 2.8.0-beta1 released
747 2006-01-28 Marc Delisle <lem9@users.sourceforge.net>
748 * libraries/common.lib.php: bug #1396998, avoid displaying exact row
749 count for views, work in progress
751 2006-01-26 Michal Čihař <michal@cihar.com>
752 * lang/czech: Translation update.
754 2006-01-25 Marc Delisle <lem9@users.sourceforge.net>
755 * db_details_qbe.php: use PMA_countRecords() when possible, to be able
756 to centralise into it the VIEW detection logic
757 * sql.php: affected rows are returned in case of DELETE with no WHERE
758 clause, at least since MySQL 4.0.x, so no need to pre-count
760 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
762 fixed bug: high ascii char in preg_match
763 * lang/german-*: update
765 2006-01-24 Marc Delisle <lem9@users.sourceforge.net>
766 * lang/*: strViewMaxExactCount for the VIEW row count detection
769 2006-01-23 Michal Čihař <michal@cihar.com>
770 * lang/czech: Translation update.
772 2006-01-22 Marc Delisle <lem9@users.sourceforge.net>
773 * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
774 contained in an array
776 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
777 * tbl_printview.php: typo
779 2006-01-20 Marc Delisle <lem9@users.sourceforge.net>
780 * export.php: bug #1410078, error exporting query ending with semicolon,
781 thanks to Ryan Schmidt
783 2006-01-19 Marc Delisle <lem9@users.sourceforge.net>
784 * main.php: already defined constant
785 * libraries/display_create_table.lib.php: bug #1376314, I remove
786 the check to detect the privilege to create a table (see comments
789 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
790 * pdf_schema.php, db_details_qbe.php, libraries/display_tbl.lib.php,
791 libraries/export/htmlword.php, libraries/export/latex.php,
792 libraries/import.lib.php, libraries/ip_allow_deny.lib.php,
793 libraries/transformations.lib.php,
794 libraries/transformations/text_plain__external.inc.php:
795 fixed bug #1409972 PHP 5.1.2 compatibility
796 * libraries/url_generating.lib.php:
797 fixed bug: undefined index server ($GLOBALS['server'])
799 2006-01-18 Michal Čihař <michal@cihar.com>
800 * Documentation.html: Add info about Apache CGI and http auth (patch
803 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
804 * libraries/database_interface.lib.php:
805 fixed bug: undefined index with empty database in db structure view
806 * libraries/display_import.lib.php:
807 fixed bug: display issues with Opera (and Safari?)
808 * libraries/plugin_interface.lib.php:
809 - fixed bug: display issues with Opera (and Safari?)
810 - added source documentation
811 - PEAR coding standard
812 - clarified some variable names
814 fixed bug: Undefined variable: num_tables
815 * [really much files]: (not complete) PEAR coding standard
817 2006-01-16 Marc Delisle <lem9@users.sourceforge.net>
818 * server_privileges.php: typo
819 * libraries/check_user_privileges.lib.php: bug #1406499,
820 a username containing an hyphen could not create a db under
821 MySQL 4.0.x, thanks to "timeout-"
822 * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
823 thanks to Sebastian Mendel
825 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
826 * libraries/sql_query_form.lib.php: undefined js variable
827 * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
828 now also accepts an array of database names not only a single name
829 * libraries/common.lib.php: PMA_getTableList():
830 added second parameter to pass tables (if already fetched from db)
831 * left.php: make use of new functionality in PMA_getTableList() and
832 PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
833 * libraries/common.lib.php:
834 removed aditional check for table row count for left frame tree
835 (bug #1397061 Left frame not loaded correct on MySQL error)
836 * libraries/common.lib.php, left.php:
837 bug #1392924 undefined index: tab_count
838 * libraries/display_export.lib.php, css/phpmyadmin.css.php,
839 themes/*/css/theme_right.css.php:
840 'fixed' layout of export screen for buggy safari and opera
841 * db_operations.php, export.php, index.php, left.php,
842 libraries/auth/cookie.auth.lib.php, libraries/common.lib.php,
843 libraries/db_details_common.inc.php, libraries/db_table_exists.lib.php,
844 libraries/display_export.lib.php, libraries/display_tbl.lib.php,
845 libraries/export/sql.php, libraries/footer.inc.php,
846 libraries/header.inc.php, libraries/left_header.inc.php,
847 libraries/mult_submits.inc.php, libraries/mysql_charsets.lib.php,
848 libraries/relation.lib.php, libraries/server_common.inc.php,
849 libraries/sql_query_form.lib.php, libraries/sqlparser.lib.php,
850 libraries/tbl_indexes.lib.php, libraries/tbl_move_copy.php,
851 libraries/url_generating.lib.php, querywindow.php, scripts/setup.php,
852 server_databases.php, server_privileges.php, server_processlist.php,
853 sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
854 tbl_indexes.php, tbl_replace.php:
855 allow 0 as name for database, table collumn, alias and index
857 2006-01-12 Marc Delisle <lem9@users.sourceforge.net>
858 * Documentation.html: typo, thanks to Cédric Corazza
859 * libraries/common.lib.php: remove high-ascii characters, and an
860 assignment syntax that does not work on PHP 5.1.2
861 * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
863 2006-01-11 Marc Delisle <lem9@users.sourceforge.net>
864 * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
866 2006-01-11 Michal Čihař <michal@cihar.com>
867 * main.php: Do not fail if no server is defined.
868 * main.php, libraries/left_header.inc.php,
869 libraries/select_server.lib.php: Show server selection if no server set
870 and we have one server configuration (bug #1399880).
871 * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
874 2006-01-10 Marc Delisle <lem9@users.sourceforge.net>
875 * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
876 semi-colon, generates a SHOW KEYS FROM no table name
878 2006-01-09 Michal Čihař <michal@cihar.com>
879 * import.php: Work on 10MB chunks if no memory limit is set (bug
882 2006-01-07 Marc Delisle <lem9@users.sourceforge.net>
883 * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
884 thanks to Ryan Schmidt
885 * libraries/common.lib.php: bug #1397749, Safari: space before
886 PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
887 * server_privileges.php: bug #1398018, Safari fieldset float issue in
888 privileges screens, thanks to Ryan Schmidt
889 * libraries/Config.class.php: bug #1398931, incorrect detection of
890 PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
892 2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
893 * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
895 * pdf_schema.php: display PDF schema did not work (missing dot)
897 2006-01-04 Marc Delisle <lem9@users.sourceforge.net>
898 * server_privileges.php: since we use DROP USER, some options to
899 remove a user did not work under MySQL 4.1.x (only mode 2 worked),
900 so I remove them from the dialog. Thanks to Ken Stanley for
902 * server_status.php: patch #1395031, not proper URL encoding,
903 adapted from proposed solution by Matt LaPlante, thanks
905 2006-01-02 Marc Delisle <lem9@users.sourceforge.net>
906 * libraries/display_create_table.lib.php: bug #1389868,
907 Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
909 2006-01-01 Michal Čihař <michal@cihar.com>
910 * libraries/Config.class.php: Do not check permissions on Windows, it
911 seems to be broken anyway.
913 2006-01-01 Marc Delisle <lem9@users.sourceforge.net>
914 * libraries/transformations.lib.php: remove some PHP3 compatibility code
916 2005-12-31 Marc Delisle <lem9@users.sourceforge.net>
917 * libraries/common.lib.php: bug #1388167, deleting a row in a table
918 without a primary key, handle correctly is_js_confirmed
920 2005-12-30 Marc Delisle <lem9@users.sourceforge.net>
921 * server_databases.php: bug #1388135, IE and dropping databases
922 * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
923 * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
925 * libraries/Config.class.php: patch #1392181, typo,
926 thanks to Luis Mirabal - normannormal
928 2005-12-27 Marc Delisle <lem9@users.sourceforge.net>
929 * main.php, libraries/check_user_privileges.lib.php:
930 - reenable a non-privileged user to change his password
931 - display the Reload MySQL link only if user has proper rights
932 * Documentation.html: bug #1389582, unclosed code tag,
933 thanks to Isaac Bennetch
935 2005-12-25 Michal Čihař <michal@cihar.com>
936 * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
937 dumps with commented out commands (eg. from mysqldump).
939 2005-12-22 Marc Delisle <lem9@users.sourceforge.net>
940 * tbl_change.php, libraries/common.lib.php: bug #1381856,
941 Cannot edit a table having 40 columns
942 * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
943 to PMA_setCookie, thanks to Isaac Bennetch
944 * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
945 cannot change a value for a nullable field
947 2005-12-21 Marc Delisle <lem9@users.sourceforge.net>
948 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
949 * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
950 * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
951 bug #1349262, mismatch between PMA and MySQL about Storage Engine
953 * server_status.php, lang/*: bug #1348249, add a warning hint about
954 the possibility of some counters being overrun (stats from MySQL server)
956 2005-12-20 Marc Delisle <lem9@users.sourceforge.net>
957 * libraries/common.lib.php: does not return to correct page after
958 the creation of a bookmark
959 * libraries/display_create_table.lib.php: bug #1376314, detection of
960 privileges to create a table (fix for MySQL 4.0.x case)
961 * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
962 bug #1385974, cannot un-null a value
964 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
965 * db_details_importdocsql.php, db_operations.php,
966 libraries/relation.lib.php, libraries/relation_cleanup.lib.php
967 libraries/tbl_move_copy.php, libraries/transformations.lib.php
968 pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
969 added database name to relation querys
971 2005-12-17 Marc Delisle <lem9@users.sourceforge.net>
972 * libraries/url_generating.lib.php: problem with accented table names
974 2005-12-16 Michal Čihař <michal@cihar.com>
975 * Documentation.html, libraries/common.lib.php,
976 libraries/config.default.php, libraries/database_interface.lib.php: Add
977 support for hiding databases (RFE #1372865).
978 * Documentation.html, export.php, import.php,
979 libraries/config.default.php: Configurable memory limit (RFE #1373904).
981 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
982 * libraries/Config.class.php:
983 - added check is_readable for user config file
984 - check config file also on wakeup (bug #1376522)
985 * libraries/Config.class.php, libraries/common.lib.php:
986 fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
987 * left.php, js/function.js: fixed undeclared javascript variables
988 * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
990 2005-12-14 Michal Čihař <michal@cihar.com>
991 * libraries/config.default.php, Documentation.html: Transliterate invalid
992 chars by default (RFE #1380255).
993 * left.php: Resurrect database link in light frame (bug #1373804).
994 * index.php, js/querywindow.js: Move navigation frame to right for rtl
997 2005-12-13 Michal Čihař <michal@cihar.com>
998 * querywindow.php: Fix query history displaying (bug #1374639).
1000 2005-12-12 Michal Čihař <michal@cihar.com>
1001 * scripts/setup.php: Use same format of version file as in upgrade.pl.
1003 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1004 * libraries/common.inc.php, libraries/grab_globals.inc.php:
1005 preprare removal of grab_globals:
1006 - moved stuff from grab_globals into common.inc.php
1007 - check/init global required variables like: $lang, $server, $db, $table,
1008 $convcharset, $goto, $back, $sql_query
1009 - introduced $goto-whitelist
1010 - PEAR coding standard
1011 * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
1012 libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
1013 libraries/relation.lib.php, scripts/setup.php:
1014 - check magic_quotes only once in common.inc.php
1015 * css/phpmyadmin.css.php, tbl_properties_operations.php:
1016 styled table operations dialog
1017 * db_search.php: revised
1018 * libraries/common.inc.php: fixed high ascii char
1020 2005-12-11 Marc Delisle <lem9@users.sourceforge.net>
1021 * libraries/tbl_properties_links.inc.php: bug #1375752,
1022 wrong page after insert (losing many URL parameters)
1024 2005-12-11 Michal Čihař <michal@cihar.com>
1025 * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
1026 as for setup.php, this one is autogenerated so there is no need for more
1028 * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
1029 Drop <base href=".." />, it should not be needed at all.
1030 * lang/czech: Update.
1032 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1033 * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
1035 - correct result for non MySQL 5
1037 2005-12-10 Marc Delisle <lem9@users.sourceforge.net>
1038 * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
1039 * Documentation.html: anchors and formatting cleanup,
1040 thanks to Cédric Corazza
1041 * libraries/relation.lib.php: bug #1370785, error browsing a table under
1042 PHP 4 when no controluser is defined but a pmadb is defined
1044 2005-12-09 Michal Čihař <michal@cihar.com>
1045 * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
1046 CGI (inspired by patch #1375495).
1047 * Documentation.html: Clarify http auth description.
1048 * scripts/setup.php: Show available version information even when using
1050 * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
1052 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1054 PMA_DBI_free_result() now accepts more than one resource to be freed
1055 * libraries/database_interface.lib.php:
1056 - some comments, PEAR coding standard
1057 - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
1058 - added PMA_DBI_get_columns_full()
1059 - PMA_DBI_fetch_result() now accepts an array as $key parameter
1060 for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
1061 - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
1063 2005-12-08 Marc Delisle <lem9@users.sourceforge.net>
1064 * scripts/setup.php: Typos
1065 * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
1067 2005-12-08 Michal Čihař <michal@cihar.com>
1068 * tbl_change.php: Fix XHTML and thus action selection behavior (bug
1070 * lang/czech: Fix typo.
1071 * tbl_select.php, libraries/display_tbl.lib.php,
1072 tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
1073 server_privileges.php, server_binlog.php: Fix XHTML.
1074 * tbl_properties_export.php: Fix output before headers.
1075 * Documentation.html: Add commands how to setup config dir, note about
1076 changing permissions.
1077 * scripts/setup.php: Show Save and Load buttons disabled if saving not
1079 * libraries/Config.class.php: Refuse to load config file with world
1080 writable permissions, refuse to work with existing config dir.
1081 * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
1082 if auth with default values fails.
1083 * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
1084 array (bug #1370414).
1085 * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
1086 * libraries/export/sql.php: Backquote database name (RFE#1376336).
1087 * libraries/plugin_interface.lib.php, import.php,
1088 libraries/display_import.lib.php, libraries/import/*: Generic plugin
1089 infrastructure and use it in import (needed for RFE#1325937), work in
1092 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1093 * libraries/tbl_move_copy.php: added PMA_table_rename()
1094 * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
1095 moved table related output after possible table changes
1096 * libraries/tbl_properties_table_info.inc.php:
1097 added some comments and made some code more readable
1098 * tbl_properties_operations.php:
1099 complete revise (xhtml output, fieldsets, forms merged)
1100 * tbl_rename.php: removed, deprecated by function PMA_table_rename()
1101 * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
1102 pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
1103 * libraries/mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
1104 tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
1105 tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
1106 tbl_relation.php: moved tbl_properties_common.php into libraries
1107 * libraries/common.lib.php, libraries/tbl_properties_common.php,
1108 libraries/tbl_properties_links.inc.php, tbl_properties_operations.php:
1109 global init of $GLOBALS['url_params']
1111 2005-12-07 Michal Čihař <michal@cihar.com>
1112 * lang/*: Unused messages cleanup, add missing ones.
1113 * lang/sync_lang.sh: Less verbose output to allow quick overview.
1114 * lang/czech: Update.
1115 * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
1117 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1118 * libraries/Config.class.php: clear old config values
1119 * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
1120 * libraries/engines/myisam|bdb|berkeleydb.lib.php:
1121 - PEAR coding standard
1123 - added more status variables
1124 * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
1125 - added PMA_StorageEngine::getMysqlHelpPage()
1126 * server_engines.php:
1127 - display link to mysql manual for specific engine
1128 * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
1129 arrange innodb buffer pool tables side by side
1130 * css/phpmyadmin.css.php, server_collations.php:
1132 - PMA_NO_VARIABLES_IMPORT
1133 * server_variables.php:
1136 - display only global variables that differs from local/session
1137 - use PMA_DBI_fetch_result()
1138 - PMA_NO_VARIABLES_IMPORT
1139 * js/querywindows.js:
1141 - set empty table on db change (bug #1375387)
1142 * left.php: removed unsused javascript event
1143 * index.php, left.php, libraries/sql_query_form.lib.php:
1144 syncronize id and name attribute for frame tags but keep IE sending
1145 querywindow form to the correct window (bug #1374757, #1364470, #1297985)
1147 2005-12-06 Marc Delisle <lem9@users.sourceforge.net>
1148 * libraries/common.lib.php: bug #1374236, sorting order
1149 * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
1150 login panel not propagated
1152 2005-12-06 Michal Čihař <michal@cihar.com>
1153 * libraries/config.default.php: Modify default export configuration (RFE
1155 * libraries/database_interface.lib.php: Do not add BINARY types multiple
1156 times (bug #1374457).
1157 * libraries/common.lib.php, libraries/config.default.php: Variable name
1158 should be ForceSSL and not ForceSLL (bug #1374452).
1160 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1161 * libraries/common.lib.php:
1162 - wrong quote, thanks to Matt "Cyber Dog" LaPlante
1163 - PMA_getTab(): use $_SERVER['PHP_SELF']
1164 * libraries/display_import.lib.php: missing '/' for closing div tag
1165 * libraries/display_export.lib.php: no name attribute for sup tag
1166 * server_engines.php:
1167 - revised (style, code, xhtml output)
1168 - use variable name as title if title is empty
1169 - make use of PMA_formatNumber() for non byte numeric values
1170 - set PMA_NO_VARIABLES_IMPORT
1171 * libraries/storage_engines.lib.php: revised
1172 - added PHP 5 constructor
1174 - PEAR coding standard
1175 * libraries/engines/innodb.lib.php:
1176 - revised (style, code, xhtml output)
1177 - added more status variables
1178 - PEAR coding standard
1179 - make use of PMA_formatNumber()
1181 * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
1183 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1184 * libraries/common.lib.php: added PMA_array_merge_recursive()
1185 * libraries/Config.class.php:
1186 - make use of PMA_array_merge_recursive()
1187 - correctly reset config variables on changes in config.inc.php
1188 * sql.php: hide edit/delete links for information_schema (bug #1373201)
1189 * db_operations.php: revised (style, code, xhtml output)
1191 2005-12-05 Michal Čihař <michal@cihar.com>
1192 * many files: Use same script tag, use CDATA for scripts (RFE #995065).
1193 * export.php: Check for correct parameters.
1194 * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
1195 Fix import of some CSV files (bug #1373731), provide better error
1197 * lang/czech: Update.
1198 * import.php, libraries/display_import.lib.php: Fix import layout (bug
1199 #1370416), prefer recoding of strings over changing MySQL charset as in
1200 this case we can show resulting queries.
1202 2005-12-04 Marc Delisle <lem9@users.sourceforge.net>
1203 * lang/catalan update, thanks to Xavier Navarro (xavin).
1204 * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
1205 before MySQL 4.0.17, and because "it does nothing" (cf manual)
1208 2005-12-04 Michal Čihař <michal@cihar.com>
1209 * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
1211 * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
1212 * lang/czech: Update.
1214 2005-12-03 Marc Delisle <lem9@users.sourceforge.net>
1215 * export.php, libraries/config.default.php, libraries/export/pdf.php,
1216 libraries/display_export.php, lang/*.php: experimental PDF export
1218 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1219 * libraries/header.inc.php: missing ; for html entity,
1220 thanks to Matt "Cyber Dog"
1221 * tbl_properties_structure.php: fixed bdo tag and id names
1222 thanks to Matt "Cyber Dog"
1223 * libraries/tbl_indexes.lib.php: fixed missing quote
1224 thanks to Matt "Cyber Dog"
1225 * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
1226 tbl_indexes.php: revised XHTML output
1227 * themes/original/css/theme_left|right_css.php: use $GLOBALS
1229 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1230 * libraries/common.lib.php, Theme.class.php:
1231 missing '/' in img path (bug #1370437)
1232 * libraries/Config.class.php:
1233 no error for missing config file (bug #1370269)
1234 * libraries/session.inc.php: session cookie path (bug #1370294)
1235 * libraries/Theme_Manager.class.php: update theme list on wakeup
1237 2005-11-30 Michal Čihař <michal@cihar.com>
1238 * lang/*: Messages for Sebastian.
1239 * libraries/Config.class.php: Actually load configuration.
1240 * Documentation.html, config.default.php (deleted),
1241 libraries/Config.class.php, libraries/config.default.php: Move
1242 config.default.php to librarires (bug #1365759).
1243 * scripts/setup.php: Adapted to new Config class, fix code generation.
1245 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1246 * libraries/Config.class.php:
1247 - merged code from common.inc.php and defines.lib.php
1248 - allow to load without user config
1249 * libraries/common.inc.php:
1250 - make use of new PMA_Config class
1251 - merged PMA_dl() from libraries/defines.lib.php
1252 * libraries/defines.lib.php: removed
1253 * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
1254 * scripts/create-release.sh: removed references to defines.lib.php
1256 2005-11-29 Michal Čihař <michal@cihar.com>
1257 * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
1259 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1260 * lang/czech: Update.
1261 * scripts/setup.php: Added check for latest version and links to homepage
1264 2005-11-29 Marc Delisle <lem9@users.sourceforge.net>
1265 * tbl_change.php, libraries/tbl_replace_fields.inc.php:
1266 bug #1367549, handling of CURRENT_TIMESTAMP
1268 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1269 * libraries/common.lib.php
1270 - added PMA_setCookie() and PMA_removeCookie()
1271 * index.php, libraries/common.lib.php:
1272 - moved setting of cookies from index.php into common.lib.php
1274 - revised the parameter passing code
1275 - make use of new functionality of PMA_generate_common_url()
1276 * css/phpmyAdmin.css.php:
1277 - removed some unused deprecated elements
1278 * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1279 - added some functionality
1280 - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
1281 * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
1282 index.php, libraries/auth/config.auth.lib.php,
1283 libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
1284 - make use of new PMA_Theme and PMA_Theme_Manager classes
1285 - remove libraries/select_theme.lib.php
1286 * libraries/Config.class.php:
1287 new class for handling config
1289 2005-11-28 Marc Delisle <lem9@users.sourceforge.net>
1290 * lang/italian: update, thanks to Luca Rebellato
1292 2005-11-28 Michal Čihař <michal@cihar.com>
1293 * scripts/setup.php:
1294 - Don't allow loading of configuration if there is no write permission
1296 - Add links to documentation.
1297 - Document all functions.
1298 - Warn about missing mbstring and old PHP version.
1299 - Display all warnings in one place.
1300 * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
1301 * Documentation.html: Add anchors to configuration directives.
1302 * libraries/sqlparser.lib.php: Do not use functions not supported by older
1304 * libraries/string.lib.php: This line should not be commented out.
1306 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1307 * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
1308 new classes for handling themes
1309 * libraries/select_lang.lib.php:
1311 - added check for lang directory (./lang/)
1312 - check files for languages
1313 - use PMA_sendHeaderLocation()
1314 * libraries/common.lib.php: moved all function to top, to make this as
1315 early as possible available
1317 2005-11-27 Michal Čihař <michal@cihar.com>
1318 * Documentation.html, scripts/setup.php: Many new features to setup
1320 * pdf_schema.php: Do not use right_font_family.
1321 * lang/czech: Update.
1322 * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
1323 * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1324 Store HTML entities rather than relying on php functions to create them.
1326 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1327 * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
1328 * libraries/common.lib.php, libraries/export/sql.php,
1329 libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
1330 tbl_replace.php, tbl_row_action.php:
1331 define variables only where needed, and use NULL to define them
1332 if some places test only for isset and not for content
1333 * libraries/select_lang.lib.php:
1334 - fixed unchecked variables as it was originaly in my mind
1335 - added error message if requested lang could not be set
1336 - set fallback to en-utf-8
1339 2005-11-25 Marc Delisle <lem9@users.sourceforge.net>
1340 * main.php: move server choice into MySQL container
1341 * libraries/select_server.lib.php: show currently selected server
1342 * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
1345 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1346 * libraries/url_generating.lib.php:
1347 - do not htmlentities on whole string
1348 - respect arg_separator.input from php.ini
1349 * libraries/common.lib.php:
1350 - make PMA_sendHeaderLocation() earlier available
1351 - add SID only if set
1352 - check for url params already exist or not (wether & . SID or ? . SID)
1353 - respect arg_separator.input from php.ini
1354 * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
1355 and new functionality of PMA_generate_common_url()
1356 * themes/original: revised
1357 * themes/darkblue_orange: revised
1359 2005-11-25 Michal Čihař <michal@cihar.com>
1360 * Documentation.html, config.footer.inc.php(deleted),
1361 config.header.inc.php(deleted), libraries/common.lib.php,
1362 libraries/footer.inc.php, libraries/footer_custom.inc.php,
1363 libraries/header.inc.php, libraries/header_custom.inc.php,
1364 libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
1365 Header and footer per themes (RFE #984152) [this part removed later],
1366 config.{header,footer}.inc.php files are now optional.
1367 * libraries/select_lang.lib.php: Fix undefined indexes.
1368 * */.cvsignore: Ignore custom headers and temporary files from Vim.
1369 * libraries/footer.inc.php, lang/*: Better message for new window, thanks
1370 to Sebastian and Marc.
1371 * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
1372 * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
1375 2005-11-24 Marc Delisle <lem9@users.sourceforge.net>
1376 * js/querywindow.js: bug #1365503, "do not overwrite this query"
1378 2005-11-24 Michal Čihař <michal@cihar.com>
1379 * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
1380 XSS on some libraries (CVE-2005-3665).
1381 * *.php, libraries/*.php: Move scritps that don't need direct access to
1383 * Documentation.html: Up to date information about relation stuff.
1384 * tbl_query_box.php: Remove unused file.
1385 * libraries/tbl_properties.inc.php: Disable clicking events on table
1386 creation (bug #1358896).
1387 * js/functions.js: Better support for noclickable rows (see above).
1388 * lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
1389 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1390 * lang/czech: Updated.
1392 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1393 * themes/original/*, css/phpmyadmin.css.php:
1395 - added version, to include only needed styles
1396 * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
1397 PMA_DBI_get_host_info()
1398 * main.php, css/phpmyadmin.css.php:
1399 - replaced table layout
1400 - added some more infos
1401 * themes/original/css/theme_left.cs..php: fixed font size
1402 * libraries/url_generating.lib.php:
1403 - dont add variables already in cookie (reduces html output up to 30%)
1404 - can pass all url variables as array to function
1405 * main.php, index.php: moved setting of cookies into index.php
1406 * libraries/select_lang.lib.php: made code more reliable
1407 * index.php: wrong check for safari
1409 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1410 * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
1411 * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
1412 db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
1413 tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
1414 header_printview.inc.php, header_meta_style.inc.php, themes.php:
1415 - drop PMA_setFontSizes()
1416 * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
1417 header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
1418 libraries/auth/cookie.auth.lib.php, server_collations.php
1419 - moved styles into css
1420 * themes.php, css/phpmyadmin.css.php:
1421 - moved styles into css
1422 - no need for javascript
1423 * relation.lib.php: uninitialized variable
1424 * tbl_select.php, css/phpmyadmin.css.php:
1425 - moved styles into css
1426 - minor code improvements
1428 2005-11-23 Michal Čihař <michal@cihar.com>
1429 * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
1430 Drop optional escaping as this should not have any real functionality.
1431 * libraries/import.lib.php: Do not overwrite error message from import in
1432 case of single SQL query is being executed.
1433 * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
1434 DATA (bug #1363532).
1435 * lang/*: Remove unused messages.
1436 * main.php, libraries/display_select_lang.lib.php,
1437 libraries/auth/cookie.auth.lib.php: Common code for language selection
1439 * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
1440 Show native names of languages (RFE #1342726).
1441 * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
1442 * Documentation.html, config.default.php, libraries/common.lib.php:
1443 Configurable default connection collation (RFE #1025969).
1444 * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
1445 fieldsets on login form (RFE #1364546), use notice box for cookie
1447 * libraries/display_select_lang.lib.php,
1448 libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
1449 * main.php, libraries/left_header.inc.php,
1450 libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
1451 Functionalised server selection and use it in cookie auth (RFE
1453 * libraries/common.lib.php: Do not complain if config file is not present,
1454 as we can still work in this case (bug #1364647).
1455 * lang/*: Added missing $strInvalidServerHostname.
1456 * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
1457 * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
1458 * header.inc.php: Remove unused code.
1459 * Documentation.html, tbl_properties.inc.php,
1460 transformation_overview.php, libraries/transformations/overview.php
1461 (deleted): Move transformation overview out of libraries folder.
1462 * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
1463 header.inc.php, index.php, pdf_pages.php, querywindow.php,
1464 tbl_change.php, tbl_properties.inc.php,
1465 libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
1466 stuff out of libraries folder.
1467 * libraries/.htaccess: Deny access to libraries folder over HTTP.
1468 * Documentation.html: Recommend disabling access to libraries folder.
1469 * libraries/display_export.lib.php, lang/*: Better description for
1470 filename format (RFE #1362423).
1471 * Documentation.html, index.php: Add target parameter to index.php to
1472 allow direct jump to any script.
1473 * libraries/auth/cookie.auth.lib.php: Remember selected page when login
1475 * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
1476 libraries/common.lib.php: Add link for duplicating current frameset (RFE
1478 * config.default.php, sql.php, Documentation.html: Allow browse page to be
1479 default (RFE #1228013).
1480 * db_details_structure.php, left.php, tbl_properties_links.php: Do not
1481 pass default query to sql.php as it is not needed right now.
1482 * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
1483 tbl_properties_structure.php, libraries/display_tbl.lib.php,
1484 libraries/export/htmlword.php, libraries/export/latex.php: Use native
1485 MySQL comments when applicable (RFE #1362923).
1487 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1488 * added test/theme.php: for testing themes
1490 - respect only $GLOBALS['cfg']['ShowPhpInfo']
1492 * libraries/common.lib.php
1493 - merged two server array checks
1494 - dont exit if user config loading failed
1495 - dont exit with invalid server index
1496 - use file_get_contents() or file() if not present
1497 - removed wrong error message
1498 - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
1500 2005-11-21 Michal Čihař <michal@cihar.com>
1501 * libraries/import/sql.php: Fix query splitting in some cases (reported by
1503 * libraries/common.lib.php, lang/*: Translate message that has been
1504 ignored for 2.7.0 release.
1505 * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
1506 documentation as it is latest stable version.
1507 * main.php, libraries/select_server.lib.php,
1508 libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
1510 * index.php: Avoid XSS on HTTP_HOST.
1512 2005-11-20 Marc Delisle <lem9@users.sourceforge.net>
1513 ### 2.7.0-rc1 released
1514 * many files: $dbh becomes $controllink for better contrast with $userlink
1516 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1517 * libraries/common.lib.php::PMA_showMySQLDocu()
1518 - undefined constant (if server connection fails)
1519 * libraries/select_theme.lib.php
1520 - undefined variable (if server connection fails)
1522 2005-11-18 Marc Delisle <lem9@users.sourceforge.net>
1523 * libraries/database_interface.lib.php: initialize in case there are
1524 no databases (MySQL < 5.0)
1526 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1527 * server_databases.php:
1528 - require_once common.lib.php BEFORE ANYTHING else
1529 - unified style, removed tables
1530 - removed superuser check for dbstats
1531 * css/phpmyadmin.css.php:
1532 - small improvements
1533 * themes/darkblue_orange/css/*
1535 * lang/english-*: small improvements
1536 * tbl_properties_structure.php
1537 - do not truncate rowcount and next autoindex
1539 - common.lib.php should REALLY REALLY and ALWAYS be the first include
1540 - no other calls to grab_gloabls.lib.php
1541 * fixed minimum_common for css files
1542 * header.inc.php: missing ; after "
1543 * libraries/function.js::pdfPaperSize()
1544 - function does not always return a vlaue
1545 - undeclared variables
1546 * libraries/display_export.lib.php
1547 - use superscript tag for comment
1548 * server_links.inc.php
1549 - require_once server_common.inc.php
1551 2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
1552 * Documentation.html: patch #1353283, thanks to Isaac Bennetch
1553 * lang/finnish: update, thanks to Jouni Kahkonen
1554 * lang/belarusian updates, thanks to Jaska Zedlik
1556 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1557 * libraries/grab_globals.lib.php: just to be sure:
1558 - clean/empty $GLOBALS with $variables_whitelist
1559 - unset some vars after use
1560 - check all superglobals that could be imported by register_globals=on
1561 for GLOBALS key (not only _REQUEST and _FILES )
1562 - added $import_blacklist
1563 - added variables starting with pma_, numeric or containing spaces
1564 - *REVERT* do not prevent import pma_*
1565 - rewrote PMA_gpc_extract()
1566 - use $import_blacklist
1568 * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
1569 libraries/select_lang.php: keep the global space clean
1570 - unset variables after use
1571 - commented out some never used variables
1572 * main.php, libraries/common.lib.php, libraries/dbi/*:
1573 - added $GLOBALS['PMA_errors'] array
1574 * libraries/database_interface.lib.php, libraries/dbi/*:
1575 fall back to alternative mysql extension if selected fails and switch to
1576 error.php if this fails too
1577 - moved loading of extension out of libraries/dbi/* into
1578 libraries/database_interface.lib.php
1579 * libraries/sanitizing.lib.php: dont use deprecated tags
1580 * lang/german-*: fixed $strCantLoad
1582 2005-11-16 Marc Delisle <lem9@users.sourceforge.net>
1583 * tbl_properties_links.php: missing menu tabs
1584 * Documentation.html, config.default.php, footer.inc.php,
1585 querywindow.php, tbl_query_box.php, libraries/common.lib.php,
1586 libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
1587 new Query Window behavior
1589 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1590 * added missing themes/darkblue_orange/img/error.ico
1591 * themes/darkblue_orange/css/theme_right.css.php
1593 * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
1594 themes/*/img/frm_linevrlt.png
1597 2005-11-15 Michal Čihař <michal@cihar.com>
1598 * css/phpmyadmin.css.php: Do not use common header file, as there is
1599 nothing common at all.
1600 * libraries/header_http.inc.php: Allways send text/html content type.
1601 * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
1602 transformation_wrapper.php: Use define rather than variable for
1604 * libraries/display_create_database.lib.php: Add label for create database
1607 2005-11-14 Michal Čihař <michal@cihar.com>
1608 * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
1610 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1611 * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
1612 bug #1342683 Wrong URL to error.ico
1613 * libraries/tooltip.js::pmaTooltip():
1614 - no return value (not always returns a value)
1616 - undefined variable docY
1617 * libraries/left_header.inc.php
1619 * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
1620 - added class icon to images
1621 - fixed select all rows
1622 - removed arrow_ltr/rtl.png for vertical display
1623 - cleaned up php code and html output
1624 * css/phpmyadmin.css.php:
1625 - removed space arround form elements
1627 2005-11-13 Michal Čihař <michal@cihar.com>
1628 * Documentation.html, config.default.php, main.php, server_links.inc.php,
1629 server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
1630 $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
1631 condition from showing php info.
1632 * lang/czech: Small improvements.
1634 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1635 * db_details_structure.php: wrong js function call
1636 * libraries/functions.js
1637 - removed deprecated function setCheckboxesRange()
1638 - rewrote setCheckboxes()
1639 libraries/server_privilegs.js
1640 - removed setCheckboxes()
1641 header.inc.php: include functions.js for server_privilegs.php
1642 server_privilegs.php
1643 - bug #1353437 Table/Column privileges brokeness new in HEAD
1644 - fixed proper display fo yes/no for column/table specific rights
1645 - fixed row selection
1646 - make use of javascript:un/markAllRows()
1647 - adapted layout like db, table and row lists
1648 * lang/german: fixed translation
1650 2005-11-11 Marc Delisle <lem9@users.sourceforge.net>
1651 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
1652 * lang/finnish: update, thanks to Jouni Kahkonen
1654 2005-11-10 Marc Delisle <lem9@users.sourceforge.net>
1655 * libraries/session.inc.php, Documentation.html: bug #1352479, warn
1656 if PHP does not support session
1657 * server_privileges.php: bug #1353435, selecting users to drop is broken
1658 and bug #1353437, undefined index while editing a user
1660 2005-11-10 Michal Čihař <michal@cihar.com>
1661 * scripts/create-release.sh: = is correct for comparsion in shell.
1662 * server_privileges.php: Revert fix for #1353437, there are wrong data and
1663 not displaying of it, fix bad display of table privileges.
1665 2005-11-09 Marc Delisle <lem9@users.sourceforge.net>
1666 * pdf_pages.php: bug #1245891, too large scaling in PDF schema
1667 * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
1668 * tbl_properties.inc.php: superscript 1 for Length/Values
1670 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1671 * server_databases.php, mysql_charsets-lib.php:
1672 bug #1351743 undefined function: pma_getservercollation()
1673 * database_interface.lib.php: added PMA_DBI_get_default_engine()
1674 * db_details_structure.php:
1675 - fixed display issues
1676 - display default engine in footer
1677 * libraries/common.lib.php: added PMA_getDbLink
1678 * libraries/display_create_table.lib.php: use fieldset
1679 * server_privilegs.php, libraries/server_privilegs.js:
1680 - db with only table specific rights where not displayed if there was not
1681 at least one db with db specfic rights
1683 * function.js, db_details_structure.php, tbl_properties_structure.php,
1684 display_tbl.lib.php, server_databases.php:
1685 - added js:markAllRows(), js:unMarkAllRows()
1686 - check/uncheck all rows now sets mark color for this rows
1688 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1689 * Documentation.html, browse_foreigners.php, error.php,
1690 header_printview.inc.php, index.php, left.php, translators.html,
1691 libraries/header_meta_style.inc.php, scripts/decode_bug.php:
1693 * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
1695 2005-11-07 Marc Delisle <lem9@users.sourceforge.net>
1696 * tbl_properties_links.php: undefined variable $db_is_information_schema
1697 ### 2.7.0-beta1 released
1699 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1700 * libraries/display_tbl.lib.php:
1701 bug #985399 MIME-based in print view / need to select the pk
1702 * db_details_db_info.php: Undefined variable: db_is_information_schema
1703 * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
1705 2005-11-06 Marc Delisle <lem9@users.sourceforge.net>
1706 * lang/norwegian: Update, thanks to Sven-Erik Andersen
1708 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1709 * libraries/database_interface.lib.php,
1710 libraries/dbi/*.dbi.lib.php:
1711 - added PMA_DBI_convert_message()
1712 - bug #1344654 Not converted mysql error message to chosen user language
1713 * sql.php: use fieldset for 'bookmark this'
1715 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1716 * themes/*/css/theme_right.css.php:
1717 dropped deprecated style classes
1718 * server_databases, libraries/databases_interface.lib.php,
1719 libraries/mysql_charsets.lib.php:
1720 updated database list:
1721 - added PMA_getServerCollation()
1722 - display server collation in db list footer
1723 - added PMA_DBI_get_databases_full()
1724 - make use of info_schema on MySQL 5
1725 - always display db stats for MySQL 5
1727 - replaced " with ' in some queries
1728 * tbl_properties_structure.php, tbl_properties_common.php
1729 tbl_properties_links.php:
1730 - no drop, empty, operation, insert, import for information_schema tables
1731 - enabled export for views
1732 * db_details_common.php, db_details_structure.php, db_details_links.php:
1733 - no import, drop, rights, operation for information_schema
1735 2005-11-04 Marc Delisle <lem9@users.sourceforge.net>
1736 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
1738 2005-11-04 Michal Čihař <michal@cihar.com>
1739 * db_details_structure.php: Read InnoDB exact count before rendering icons
1740 for truncating (bug #1337744).
1742 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1743 * db_details_structure.php:
1744 fixed display of stats for InnoDB and information_schema
1746 - bug #1348089 SQL and actions bellow should be same width
1747 - removed nowrap, vertical srcolling is really annoying
1748 * main.php, libraries/check_user_privileges.lib.php:
1749 - bug #1348189 after droping db some links in main.php are missing
1750 * header.inc.php, libraries/common.lib.php:
1751 - added class icon to img-tags
1752 * libraries/header_meta_style.inc.php:
1753 fixed position of link meta tag
1754 * libraries/select_server.lib.php
1757 2005-11-03 Marc Delisle <lem9@users.sourceforge.net>
1758 * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
1759 bug #1339184, problems in strict mode inserting auto-increment fields
1760 * libraries/header_meta_style.inc.php: favicon on login panel
1761 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1763 2005-11-03 Michal Čihař <michal@cihar.com>
1764 * libraries/common.lib.php: Incorrect message for validate links (bug
1767 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1768 * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
1769 fixed different font sizes
1770 * footer.inc.php, libraries/dbg/*:
1771 use $GLOBALS as this scripts can be included from inside a function
1772 * left.php, libraries/common.lib.php:
1773 fixed some rtl lang issues
1775 2005-11-02 Michal Čihař <michal@cihar.com>
1776 * config.default.php: This is not a configuration file.
1777 * config.default.php, Documentation.html, libraries/common.lib.php: Use
1778 $cfg['Servers'][1] from config.default.php as defaults for settings in
1779 config.inc.php (bug #1330847).
1781 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1782 * libraries/dbg/setup.php:
1783 - display error in error box
1784 - fixed 'not defined function'
1785 * libraries/dbg/profiling.php:
1786 - minor fixes: html output, speed, rtl lang
1788 - fixed html output of table
1789 - used fieldset for forms
1790 * libraries/common.lib.php, browse_foreigners.php:
1791 - replaced $cfg['Bgcolor*'] with classes
1792 - make use of fieldset
1793 * css/print.css, dbv_datadict.php:
1794 - replaced $cfg['Bgcolor*'] with classes
1795 - reduced output size by 40%
1796 * libraries/display_create_tbl.php
1800 2005-11-01 Marc Delisle <lem9@users.sourceforge.net>
1801 * server_privileges.php: undefined variable when changing a password
1803 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1804 * libraries/common.lib.php:
1805 bug #1342332 Error messages wrongly formatted.
1806 * themes/*/css/theme_right.css.php:
1807 - fixed some rtl languages issues
1808 - added style for notice box (server_export.php)
1810 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1811 * themes/*/css/theme_right.css.php:
1812 - use right image path
1813 - fixed icon alignment for rtl languages
1814 * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
1815 - fixed some rtl language issues
1816 * favicon.ico: changed icon
1818 2005-10-31 Marc Delisle <lem9@users.sourceforge.net>
1819 * server_privileges.php: do not display No under the Password column
1820 if this is not a "real user" definition
1822 2005-10-31 Michal Čihař <michal@cihar.com>
1823 * libraries/select_lang.lib.php: Simplify code.
1824 * libraries/common.lib.php: Allow collation change for ENUM and SET
1825 columns (bug #1343627).
1826 * main.php: Use normal message on reload, not just plain text.
1827 * themes/darkblue_orange/css/theme_right.css.php,
1828 themes/original/css/theme_right.css.php: Fix URL for cursor (bug
1831 2005-10-30 Michal Čihař <michal@cihar.com>
1832 * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
1833 * lang/*: Remove duplicite message.
1834 * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
1835 * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
1836 * libraries/display_tbl.lib.php: Do not break on special chars in column
1837 name (bug #1180668).
1838 * libraries/common.lib.php: Do not escape SQL query twice while showing it
1839 in error message (bug #1336452).
1840 * left.php, querywindow.php, tbl_query_box.php: Fix including of files
1841 when search path does not contain current directory.
1842 * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
1843 for generating links to documentation, fixes link to new style docs.
1845 2005-10-29 Michal Čihař <michal@cihar.com>
1846 * Documentation.html, config.default.php, libraries/common.lib.php: Link
1847 documentation to version we run (RFE #1334292), fix links for chapter
1848 documentation (bug #1341676), drop support for old links.
1849 * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
1850 libraries/display_create_database.lib.php,
1851 libraries/sql_query_form.lib.php: Fix documentation links (bug
1854 2005-10-29 Olivier Mueller <om@omnis.ch>
1855 * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
1856 and improvements (--force option, installation summary, backup
1857 directory timestamp)
1859 2005-10-29 Marc Delisle <lem9@users.sourceforge.net>
1860 * Documentation.html: clarification on FAQ 6.20
1861 * server_privileges.php: respect the chosen initial
1862 * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
1863 in the Browse header, thanks to Cal Henderson
1865 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1866 * server_privilegs.php, libraries/common.lib.php,
1867 themes/*/theme_right.css.php:
1868 - minor tweak in display
1869 - added PMA_unescape_mysql_wildcards()
1870 - bug #1144110 Unable to escape "_"
1871 - now every user from every mysql table is displayed
1872 - no table specific rights for db wildcards
1873 * index.php, favicon.ico: added favicon.ico
1875 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1876 * libraries/common.lib.php::PMA_formatNumber(),
1877 db_details_structure.php: do not truncate rowcount
1878 * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
1879 - preserve selected db
1880 - make use of PMA_DBI_select_db()
1882 * tbl_properties_structure.php:
1883 - added browser icon for each field (count unique values)
1885 - make use of global row highlighting/marking
1886 - display 'print table' and row stats for views
1887 - no actions for info_schema tables
1888 * css/phpmyadmin.css.php:
1889 - added style for class selectallarrow
1890 - added extra space between icons and text
1891 * browse_foreigners.php, header_printview.inc.php, left.php:
1892 bug #1334963 Per-server themes - left frame colors unthemed
1893 * server_privileges.php:
1894 - bug #1274032 Field privileges with database names containing underscores
1896 - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
1897 * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
1898 * left.php, libraries/common.lib.php: format rowcount in left frame
1899 * server_privileges.php:
1900 bug #688255 Can't edit priv. when different host in db and user
1902 2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
1903 * lang/french* updates
1905 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1906 * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
1907 db_operations.php, mult_submits.inc.php, server_privileges.php,
1908 css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
1909 libraries/auth/cookie.auth.lib.php:
1910 unified message boxes (error, warning, confirmation)
1911 * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
1913 2005-10-25 Michal Čihař <michal@cihar.com>
1914 * lang/english: "Log in" is correct naming for action (RFE #945440).
1915 * tbl_properties_operations.php: Allow to change auto_increment for
1916 InnoDB (bug #1337873).
1917 * tbl_properties_operations.php: Reread table information after change, so
1918 that rendered page contains change, that has been just done.
1920 2005-10-24 Michal Čihař <michal@cihar.com>
1921 * tbl_properties_operations.php: Fix changing table attributes, reread new
1922 parameters after changing them (bug #1290413).
1923 * main.php: Remove useless isset.
1924 * lang/czech: Update.
1926 2005-10-23 Marc Delisle <lem9@users.sourceforge.net>
1927 * libraries/relation.lib.php: there is already a function to do this
1928 sort (thanks to Sebastian)
1929 * tbl_change.php: bug #1334627, do not set NOW() as default function
1930 when the TIMESTAMP has a default value and does not have the
1931 ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
1933 2005-10-21 Marc Delisle <lem9@users.sourceforge.net>
1934 * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
1935 and content-id by content
1936 * libraries/common.lib.php: bug #1330847, undefined index connect_type
1938 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1939 * db_details_export.php:
1940 - replaced for() with foreach()
1941 - dont pollute $GLOBALS['table']
1942 * libraries/mysql_charsets.lib.php:
1943 - make use of mysql variable collation_database
1944 - fixed call to PMA_DBI_fetch_value() (return second field, not first)
1945 * libraries/database_interface.lib.php:
1946 extended function PMA_DBI_get_tables_full():
1947 - make use of information_schema
1948 - always fill fields for information_schema and show table status
1949 * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
1951 2005-10-20 Marc Delisle <lem9@users.sourceforge.net>
1952 * server_databases.php: security fix
1953 * libraries/common.lib.php, /grab_globals.lib.php: security fix
1955 2005-10-20 Alexander M. Turek <me@derrabus.de>
1956 * libraries/mysql_charsets.lib.php:
1957 - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
1958 if we just want to get to know a database's default collation;
1959 - Make use of this fancy new function PMA_DBI_fetch_value().
1961 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1962 * sql.php, footer.inc.php: refresh left frame on view creation
1963 * left.php: view icon for views
1964 * libraries/left.js: dropped
1965 * libraries/function.js: tuned PMA_merkRowsInit():
1966 every table with class data now has mark and hover effect
1967 * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
1968 * css/phpmyadmin.css.php, server_status.php: css cleanup
1969 * db_details_structure.php, db_details_db_info.php:
1970 - XHTML compliance, styling outsourced, row marker outsourced
1971 - do not too much if there is no table
1973 2005-10-19 Alexander M. Turek <me@derrabus.de>
1974 * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
1975 for collations utf8_esperanto_ci, ucs2_esperanto_ci.
1976 * lang/german-*.inc.php: Updated some untranslated strings.
1978 2005-10-19 Marc Delisle <lem9@users.sourceforge.net>
1979 * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
1981 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
1982 * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
1983 fix problem not remembering selected server
1984 * libraries/tooltip.js, themes/*/theme_right.css.php:
1985 moved not always needed code out of event handler, fixed display with larger font
1986 * libraries/function.js, css/phpmyadmin.css.php:
1987 added mark and hover effect to every table of class data
1988 * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
1989 * footer.inc.php, header.inc.php, libraries/tooltip.js:
1990 moved tooltip javascript include into header
1992 2005-10-18 Michal Čihař <michal@cihar.com>
1993 * libraries/relation.lib.php: Do not set database if not needed.
1994 * libraries/common.lib.php: Use common infrastructure for getting tables.
1995 * Documentation.html, config.default.php, libraries/select_lang.lib.php:
1996 Allow to limit list of shown languages (RFE #1328003).
1997 * libraries/common.lib.php: Fix URL detection when not called from top
1998 level directory (eg. transformations overview).
1999 * Documentation.html, config.default.php, export.php, import.php,
2000 tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
2001 libraries/display_export.lib.php, libraries/display_import.lib.php,
2002 libraries/sql_query_form.lib.php: Support for user specific upload and
2003 save directories (RFE #1260039).
2005 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2006 * querywindow.php: wrong handling of linebreaks in query: bug #1243888
2007 * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
2008 libraries/querywindow.js: update row count in left frame bug #1243908
2009 * libraries/common.lib.php:
2010 bug #1216521: display duplicate rows for failed unique key creation
2012 2005-10-17 Michal Čihař <michal@cihar.com>
2013 * lang/czech: Translation fixes.
2014 * libraries/common.lib.php: Group databases by rightmost separator (bug
2016 * libraries/string.lib.php: Fix escaping detection on multi byte strings.
2017 * libraries/sql_query_form.lib.php: No warning if no db defined.
2018 * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
2020 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2021 * css/phpmyadmin.css.php: border around tabs bug #1326730
2022 * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
2023 * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
2024 header_printview.inc.php, left.php, querywindow.php,
2025 transformation_wrapper.php, left_header.inc.php:
2026 removed queryframe.php and references to it
2027 * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
2028 libraries/common.lib.php, libraries/left_header.inc.php,
2029 libraries/sql_query_form.lib.php, libraries/querywindow.js:
2030 code cleanup whole querywindow js stuff, moved all in one new js file,
2031 now included in index.php, bug #1327055
2033 2005-10-16 Michal Čihař <michal@cihar.com>
2034 * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
2035 * server_databases.php: Don't allow to check mysql database for dropping
2037 * lang/*, libraries/transformations/text_plain__sql.inc.php:
2038 Transformation for SQL pretty printing (RFE #1327648).
2040 2005-10-16 Marc Delisle <lem9@users.sourceforge.net>
2041 * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
2042 * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
2043 bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
2045 2005-10-14 Marc Delisle <lem9@users.sourceforge.net>
2046 * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
2047 * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
2049 2005-10-14 Michal Čihař <michal@cihar.com>
2050 * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
2052 * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
2053 by one, this boosts performance while inserting huge blobs (bug
2055 * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
2058 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2059 * lang/*: typo 'unser' -> 'user'
2060 * lang/german: partial Update
2061 * libraries/import.lib.php: uninitialized variables
2063 2005-10-13 Marc Delisle <lem9@users.sourceforge.net>
2064 * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
2066 2005-10-13 Michal Čihař <michal@cihar.com>
2067 * Documentation.html: Fix URL rewriting not to match empty parts.
2068 * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
2069 libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
2071 * libraries/header_meta_style.inc.php: Add support for defining page
2073 * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
2074 detection to only place where it is currently used.
2075 * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
2076 by writing through JavaScript.
2077 * libraries/get_foreign.lib.php: Free temporary query result.
2078 * lang/czech: Improve some translations.
2079 * sql.php: We need bookmark code to be included everytime.
2080 * libraries/common.lib.php: Allow editing of query without database.
2082 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2083 * left.php: preselect db if only one db
2084 * server_privileges.php:
2085 XHTML compl., NOTICE, Icons for Edit/Revoke Links
2086 * server_processlist.php, libraries/display_import.lib.php,
2087 css/phpmyadmin.css.php: XHTML compl.
2088 * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2089 JavaScript errors, layout errors
2090 * libraries/display_import.lib.php, css/phpmyadmin.css.php:
2092 * libraries/display_export.lib.php, server_export.php:
2093 XHTML compliance, introduced fieldsets
2095 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2096 * css/phpmyadmin.css.php, libraries/common.lib.php,
2097 themes/darkblue_orange/css/theme_right.css.php,
2098 themes/original/css/theme_right.css.php:
2099 use list for navigation tabs RFE #1290423
2100 * db_details_structure.php: fixed NOTICE
2101 * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
2102 revert icon size to fixed width and height
2103 * libraries/session.inc.php:
2104 dont use 6-bit chars on windows
2105 * css/phpmyadmin.css.php:
2106 display bug in FF with tabs in querywindow
2107 * libraries/common.lib.php:
2108 fixed rowcount in left frame for tables in information_schema
2109 * libraries/sql_query_form.lib.php:
2111 * css/phpmyadmin.css.php, server_status.php, server_databases.php
2112 server_collations.php, server_engines.php, server_privileges.php
2113 server_variables.php: XHTML compl.
2115 2005-10-12 Michal Čihař <michal@cihar.com>
2116 * libraries/get_foreign.lib.php: Fix paging.
2117 * tbl_properties_links.php: Make drop and empty tabs lead to structure
2119 * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
2120 * querywindow.php: Add icon for history tab.
2122 2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
2123 * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
2125 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2126 * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
2127 server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
2128 libraries/left_header.inc.php, libraries/sql_query_form.lib.php
2129 themes/darkblue_orange/css/theme_left.css.php
2130 themes/original/css/theme_left.css.php:
2131 XHTML 1.0 trans. compliance and more semantic XHTML output
2132 * tbl_printview.php, tbl_properties_structure.php:
2133 no table statistics for information_schema
2134 * tbl_properties_table_info.php:
2135 bug #1317655 information_schema browsing
2136 * db_details_db_info.php, db_details_structure.php:
2137 fixed display table statistics for information_schema
2138 * db_details_links.php, header.inc.php:
2139 moved database comment into header (serverinfo) after database name
2140 * header.inc.php, main.php, libraries/header_meta_style.inc.php:
2141 XHTML 1.0 trans. compliance
2143 2005-10-09 Marc Delisle <lem9@users.sourceforge.net>
2144 * tbl_properties_links.php: invalid js confirmation and operation feedback
2145 when dropping a view
2146 * server_privileges.php: bug #1226819, Accepting Negative values in
2147 Resource Limits in Privileges
2149 2005-10-09 Michal Čihař <michal@cihar.com>
2150 * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
2151 config.default.php: Add ability to limit maximal size of extended insert
2152 query, defaults to 50 KB (RFE #1015378).
2153 * import.php, libraries/common.lib.php, lang/*: Show message when
2154 bookmark has been created (RFE #477472), show deleted bookmark query.
2155 * server_privileges.php: Limit username and hostname to actual limits of
2156 MySQL (RFE #1178071).
2157 * config.default.php: Add COMPRESS and UNCOMPRESS functions.
2158 * tbl_change.php: Show functions for blobs when upload is enabled (RFE
2160 * tbl_properties.inc.php: Remove unused code, show only available engines,
2161 remember value of seleted engine (bug #1239580).
2162 * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
2163 searching in foreign keys (RFE #871091).
2164 * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
2165 existing bookmark (RFE #907438).
2166 * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
2167 shortcuts for IP rules (RFE #1022831).
2169 2005-10-08 Marc Delisle <lem9@users.sourceforge.net>
2170 * libraries/session.inc.php: workaround for warnings on session_start()
2171 displayed on sf.net server
2172 * sql.php: remove old code
2173 * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
2174 support MAX_USER_CONNECTIONS
2176 2005-10-08 Michal Čihař <michal@cihar.com>
2177 * libraries/display_export.lib.php: Use same formatting for all options.
2178 * libraries/import/ldi.php: This one does not handle charset conversion.
2179 * sql.php: Work even if no db set.
2180 * server_status.php: Call sql.php directly, we don't need to care about
2181 query splitting done im read_dump.
2182 * libraries/import/sql.php: Fix import of queries containing `, fix import
2183 of queries not terminated by ;.
2184 * libraries/sqlparser.lib.php: Do not show error on empty query.
2185 * libraries/import.lib.php: Add support for DROP DATABASE checking.
2186 * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
2187 libraries/common.lib.php: Use import.php.
2188 * lang/*: New message for deleting bookmark.
2189 * import.php: Add support for bookmarks, support for goto URL, fail
2190 correctly if import plugin not found, commented some code.
2191 * sql.php, config.default.php: Remove references to read_dump.php.
2192 * read_dump.php: Remove unused code.
2193 * ldi_check.php, ldi_table.php: Remove unused code.
2194 * tbl_change.php: Remove references to ldi_*.
2195 * scripts/find_unused_messages.sh: Simplify and addapt to current
2197 * import.php: Do not show query in different charset (bug #1028634).
2198 * libraries/auth/cookie.auth.lib.php: Keep database and table selection
2199 over login, needed for RFE #1278312.
2200 * Documentation.html: Add example for redirects like
2201 /phpMyAdmin/database/table (RFE #1278312).
2202 * libraries/import.lib.php: Fix execution of single large queries.
2203 * import.php, lang/*: Try to detect that upload failed because of limits
2205 * libraries/storage_engines.lib.php: Use defined messages.
2206 * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
2207 * libraries/sqlvalidator.lib.php: Removed unused code.
2208 * server_privileges.php, lang/*: Better show error, define used message
2209 strDeleteNoUsersSelected.
2210 * tbl_properties_operations.php: Use strError instead of non existing
2212 * lang/*: Remove unused messages.
2213 * sql.php: Use common code for superuser detection.
2214 * tbl_addfield.php, tbl_alter.php, tbl_create.php,
2215 libraries/common.lib.php, libraries/relation.lib.php: Use common code
2216 for CREATE/ALTER TABLE, set comments on creating table, so that user can
2217 see it in the query.
2218 * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
2219 comment and MIME transformation if field not named.
2220 * libraries/relation.lib.php: Fix reading native MySQL comments when no
2221 phpMyAdmin one defined (bug #1312758).
2222 * tbl_properties_structure.php: Removed query box as discussed on mailing
2224 * tbl_*: Use more require_once to avoid acquiring table info several
2226 * libraries/relation.lib.php: Do not try to restore database as control
2227 user, it has to fail.
2228 * libraries/import/sql.php: Fix query parsing when there is comment or
2230 * import.php: Reenable LIMIT appending (bug #1318624).
2231 * sql.php: Fix appending LIMIT when there are comments.
2232 * libraries/common.lib.php: Parse query before inserting LIMIT to know
2234 * lsng/czech: Update.
2236 2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
2237 * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
2238 hyphen was not detected as being already created
2240 2005-10-07 Michal Čihař <michal@cihar.com>
2241 * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
2242 * libraries/common.lib.php: Drop some old code.
2244 2005-10-06 Michal Čihař <michal@cihar.com>
2245 * import.php: Correctly report that file could not be read.
2246 * libraries/import/sql.php: Fix handling of whitespace at the end of
2248 * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
2249 button (bug# 1312373) and fix entering time begining with 0 (bug
2252 2005-10-05 Marc Delisle <lem9@users.sourceforge.net>
2253 * db_details_structure.php, tbl_properties_table_info.php: detect
2255 * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
2256 thanks to Vernon Lyon - vlyon
2257 * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
2258 defined at login time but what tested
2259 * libraries/display_create_table.lib.php, bug #1311384, Create table
2260 dialog on escaped wildcard privileges
2262 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2263 * libraries/functions.js, libraries/sql_query_form.lib.php:
2264 fixed JavaScript malfunction in querybox textarea with Opera
2266 2005-10-03 Marc Delisle <lem9@users.sourceforge.net>
2267 * server_privileges.php: support for Execute_priv
2269 2005-10-01 Michal Čihař <michal@cihar.com>
2270 * lang/czech: Update.
2272 2005-09-30 Marc Delisle <lem9@users.sourceforge.net>
2273 * main.php, db_details_structure.php, db_operations.php,
2274 libraries/check_user_privileges.php, /display_create_database.lib.php,
2275 /display_create_table.lib.php: bug #1307208, detect lack of privileges
2276 before showing the "Create new table" dialog. Please test.
2277 TODO: detect escaped wildcard privileges
2279 2005-09-30 Michal Čihař <michal@cihar.com>
2280 * libraries/display_export.lib.php, libraries/export/sql.php,
2281 db_operations.php, tbl_properties_operations.php: Fix auto increment
2282 export (bug #1309257).
2284 2005-09-28 Marc Delisle <lem9@users.sourceforge.net>
2285 * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
2286 bug #1262250, cannot change ENUM default value to empty
2288 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2289 * libraries/sql_query_form.lib.php: removed unneeded variable,
2290 dont display bookmark selection fieldset if no bookmark exists
2291 * libraries/session.inc.php: introduced PMA_secureSession()
2292 * sql.php: bug #1305830 wrong db choosen
2294 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2295 * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
2296 tbl_properties.php, tbl_properties_structure.php, sql.php,
2297 querywindow.php, read_dump.php: moved all code for queryboxes into
2298 libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
2299 styles into css, minor interface changes related to queryboxes
2300 * libraries/sql_query_form.lib.php: completed function docblocks
2301 * css/phpmyadmin.css.php:
2302 partially fixed bug: odd display of navtabs in Gecko-Browsers
2303 * libraries/session.inc.php, libraries/grab_globals.lib.php,
2304 libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
2305 introducing sessions
2307 2005-09-27 Michal Čihař <michal@cihar.com>
2308 * lang/czech: Update.
2309 * server_status.php, lang/*: Separate some new information on MySQL 5.
2310 * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
2312 * lang/*: Add missing messages, remove duplicates and no longer used.
2313 * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
2314 from normal SQL dialogs.
2315 * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
2316 list on import tab, prepare generic framework to be used elsewhere (RFE
2318 * tbl_change.php: Use file common file listing.
2319 * libraries/common.lib.php, libraries/display_import.lib.php,
2320 libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
2321 file listing in query window, remove no more used functions. Please note
2322 that file import from query windows is currently half rewritten, so
2323 compressed imports will not work.
2325 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2326 * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
2327 using PMA_DBI_num_rows() on unbuffered queries
2329 2005-09-26 Michal Čihař <michal@cihar.com>
2330 * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
2331 * libraries/display_import.lib.php, libraries/import/csv.php: Rename
2332 plugin parameters to allow using same parameter by multiple plugins.
2333 * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
2334 DATA import plugin for CSV.
2335 * libraries/display_import.lib.php: Sort list of import plugins.
2336 * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
2337 selected columns (RFE #1275909).
2338 * libraries/common.lib.php: Do no try to parse empty SQL query (bug
2340 * tbl_create.php, lang/*: Do not allow to create table that already exists
2343 2005-09-25 Marc Delisle <lem9@users.sourceforge.net>
2344 * server_privileges.php: support MySQL 5 privileges
2346 2005-09-25 Michal Čihař <michal@cihar.com>
2347 * lang/*: Messages for Sebastian.
2348 * lang/czech: Partial update.
2350 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2351 * left.php, queryframe.php, libraries/common.lib.php,
2352 libraries/left_header.inc.php, css/phpmyadmin.css.php:
2353 grouping databases (bug #1281262)
2354 * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
2355 extended server status information with description and warnings,
2356 added PMA_formatNumber()
2357 * server_privilegs.php: fixed bug table not found
2358 * tbl_properties_structure.php, css/phpmyadmin.css.php:
2359 made statistic tables floating, moved styles into css
2360 * css/phpmyadmin.css.php: set font-size in caption to normal
2362 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
2363 * querywindow.php, css/phpmyadmin.css.php:
2364 resize querywindow to content (bug #1277375)
2366 2005-09-24 Marc Delisle <lem9@users.sourceforge.net>
2367 * db_details_links.php, server_privileges.php, server_common.inc.php:
2368 bug #1302985, Privileges tab on database
2369 * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
2372 2005-09-24 Michal Čihař <michal@cihar.com>
2373 * lang/add_message_file.sh: Make it deal with regullar php file, do not
2374 mark english text as to translate.
2375 * lang/add_message.sh: Do not mark english text as to translate.
2376 * *import*, Documentation.html, lang/*, main.php, *links*,
2377 css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
2378 please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
2380 * libraries/import.lib.php, libraries/import/csv.php,
2381 libraries/import/sql.php, libraries/import/README: Fix possible data
2382 leak when reading large buffer.
2384 2005-09-23 Michal Čihař <michal@cihar.com>
2385 * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
2386 haystack to strpos (bug #1299422).
2387 * server_privileges.php: Reload left frame if dropping database (bug
2389 * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
2390 name (bug #1300837).
2392 2005-09-23 Marc Delisle <lem9@users.sourceforge.net>
2393 * libraries/display_export.lib.php, libraries/export/csv.php:
2394 bug #1301374, csv on-screen export broken
2396 2005-09-20 Michal Čihař <michal@cihar.com>
2397 * libraries/database_interface.lib.php: Added some useful functions to DBI
2398 layer (patch #1286451), thanks to Sebastian Mendel.
2399 * Documentation.html, config.default.php, libraries/common.lib.php: Add
2400 support for forcing https access to phpMyAdmin (RFE #1111333).
2402 2005-09-20 Marc Delisle <lem9@users.sourceforge.net>
2403 * libraries/sqlparser.data.php: patch #1295365, missing function
2404 definitions in parser, thanks to Sebastian Mendel
2405 * db_details_links.php: patch #1196806, Privileges link on db page
2407 2005-09-18 Marc Delisle <lem9@users.sourceforge.net>
2408 * libraries/display_export.lib.php: bug #1293937 Export compression
2409 default: bzip instead of bzip2, thanks to Rene Leonhardt
2411 2005-09-15 Michal Čihař <michal@cihar.com>
2412 * config.default.php, libraries/common.lib.php: Simplify loading of
2413 defaults, why did I write such crap before?
2414 * libraries/common.lib.php: Fail if pcre support is missing.
2416 2005-09-14 Marc Delisle <lem9@users.sourceforge.net>
2417 * export.php: bug #1290730, https export under MSIE fails
2419 2005-09-14 Michal Čihař <michal@cihar.com>
2420 * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
2422 * config.default.php: Do not set blowfish_secret here at all, this needs
2423 to be done by user (bug #1290990).
2424 * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
2425 * libraries/common.lib.php, lang/*: Detect wrong authentication method and
2426 warn user using error.php (bug #1290888).
2427 * tbl_properties_operations.php: Update auto_increment value (bug
2429 * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
2430 Add SQL tab for server (patch #1291084), (RFE #1048090).
2431 * Documentation.html: We dropped support for PHP 3 some time ago, so let's
2432 drop mentions about it from documentation.
2434 2005-09-13 Marc Delisle <lem9@users.sourceforge.net>
2435 * scripts/create-release.sh: no longer copy config.inc.php to
2436 config.default.php to keep a backup of the previous version
2438 2005-09-13 Michal Čihař <michal@cihar.com>
2439 * libraries/common.lib.php: Add support for lang/added_messages.php
2440 (mostly as feature for developer, to allow easilly adding messages
2441 while working on some features).
2442 * .cvsignore, Documentation.html, config.default.php,
2443 config.inc.php[removed], libraries/common.lib.php,
2444 libraries/config_import.lib.php[removed]: New configuration handling,
2445 use config.inc.php for configuration, default values are stored in
2447 * config.default.php: Remove non configuration stuff.
2448 * lang/.cvsignore: Ignore lang/added_messages.php.
2450 2005-09-12 Marc Delisle <lem9@users.sourceforge.net>
2451 * tbl_relation.php: bug #1287611, no Save button in Relation view
2452 when pmadb is not defined
2454 2005-09-10 Marc Delisle <lem9@users.sourceforge.net>
2457 2005-09-09 Marc Delisle <lem9@users.sourceforge.net>
2458 * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
2459 query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
2460 * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2462 2005-09-07 Michal Čihař <michal@cihar.com>
2463 * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
2465 * ChangeLog: Move vim modelines to correctly interpret et after setting
2466 file type (otherwise tabs were not expanded as changelog ft sets noet).
2468 2005-09-06 Marc Delisle <lem9@users.sourceforge.net>
2469 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2471 2005-09-05 Marc Delisle <lem9@users.sourceforge.net>
2472 * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
2473 phpMyAdmin 2.6.4 needs generation 2, version 1;
2474 phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
2475 * header.inc.php: XSS on $title, thanks to Christian Wenz
2477 2005-09-05 Michal Čihař <michal@cihar.com>
2478 * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
2480 2005-09-04 Marc Delisle <lem9@users.sourceforge.net>
2481 * tbl_properties.inc.php: bug #1281533, collation not kept while
2482 changing table field count
2484 2005-09-02 Marc Delisle <lem9@users.sourceforge.net>
2485 * lang/turkish update, thanks to boralioglu.
2487 2005-08-28 Marc Delisle <lem9@users.sourceforge.net>
2488 * lang/belarusian updates, thanks to Jaska Zedlik
2489 ### 2.6.4-rc1 released
2490 * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
2491 fieldsets for privileges interface, thanks to Sebastian Mendel
2493 2005-08-26 Marc Delisle <lem9@users.sourceforge.net>
2494 * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
2495 * lang/polish: update thanks to Jakub Wilk - ubanus
2497 2005-08-23 Marc Delisle <lem9@users.sourceforge.net>
2498 * libraries/display_tbl.lib.php: bug #1267177, wrong return page
2499 * main.php, libraries/common.lib.php, Documentation.html,
2500 config.inc.php: patch #1257134, removed code to display the warning if
2501 PmaAbsoluteUri is not set. A notice will still display if the autodetect
2502 code is unable to figure out the proper URI. Thanks to Isaac Bennetch
2504 2005-08-23 Michal Čihař <michal@cihar.com>
2505 * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
2506 using MySQL > 4.1.x (bug #1266626).
2507 * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
2508 used on some queries by MySQL 5.0.x (bug #1266623).
2510 2005-08-22 Michal Čihař <michal@cihar.com>
2511 * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
2512 Protect against possible XSS (bug #1265740), move input sanitizing to
2514 * config.inc.php, libraries/common.lib.php,
2515 libraries/config_import.lib.php, libraries/display_export.lib.php:
2516 Default charset for export is now configurable (RFE #1263772).
2518 2005-08-20 Marc Delisle <lem9@users.sourceforge.net>
2519 * libraries/common.lib.php, new error.php: patch #1258978, move common
2520 code for error pages out of common.lib.php, thanks to Sebastian Mendel
2521 * lang/german*: bug #1258956, typo
2522 * libraries/defines.lib.php, themes/original/info.inc.php,
2523 themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
2525 2005-08-19 Marc Delisle <lem9@users.sourceforge.net>
2526 * lang/chinese_traditional: Updates, thanks to Siu Sun.
2527 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2529 2005-08-18 Marc Delisle <lem9@users.sourceforge.net>
2530 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
2531 * lang/galician: Updates, thanks to Xosé Calvo.
2532 * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
2533 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2534 * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
2535 * lang/estonian: Update thanks to Alvar Soome - finsoft.
2536 * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
2537 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2538 * lang/catalan update, thanks to Xavier Navarro (xavin).
2539 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2540 * lang/norwegian: Update, thanks to Sven-Erik Andersen
2541 * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
2543 2005-08-16 Marc Delisle <lem9@users.sourceforge.net>
2544 * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
2545 server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
2546 themes/*/css/theme_right.css.php, themes/original/img/error.ico:
2547 patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
2549 2005-08-15 Marc Delisle <lem9@users.sourceforge.net>
2550 * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
2552 2005-08-14 Marc Delisle <lem9@users.sourceforge.net>
2553 * tbl_change.php: $goto was not encoded in the form, resulting in a
2554 problem after editing/saving a row (seen in IE6)
2555 * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
2556 patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
2557 and bug #1253125 (request URI too large), thanks to Sebastian Mendel
2558 * (many files): patch #1253465, avoid error messages for unset variables
2559 in PHP functions that require a parameter passed by reference,
2560 thanks to Sebastian Mendel
2562 2005-08-12 Marc Delisle <lem9@users.sourceforge.net>
2563 * header.inc.php: remove the 'InnoDB free' segment from table comments
2564 * footer.inc.php: bug #1257106, display problem in the left frame (IE)
2566 2005-08-11 Marc Delisle <lem9@users.sourceforge.net>
2567 * queryframe.php: shorten the path of db subtree items,
2568 thanks to Edward Rudd - urkle
2569 * config.inc.php, header.inc.php, tbl_properties_links.php,
2570 themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
2571 Documentation.html, libraries/config_import.lib.php: patch #1249528,
2572 move table comments to header and enable configuration of header for
2573 TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
2574 * db_details.php: undefined $header_url_qry
2575 * sql.php: bug #1255869, "MySQL returned an empty result set" not
2576 displayed in all cases
2578 2005-08-09 Marc Delisle <lem9@users.sourceforge.net>
2579 * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
2580 improve support when someone gets this error
2581 * Documentation.html: patch #1253248, links and anchors to every FAQ
2582 item, thanks to Alexander Schuch - ci-dev
2584 2005-08-08 Michal Čihař <michal@cihar.com>
2585 * libraries/export/htmlword.php: Fix undefined variable when exporting
2586 relations (bug #1253457).
2588 2005-08-08 Marc Delisle <lem9@users.sourceforge.net>
2589 * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
2591 * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
2592 /tbl_move_copy.php: patch #1253461 (code cleanup),
2593 thanks to Sebastian Mendel
2594 * libraries/sqlparser.lib.php: patch #1253478, variable initialization
2595 and code cleanup, thanks to Sebastian Mendel
2597 2005-08-07 Marc Delisle <lem9@users.sourceforge.net>
2598 * Documentation.html: Save button for PDF schema coordinates,
2599 thanks to Ryan Schmidt
2600 * server_privileges.php: undefined index $GLOBALS[''],
2601 thanks to Ryan Schmidt
2602 * queryframe.php: need at least 2 items to display a group in the
2603 database selector, thanks to Ryan Schmidt
2605 2005-08-06 Marc Delisle <lem9@users.sourceforge.net>
2606 * queryframe.php: fixes for tree subgroups in databases selector:
2607 escaping of special characters, display a db name inside its own
2608 group, and proper closing of optgroup, thanks to Ryan Schmidt
2610 2005-08-05 Marc Delisle <lem9@users.sourceforge.net>
2611 * Documentation.html, readme.php, license.php:
2612 bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
2614 2005-08-04 Michal Čihař <michal@cihar.com>
2615 * libraries/common.lib.php, export.php: Show error header on error to make
2616 clear that something bad has happened.
2618 2005-08-04 Marc Delisle <lem9@users.sourceforge.net>
2619 * queryframe.php: patch #1250899:
2620 - unified spaces between icons
2621 - cleaned html and php code
2622 - display of querywindow-icon now follows
2624 - always use no_js=1 if $cfg['QueryFrameJS'] == true
2625 thanks to Sebastian Mendel
2626 * Documentation.html: patch #1169308, FAQ 1.17a improved,
2627 thanks to Isaac Bennetch
2628 * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
2629 libraries/common.lib.php, /config_import.lib.php:
2630 patch #1246245, tree subgroups for databases (in selector),
2631 thanks to Edward Rudd - urkle
2632 * db_details.php, tbl_query_box.php: patch #1250935, interface
2633 improvements, thanks to Sebastian Mendel
2634 * tbl_create.php: bug #1252124, XSS on table creation page
2636 2005-08-02 Marc Delisle <lem9@users.sourceforge.net>
2637 * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
2638 table width should be limited by template if necessary,
2639 thanks to Sebastian Mendel - cybot_tm
2640 * server_databases.php: patch #1249371, correct calculation of colspan,
2641 and patch #1249414, display improvements, thanks to Sebastian Mendel;
2642 also, $dbstats should contain 0 or 1, not the colspan
2643 * sql.php: patch #1249451, display improvement for bookmark dialog,
2644 thanks to Sebastian Mendel
2645 * libraries/common.lib.php: patch #1249457, display improvements for Edit
2646 Explain etc dialog, thanks to Sebastian Mendel
2648 2005-08-01 Michal Čihař <michal@cihar.com>
2649 * lang/czech: Fix bad translation (is was translated to is not :-)),
2652 2005-08-01 Marc Delisle <lem9@users.sourceforge.net>
2653 * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
2654 * Documentation.html: "bug #1248598, explain another cause of the Missing
2657 2005-07-29 Marc Delisle <lem9@users.sourceforge.net>
2658 * tbl_change.php, lang/*: new message $strAndThen
2659 * libraries/dbg/profiling.php: patch #1160439, improvements,
2660 thanks to Glen Arason
2661 * scripts/upgrade.pl: patch #1198492, current version check,
2662 thanks to Herman van Rink - helmo
2664 2005-07-28 Marc Delisle <lem9@users.sourceforge.net>
2665 * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
2667 2005-07-26 Marc Delisle <lem9@users.sourceforge.net>
2668 * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
2669 after inserting a row
2670 * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
2671 RFE #1177459, BOOL column type
2673 2005-07-26 Michal Čihař <michal@cihar.com>
2674 * export.php: Use actual MIME type for CSV.
2676 2005-07-25 Marc Delisle <lem9@users.sourceforge.net>
2677 * tbl_change.php: insert another new row: dropdown choice should be sticky
2679 2005-07-24 Michal Čihař <michal@cihar.com>
2680 * libraries/check_user_privileges.lib.php: Undefined variable (bug
2682 * libraries/config_import.lib.php: Do not override theme properties when
2684 * libraries/select_theme.lib.php: Do not attempt to sort themes when
2685 themes are disabled (bug #1243883).
2687 2005-07-23 Marc Delisle <lem9@users.sourceforge.net>
2688 * tbl_properties_structure.php, tbl_properties.inc.php:
2689 bug #1157230, escape special chars in ENUM or SET
2691 2005-07-22 Marc Delisle <lem9@users.sourceforge.net>
2692 * db_details_structure.php: table creation should not be possible
2693 in information_schema
2694 * db_operations.php: those operations do not make sense on
2696 * browse_foreigners.php: bug #1242805, Show All does not work while
2697 browsing foreign values
2698 * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
2699 content were reversed (id-content showed content then id)
2701 2005-07-21 Marc Delisle <lem9@users.sourceforge.net>
2702 * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
2703 cookie-based login panel
2705 2005-07-20 Marc Delisle <lem9@users.sourceforge.net>
2706 * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
2708 2005-07-19 Marc Delisle <lem9@users.sourceforge.net>
2709 * translators.html: message about French translation will be in French
2711 2005-07-16 Marc Delisle <lem9@users.sourceforge.net>
2712 * libraries/string.lib.php: typo
2713 * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
2715 2005-07-14 Marc Delisle <lem9@users.sourceforge.net>
2716 * lang/*: removed unused strInvalidRowCount
2718 2005-07-13 Marc Delisle <lem9@users.sourceforge.net>
2719 * Documentation.html: how to enable the charset choice for exported file
2721 2005-07-13 Michal Čihař <michal@cihar.com>
2722 * libraries/common.lib.php: Use eval for config file including to catch
2723 parse errors (bug #1223319), on error page display config file that
2725 * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
2726 libraries/display_create_database.lib.php: Show box for creating
2727 database only if user has privileges to do so (bug #1167892).
2728 * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
2731 2005-07-12 Marc Delisle <lem9@users.sourceforge.net>
2732 * sql.php: for Insert row and Export, use post when the query is too big
2733 * export.php: bug #1116026, export under IE 6 (XP SP2)
2735 2005-07-11 Marc Delisle <lem9@users.sourceforge.net>
2736 * tbl_relations.php: bug #1227710, unsaved relations lost when changing
2739 2005-07-11 Michal Čihař <michal@cihar.com>
2740 * db_operations.php: Allow adding DROP TABLE when copying database (RFE
2743 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
2744 * config.inc.php, Documentation.html, libraries/common.lib.php,
2745 libraries/config_import.lib.php:
2746 Document previous foreign-key dropdown work, and also ensure that the
2747 configuration import code works properly with it.
2749 2005-07-10 Michal Čihař <michal@cihar.com>
2750 * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
2752 * Documentation.html, config.inc.php, left.php, queryframe.php,
2753 libraries/common.lib.php, libraries/config_import.lib.php,
2754 libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
2755 User can now have different theme per server (RFE #1231599).
2756 * config.inc.php: Add OLD_PASSWORD (bug #1216178).
2757 * main.php: Correct ALT attribute for image (bug #1232124).
2758 * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
2759 browsing state while deleting multiple rows (bug #1232624).
2760 * tbl_row_action.php: Fix undefined variable warning.
2761 * db_details_structure.php, db_operations.php, header.inc.php,
2762 querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
2763 tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
2764 libraries/functions.js, libraries/indexes.js: Show better error messages
2765 when checking numerical inputs (bug #1207402).
2766 * sql.php, libraries/common.lib.php: Use post for print view when query is
2767 too big (bug #1203692).
2769 2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
2770 * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
2771 Undefined variable order_img
2772 * libraries/functions.js: bug #1234098, invalid "normal" cursor style
2773 * queryframe.php: bug #1231804, query windows does not open in new window,
2774 thanks to Michael Keck
2775 * db_details_qbe.php: bug #1234616, minor theme text color issue
2777 2005-07-06 Marc Delisle <lem9@users.sourceforge.net>
2778 * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
2781 2005-07-04 Marc Delisle <lem9@users.sourceforge.net>
2782 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
2783 and Mastermnd for the 2.6.2 translation cleanup
2784 * tbl_properties_table_info.php: bug #1231917, commands out of sync
2786 2005-07-03 Marc Delisle <lem9@users.sourceforge.net>
2787 * Documentation.html: link in doc, thanks to Cedric Corazza
2790 2005-07-02 Marc Delisle <lem9@users.sourceforge.net>
2791 * db_operations.php: bug #1230224, db rename and old pmadb information
2793 2005-07-01 Marc Delisle <lem9@users.sourceforge.net>
2794 * Documentation.html: patch #1229673, improvement to big-file-import
2795 instructions, thanks to Isaac Bennetch - ibennetch
2797 2005-06-30 Marc Delisle <lem9@users.sourceforge.net>
2798 * lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
2799 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
2800 * lang/chinese_traditional: Updates, thanks to Siu Sun
2801 * lang/catalan update, thanks to Xavier Navarro (xavin).
2802 * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
2803 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2804 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2806 2005-06-29 Marc Delisle <lem9@users.sourceforge.net>
2807 * tbl_properties_table_info.php: bug #1228862, creating a table under
2808 MySQL 5.x with wrong table type
2810 2005-06-28 Marc Delisle <lem9@users.sourceforge.net>
2811 * tbl_properties_operations.php: bug #1225635,
2812 cannot change table's collation under MySQL 5.0.4
2814 2005-06-27 Michal Čihař <michal@cihar.com>
2815 * config.inc.php: Better comments describing multi server setup (patch
2817 * db_details_links.php: Place export tab on same place as on table page
2819 * tbl_properties_links.php: Switch browse and properties tabs
2820 * db_details_structure.php: Make order of icons same as on table view (RFE
2823 2005-06-24 Michal Čihař <michal@cihar.com>
2824 * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
2825 Remove error reporting.
2826 * config.inc.php, libraries/common.lib.php,
2827 libraries/config_import.lib.php, libraries/display_export.lib.php:
2828 Configurable file name templates (RFE #1226941).
2829 * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
2830 code for browsing directory with themes (RFE #1184251).
2831 * tbl_change.php: Use select instead of input, this saves some place and
2832 looks better (RFE #1169931).
2833 * tbl_change.php: Display column comment while editing data (RFE #860912).
2834 * lang/sync_lang.sh: Fix belarusian name.
2835 * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
2836 Add hex transformation (RFE #1100068).
2838 2005-06-24 Marc Delisle <lem9@users.sourceforge.net>
2839 * db_operations.php: problem renaming a db
2841 2005-06-24 Alexander M. Turek <me@derrabus.de>
2842 * lang/german-*.inc.php: Updates.
2843 * db_operations.php: Cleaning up Marc's code... ;-p
2845 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
2846 * config.inc.php, libraries/relation.lib.php,
2847 libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
2848 customizing foreign-key dropdown, take #2, now very customizable, incl max
2851 2005-06-23 Michal Čihař <michal@cihar.com>
2852 * lang/czech: Update.
2854 2005-06-22 Alexander M. Turek <me@derrabus.de>
2855 * tbl_properties_structure.php: Undefined index.
2857 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
2858 * config.inc.php, libraries/relation.lib.php: Support for customizing
2859 foreign-key dropdown, take #1.
2861 2005-06-22 Garvin Hicking <rabustoldmethatiforgotmyemailaddress@supergarv.de>
2862 * server_databases.php: Bug #1225315, wrong message displayed
2863 when no databases were dropped.
2864 * tbl_properties.inc.php: Patch #1225452, JS error for
2865 getting the value of a select field in certain browsers.
2867 2005-06-19 Marc Delisle <lem9@users.sourceforge.net>
2868 * lang/chinese_traditional: Updates, thanks to Siu Sun
2869 * lang/italian: Updates, thanks to Pietro Danesi
2870 * lang/finnish: update, thanks to Jouni Kahkonen
2871 * lang/norwegian: Update, thanks to Sven-Erik Andersen
2872 * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
2873 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
2874 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2876 2005-06-18 Marc Delisle <lem9@users.sourceforge.net>
2877 * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
2878 to use a reserved word as an identifier
2879 * db_operations.php, libraries/database_interface.lib.php:
2880 bug #1221359, Copying a db containing a MERGE table
2882 2005-06-12 Marc Delisle <lem9@users.sourceforge.net>
2883 * tbl_properties.inc.php: visually bind the Add x fields dialog to its
2885 * db_operations.php: bug #1215688, Copying database does not preserve
2886 default charset and collation
2887 ### 2.6.3-rc1 released
2889 2005-06-12 Olivier Mueller <om@omnis.ch>
2890 * lang/*, server_privileges.php: added strings for RFE #1197482:
2891 $strGeneratePassword, $strGenerate and $strCopy
2893 2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
2894 * tbl_properties_export.php: bug #1169791, exporting results from queries
2896 * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2897 * lang/finnish: update, thanks to Jouni Kahkonen
2898 * lang/norwegian: Update, thanks to Sven-Erik Andersen
2899 * lang/galician: Updates, thanks to Xosé Calvo.
2900 * lang/belarusian, libraries/select_lang.lib.php:
2901 belarusian is now belarusian_cyrillic; added belarusian_latin,
2902 thanks to Jaska Zedlik
2904 2005-06-08 Marc Delisle <lem9@users.sourceforge.net>
2905 * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
2906 feature in case of duplicate entry
2908 2005-06-07 Marc Delisle <lem9@users.sourceforge.net>
2909 * lang/tatarish*: updates, thanks to Albert Fazlí
2910 * config.inc.php: bug #1215950, typo in comment
2912 2005-06-06 Marc Delisle <lem9@users.sourceforge.net>
2913 * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
2914 translators.html: renamed "tatar" to "tatarish" (tatar is
2915 a different language and this translation is really tatarish)
2916 * lang/mongolian*, libraries/select_lang.lib.php,
2917 translators.html, Documentation.html, README:
2918 new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
2920 2005-06-05 Marc Delisle <lem9@users.sourceforge.net>
2921 * libraries/functions.js: bug #1207405, invalid SQL when creating
2922 table with zero fields
2923 * sql.php: bug #1204951, left frame browse icon alt tag
2924 not updated on emptying table
2926 2005-06-05 Michal Čihař <michal@cihar.com>
2927 * lang/czech: Update.
2929 2005-06-04 Marc Delisle <lem9@users.sourceforge.net>
2930 * lang/chinese_traditional: Updates, thanks to Siu Sun.
2931 * lang/finnish: update, thanks to Jouni Kahkonen
2932 * lang/norwegian: Update, thanks to Sven-Erik Andersen
2933 * db_details_structure.php: optional message $strNumberOfFields,
2934 will use $strFields if not defined
2935 * db_operations.php, lang/*: bug #1212997, db copy should not
2936 always perform CREATE DATABASE
2938 2005-06-03 Marc Delisle <lem9@users.sourceforge.net>
2939 * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
2940 translators.html, Documentation.html, README:
2941 new language (tatar), thanks to Albert Fazlí
2943 2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
2944 * Documentation.html: bug #1213761, hint about Hardened PHP
2945 and the Missing parameters problem, thanks to Klaus Dorninger
2947 2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
2948 * db_details_structure.php: patch 1209863, XHTML validity,
2949 thanks to Ryan Schmidt
2951 2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
2952 * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
2953 thanks to Ryan Schmidt
2954 * footer.inc.php: bug #1209891, db list not refreshed when the left
2955 frame is positionned on a db, then a manual DROP DATABASE it done
2957 * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
2958 refresh the queryframe
2960 2005-05-27 Marc Delisle <lem9@users.sourceforge.net>
2961 * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
2962 when field type changes
2964 2005-05-26 Marc Delisle <lem9@users.sourceforge.net>
2965 * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
2966 * sql.php: bug #1204913, left frame update on manual table rename
2968 2005-05-25 Marc Delisle <lem9@users.sourceforge.net>
2969 * tbl_properties.inc.php: bug #1207404, undefined variables
2971 2005-05-24 Marc Delisle <lem9@users.sourceforge.net>
2972 * libraries/common.lib.php: bug #1207395, undefined theme_generation
2973 and theme_version, thanks to Ryan Schmidt
2974 * tbl_properties_operations.php: bug #1207212, changing table type
2977 2005-05-22 Marc Delisle <lem9@users.sourceforge.net>
2978 * libraries/charset_conversion.lib.php: diacritics wrongly converted
2979 in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
2980 * tbl_properties_structure.php, tbl_properties.inc.php,
2981 libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
2982 * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
2983 * themes/[darkblue_orange|original]/css/theme_print.css.php:
2984 spelling error Hevetica -> Helvetica, thanks to Castorius and
2985 Isaac Bennetch - ibennetch
2987 2005-05-19 Marc Delisle <lem9@users.sourceforge.net>
2988 * tbl_select.php: bug #1204235, searching on a VARBINARY field
2990 2005-05-18 Marc Delisle <lem9@users.sourceforge.net>
2991 * export.php: bug #1193442, 8 extra spaces at end of export area,
2992 thanks to Ryan Schmidt
2993 * db_details_structure.php: bug #1193430, zero_rows parameter
2994 not url-encoded, thanks to Ryan Schmidt
2996 2005-05-17 Marc Delisle <lem9@users.sourceforge.net>
2997 * server_privileges.php, libraries/server_privileges.js:
2998 make the password generator work also on user account editing
3000 2005-05-17 Olivier Mueller <om@omnis.ch>
3001 * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
3002 password generator on user creation. RFC: ok like that? TODO: add strings.
3004 2005-05-15 Marc Delisle <lem9@users.sourceforge.net>
3005 * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
3006 of query is applied to appended LIMIT as well
3008 2005-05-13 Marc Delisle <lem9@users.sourceforge.net>
3009 * tbl_printview.php: bug #1178760, header not sent when displaying
3010 print view of multi tables, thanks to Hrvoje Novosel - interghost
3011 * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
3012 mousedown, thanks to Ken Stanley - eclipsboi
3014 2005-05-11 Marc Delisle <lem9@users.sourceforge.net>
3015 * tbl_properties.inc.php: bug #1069012, table collation forgotten
3017 * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
3018 showing the details of a storage engine under MySQL 4.0.x
3020 2005-05-10 Marc Delisle <lem9@users.sourceforge.net>
3021 * libraries/sqlparser.lib.php: bug #1198156, undefined variable
3022 when exporting without enclosing with backquotes
3024 2005-05-08 Marc Delisle <lem9@users.sourceforge.net>
3025 * db_details_links.php: patch #1196806, add a Privileges tab
3026 in db view, thanks to Herman van Rink - helmo
3027 * server_privileges.php: add a back link to the db on which
3028 we are checking privileges
3029 * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
3030 with USE followed with a db name containing an hyphen
3031 * read_dump.php: bug #1189664, js error when 2 queries submitted at once
3033 2005-05-08 Olivier Mueller <om@omnis.ch>
3034 * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
3035 with one command and 5 seconds. To be improved, but is working fine
3036 here (tm). Based on: http://www.phpmyadmin.net/latest.txt
3037 * server_privileges.php: always display the "Add a new user" link
3038 on the User overview page (no more need to click on [show all] or
3041 2005-05-05 Marc Delisle <lem9@users.sourceforge.net>
3042 * libraries/mysql_charsets.lib.php: bug #1186983, missing character
3043 sets and collations (temporary workaround)
3044 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3046 2005-05-04 Marc Delisle <lem9@users.sourceforge.net>
3047 * Documentation.html: improvement about PmaAbsoluteUri,
3048 thanks to Isaac Bennetch - ibennetch
3050 2005-05-03 Marc Delisle <lem9@users.sourceforge.net>
3051 * libraries/common.lib.php: bug #1185152, setting collation for a field,
3052 thanks to Ryan Schmidt - ryandesign
3054 2005-05-02 Marc Delisle <lem9@users.sourceforge.net>
3055 * export.php: bug #1123284, avoid double compression when
3056 zlib.output_compression is On, thanks to unclef at users.sourceforge.net
3057 * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
3058 thanks to Ryan Schmidt - ryandesign
3060 2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
3061 * server_status.php: bug #1193225, missing </ul>
3062 * tbl_properties.inc.php: bug #1193353, js error on creating table
3064 2005-04-30 Marc Delisle <lem9@users.sourceforge.net>
3065 * db_operations.php, libraries/tbl_move_copy.php:
3066 bug #1192468, bookmarks copied too many times
3068 2005-04-27 Marc Delisle <lem9@users.sourceforge.net>
3069 * lang/finnish: update, thanks to Jouni Kahkonen
3070 * lang/russian: update, thanks to lobovich
3071 * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
3073 2005-04-26 Marc Delisle <lem9@users.sourceforge.net>
3074 * tbl_properties_structure.php, tbl_properties.inc.php:
3075 bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
3076 * lang/finnish: big update, thanks to Jouni Kahkonen
3078 2005-04-25 Marc Delisle <lem9@users.sourceforge.net>
3079 * libraries/sqlparser*: bug #1185173. A query using the Storage
3080 table name and an alias, returned no result. I changed the
3081 parser to add a list of "forbidden" reserved words, as listed
3082 in the MySQL manual (reserved words). Those are not allowed
3083 as a table/column name, but others (like Storage) are allowed.
3084 Now the query works. TODO: do not pretty print in color,
3086 * libraries/common.lib.php: bug #1179241, wrong escaping of
3087 apostrophe in generated PHP code
3089 2005-04-25 Michal Čihař <michal@cihar.com>
3090 * lang/czech: Update.
3091 * lang/english: Fix typo.
3093 2005-04-24 Marc Delisle <lem9@users.sourceforge.net>
3094 * left.php, queryframe.php: bug #1168784, please respect the db order
3097 2005-04-16 Marc Delisle <lem9@users.sourceforge.net>
3098 * lang/chinese_simplified: Updates, thanks to mysf at etang.com
3099 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3100 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3101 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3102 * lang/galician: Updates, thanks to Xosé Calvo.
3103 * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
3104 * tbl_properties_export.php: bug #1180860, error going from Export
3108 2005-04-14 Marc Delisle <lem9@users.sourceforge.net>
3109 * db_details_structure.php: Search icon centering
3111 2005-04-13 Marc Delisle <lem9@users.sourceforge.net>
3112 * tbl_alter.php: undefined $field_comments
3114 2005-04-10 Alexander M. Turek <me@derrabus.de>
3115 * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3117 2005-04-10 Marc Delisle <lem9@users.sourceforge.net>
3118 * lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
3119 * server_privileges.php: bug #1179969, problem editing a user's profile
3120 (and there was a problem also with the detection of
3121 an already existing user)
3123 2005-04-09 Alexander M. Turek <me@derrabus.de>
3124 * libraries/sqlparser.data.php: Added keyword ROUTINE.
3126 2005-04-08 Marc Delisle <lem9@users.sourceforge.net>
3127 * lang/catalan update, thanks to Xavier Navarro (xavin).
3129 2005-04-07 Alexander M. Turek <me@derrabus.de>
3130 * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
3132 * lang/*.inc.php: New messages for MySQL 5.0 privileges.
3134 2005-04-07 Marc Delisle <lem9@users.sourceforge.net>
3135 * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
3136 * libraries/common.lib.php: wrong test when the field's type is
3137 TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
3139 2005-04-03 Marc Delisle <lem9@users.sourceforge.net>
3140 ### 2.6.2-rc1 released
3142 2005-04-01 Marc Delisle <lem9@users.sourceforge.net>
3143 * tbl_addfield.php: TIMESTAMP options support
3144 * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
3145 for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type) * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
3146 set to NULL to have the NULL attribute
3147 * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
3148 with FK constraints to a table in the same db
3150 2005-03-31 Alexander M. Turek <me@derrabus.de>
3151 * left.php: Undefined offset (Bug #1174045).
3153 2005-03-31 Marc Delisle <lem9@users.sourceforge.net>
3154 * Documentation.html: added FAQ 5.17 about problem with
3155 Firefox when the Tabbrowser Extensions plugin is installed
3156 * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
3157 * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
3158 made dynamic, depending on the field's type
3159 * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
3161 2005-03-30 Alexander M. Turek <me@derrabus.de>
3162 * server_databases.php: Bug #1172782 (Don't allow to drop
3163 information_schema).
3164 * libraries/mysql_charsets.lib.php: Typo.
3165 * lang/german-*.inc.php: Better translation.
3167 2005-03-30 Marc Delisle <lem9@users.sourceforge.net>
3168 * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
3169 thanks to Isaac Bennetch - ibennetch
3170 * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
3171 * lang/*: removed unused message and modified strCheckOverhead
3172 where still untranslated
3173 * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
3174 modifying TIMESTAMP options, the table structure editing form
3175 was shown without the new options.
3177 2005-03-29 Marc Delisle <lem9@users.sourceforge.net>
3178 * libraries/common.lib.php: XSS vulnerability on convcharset
3180 2005-03-29 Alexander M. Turek <me@derrabus.de>
3181 * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
3182 unavailable collations (bug #1172517).
3184 2005-03-28 Alexander M. Turek <me@derrabus.de>
3185 * left.php: Implemented the forgotten view icon.
3187 2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
3188 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3189 * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
3191 ### 2.6.2-beta1 released
3193 2005-03-27 Alexander M. Turek <me@derrabus.de>
3194 * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
3195 themes as imcompatible because of recent changes.
3196 * libraries/information_schema_relations.lib.php,
3197 libraries/relation.lib.php: information_schema relations.
3199 2005-03-26 Alexander M. Turek <me@derrabus.de>
3200 * libraries/engines/innodb.lib.php: Caught possible devision by zero.
3201 * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
3202 lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
3203 lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
3204 Added more Latin9 language files.
3206 2005-03-25 Marc Delisle <lem9@users.sourceforge.net>
3207 * tbl_properties.inc.php: bug #1170255, undefined index: Field
3209 2005-03-25 Alexander M. Turek <me@derrabus.de>
3210 * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
3211 for marking a functionality as unavailable.
3212 * libraries/relation.lib.php:
3213 - Removed recoding function calls from controluser queries as they do
3214 not depend on the connection charset anymore;
3215 - Added emulated relations for some information_schema tables. To be
3218 2005-03-24 Alexander M. Turek <me@derrabus.de>
3219 * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
3220 libraries/database_interface.lib.php:
3221 - Force separate connection for controluser queries;
3222 - Don't apply collation_connection settings to controluser connections.
3223 * lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
3224 * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
3226 2005-03-22 Marc Delisle <lem9@users.sourceforge.net>
3227 * header.inc.php: undefined index tbl_is_view when copying a table
3228 with constraints and an error occurs
3230 2005-03-20 Marc Delisle <lem9@users.sourceforge.net>
3231 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3232 * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
3234 2005-03-19 Alexander M. Turek <me@derrabus.de>
3235 * lang/german-*.inc.php: Translations #1120157 (bad translation of
3236 $strAddSearchConditions).
3237 * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
3238 Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
3239 * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
3240 lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
3241 the German and French language files for testing.
3243 2005-03-19 Marc Delisle <lem9@users.sourceforge.net>
3244 * lang/catalan update, thanks to Xavier Navarro (xavin).
3245 * lang/russian update, thanks to gunsky
3246 * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
3248 2005-03-18 Marc Delisle <lem9@users.sourceforge.net>
3249 * lang/estonian: Update thanks to Alvar Soome - finsoft.
3250 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3251 * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
3253 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
3254 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3256 2005-03-18 Alexander M. Turek <me@derrabus.de>
3257 * lang/german-*.inc.php: Updates.
3259 2005-03-17 Marc Delisle <lem9@users.sourceforge.net>
3260 * Documentation.html: bug #1165148, typo in Documentation.html
3261 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3262 * lang/galician: Updated, thanks to Xosé Calvo.
3264 2005-03-16 Marc Delisle <lem9@users.sourceforge.net>
3265 * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
3266 config.inc.php (comment only), libraries/common.lib.php:
3267 experimental support for table structure editing with MySQL 4.1.2+
3270 2005-03-13 Marc Delisle <lem9@users.sourceforge.net>
3271 * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
3273 2005-03-12 Marc Delisle <lem9@users.sourceforge.net>
3274 * tbl_properties_structure.php, libraries/sqlparser.lib.php:
3275 start merging code for MySQL 4.1.2 TIMESTAMP options support
3277 2005-03-10 Alexander M. Turek <me@derrabus.de>
3278 * libraries/relation.lib.php: Bug #1159415.
3280 2005-03-10 Marc Delisle <lem9@users.sourceforge.net>
3281 * libraries/database_interface.lib.php, libraries/relation.lib.php:
3282 problem with getting comments when creating a new table under MySQL 4.1.x
3283 with mysql extension
3285 2005-03-09 Marc Delisle <lem9@users.sourceforge.net>
3286 * db_operations.php: db comments updating broken
3287 * libraries/relation.lib.php: bug #1159415, data dictionary broken
3289 2005-03-08 Michael Keck <mkkeck@users.sourceforge.net>
3290 * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
3291 versions of insert-row icons.
3293 2005-03-08 Marc Delisle <lem9@users.sourceforge.net>
3294 * lang/french update
3296 2005-03-07 Marc Delisle <lem9@users.sourceforge.net>
3297 * libraries/relation.lib.php: db comments broken
3298 * libraries/dbi/*.php, lang/*: new $strSocketProblem message
3299 * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
3300 bookmark improvement,
3301 based on patch #1034161 by Ryan Schmidt - ryandesign:
3302 sort bookmarks by label, remove the number before each bookmark
3303 in the drop-down choice. For this I had to change some logic in the
3304 calling scripts. It's still possible to have the same label more
3307 2005-03-07 Michal Čihař <michal@cihar.com>
3308 * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
3309 libraries/header_meta_style.inc.php: Actually use print style in themes,
3310 also fixes RFE #1120880.
3311 * sql.php: Better calculate inserted row id (bug #1156963).
3312 * db_details_links.php, db_details_structure.php: Show database comment on
3313 each tab (same as we do with table comments).
3315 2005-03-06 Michael Keck <mkkeck@users.sourceforge.net>
3316 * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
3317 versions of drop icons.
3319 2005-03-06 Michal Čihař <michal@cihar.com>
3320 * export.php, libraries/display_export.lib.php, config.inc.php,
3321 libraries/config_import.lib.php, libraries/export/htmlexcel.php,
3322 libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
3323 2000 export (RFE #1155122).
3324 * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
3325 engine" translation.
3326 * lang/english: Nothing to translate here.
3327 * Documentation.html: Document new Excel export.
3328 * config.inc.php, libraries/config_import.lib.php,
3329 libraries/display_export.lib.php, libraries/export/htmlword.php: Word
3330 export now can contain table structure and better handles more
3331 tables/databases export.
3332 * db_operations.php, export.php, main.php, tbl_move_copy.php,
3333 libraries/common.lib.php, libraries/select_theme.lib.php,
3334 libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
3335 / to end of path (bug #1155373).
3337 2005-03-06 Marc Delisle <lem9@users.sourceforge.net>
3338 * libraries/relation.lib.php, /display_export.lib.php,
3339 /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
3340 the "Add into comments ... Comments" choice, since they are
3341 part of the structure
3343 2005-03-06 Alexander M. Turek <me@derrabus.de>
3344 * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
3345 activity statistics.
3346 * server_status.php: Removed InnoDB Status sub-page. It is now part of
3348 * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
3350 * libraries/mysql_charsets.lib.php: Don't check the character set of the
3351 virtual database "information_schema" (MySQL 5.0).
3352 * db_details_links.php, db_details_structure.php: Don't allow the user to
3353 change anything in MySQL 5.0's information_schema database.
3355 2005-03-05 Marc Delisle <lem9@users.sourceforge.net>
3356 * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
3357 tbl_create.php, libraries/common.lib.php, /relation.lib.php,
3358 /database_interface.lib.php: MySQL 4.1.x native comments
3360 2005-03-05 Alexander M. Turek <me@derrabus.de>
3361 * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
3362 libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
3363 libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
3364 libraries/engines/myisam.lib.php:
3365 - Moved engine-specific settings into plugins;
3366 - Added ability to create multiple sub-pages in server_engines.php for
3368 - Added a few InnoDB variables. To be continued. :-)
3369 - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
3371 2005-03-04 Marc Delisle <lem9@users.sourceforge.net>
3372 * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
3373 Missing parameters, and when the error happens, show a link to FAQ
3375 2005-03-03 Alexander M. Turek <me@derrabus.de>
3376 * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
3378 * header.inc.php: Wrong icon for views.
3379 * libraries/sqlparser.data.php: Added more missing date / time functions.
3381 2005-03-02 Michal Čihař <michal@cihar.com>
3382 * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
3383 modes not available in current MySQL version, do not fail on error when
3384 setting SQL_MODE (bug #1155209).
3386 2005-03-02 Marc Delisle <lem9@users.sourceforge.net>
3387 * main.php: bug #1154307, wrong text for alt,
3388 thanks to Isaac Bennetch - ibennetch
3389 * Documentation.html: bug #1126156, FAQ 6.12 reworked,
3390 thanks to Isaac Bennetch - ibennetch
3392 2005-03-01 Marc Delisle <lem9@users.sourceforge.net>
3393 * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
3394 thanks to Ryan Schmidt
3395 * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
3398 2005-02-27 Alexander M. Turek <me@derrab.us>
3399 * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
3400 and GET_FORMAT (bug #1152310).
3402 2005-02-27 Michal Čihař <michal@cihar.com>
3403 * server_binlog.php: MySQL 5 compatibility (bug #1151960).
3405 2005-02-26 Marc Delisle <lem9@users.sourceforge.net>
3406 * Documentation.html: added FAQ 5.16 about various IE and Windows
3407 problems. Thanks to Michael Keck.
3408 * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
3410 2005-02-24 Alexander M. Turek <me@derrabus.de>
3411 * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
3413 2005-02-23 Marc Delisle <lem9@users.sourceforge.net>
3414 * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
3415 blowfish_secret is empty
3417 2005-02-23 Alexander M. Turek <me@derrabus.de>
3418 * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
3419 * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
3420 (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
3421 * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
3422 we had already commented out a long time ago.
3424 2005-02-22 Alexander M. Turek <me@derrabus.de>
3425 * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
3428 2005-02-21 Marc Delisle <lem9@users.sourceforge.net>
3429 * pdf_pages.php: patch #1120466 (modified): optional column names
3430 in visual scratchboard, thanks to Remco Aalbers - remcoa
3432 2005-02-17 Marc Delisle <lem9@users.sourceforge.net>
3433 * header.inc.php, queryframe.php: HTML improvement,
3434 thanks to Armel Fauveau
3435 * server_privileges.php: bug #1113788, escaping character removed by error
3437 2005-02-16 Alexander M. Turek <me@derrabus.de>
3438 * db_details_export.php: Views are not exportable yet.
3439 * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
3440 * server_engines.php: Use new CSS class 'disabled' for unavailable
3443 2005-02-14 Michal Čihař <michal@cihar.com>
3444 * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
3445 indexes for print view, use same function as for normal view (bug
3447 * css/print.css, libraries/tbl_indexes.lib.php,
3448 libraries/header_meta_style.inc.php: Use CSS for hiding print button
3449 rather than javascript.
3451 2005-02-14 Marc Delisle <lem9@users.sourceforge.net>
3452 * tbl_properties_table_info.php: avoid errors #1046, no database selected
3454 * lang/romanian: Updated, thanks to Valics Lehel.
3456 2005-02-13 Marc Delisle <lem9@users.sourceforge.net>
3457 * lang/french update
3458 * server_privileges.php: bug #1118137, host not changing when editing user
3460 2005-02-10 Marc Delisle <lem9@users.sourceforge.net>
3461 * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
3463 2005-02-09 Marc Delisle <lem9@users.sourceforge.net>
3464 * config.inc.php, Documentation.html: bug #1115327, document the
3465 maximum number of characters for blowfish_secret
3467 2005-02-09 Alexander M. Turek <me@derrabus.de>
3468 * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
3470 2005-02-08 Michal Čihař <michal@cihar.com>
3471 * export.php: Fix export of SQL for Safari (bug #1113015).
3473 2005-02-07 Marc Delisle <lem9@users.sourceforge.net>
3474 * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
3475 do not send a boolean to mysqli_free_result() or mysql_free_result(),
3476 it expects a result resource
3477 * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
3478 using "copy table" operation
3479 * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
3482 2005-02-07 Alexander M. Turek <me@derrabus.de>
3483 * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
3486 2005-02-06 Alexander M. Turek <me@derrabus.de>
3487 * header.inc.php, tbl_properties_table_info.php: View detection for
3489 * tbl_properties_links.php: Adjusted tab bar for views.
3491 2005-02-05 Marc Delisle <lem9@users.sourceforge.net>
3492 * tbl_relation.php: removed comments handling (pmadb-style) from relation view
3494 2005-02-04 Michal Čihař <michal@cihar.com>
3495 * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
3497 2005-02-03 Alexander M. Turek <me@derrabus.de>
3498 * tbl_addfield.php: Bug #1040682 (adding field with collation).
3500 2005-02-02 Marc Delisle <lem9@users.sourceforge.net>
3501 * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
3502 to mysqli_num_rows() or mysql_num_row(), it expects a result resource
3503 * tbl_properties.inc.php: bug #1114550, changing the type of
3504 a float unsigned column
3506 2005-01-30 Marc Delisle <lem9@users.sourceforge.net>
3507 * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
3508 cannot be used with MYSQL_USE_RESULT
3510 2005-01-29 Alexander M. Turek <me@derrabus.de>
3511 * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
3512 the Janapese language file under MySQL 4.1.
3514 2005-01-28 Marc Delisle <lem9@users.sourceforge.net>
3515 * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
3516 function PMA_reloadNavigation(). A failed connection was not properly
3518 * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
3519 parameter 1 to be a result
3521 2005-01-27 Marc Delisle <lem9@users.sourceforge.net>
3522 * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
3524 * libraries/display_tbl.lib.php: the LongOperation message should
3527 2005-01-27 Michal Čihař <michal@cihar.com>
3528 * read_dump.php: Fix detection of SELECT query to display on multiple
3529 submits (bug #1110727).
3531 2005-01-23 Marc Delisle <lem9@users.sourceforge.net>
3532 * tbl_query_box.php: bug #1107937, undefined $fields_list
3533 * lang/estonian: Update thanks to Alvar Soome - finsoft.
3536 2005-01-23 Michal Čihař <michal@cihar.com>
3537 * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
3540 2005-01-23 Alexander M. Turek <me@derrabus.de>
3541 * libraries/sqlparser.data.php: Added some keywords.
3543 2005-01-22 Marc Delisle <lem9@users.sourceforge.net>
3544 * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
3545 and fix a typo "boommark"
3546 * lang/galician: Updated, thanks to Xosé Calvo.
3547 * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
3549 2005-01-20 Michael Keck <mkkeck@users.sourceforge.net>
3550 * libraries/tooltip.js: new JS library for tooltips (hints)
3551 * libraries/common.lib.php: img tag modified for mouseover / mouseout
3553 * header.inc.php: needed div-container for tooltips
3554 * footer.inc.php: linking to js-file tooltip.js
3555 * themes/.../theme_right.css.php: tooltip class
3556 * querywindow.php / tbl_query_box.php: resizing the querywindow if it
3558 * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
3559 * themes/.../theme_right.css.php: new class for disabled (not available)
3560 text / values / messages
3561 * libraries/tooltip.js: removed wrong typos (sorry)
3563 2005-01-20 Alexander M. Turek <me@derrabus.de>
3564 * server_engines.php, server_links.inc.php: Use Michael's new icon for
3566 * main.php: Added link to storage engines sub-page.
3568 2005-01-18 Marc Delisle <lem9@users.sourceforge.net>
3569 * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
3570 lang/*.php: bug #1084820: ask a confirmation when a user wants to
3571 reach the End of rows, and count the exact number of rows to
3573 TODO: page number selector
3574 * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
3575 to reveal the full message for browsers who truncate it,
3576 thanks to Alexander for the suggestion
3578 2005-01-18 Alexander M. Turek <me@derrabus.de>
3579 * server_engines.php, server_links.php libraries/storage_engines.lib.php:
3580 - Emulation for < MySQL 4.1.2;
3581 - BerkeleyDB version information.
3582 * tbl_properties.inc.php, tbl_properties_operations.php,
3583 libraries/storage_engines.lib.php: Auto-generated engine selection
3585 * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
3587 2005-01-17 Michael Keck <mkkeck@users.sourceforge.net>
3588 * libraries/common.lib.php: modified function for
3589 Add a link by MySQL-Error #1062 - Duplicate entry
3590 (feature request #1036254)
3592 2005-01-17 Michal Čihař <michal@cihar.com>
3593 * lang/czech: Fix typos (translation #1103785).
3595 2005-01-17 Alexander M. Turek <me@derrabus.de>
3596 * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
3599 2005-01-16 Marc Delisle <lem9@users.sourceforge.net>
3600 * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
3601 #1060 in the logic for error #1062
3603 2005-01-15 Alexander M. Turek <me@derrabus.de>
3604 * server_engines.php, server_links.inc.php, lang/*.inc.php,
3605 libraries/storage_engines.php: Detailed storage engines status
3608 2005-01-12 Alexander M. Turek <me@derrabus.de>
3609 * tbl_properties_table_info.inc.php: Basic view detection.
3610 * tbl_properties_structure.php: Disabled table-specific interface elements
3613 2005-01-11 Alexander M. Turek <me@derrabus.de>
3614 * libraries/relation.lib.php:
3615 - Removed redundant code;
3616 - Fixed some comments.
3617 * tbl_properties_structure.php: Corrected TH numbering.
3618 * db_details_structure.php: Small design glitch with "in use" tables.
3619 * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
3620 - Views are now displayed correctly within the table list;
3621 - Added ability to drop views from the db structure page.
3622 TODO: It is not yet possible to drop a view from the table sub pages.
3624 2005-01-11 Marc Delisle <lem9@users.sourceforge.net>
3625 * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
3628 2005-01-10 Michal Čihař <michal@cihar.com>
3629 * lang/czech: Fix typo (translation #1099459).
3631 2005-01-10 Olivier Mueller <om@omnis.ch>
3632 * README: copyright, we're in 2005
3634 2005-01-09 Marc Delisle <lem9@users.sourceforge.net>
3635 * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
3636 * lang/catalan update, thanks to Xavier Navarro (xavin).
3637 * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
3638 * lang/dutch: Updates, thanks to Ivo Teel.
3639 * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
3640 * lang/galician: Updated, thanks to Xosé Calvo.
3641 * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
3642 ### 2.6.1-rc2 released
3644 2005-01-07 Marc Delisle <lem9@users.sourceforge.net>
3645 * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
3646 a FLOAT field in MySQL 4.1.x
3648 2005-01-07 Michal Čihař <michal@cihar.com>
3649 * Documentation.html, tbl_change.php, tbl_properties.inc.php,
3650 libraries/functions.js, libraries/tbl_change.js,
3651 libraries/keyhandler.js: Use Option key for Safari for moving (bug
3652 #1094137), move key handler function to separate file so we have only
3653 one, make movement work correctly in vertical display of properties.
3654 * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
3657 2005-01-06 Marc Delisle <lem9@users.sourceforge.net>
3658 * tbl_change.php: removed old PHP3-workaround that caused problems
3659 with field names like '000'
3661 2005-01-05 Michal Čihař <michal@cihar.com>
3662 * tbl_properties_operations.php: Fix changning table parameters if it has
3663 no auto increment (bug #1096246).
3665 2005-01-04 Alexander M. Turek <me@derrabus.de>
3666 * lang/german-*.inc.php:
3667 - Updates and small corrections;
3668 - Synchronized translation with the German MySQL documentation.
3670 2005-01-03 Michal Čihař <michal@cihar.com>
3671 * export.php: Use standardised mime types and use content encoding for
3672 gzip/bzip2. I hope this will fix double gzip compression as in bug
3675 2005-01-01 Michal Čihař <michal@cihar.com>
3676 * tbl_alter.php: Don't try to set collation for non text fields (bug
3678 * sql.php: Do not forget reloading when launching multiple queries (bug
3681 --- Older ChangeLogs can be found on our project website ---
3682 http://www.phpmyadmin.net/old-stuff/ChangeLogs/
3684 # vim: et ts=4 sw=4 sts=4
3685 # vim: ft=changelog fenc=utf-8 encoding=utf-8
3686 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
3687 # vim: fdn=1 fdm=expr