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