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