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