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