Updated documentation.
[openemr.git] / interface / main / myadmin / ChangeLog
blobaa363944ff5ce4e219bf542ceceb4d9560144ee0
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2004-01-03 Marc Delisle  <lem9@users.sourceforge.net>
9     ### 2.5.5pl1 released
11 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
12     * db_details_structure.php: bug 868996, debug code still in place,
13       thanks to Matthias Fichtner (mfichtner)
14     * browse_foreigners.php: paging does not work; obey RepeatCells=0
15     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
16     * lang/czech: wrong charset for windows-1250 (for Michal)
18 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
19     * tbl_select.php: bug 867320, dropdowns in search page
21 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
22     ### 2.5.5 released
24 2003-12-28 Alexander M. Turek  <tragickingdom@derrabus.de>
25     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
27 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
28     * Documentation.html: FAQ 6.22: default bookmark execution
30 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
31     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
33 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
34     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
36 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
37     * lang/sync_lang.sh: Fix generation of translation, when source is in
38       utf-8.
39     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
40       noticing this.
42 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
43     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
45 2003-12-15 Garvin Hicking  <me@supergarv.de>
46     * tbl_replace.php: Check all required array indizes for multi-row edit
48 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
49     * read_dump.php: bug 859062: Go & Bookmark problem when the
50       query has a character like "+" in it
52 2003-12-14 Marc Delisle  <lem9@users.sourceforge.net>
53     ### 2.5.5-rc2 released
55 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
56     * export.php: Fixed Regex
58 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
59     * libraries/export/sql.php: Fix moving foreign key definition on Windows
60       (bug #851950).
62 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
63     * tbl_replace.php: missing number of rows for Affected rows
64       and Inserted rows; wrong message for insert ids
65     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
67 2003-12-11 Garvin Hicking <me@supergarv.de>
68     * header_printview.inc.php: RFE #856503, show number of rows in printview
69     * db_details.php: Removed unneccessary whitespace
70     * sql.php: Bug #857742: When dropping the only remaining database, an
71       error occured. Fixed by checking if databases remein (as suggested
72       by lem9)
73     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
74       #857684 where non-existant fields caused PHP notices.
76 2003-12-10 Garvin Hicking <me@supergarv.de>
77     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
78       delimiter slipped to the replacement's end instead of the expression's
79       end.
80     * db_details_structure.php: Bug 857315 - short open tag fixed
82 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
83     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
84     * main.php: bug 851564: backquotes on the wildcard dbname
85       when no controluser is defined
86     * db_datadict.php: bug 857186: ENUMs and data dictionary,
87       thanks to Andrew Weiner (landreww) for the report and fix
89 2003-12-09 Garvin Hicking <embatag@supergarv.de>
90     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
91     * lang/german*: Translations
92     * left.php: Escape single quotes in single-table cases as well
93       (Bug #855771)
95 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
96     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
98 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
99     ### 2.5.5-rc1 released
101 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
102     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
104 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
105     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
106       and added some isset for a new check
108 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
109     * libraries/transformations/text_plain__dateformat.inc.php:
110       Use <dfn>-Tag to display original data to not waste display
111       clarity by using hyperlinks. Original implementation also
112       failed when using customized options.
114 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
115     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
116     * libraries/transformations/text_plain__dateformat.inc.php:
117       patch 845690: show real data before transformation
118     * left.php: bug 833790: put a workaround in place
120 2003-12-04 Garvin Hicking <grinch@supergarv.de>
121     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
122       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
123       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
124       Multi row edit via checkboxes in browse mode is now available.
125       This means, you can edit multiple records at once now.
126     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
127        (un)nullify() function
128     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
129       Made checkbox/edit/delete fields smaller
131 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
132     * libraries/display_tbl.lib.php: the constant used to check
133       if the transformation function is included no longer exists
134     * libraries/transformations/: replaced "include" by "require_once"
135     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
136     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
137     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
138     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
139     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
141 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
142     * main.php: Fixed one remaining preg_match
144 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
145     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
147 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
148     * Almost every file:
149       - Replaced all include / require commands by require_once where possible;
150       - Further php 4.1+ optimizations;
151       - footer.inc.php now automatically stops the script execution;
152       - Coding standards.
153     * config.inc.php: Don't include select_lang.lib.php here.
154     * libraries/common.lib.php: Backwards compatibility.
155     * libraries/common.lib.php, libraries/defines.lib.php,
156       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
157       scripts/create-release.sh:
158       defines.lib.php was included twice. For optimization reasons I moved all
159       the code that is independent from the MySQL connection out of defines.lib
160       into defines_php.lib.
161       To point out the (new) meanings of the files I renamed defines.lib.php to
162       defines_mysql.lib.php while defines_php.lib.php is now known as
163       defines.lib.php.
165 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
166     * lang/check_lang.sh: Cleanup.
167     * lang/sort_lang.sh: Cleanup.
168     * lang/czech: Better translated some strings.
170 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
171     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
172     * lang/hindi: update, thanks to Girish Nair (girish_nair)
173     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
174     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
176 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
177     * translators.html: Changed email of Hindi translator, again.
178     * badwords.txt: File is obsolete.
180 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
181     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
182       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
183       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
184       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
185       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
187       Reverted some obfuscated regular expressions to their working eregi-versions
188       to not break stuff. Removed unneccessary reset() calls, replaced some more
189       while(list()) constructs.
190     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
191       libraries/common.lib.php, libraries/display_tbl.lib.php,
192       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
193       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
195       - When stored transformations have '.php3' ending, automagically assume '.php' now.
196       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
197         linebreaks.
199 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
200     * lang/german-*.inc.php: Updates.
201     * lang/english-*.inc.php: Sortation.
203 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
204     * tbl_rename.php: give an error if the new table name has a dot
205       in its name, to avoid doing our automatic relation-table renames
207 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
208     * libraries/common.lib.php: Use preg again, it just needs a bit more
209       escaping of \ (once for PHP and once for PCRE).
210     * css/phpmyadmin.css.php: Make server selection in left frame same size as
211       on other places.
212     * main.php: One more regex escaping fix.
213     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
214     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
215     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
216     * translators.html: Updated email for Hindi translator.
218 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
219     * server_privileges.php3: while (list() = each()) is not always as bad as
220       one might think ;-p
222 2003-11-22 Garvin Hicking <me@supergarv.de>
223     * ./*: More PHP3-compatibility removal, see 2003-11-20.
225 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
226     * tbl_properties_operations.php: display "Add constraints" only
227       if there are foreign keys in current table
228     * libraries/common.lib.php: revert back to previous logic at line 1108
229       because of regex problem (when only_db is used)
231 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
232     * tbl_move_copy.php: typo about constraints
234 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
235     * scripts/create-release.sh: Udated information what is needed to change on
236       home page to currect status.
238 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
239     * server_databases.php, server_processlist.php, server_status.php,
240       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
241     * README: Updated requirements.
242     * scripts/create-release.sh: Create Documentation.txt when building the
243       distribution kits.
244     * Documentation.txt, scripts/updatedocs.sh: Romoved.
246 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
247     * read_dump.php: Show message about failing upload in all cases, removed
248       some PHP compatibility code.
249     * libraries/export/sql.php: More older PHP cleanup.
250     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
251       table moving/copying and allow to keep constraints over these
252       operations.
253     * server_databases.php: Add correct parameters to left frame to keep
254       server choice, language, etc. (bug #845397).
255     * libraries/config_import.lib.php, config.inc.php, db_details.php,
256       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
257       #839168).
258     * Documentation.html: Valid XHTML again.
259     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
261 2003-11-20 Garvin Hicking <me@supergarv.de>
262     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
263       libraries/transformations/overview.php, libraries/*.php
264       (work in progress)
266       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
267       - Replaced "while (list() = each())" calls by foreach loops.
268       - Removed PHP3-compatibility code
269       - Removed calls to $HTTP_*_VARS (using $_* now).
270       - Replaced some TAB-characters with whitespace
271       - Removed PHP4 < 4.1.0 compatibility code
272       - Removed MySQL < 3.23.32 compatibility code
273       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
274         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
275         performance
276       - Replace calls to eregi*/split functions to their preg* counterparts for
277         faster and binary-safe operation
278       - Replace regex-Calls to simple string functions where possible (speedup)
279       - Replace calls to substr($string, X, 1) to $string{X}
281 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
282     * libraries/display_tbl.lib.php: first group of headers was offset by
283       one column to the left
285 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
286     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
287     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
288     * lang/portuguese: Updated, thanks to António Raposo (cfmsoft).
289     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
291 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
292     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
293     * Documentation.html: Modified requirements.
294     * server_collations.php: Replaced obsolete "while (list() = each())" calls
295       by foreach loops.
296     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
298 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
299     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
301 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
302     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
303       for the product name
304     * main.php: new warnings for old PHP or MySQL versions
306 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
307     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
309 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
310     * almost EVERYTHING: The big rename from php3 to php.
312 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
313     * read_dump.php3: Show result of last SHOW query when multiple queries.
314     * scripts/create-release.sh: Generate also sizes of files, for
315       files.inc.php on homepage.
317 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
318     * lang/french: update
319     * lang/turkish update, thanks to Bora Alioglu
320     * lang/italian: Updated, thanks to Pietro Danesi (danone).
321     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
323 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
324     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
325       any ...TEXT field types can have a FULLTEXT index
327 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
328     * libraries/common.lib.php3: undefined variable dblist_full when
329       renaming a table
331 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
332     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
333     * libraries/export/sql.php3, libraries/config_import.lib.php3,
334       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
335       config.inc.php3: Allow delayed inserts (RFE #841298).
336     * libraries/export/sql.php3, libraries/common.lib.php3,
337       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
338       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
339       statements in export (RFE #838828).
340     * lang/remove_message.sh: Checks for parameter count.
342 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
343     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
344     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
346 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
347     * libraries/display_tbl.lib.php3: Added more secure checks
348       for each'ing on arrays built by the query analyzer. (Bug #839630)
349     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
350       repeated headers were wrong since introduction of multi-row delete.
352 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
353     * scripts/extchg.sh: bug 839081: generator.sh was not converted
355 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
356     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
357       bug 835783: now (if using PHP4) users can enter NULL in a field
358       and get the string NULL and not a NULL value. For a real NULL
359       value they must use the Null checkbox.
361 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
362     * New italian doc (partial) in pma_localized_docs
363     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
365 2003-11-06 Garvin Hicking <me@supergarv.de>
366     * sql.php3, libraries/display_tbl.lib.php3:
367       RFE #835491: Display linked values in printview. Display relation-
368       related features (comments, MIME-transformations) in printview.
369       Fix empty table rows in vertical display (kept Mozilla from displaying
370       borders in this printmode). Adjusted layout a tiny-weeny bit to let
371       the comments of a field fit the whole space.
372     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
373       Documentation.html: Propagate current MIME-type to plugin functions.
374       Thanks for noticing (again), Thiemo Maettig. :)
375     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
376       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
377       the left frame. The '*' character can be used to
378       fill in all remaining characters. See Documentation for details.
379       RFE #830355, thanks to Xuefer for suggestions.
381 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
382     * libraries/export/xml.php3: Add xml header with encoding information
383       (bug #836630).
385 2003-11-05 Garvin Hicking <me@supergarv.de>
386     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
387       store queries with errors in history, also when coming from the
388       database SQL tab.
389     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
390       are now put inside a <code> HTML-container, not <pre>. This allows
391       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
392       formatting has been altered to preserve those.
393     * libraries/transformations/text_plain__dateformat.inc.php3:
394       Remove obsolete code, thanks to Thiemo Maettig!
395     * Documentation.html, libraries/display_tbl.lib.php3,
396       libraries/transformations/*:
397       The $meta field information is now passed to the transformation plugins
398       to allow future (and easier) usage of field information
399       (zerofill/unsigned/not_null/...).
401 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
402     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
403       about selecting homonyms on a table without primary key
405 2003-11-04 Garvin Hicking <me@supergarv.de>
406     * Documentation.html: Added known limitation about ANSI-mode
407       (Bug #816858)
408     * libraries/transformations/text_plain__dateformat.inc.php3:
409       Bug #835252: Now allow more timestamps. Minor modification of a patch
410       submitted by anonymous poster. Thanks!
412 2003-11-03 Garvin Hicking <me@supergarv.de>
413     * Documentation.html, tbl_row_delete.php3,
414       libraries/display_tbl.lib.php3:
415       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
416       tweaks to make PHP-Transformations with forms working again. Added
417       a limitation notice on that to FAQ 3.8. Added an image to this action.
418     * libraries/display_tbl.lib.php3: Made multi-row delete working for
419       vertical browse mode. When executing a multi-row delete, keep the
420       last used display mode and other options.
421     * Documentation.html: Adjusted link to the link-section of our homepage.
422       Fixed typo.
424 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
425     * lang/czech: Updated.
426     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
427       (RFE #834053).
429 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
430     * lang/german-*.inc.php3: Grammar.
431     * config.inc.php3, libraries/common.lib.php3,
432       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
433       libraries/export/csv.php3, lang/*.inc.php3:
434       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
436 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
437     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
438     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
440 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
441     * libraries/relation.lib.php3: bug 826880, quotes added
443 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
444     * lang/romanian: Updated, thanks to Valics Lehel.
445     * tbl_relation.php3: add backquotes around table and field names
446       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
447       version, a blank character in a field name is not accepted by InnoDB
449 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
450     * querywindow.php3: bug 825668: js errors in SQL-history,
451       thanks to Jenik Kaspar (jenix)
453 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
454     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
455     * querywindow.php3: bug 829737, cosmetic change: added &nbsp; for
456       better display in Iconic 'both' mode
458 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
459     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
460     * lang/serbian: utf-8 translations contained no strings, regenerated.
461     * lang/other: Added missing strings.
462     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
463       it makes sense (bug #829594).
465 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
466     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
467       (bug #828370).
468     * libraries/export/sql.php3. libraries/export/latex.php3,
469       libraries/display_export.lib.php3, export.php3, lang/*,
470       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
471       supress dates in SQL dump separately.
472     * lang/add_message.sh: Fail if no message specified.
473     * lang/add_message_file.sh: Fail if no file specified.
474     * libraries/display_export.lib.php3: Added ugly hack to allow switching
475       export options in Opera (bug #828712).
476     * db_details_structure.php3, lang/*: Show also overhead, allow to check
477       all tables with overhead at once (JS only) (RFE #828090).
478     * footer.inc.php3: Try to update history in table only if configured so
479       (bug #828356).
481 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
482     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
483       thanks to Chris Walsh (chriswalshaz)
484     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
485     * tbl_relation.php3: Bug 827340: Relation view should display also
486       non-unique keys as possible choices for foreign keys
488 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
489     * Documentation, config.inc.php3, tbl_change.php3,
490       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
491       default functions configurable (RFE #821271).
493 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
494     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
495     * libraries/functions.js: bug 825665, scratchboard and paper size
496     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
497     ### 2.5.4 released
499 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
500     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
501     * tbl_query_box.php3, libraries/bookmark.lib.php3:
502       bug 824958: bookmarks not configured
504 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
505     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
506     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
507     * lang/italian: Updated, thanks to Pietro Danesi (danone).
508     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
509     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
510     * lang/sort_lang.sh: Ignores non file parameter.
511     * libraries/common.lib.php3: Add some more fixes for wrongly typed
512       $cfg['PmaAbsoluteUri'].
513     * Documentation: Changed my email and credits.
514     * libraries/defines_php.lib.php3: Output buffering is not available in
515       php 3 (bug #824956).
517 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
518     * lang/russian-windows-1251: wrong charset (bug 823939)
520 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
521     * server_privileges.php3: bug 707516, sometimes db privileges
522       are not shown
524 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
525     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
527 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
528     * libraries/grab_globals.lib.php3: bug 807047, better fix
529     * tbl_select.php3: bug 821350: escape single quotes in table
530       Search page
532 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
533     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
535 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
536     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
537     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
538     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
539     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
540       default phpMyAdmin table names from PMA_* to pma_*.
542 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
543     * lang/russian*: updated, thanks to Artyom Rabzonov
545 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
546     * Documentation: Another hint for creating primary/unique keys.
548 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
549     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
551 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
552     * tbl_replace.php3: Do not include query in redirect url if too long.
554 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
555     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
556       against cookies of the same name
557     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
558       icon should not be displayed in all cases
560 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
561     * lang/slovenian update, thanks to Kositer Uros
562     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
563     * libraries/export/sql.php3: bug 815822 Undefined index/offset
564     * lang/turkish update, thanks to Bora Alioglu
566 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
567     * translators.html: Better link.
569 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
570     ### 2.5.4-rc1 released
572 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
573     * lang/czech: Updated.
574     * config.inc.php3, db_details_importdocsql.php3,
575       db_details_structure.php3, libraries/config_import.lib.php3: You now
576       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
577       #812033.
578     * Documentation: Documented above and support for compressed dumps.
579     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
580       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
581       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
583 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
584     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
585     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
586     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
587     * new lang: bosnian, thanks to Samir Kobiljak
589 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
590     * tbl_row_delete.php3, mult_submits.inc.php3,
591       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
592       RFE 810270: multi-row delete in browse mode
593     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
594     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
595     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
597 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
598     * tbl_indexes.php3: RFE #812993 (Icons for index table).
599     * lang/persian-*.inc.php3, lang/sync_lang.sh,
600       libraries/select_lang.lib.php3, translators.html:
601       New Persian language files, thanks to Parham Ghaffarian.
602     * libraries/select_lang.lib.php3: Removed a dublicate entry.
603     * translators.html: I'm back. :-)
604     * lang/english.inc.php3: Resorted strings.
606 2003-09-26 Garvin Hicking <me@supergarv.de>
607     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
608       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
610 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
611     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
612       markers), thanks to Michael Johnson (redbeardc).
613     * server_privileges.php3: Fixed bug #811792 (Password not kept when
614       modifying user).
616 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
617     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
619 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
620     * libraries/export/sql.php3: bug 811222: we need to analyze the query
621       to get the true column name in case of aliases
622     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
623       does not need reduced font size
625 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
626     * pdf_schema.php3: bug 805227: the "Show color" only removed
627       color on arrows, now removes all the color because of printing problems
628       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
630 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
631     * server_privileges.php3: bug 784961, could not delete a user
633 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
634     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
635       with older php (bug #802060).
637 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
638     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
639       than one cookie auth is being used.
641 2003-09-18 Garvin Hicking <me@supergarv.de>
642     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
643       Add bookmark option to query window/tab to bookmark any statement.
645 2003-09-17 Garvin Hicking <me@supergarv.de>
646     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
647       history, not execute them immediately.
648     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
649     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
650       server_databases.php3
652 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
653     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
654       can not be read.
655     * tbl_query_box.php3: Do not require any variables in query window.
656     * lang/*, libraries/export/sql.php3: Export separately constraints, so
657       they don't cause troubles on import (bug #807615).
658     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
659       libraries/common.lib.php3, libraries/config_import.lib.php3,
660       libraries/auth/cookie.auth.lib.php3,
661       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
662       into cookie auth, new config variable for enabling this
663       $cfg['AllowArbitraryServer'].
664     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
665       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
666       #752886).
667     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
668       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
669       they are compressed by smaller chunks and send to browser (RFE #795849).
670     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
671       comment including references.
673 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
674     * sql.php3: bug 790849 (js disabled and user removes the row limit
675       from the Show [30] rows)
677 2003-09-16 Garvin Hicking <me@supergarv.de>
678     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
679     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
680     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
681     one. Keep old function for any future use.
683 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
684     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
685       "Select" becomes "Search" to denote more clearly was this sub-page
686       is about
688 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
689     * libraries/export/sql.php3: Avoid freeing failed result.
691 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
692     * Documentation.html: clarify FAQ 6.20 about which privileges are
693       assigned to users after an upgrade to MySQL 4, and their effect
694       on seeing all the databases.
696 2003-09-12 Garvin Hicking <me@supergarv.de>
697     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
698       (Bookmarks for all users)
699     * lang/german*: Update
700     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
701       not working on PHP < 4.0.3
703 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
704     * lang/turkish update, thanks to Bora Alioglu
705     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
706       and add "Sort" tooltip to each column header
708 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
709     * read_dump.php3: Add also limit to size, not only to pieces, because of
710       extended inserts (bug #803372).
712 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
713     * Documentation.html: clarify about InnoDB support
714     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
715       bug 792511: SELECT * FROM mytable LIMIT 0,-1
716     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
717       from mysql_list_fields, so modify PMA_mysql_list_fields to use
718       SELECT * FROM db.table LIMIT 1
719       (Thanks to Peter Beckman (ooglek))
721 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
722     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
723       from mysql_list_tables, so modify PMA_mysql_list_tables to use
724       SHOW TABLES FROM
726 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
727     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
728       relations used.
729     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
730       indexes (RFE #528503).
731     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
732     * lang/dutch: Updated, thanks to nobody :-).
734 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
735     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
736       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
737       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
738       server (RFE #684097).
740 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
741     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
742       privileges).
744 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
745     ### 2.5.3 released
747 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
748     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
749     * tbl_relation.php3: InnoDB support
751 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
752     * lang/italian: Updated, thanks to Pietro Danesi (danone).
754 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
755     * Documentation.html:
756       - rewrote FAQ 1.17;
757       - corrected some other FAQs;
758       - tidied up "Requirements" section about MySQL.
760 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
761     * translators.html: azerbaijani, and change of address for
762       swedish translator
764 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
765     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
767 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
768     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
769       (bug #798426).
770     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
771     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
772       translation, thanks to Shehriyar Imanov (sheki).
774 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
775     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
776     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
778 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
779     * README: Updated php / MySQL versions.
781 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
782     * libraries/display_export.lib.php3: Allow xml to be also default export
783       (bug #796706).
785 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
786     * tbl_relation.php3: User forgot to define an index on the master table
787       before adding a foreign key constraint: trap the error, warn the user
788       and show him a link to the relevant doc
790 2003-08-27 Garvin Hicking <me@supergarv.de>
791     * lang/german*: Update
793 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
794     * sql.php3, lang/*: Print view with full texts (RFE #742123).
796 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
797     * browse_foreigners.php3: undefined variable.
799 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
800     * libraries/common.lib.php3: Backwards compatibility.
801     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
803 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
804     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
805       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
806       LaTeX export (patch #777451).
808 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
809     * lang/czech: Updated.
811 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
812     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
813       InnoDB relations (for now, same db, only one index column, and
814       no ON DELETE or ON UPDATE clauses)
816 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
817     * tbl_rename.php3: After renaming a table, move back to
818       tbl_properties_operations.php3 instead of tbl_properties.php3.
820 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
821     * lang/galician: Updated, thanks to Xosé Calvo.
822     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
823     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
824     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
825     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
826     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
827     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
828     * libraries/relation.lib.php3: getForeigners() returns also the constraint
830 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
831     * tbl_relation.php3: improve variables, remove some code
833 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
834     * server_privileges.php3: Fixed some typos.
836 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
837     * lang/romanian: Updated, thanks to Valics Lehel.
838     * lang/turkish update, thanks to Bora Alioglu
840 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
841     * lang/czech: Updated.
842     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
843     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
844     * lang/italian: Updated, thanks to Pietro Danesi (danone).
845     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
847 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
848     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
849       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
850       Patch 789367: Browse foreign values, thanks to Garvin
851     ### 2.5.3-rc2 released
853 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
854     * translators.html: Garvin is now the official German translator,
855       temporarily.
857 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
858     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
860 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
861     * Documentation.html: Bad anchor link and other typos.
863 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
864     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
865       and bug 788676: added a table to help Netscape aligning the icons
866       with the text
868 2003-08-15 Garvin Hicking <me@supergarv.de>
869     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
870       multi-submit button)
871     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
872       - Enlarge area around the new buttons for better usability
874 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
875     * Documentation: Synced export FAQ with export page.
876     * Documentation: Fixed information about transformations.
878 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
879     * server_privileges.php3: Fix notice about undefined index (bug #780861).
881 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
882     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
884 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
885     * tbl_addfield.php3: Highlight correct tab after changing structure.
886     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
887       alpha_variable).
889 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
890     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
891     * libraries/functions.js: Don't ask for confirmation of query that will
892       not be executed (bug #783667).
893     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
894     * lang/czech: Updated, thanks to me :).
896 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
897     * libraries/export/csv.php3, libraries/export/latex.php3,
898       libraries/export/xml.php3: Added some stripslashes to generate correct
899       exports.
901 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
902     * server_status.php3: bug 786331, a 100,00% not internationalized,
903       and align values for "More status variables"
904     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
906 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
907     * libraries/auth/cookie.auth.lib.php3: Cookies required message
908       should not look like an error
910 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
911     * lang/catalan update, thanks to Xavier Navarro (xavin).
912     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
913     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
914     * lang/english, french: typos about $strDBGMaxTimeMs
916 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
917     * lang/serbian update, thanks to Mihailo Stefanovic
918     * lang/romanian: Updated, thanks to Valics Lehel.
919     * lang/galician: Updated, thanks to Xosé Calvo.
920     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
921     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
922     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
923     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
924     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
926 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
927     * sql.php3: bug 782925: fix "Showing rows..." message when user has
928       put a LIMIT in the query
929     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
930       MySQL versions
932 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
933     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
935 2003-08-05 Garvin Hicking <me@supergarv.de>
936     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
937       (Bug #782966)
938     * tbl_change.php3: RFE #772991: Shorten dropdown field using
939       $cfg['LimitChars']
940     * tbl_change.php3: RFE #762221: Swap relational insert key order
942 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
943     * sql.php3: Fixed regular expression.
944     * libraries/export/latex.php3: Use "table (field)" instead of
945       "table -> field" when dumping relations into LaTeX (bug #776957).
946     * libraries/display_export.lib.php3, libraries/export/csv.php3,
947       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
948       for Excel export (bug #771299).
949     * header.inc.php3: Don't allow including this file twice.
950     * db_details.php3, db_details_importdocsql.php3, export.php3,
951       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
952     * libraries/tbl_change.js: When ENUM field has just one value, it could
953       not be set to NULL (bug #783533).
954     * tbl_move_copy.php3: Use database we're working on to avoid some problems
955       with replicated databases (bug #780439).
956     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
957       one (bug #780569).
959 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
960     * libraries/sqlparser.data.php3: bug 779453, wrong count
961     * lang/turkish update, thanks to Bora Alioglu
962     * lang/romanian: Updated, thanks to Valics Lehel.
963     * lang/ukrainian: update, thanks to Markijan Baran
964     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
965       from "Create PHP Code" or "Without PHP Code"
967 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
968     * lang/czech: Updated.
970 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
971     * tbl_select.php3: bug 697979, implemented a suggestion by
972       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
973       on the Select page, to avoid (in most cases) a IE limitation
975 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
976     * main.php3: Added link to charset page.
977     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
978       information.
979     * tbl_properties_structure.php3: Tooltips for collations.
981 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
982     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
983       or a foreign key) was wrongly urldecoded to a space
984     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
986 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
987     * tbl_move_copy.php3: wrong Missing message
989 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
990     * server_privileges.php3: Implemented some version checks to avoid bugs like
991       #777785.
993 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
994     * serbian: big update,
995       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
996       Mihailo Stefanovic <mst@mikis.org>
997     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
998     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
999     * lang/catalan update, thanks to Xavier Navarro (xavin).
1000     ### 2.5.3-rc1 released
1002 2003-07-29 Garvin Hicking <me@supergarv.de>
1003     * Documentation.html, config.inc.php3, read_dump.php3,
1004       css/phpmyadmin.css.php3, libraries/common.lib.php3,
1005       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
1006       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
1007         execution of a multi-query statement even though single queries
1008         may fail
1009       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
1010         of each query of a multi-query statement (taking some maximum
1011         line/pieces amounts into account)
1012       o changed formatting of syntax_comment to include some space
1013     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
1014       Display MySQL error code and link to the MySQL-Documentation of
1015       error codes
1017 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1018     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
1019       multi-submit buttons.
1021 2003-07-28 Garvin Hicking <me@supergarv.de>
1022     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
1023       is set to 'none', positively retain any user formatting for query
1024       output. (RFE #769219)
1025     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
1027 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
1028     * sql.php3: bug 778899, could not create a bookmark
1029     * ldi_table.php3: Users with register_global=off received some
1030       Missing messages, due to a missing "require" in ldi_table.php3
1032 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1033     * server_privileges.php3: A user could not edit his own global privileges.
1035 2003-07-25 Garvin Hicking <me@supergarv.de>
1036     * Documentation.html: Updated my E-Mail, added latest credits-items
1037     * images/*, config.inc.php3, db_details_structure.php3,
1038       libraries/common.lib.php3, table_details_structure.php3,
1039       libraries/display_tbl.lib.php3, Documentation.html,
1040       left.php3:
1041       Even more new images on more places: DB properties, Table
1042       properties, Table Display (LinkOrButton unified as well),
1043       Left frame.
1044       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
1045       care?)
1047 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
1048     * header.inc.php3: XHTML compatibility
1049     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
1050       unable to insert record with FK in another db
1052 2003-07-24 Garvin Hicking <me@supergarv.de>
1053     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
1054       TRUNCATE statements!
1055     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
1056     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
1057       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
1058       for the database properties page and implemented RFE #752062: multi-
1059       column display for many tables.
1060       (thanks to Kawika Ohumukini [boogie33]).
1062 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
1063     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
1064       bug 772765, InnoDB and multi-columns foreign key
1065     * tbl_select.php3: LIKE in Select sub-page for non-text fields
1067 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1068     * libraries/mysql_charsets.lib.php3:
1069       - better method for retrieving the supported MySQL charsets;
1070       - fixed a bug that caused "armascii8" to appear twice in the charsets
1071         list (as "armascii8" and "armascii");
1072       - added ability to retrieve all collations and related MySQL settings;
1073       - added a function to build description strings for given collations
1074         (still needs some optimization).
1075     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
1076     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
1077       New status page "Character Sets and Collations" for MySQL 4.1.
1079 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
1080     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
1081     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
1083 2003-07-23 Garvin Hicking <me@supergarv.de>
1084     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
1085       (Bug #769827)
1086     * libraries/display_export.lib.php3, libraries/export/sql.php3
1087       Only print Update/Creation/Check time when the checkbox 'Include
1088       Comments' is chosen. So it is now also possible to check that
1089       box even though the relational features could be deactivated.
1090       But all checks to relational comments will only use those if
1091       the relation features work.
1093 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
1094     * lang/estonian update, thanks to finsoft@sourceforge.net.
1095     ### 2.5.2 released
1097 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
1098     * tbl_properties_operations.php3: Do not display the
1099       "Referential integrity check" section for InnoDB tables
1100       as this was intended for pmadb relations
1102 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
1103     * (in lots of scripts): checks for paths disclosure
1104     * lang/catalan update, thanks to Xavier Navarro (xavin).
1106 2003-07-18 Garvin Hicking <me@supergarv.de>
1107     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
1108       way of rewriting bookmark variables.
1109     * Documentation.html: Bookmark variable expansion only works with PHP
1110       4.3.0 and above
1111     * tbl_query_box.php3: For the querywindow - if no items are available
1112       for the 'file import' tab, hide the 'Go' button and instead display
1113       a warning message. Can happen if you don't have $cfg['UploadDir']
1114       set and $is_upload is false.
1116 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
1117     * server_status.php3: the percentages of Query types did not add up
1118       to 100, because the number of connections is included in the total
1119       number of queries, thanks to jht001 ( Jams H Thompson )
1121 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1122     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
1123       appeared when inserting values into ENUM or SET fields.
1125 2003-07-17 Garvin Hicking <me@supergarv.de>
1126     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
1127       Thanks to andreas_e ;)
1129 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
1130     * lang/galician: Updated, thanks to Xosé Calvo.
1132 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
1133     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
1135 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1136     * libraries/functions.js: Bug #771794 (CHAR length check although field name
1137       is empty).
1139 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
1140     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
1141       a LONGTEXT with character set latin7
1142     * db_details_structure.php3, tbl_properties_structure.php3: missing
1143       $err_url for mult_submits
1144     * scripts/create-tables.sql: don't use backquotes in USE
1146 2003-07-14 Garvin Hicking <me@supergarv.de>
1147     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
1149 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1150     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
1152 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
1153     ### 2.5.2-rc2 released
1155 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
1156     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
1157     * lang/estonian update, thanks to finsoft@sourceforge.net.
1159 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
1160     * lang/turkish update, thanks to Bora Alioglu
1161     * lang/slovak update, thanks to Lubos Klokner
1163 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1164     * db_create.php3:
1165       - Display CREATE DATABASE query;
1166       - Call user-defined default tab instead of hardcoded db_details.php3.
1167     * index.php3: Don't display scrollbars in queryframe (Opera fix).
1168     * libraries/display_export.lib.php3: Disabled XML export for multiple
1169       databases because an XML file must not contain more than one database.
1171 2003-07-10 Garvin Hicking <me@supergarv.de>
1172     * libraries/display_tbl.lib.php3: Let the default function take
1173       the honor to replace special strings, so that a non-default function
1174       does not necessary have them introduced. Very convenient for the
1175       text/plain->formatted display, which would otherwise get every
1176       CR/LF converted to a <br> and introduce nasty skew.
1178 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
1179     * pdf_schema.php3: do not display a foreign table if it's not selected
1180       by user to be on the schema
1182 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
1183     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
1184     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1185     * footer.inc.php3: Fix JS error when in query window is not active SQL
1186       tab.
1188 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
1189     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
1190       in password/username (bug #747020).
1191     * server_privileges.php3: Fixed escaping when backslash in
1192       password/username.
1193     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
1194       (bug #768351).
1195     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
1196     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
1197     * lang/galician: Updated, thanks to Xosé Calvo.
1199 2003-07-09 Garvin Hicking <me@supergarv.de>
1200     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
1201       whole frameset)
1202     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
1203       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
1204       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
1205       for all browsers except IE6.x. Created a meta-header to identify which
1206       setting is used, to make our debugging of bugreports easier.
1208 2003-07-08 Garvin Hicking <me@supergarv.de>
1209     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
1210       This enables phpMyAdmin to be used within a frameset without trying
1211       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
1212       1.4 and IE5.5.
1214 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
1215     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
1216       incorrect row count for MySQL 4.1 subqueries;
1217       bug 649665, incorrect row count for UNIONs
1219 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
1220     * config.inc.php3, tbl_properties_operations.php3,
1221       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
1222       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
1223       AUTO_INCREMENT value (RFE #763957).
1224     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
1225     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
1226     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
1227     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
1228     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
1229     * lang/romanian: Updated, thanks to Valics Lehel.
1230     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1231     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
1232     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
1234 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1235     * libraries/common.lib.php3: Send headers before exiting because of missing
1236       MySQL extension.
1237     * lang/german-*.inc.php3: Updates.
1239 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1240     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1241       compatibility.
1242     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
1244 2003-07-07 Garvin Hicking <me@supergarv.de>
1245     * tbl_change.php3: Fix undefined index for disp_query
1246       (when inserting a new row with a file uploaded to a column)
1247     * libraries/transformations/image_jpeg__inline.inc.php3,
1248       libraries/transformations/image_png__inline.inc.php3: Proper escaping
1249       of &amp;
1250     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
1251       smaller default font size (like OPERA). Bug #752646.
1253 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
1254     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
1255       Documentation.html: only one blowfish secret is necessary for
1256       all servers, thanks to Alexander M. Turek
1257     ### 2.5.2-rc1 released
1259 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
1260     * lang/czech: Updated.
1261     * css/phpmyadmin.css.php3: url() should not contain quotes.
1263 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1264     * lang/german-*.inc.php3: Updates.
1265     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
1267 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
1268     * libraries/auth/config.auth.lib.php3, lang/*.php3:
1269       $strAccessDeniedExplanation
1270     * lang/swedish update, thanks to Björn T. Hallberg (bth).
1271     * lang/polish update, thanks to Jakub Wilk (ubanus).
1273 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
1274     * lang/czech: Updated.
1276 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
1277     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
1278     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
1279       sometimes, binary contents in cookies is not retrieved properly,
1280       so protect it with base64_encode()
1281     * lang/ukrainian: update, thanks to Markijan Baran
1283 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
1284     * lang/romanian update, thanks to Valics Lehel
1285     * lang/turkish update, thanks to Bora Alioglu
1286     * lang/italian update, thanks to Pietro Danesi
1288 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
1289     * Documentation.html: faq 8.1 about security alert of 2003-06-18
1290     * tbl_properties_links.php3: fix missing SQL section for exports
1291     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
1292       libraries/common.lib.php3, libraries/config_import.lib.php3,
1293       config.inc.php3, user_password.php3, Documentation.html, lang/*:
1294       now used the blowfish algorithm to encrypt the password in the
1295       temporary cookie
1297 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
1298     * lang/french: update
1300 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
1301     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
1302       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
1303     * tbl_query_box.php3: Moved load text files link outside form.
1305 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
1306     * left.php3: Removed debugging code
1308 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
1309     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
1310       checks to avoid trying to use relations when no table (bug #761835).
1312 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
1313     * sql.php3: bug 760648: incorrect result count on MySQL 3
1315 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
1316     * lang/ukrainian: update, thanks to Markijan Baran
1317     * libraries/sqlparser.lib.php3 typo
1319 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
1320     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
1321       back to tbl_properties_structure.php3 when not dropping table.
1323 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
1324     * scripts/create-release.sh: typo, bzip should be bzip2
1325     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
1326       bug 760648 export SELECT DISTINCT results
1328 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
1329     * libraries/sqlparser.lib.php3: Fixed XSS problem.
1330     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
1331       specied length for CHAR/VARCHAR fields.
1332     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
1333       exporting custom SQL (also saves one SQL query for export) (fixes bug
1334       #755386).
1335     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1336     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
1337     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
1338     * lang/czech:  Updated.
1339     * lang/*: Removed duplicate strReset.
1340     * lang/check_lang.sh: Ignore japanese specific messages.
1341     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
1342       query into CSV/LaTeX/XML (RFE #684804).
1344 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
1345     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
1347 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
1348     * pdf_pages.php3: automatic layout start at 300,300 for better look
1349       on the dom-drag scratchboard
1351 2003-06-23 Garvin Hicking <me@supergarv.de>
1352     * Documentation.html, config.inc.php3, pdf_pages.php3,
1353       css/phpmyadmin.css.php3, libraries/common.lib.php3,
1354       libraries/config_import.lib.php3, libraries/dom-drag.js,
1355       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
1356       for PDF-relation setup. Based on DOM-drag.js, a library provided
1357       by Aaron Boodman (youngpup.net).
1358     * lang/german*: Updates
1359     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
1361 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1362     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
1363       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
1364       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
1365       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
1366       files for incomplete arrays ($byteUnits, $day_of_week and $month).
1367     * libraries/common.lib.php3: Security fix against bad JS code.
1368     * translators.html: Removed Loïc from list; he is inactive at the moment.
1369     * Documentation.html: Changed my email address.
1371 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
1372     * scripts/updatedocs.sh:
1373       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
1374     * scripts/create-release.sh:
1375       - Moved to using updatedocs.sh for updating documentation.
1376       - Make tarring faster by re-arranging ops.
1378 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
1379     * sql.php3: typo in call to cleanup columns
1381 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
1382     * pdf_schema.php3: use PMA_getForeigners()
1383     * db_details_qbe.php3: undefined variable
1385 2003-06-20 Garvin Hicking <me@supergarv.de>
1386     * db_details_importdocsql.php3: Will now NEVER reveal any filename
1387       the docSQL import isn't able to read. Can now only read contents
1388       of the 'docSQL' subdirectory and never be able to go higher than
1389       that level.
1391 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
1392     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
1393     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
1394     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
1395     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
1396       foreign keys defined in innnodb
1397     * tbl_select.php3: use PMA_getForeigners() also for innodb
1399 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
1400     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
1402 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1403     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1405 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
1406     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
1408 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
1409     * export.php3: Fixed saving compressed dumps on server.
1410     * libraries/display_export.lib.php3: Fixed description for line
1411       terminating character.
1413 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
1414     * libraries/sqlparser.data.php3: bug 753813, "session" is not
1415       a reserved word
1417 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
1418     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
1419       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
1420       function, that checks true dl availability (fixes #747717). All checks
1421       are based on php 4.3.1 source, so if this gets changed, we will need to
1422       change checks also.
1424 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
1425     * libraries/relation.lib.php3: bug 751787: should not disable all
1426       the features, when the relation feature is broken
1428 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
1429     * libraries/auth/cookie.auth.lib.php3: undefined scheme
1430     * main.php3: undefined scheme
1432 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
1433     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
1434     * libraries/export/sql.php3: typo largeblob -> longblob
1436 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
1437     * scripts/create-release.sh: Set correct permissions before releasing.
1438     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
1439       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
1440       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
1441       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
1442       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
1443       changes:
1444         - support for exporting selected databases
1445         - if not needed buffering, output is send directly
1446         - unifies all export, so there is now more common code
1447         - sql export can contain relations and mime types in comments
1448         - configurable defaults for export.
1450 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
1451     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
1452       almost every select.
1453     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1454     * lang/czech: Updated.
1456 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1457     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
1458     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
1459       SET and ENUM fields may have a character set, too.
1461 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1462     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
1463       number.
1464     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1465       tbl_properties.inc.php3, tbl_properties_operations.php3,
1466       tbl_properties_structure.php3, tbl_properties_table_info.php3,
1467       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
1468       - phpMyAdmin is now able to assign / alter table and field charsets;
1469       - The table structure page sometimes displayed "Array" in the charset
1470         column;
1471       - When altering the field type, the input box for the field length
1472         sometimes had a strange default value.
1474 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
1475     * Documentation.html, config.inc.php3: new LimitChars behavior
1477 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
1478     * mult_submits.inc.php3: Missing ;.
1479     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
1480       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
1481     * tbl_query_box.php3: Don't add target if not in query window.
1482     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
1483       (RFE #742123).
1484     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
1485       edit/display deleted page just after deleting.
1486     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
1487       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
1488       select paper size for pdf (RFE #631551).
1489     * read_dump.php3: Fixed undefined variable warning (bug #750070).
1490     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
1491       (bug #678289).
1493 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
1494     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
1495     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
1496     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
1497       the Options tab into Operations
1499 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
1500     * libraries/display_export.lib.php3, libraries/functions.js: Some
1501       javascript cleanup.
1502     * db_details_links.php3: Display Query tab even with no tables.
1503     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
1504       string.
1505     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
1506       dropdown for server list in left frame (RFE #555978).
1507     * tbl_query_box.php3: Possibility to upload SQL file with no database
1508       selected (RFE #641760).
1509     * lang/czech: Typo.
1511 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
1512     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
1513       and GRANT or REVOKE
1514     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
1516 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
1517     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
1519 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
1520     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
1521     * lang/slovak update, thanks to Lubos Klokner
1523 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
1524     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
1525       setting.
1527 2003-06-03 Garvin Hicking <me@supergarv.de>
1528     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
1529       (Experimental)
1530       New feature - The automatic update of the query window seems to
1531       cause some headache for users. They type in their query, want to
1532       look in a different table for some fields, want to switch back to
1533       their browser window and the changes are lost because the last table
1534       is always filled in. Now we have a checkbox to preserve the edited
1535       content from any update outside of the window. It is automatically
1536       checked by editing the contents of the query textarea and can be
1537       unchecked to restore previous behaviour. Thanks to Alexander Meis
1538       for this suggestion. Optionally we could build in a config variable
1539       to override this 'onChange' effect, but I guess it's not necessary.
1540     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
1541       of ereg_replace, because it interprets \0, \1 and so on not as strings
1542       but as regex-subpatterns and fails to convert those strings correctly.
1543       We'll have to see if that can be the case on other usages of
1544       preg_replace as well.
1546 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1547     * server_status.php3: RFE #723325 (Move total query statistics).
1549 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
1550     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
1551       executing bookmark (bug #745993).
1552     * scripts/create-release.sh: Better checking for input, exit when cvs
1553       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
1554       everything to 775.
1555     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
1556       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
1557       (RFE #747343).
1558     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
1559       export.
1560     * main.php3: Add server to phpinfo link to avoid relogin with more
1561       servers.
1562     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
1563       target="_blank" as it should be.
1565 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
1566     ### 2.5.1 released
1567     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
1568       PROCEDURE ANALYSE()
1570 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1571     * Happy Birthday to me :-)
1572     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
1574 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
1575     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
1576       parameters to empty string, as older iconv version don't support it
1577       (bug #747164).
1579 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1580     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1582 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
1583     * lang/chinese_gb: Update thanks to Wang (fundawang).
1585 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
1586     * lang/romanian updates, thanks to Valics Lehel
1587     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1588     * lang/polish: update, thanks to Jakub Wilk
1590 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1591     * lang/bulgarian-*.inc.php3: Updates, thanks to
1592       Stanislav Yordanov (stanprog).
1593     * tbl_properties_structure.inc.php3:
1594       - Fixed display for tables with few indexes;
1595       - BLOBs are always binary;
1596       - RFE #623665 (MySQL 4.1 support):
1597         - Fixed display of field charsets;
1598         - The table charset is now displayed.
1599     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
1600     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
1601       as SET fields (again RFE #623665).
1602     * Documentation.html:
1603       - Declared MySQL 4.1 support as experimental;
1604       - Added some notes about MySQL 4.1 / 5.0;
1605       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
1606         least on my test machines for a couple of months.
1607     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
1608     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
1609       even if it was used in "CHARACTER SET".
1610     * libraries/common.lib.php3:
1611       - Removed check for default tab values: They are already checked in
1612         config_import.lib.php3;
1613       - Corrected config file revison;
1614       - XHTML fixes.
1615     * server_databases.php3: Small interface fixes.
1616     * translators.html: Removed a dublicate message.
1618 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
1619     * lang/czech: Updated.
1621 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
1622     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
1623       the best method (LOCAL or not) in the LOAD dialog, and allow user
1624       to override it
1626 2003-05-29 Garvin Hicking <me@supergarv.de>
1627     * index.php3: Add frameborder to allow resizing. Introduces a 1px
1628       bar, but cannot be solved. Note that this is only neccessary
1629       for Mozilla, IE5/6 allow resizing with a "0" frameborder
1630     * footer.inc.php3: Only update queryframes DB/Table info when
1631       no error happened in a query.
1632     * ldi_table.php3: Use <label> tags for the new radio buttons as with
1633       our other GUI elements.
1635 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1636     * translators.html: Typo.
1638 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
1639     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
1640     * lang/chinese_gb: Update thanks to Wang (fundawang).
1641     * translators.html: more typos
1643 2003-05-28 Garvin Hicking <me@supergarv.de>
1644     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
1645       the PEAR library and PHP changed the way how referenced variables
1646       get accessed, we have to pre-initialize the array and submit that
1647       to the PEAR call() funktion.
1648     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
1649       Petit!
1650     * tbl_relation.php3: Will now not show a selected display field, if
1651       none has been set yet for a table to not let users think, the key
1652       is set.
1654 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
1655     * lang/czech: sorted.
1657 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
1658     * lang/chinese_big5: Updated, thanks to Siu Sun
1659     ### 2.5.1-rc1 released
1661 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
1662     * documentation, config.inc.php3, tbl_change.php3,
1663       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
1664       to disable ctrl+arrows moving.
1666 2003-05-25 Garvin Hicking <me@supergarv.de>
1667     * left.php3: Fix #742632 finally: Refresh to main.php3
1668       if an empty DB has been selected.
1670 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
1671     * left.php3: new fix for #742632
1672     * lang/polish: update, thanks to Jakub Wilk
1673     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1675 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
1676     * Documentation.html: talk about left frame levels
1677     * lang/galician: update, thanks to Xosé Calvo
1678     * lang/turkish: update, thanks to Bora Alioglu
1680 2003-05-24 Garvin Hicking <me@supergarv.de>
1681     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
1682     * read_dump.php3: Bug #741256
1683     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
1684       when a query was submitted from the query window
1686 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
1687     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
1688       the analyzer, bug analyzed thanks to Michal!
1690 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
1691     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
1693 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
1694     * lang/romanian updates, thanks to Valics Lehel
1696 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
1697     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
1698       when editing indexes.
1699     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
1700       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
1701       #741599).
1702     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
1703       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
1704       #741192).
1705     * lang/sync_lang.sh: Removed dropped farsi translation.
1706     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1707     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
1708     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
1710 2003-05-22 Garvin Hicking <me@supergarv.de>
1711     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
1712       a query in (with/without) PHP code views, and display a new
1713       "Execute query" link in this mode.
1714     * lang/german*: Update.
1716 2003-05-20 Garvin Hicking <me@supergarv.de>
1717     * index.php3: New rewrite of how the frameset is created
1718       (Patch item #738226 plus some <noframes> corrections).
1719       This fixes compatibility problems, even though it's not
1720       valid XHTML 1.0, because the <script>/<noscript> tags are
1721       not allowed in there.
1723 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
1724     * lang/korean update, thanks to WooSuhan
1725     * lang/estonian update, thanks to finsoft@sourceforge.net.
1726     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
1727     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
1728     * lang/slovak update, thanks to Lubos Klokner
1730 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
1731     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
1732       false.
1733     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
1735 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
1736     * left.php3, index.php3: bug 739348: because the db name is no longer
1737       encoded in left.php3 (to accomodate html entities), we have to stop
1738       decoding it, otherwise a db name with a plus sign is not selectable
1739     * sql.php3: bug 738508: do a quick count on the rows to avoid
1740       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
1742 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
1743     * Documentation, config.inc.php3, tbl_change.php3,
1744       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
1745       configurable (RFE #737174).
1747 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
1748     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
1749       CSV for multiple tables, it just puts all content into one file, but
1750       some people seem to want this (based on patch #735136).
1751     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
1752       slashes in filename with underscore to avoid possible problems.
1753     * db_details_export.php3: Remember selected tables after exporting to a
1754       file.
1755     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
1756       highliting tabs when including files (set $active_page for highliting).
1757     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
1758       #737660).
1760 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
1761     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
1763 2003-05-14 Garvin Hicking <me@supergarv.de>
1764     * lang/german*: Translations.
1765     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
1766       better fix for #624712), by Maxime Delorme. Thanks!
1767     * tbl_change.php3: RFE #737174 implemented (comments welcome)
1768     * tbl_change.php3: RFE #723124 implemented (reset button)
1769     * read_dump.php3, tbl_query_box.php3: RFE #641760
1770     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
1772 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
1773     * libraries/sqlparser.data.php3: bug 736793, new reserved
1774       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
1775       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
1776       it in the reserved words for now.
1778 2003-05-13 Garvin Hicking <me@supergarv.de>
1779     * footer.inc.php3, querywindow.php3: Fix bug #736197
1780       (clicking on edit link from a sql-query now switches
1781        to sql tab of the query window)
1782     * left.php3: Improved performance by using str_replace instead
1783       of ereg_replace.
1784     * lang/german*: Translations.
1785     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
1786       'Show as PHP')
1788 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
1789     * left.php3: Fixed displaying of tables with quote in name.
1790     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
1791     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
1792       (RFE #734985).
1793     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
1794     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
1795     * read_dump.php3: Correctly checks whether table exists.
1796     * libraries/common.lib.php3: Highlight tab also when current page is
1797       read_dump.php3 and $goto is link of current tab.
1798     * tbl_replace.php3: Display message after updating row.
1799     * libraries/common.lib.php3: Fix tab attributes when some specified as
1800       parameters.
1801     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
1802       #737023).
1803     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
1804       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
1805       Documentation.html: Support for saving to file on server (part of RFE
1806       #730197).
1808 2003-05-12 Garvin Hicking <me@supergarv.de>
1809     * queryframe.php3: Remove left/bottom margin to better fit the link title
1810       in the small frame.
1811     * footer.inc.php3: Only update db/table variables if the query was correct.
1812       Fixes #735970.
1813     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
1814       common.lib.php3: Patch #725839 (Nested display of tables)
1815     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
1817 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
1818     * index.php3: Better fix for #736003.
1819     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
1820     * mult_submits.inc.php3, server_databases.php: Add confirmation when
1821       dropping databases (bug #736238).
1823 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
1824     * Documentation.html, config.inc.php3,
1825       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
1826       Merged patch #729514 - support for iconv parameters.
1827     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
1828       multi statement query result. Closes RFE #728833.
1829     * tbl_dump.php3, libraries/build_dump.lib.php3,
1830       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
1831       export improvements. Now can export table structure and some other
1832       options. Closes RFE #718942.
1833     * tbl_change.php3: Remember state of insert as another row - fixes
1834       #736064, show used query.
1835     * index.php3: Fixed typo in hash, fixed bad hash propagated with
1836       JavaScript. Fixes #736003.
1838 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
1839      ### 2.5.0 released
1841 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
1842      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
1843        show just the pages near the current page
1845 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
1846      * libraries/common.lib.php3: Whole tab is now link.
1847      * libraries/display_export.lib.php3: Disable CSV export for multiple
1848        tables - fixes #734104.
1849      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
1850      * lang/chinese: Update thanks to Wang (fundawang).
1851      * lang/sync_lang.sh: Fix for POSIX sh.
1852      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
1853        count - fixes #735441.
1854      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
1855        fields (was treated like BLOB).
1856      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
1857        be undefined.
1859 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
1860      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
1861        TEXT fields (a if on the type returns "blob") caused
1862        problems
1864 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
1865      * libraries/build_dump.lib.php3: bug 731866: text fields were
1866        exported hexified, because mysql_field_type() was used and
1867        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
1869 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
1870     * libraries/get_foreign.lib.php3: bug 731480: was not counting
1871       the rows of the foreign, thanks to Stefan Elssner
1873 2003-05-02 Garvin Hicking <me@supergarv.de>
1874     * css/phpmyadmin.css.php3: Small typo, seems to be
1875       solution of support request #728820
1876     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
1877       thanks to Ryan)
1878     * Added scripts/inno2pma (from Ernie Hershey). Please see
1879       Patch Tracker #709383 for further information.
1880     * libraries/display_tbl.lib.php3: Bug #728813 (title for
1881       relations when foreign_db != master_db)
1882     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
1883       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
1884       the fix for Bug #730718.
1885       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
1886       altered the way the form is submitted in LeftFrameLight mode to
1887       keep the queryframe. Only if JavaScript is usable, otherwise it's
1888       not necessary to keep the 'opener' pointer.
1889     * libraries/display_tbl.lib.php3: PHP3 compatibility.
1890     * libraries/common.lib.php3, db_details_common.php3, index.php3,
1891       main.php3: Still have to propagate $hash to the left frame...
1893 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
1894     * pdf_schema.php3, bug 729517, better comment output,
1895       thanks to Maxime Delorme
1897 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
1898     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
1900 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
1901     * server_privileges.php3: No need to escape wild characters here.
1903 2003-04-29 Garvin Hicking <me@supergarv.de>
1904     * tbl_move_copy.php3: Bug #729416
1905     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
1906     * index.php3: Typo
1907     * db_details_structure.php3: Prevent uninitialized variable
1909 2003-04-28 Garvin Hicking <me@supergarv.de>
1910     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
1911       Even more issues when QueryFrameJS is set to true, but JS is not
1912       activated. Haven't ever thought this would be necessary. ;)
1913       I tested everything with QueryFrame/QueryFrameJS set to true/false
1914       with and without JavaScript enabled, and got everything working.
1915       Please verify for yourselves! :)
1917 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
1918     * lang/polish: update, thanks to Jakub Wilk
1920 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
1921     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
1922       javascript). But there are still problems without javascript.
1924 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
1925     ### 2.5.0-rc2 released
1927 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
1928     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
1929     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
1930     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
1931     * lang/{catalan,english,indonesian,spanish}: Added some missing
1932       translations.
1934 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
1935     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
1936     * libraries/display_export.lib.php3: Automatically check "Save as file"
1937       when selecting compression.
1939 2003-04-22 Garvin Hicking <me@supergarv.de>
1940     * libraries/common.lib.php3, main.php3, db_details_common.php3:
1941       When reloading the frame, propagate hash value (for querywindow)
1943 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
1944     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
1945       in the drop-down box
1947 2003-04-20 Garvin Hicking <me@supergarv.de>
1948     * libraries/display_tbl.lib.php3, index.php3, left.php3,
1949       tbl_query_box.php3, queryframe.php3, querywindow.php3:
1950       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
1951       (serious) issues with multiple instances of phpMyAdmin and
1952       the query window. Also made sure that disabling the QueryFrame
1953       is possible without seeing errors. Of course, this is
1954       extremely reduced usability without JS.
1956 2003-04-18 Garvin Hicking <me@supergarv.de>
1957     * left.php3, index.php3, tbl_query_box.php3,
1958       libraries/display_tbl.lib.php3, queryframe.php3:
1959       Fixed Bug #723713
1961 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
1962     * Documentation.html: faq about double auth windows
1963     * lang/ukrainian: update, thanks to Markijan Baran
1964     * tbl_relation.php3: bug 696215: can now choose all segments
1965       of the primary key
1967 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
1968     * lang/ukrainian: update, thanks to Markijan Baran
1969     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
1970       test in MySQL 4 to check if superuser
1972 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
1973     * tbl_replace_fields.php3: Fix typo.
1974     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
1975       MySQL sometimes problems...
1977 2003-04-17 Garvin Hicking <me@supergarv.de>
1978     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
1979       detect changes in BLOB fields with a special name.
1980     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
1981       original values of a BLOB field when 'Insert as new row' is
1982       chosen on edit.
1983     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
1984       crossing DB borders now allowed)
1986 2003-04-16 Garvin Hicking <me@supergarv.de>
1987     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
1988       with no $db set
1990 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
1991     * badwords.txt: "status" is not a reserved word
1993 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
1994     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
1995     * tbl_properties_common.php3: Avoid displaying message twice in some cases
1996       (fixes bug #722378).
1997     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
1999 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
2000     * tbl_query_box.php3: Only display charset selection when a DB is
2001       selected.
2002     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
2003       key and with BLOB field (bug #708182).
2005 2003-04-15 Garvin Hicking <me@supergarv.de>
2006     * footer.inc.php3, queryframe.php3: Changed anchor target
2007       and window name of queryframe as suggested by Armel
2008       Fauveau (thanks!)
2010 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
2011     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
2012       a reserved word in MySQL
2013     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
2014       are functions
2015     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
2017 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
2018     * lang/some translations: Damn, I didn't commit all empty translations
2019       yesterday...
2020     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
2021       which translations has failed, now also converts by default only
2022       modified files and is capable to get charset from filename when reading
2023       from file has failed.
2024     * left.php3: More fixes for HTML entities.
2025     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
2026       when changing it.
2027     * lang/czech: Updated.
2028     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
2029     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
2030     * lang/italian: Updated, thanks to Pietro Danesi (danone).
2031     * lang/catalan: Updated, thanks to Xavier Navarro.
2032     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
2033       characters in db/table name.
2034     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
2035     * db_details.php3, tbl_query_box.php3: Display choice for charset also
2036       when only UploadDir available.
2038 2003-04-14 Garvin Hicking <me@supergarv.de>
2039     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
2040       usage. (Bug #720846)
2041     * footer.inc.php3: Needed \n for some cases.
2042     * tbl_query_box.php3: Only display file import when a DB is selected.
2044 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
2045     * lang/french: update
2046     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
2047     * lang/polish: update, thanks to Jakub Wilk
2048     ### 2.5.0-rc1 released
2050 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
2051     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
2052       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
2053       Added $strCharset.
2055 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
2056     * lang/{slovenian,russian,croatian,bulgarian}: We don't
2057       want empty translations...
2059 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2060     * libraries/common.lib.php3: Better fix against possible "wrong parameter
2061       count" errors.
2062     * server_privileges.php3:
2063       - Fixed a broken link in the user overview table;
2064       - Fixed bug #539756 again.
2065     * lang/german-*.inc.php3: Updates.
2066     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
2067       (Feature #623665, part 1).
2069 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
2070     * libraries/common.lib.php3, config_import.lib.php3:
2071       MaxExactCount backwards compatibility
2072     * db_details_structure.php3: undefined $row_count for InnoDB tables
2074 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
2075     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
2076       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
2077     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
2078       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
2079     * Documentation.*: Documented above.
2080     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
2081     * lang/galician: Added missing string.
2082     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
2084 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
2085     * pdf_schema.php3, libraries/common.lib.php3,
2086       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
2087       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
2088       (<20000 rows) tables (RFE #708533).
2089     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
2090     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
2091       XHTML errors, document is again valid XHTML.
2092     * lang/italian: Updated, thanks to Pietro Danesi (danone).
2094 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
2095     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
2096       and XML dump.
2097     * libraries/display_export.lib.php3: Added <br /> before charset
2098       selection in export.
2100 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
2101     * lang/*: $updComTab -> $strUpdComTab
2102     * libraries/relation.lib.php3: put back version 1.30 message
2103       that uses $strUpdComTab
2104     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
2106 2003-04-09 Garvin Hicking <me@supergarv.de>
2107     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
2108       to prevent false arrow aligning when using 'same widths'.
2110 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
2111     * lang/galician: update, thanks to Xosé Calvo
2112     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
2113     * lang/italian: Updated, thanks to Pietro Danesi.
2114     * lang/chinese_gb: update, thanks to (fundawang)
2115     * lang/swedish: update, thanks to Björn T. Hallberg
2116     * lang/norwegian: update, thanks to Sven-Erik Andersen
2118 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
2119     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
2120       multi submit actions.
2122 2003-04-06 Garvin Hicking <me@supergarv.de>
2123     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
2124       Now multiple fields can be inserted at cursor position (Mozilla/IE)
2125       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
2126     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
2127       libraries/relation.lib.php3: RFE #715914: Sort query history by
2128       (autoincrement) key instead of timevalue. Only save queries in
2129       history if they were successful. This required the moving of
2130       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
2131       test, if this works for everyone. It does for me.
2133 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2134     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
2135       column before MySQL 3.23 (bug #712055).
2136     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
2137       machines with register_globals = off.
2139 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
2140     * lang/romanian updates, thanks to Valics Lehel
2141     * lang/slovenian update, thanks to Kositer Uros
2143 2003-04-03 Garvin Hicking <me@supergarv.de>
2144     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
2146 2003-04-02 Garvin Hicking <me@supergarv.de>
2147     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
2148     * tbl_move_copy.php3: At least one of the PDF integrity checks
2149       on moving/copying a table can safely be enabled.
2150     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
2151       newly created table' depend on a selected checkbox. State of that
2152       checkbox is saved in a cookie.
2153     * lang/*: Added $strSwitchToTable for the above.
2154     * lang/german-*: Translations
2156 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
2157     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
2158       generated SQL dump, move to newly created table also after copying.
2159     * tbl_properties_operations.php3: Some fixes for html entities in db/table
2160       names.
2161     * db_details_structure.php3, mult_submits.inc.php3,
2162       tbl_properties_structure.php3: Show multi submits result after headers
2163       and tabs from originating place.
2164     * lang/czech: Updated.
2165     * tbl_properties_operations.php3: Not only remember, but also recall state
2166       of checkbox for move to newly created table (see Garvin's entry above).
2168 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
2169     * Documentation.html: clarify about wildcard database
2170     * lang/bulgarian, translators.html: big update from the new translator:
2171       Stanislav Yordanov, stan at stud.ru.acad.bg
2172     * lang/italian: Updated, thanks to Pietro Danesi.
2174 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
2175     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
2176       thanks to Jose Fandos (jose.fandos at sonnd.com)
2178 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2179     * server_privileges.php3, lang/*.inc.php3:
2180       - Fixed bug #708292 (Support for host-based privileges).
2181       - Show SQL query when adding a user.
2182     * server_processlist.php3, lang/*.inc.php3: Feature #707495
2183       (SHOW FULL PROCESSLIST).
2184     * lang/german-*.inc.php3: Updates.
2186 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
2187     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
2189 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
2190     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
2191       tbl_properties_operations.php3, tbl_properties_structure.php3,
2192       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
2193       more fixes for HTML entities in field/table/db name.
2195 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2196     * Documentation.html: Fixed GRANT queries for the controluser.
2198 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
2199     * main.php3: replace the 'USE mysql' test, as users with a global
2200       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
2202 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
2203     * tbl_query_box.php3, tbl_properties_operations.php3,
2204       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
2205       HTML entities fixes.
2206     * read_dump.php3: Fixed detection of $goto.
2207     * header.inc.php3: Neated URL generating.
2208     * lang/czech: Updated.
2210 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
2211     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
2212       multisubmit actions (RFE #622603).
2213     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
2214       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
2215       queries for multiple tables.
2216     * db_details_structure.php3: Display correctly table names that contain
2217       HTML entities.
2218     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
2219       caused HTML entities to be quoted twice.
2220     * tbl_indexes.php3: Fixed editing of index with HTML entities.
2221     * lang/czech: Updated.
2222     * tbl_properties_structure.php3: Fix enabling/disabling links to index
2223       creating (it requires type, but there was also MIME type added).
2225 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
2226     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
2227       config.inc.php3, Documentation.html: disabling of the parser no
2228       longer possible
2230 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
2231     * libraries/defines.lib.php3: Small bugfix.
2232     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
2233     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
2234       errors.
2236 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
2237     * libraries/transformations/text_plain__imagelink: display the
2238       image, with width and height options
2239     * libraries/transformations/text_plain__link: the link was not
2240       functional at my site; also, document this transform in lang.
2242 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
2243     * server_privileges.php3: typo
2244     * lang/french update
2245     * image_jpeg__plain renamed to text_plain__imagelink, because
2246       the contents is not an image but a filename
2248 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
2249     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
2250       to sql.php3.
2251     * libraries/display_export.lib.php3: Again fixed selecting table/db
2252       filename template.
2253     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
2254       table.
2256 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
2257     * lang/hebrew update, thanks to Yuval Sarna
2259 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
2260     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
2261     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
2262       type when doing charset conversion.
2263     * libraries/display_export.lib.php3: Fixed selecting table/db filename
2264       template.
2265     * libraries/read_dump.lib.php3, db_details.php3,
2266       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
2267       Automatic detection of compression for uploaded data.
2269 2003-03-19 Garvin Hicking <me@supergarv.de>
2270     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
2271       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
2272       input area (SQL window, table properties) AND in the 'Insert/Update field' display
2273       where you can upload files to blob fields. Experimental.
2275 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2276     * lang/german-*.inc.php3: Updates.
2278 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
2279     * tbl_properties_operations.php3: fixed bad id of option (#706147).
2280     * lang/dutch: Updated, thanks to Gilles van den Hoven.
2281     * lang/thai: Updated.
2282     * lang/italian: Updated, thanks to Pietro Danesi.
2283     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
2284     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
2285     * lang/chinese: Updated, thanks to Siu Sun.
2287 2003-03-18 Garvin Hicking <me@supergarv.de>
2288     * libraries/display_export.lib.php3: Fixed variable usage.
2289     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
2290       libraries/common.lib.php3: Added new transforms for a substr()
2291       function, a dateformat() modified and a basic plugin for external
2292       programs. Support for TIDY has been experimentally been built in.
2293       External programs make use of piping and thus cannot be used in
2294       Windows.
2295       Added the ability for transforms to adjust the "nowrap" option of a
2296       cell.
2297       Some german translation.
2299 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
2300     * libraries/select_lang.lib.php3: modify order of Russian lang files
2301       because MSIE does not accept cp866 and users do not see anything,
2302       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
2304 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
2305     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
2306       Konqueror doesn't like it there and it is not needed.
2307     * lang/czech: updated.
2308     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
2309       when using transformations.
2310     * libraries/display_export.lib.php3, db_details_links.php3,
2311       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
2312       server_processlist.php3, server_status.php3, server_variables.php3,
2313       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
2314     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
2315       specify how will filename for exported data look like (RFE #678642).
2316     * Documentation.*: Next release seems to be 2.5.0.
2317     * lang/latvian: Updated, thanks to Sandis Jerics.
2319 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
2320     * pdf_pages.php3  will now check if the pdf_pages table has entries
2321       that reference tables that no longer exist. if it does user is prompted
2322       to delete them.
2324 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
2325     * user_password.php3, header.inc.php3, libraries/user_password.js:
2326       put back js functions for user password change (= old user_details.js)
2327     * libraries/display_tbl.lib.php3, functions.js: new feature:
2328       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
2330 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
2331     * pdf_pages.php3: Automatic layout of tables on the schema
2333 2003-03-15 Garvin Hicking <me@supergarv.de>
2334     * pdf_schema.php3: Fixed typo.
2336 2003-03-14 Garvin Hicking <me@supergarv.de>
2337     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
2338     '../' safety issues, display transformations only if file exists
2339     (Bug #703555)
2341 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
2342     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
2343         - Typo fixes:
2344         s/RestricColumnTypes/RestrictColumnTypes/
2345         s/RestricFunctions/RestrictFunctions/
2346     * scripts/create_tables.sql:
2347         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
2349 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
2350     * server_status.php3: Fixed the Garvin's calculations.
2351     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
2352     * libraries/header_meta_style.inc.php3,
2353       libraries/transformations/overview.php3: Fixed CSS link.
2354     * tbl_properties.inc.php3: Added tooltips for transformations.
2356 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
2357     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
2359 2003-03-13 Garvin Hicking <me@supergarv.de>
2360     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
2361     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
2362     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
2363       results page (1px border in the color of BrowserMarkerColor around the cells).
2364       RFE #638800
2365     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
2366       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
2367       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
2368       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
2369       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
2370     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
2371       clarity. Make it easier to enable defaults (RFE #695265)
2373 2003-03-12 Garvin Hicking <me@supergarv.de>
2374     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
2375       was not displayed if it has no comment.
2376     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
2377       bookmarktable.
2378     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
2379       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
2380       label as the tablename is found.
2381     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
2382       auto_increment value. (RFE #639655)
2383     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
2384       Display DB comments and MIME types, where appropriate.
2385     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
2386       the querywindow which didn't show the latest querys always.
2387     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
2388       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
2389       to do, so please see Documentation.html. I thought it too hard to move the
2390       bookmark-box around where you can store the bookmarks, because there are a couples
2391       of redirections involved. So the major problem is that your to-be-stored bookmark
2392       HAS to yield at least a single result row for you to be able to store that.
2393     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
2394       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
2395       for that table.
2396     * tbl_properties_export.php3, db_details_export.php3,
2397       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
2398       export now is a perfect look-alike except for a multi-tables dropdown.
2399       Put the code to display the export into a seperate file for re-usability.
2400     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
2401       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
2402       map to which MySQL field type and in the dropdown of the function list first
2403       display the fitting functions, and then for compatibility reasons the rest of
2404       the functions.
2405       TODO: I don't know if I chose the correct mapping for all types. Please correct
2406       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
2407     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
2408       tbl_rename.php3, libraries/relation.lib.php3:
2409       Bugfix #579256 / RFE #577328 : Automatic update of relations,
2410       display fields, comments, bookmarks, ... on update, delete and duplicate.
2411       Automatic duplication/moving of PDF pages does not yet work. Would the
2412       original author please be so kind to have a look at the tbl_move_copy.php
2413       script, search for '[TODO]' and apply necessary fixes? ;)
2414     * tbl_dump.php3: New $sql_structure variable for the new table export
2415       design broke DB export functionality. Fixed this.
2417 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
2418     * lang/ukrainian: update, thanks to Markijan Baran
2420 2003-03-11 Garvin Hicking <me@supergarv.de>
2421     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
2422       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
2423       Improved security of docSQL importer. You now can only access
2424       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
2425       file on its own via File Upload (if $is_upload is true).
2426       Filenames not matching the converter will no more printed out to
2427       maintain security. Permits input of '../'.
2428     * transformation_wrapper.php3 - Remove $err_url, because if a query
2429       fails here, the user won't get to see the error string anyways.
2430       Can happen if you want to display a blob without having an index
2431       key in your query, because the blob cannot be filtered by a content
2432       WHERE-string.
2434 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
2435     * libraries/sqlparser.data.php3: bug 700082, support of XOR
2437 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2438     * translators.html: Another mechanism against stupid people who use the
2439       translator list as a list of localised support hotlines or try to get a
2440       translation by mail order... :o)
2441     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
2442       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
2443       that the correct font families are used.
2445 2003-03-10 Garvin Hicking <me@supergarv.de>
2446     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
2447       thanks to Csaba Gabor!
2448     * sql.php3: Fixed another occurence of addslashes() where it no longer
2449       belongs.
2450     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
2451       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
2452       - when creating/altering/adding table fields you can now change the
2453       wrong form input, instead of losing all your data. Have fun. :-)
2454     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
2455       lang/*:
2456       Added new table export format by Michal Cihar. db_details_export.php3
2457       should be adapted to the new layout somewhen. Fixed Compression.
2458     * header.inc.php3, header_printview.inc.php3, index.php3,
2459       left.php3, queryframe.php3, querywindow.php3,
2460       transformation_wrapper.php3, css/phpmyadmin.css.php3,
2461       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
2462       libraries/functions.js, libraries/header_http.inc.php3,
2463       libraries/header_meta_style.inc.php3, libraries/left.js
2464       libraries/sqlparser.lib.php3:
2465       Massive code-cleanup. Put all stylesheets into new central file
2466       css/phpmyadmin.css.php3. To reduce overhead in this file, the
2467       common.lib.php3 has a new variable to determine whether the full
2468       code structure or only those codes needed for the stylesheet class
2469       is parsed. This is to prevent duplicated code, even though it looks
2470       somehow ugly. The stylesheet is now embedded via a <link rel>-
2471       directive and should also be able to be cached by the browser.
2472       See patch #699454.
2473       Also some unneccessary code was removed from querywindow/wrapper.
2474     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
2475       fieldnames to be mapped to false keys for display.
2477 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
2478     * transformation_wrapper.php3, lang/*,
2479       libraries/transformations/image_png__inline.inc.php3:
2480       new transformation for png (inline)
2481       (still issues with PNG's transparency in PHP 4.3.0)
2482     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
2484 2003-03-09 Garvin Hicking <me@supergarv.de>
2485     * db_printview.php3: Added print button (#700205)
2487 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
2488     * libraries/transformations/*.sh: did not work in bash
2490 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
2491     * transformation_wrapper.php3, lang/*,
2492       libraries/transformations/image_jpeg__inline.inc.php3:
2493       now 2 options for resize: width, height
2495 2003-03-06 Garvin Hicking <me@supergarv.de>
2496     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
2497       Fix bug #658668, special escaping of \n, \r and \t characters.
2498       Please test, works fine for me now (both magic_quotes on/off).
2500 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
2501     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
2502     * updatedocs.sh: Script to make conversion easier
2504 2003-03-05 Garvin Hicking <me@supergarv.de>
2505     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
2506     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
2507       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
2508       call with PMA_sqlAddslashes() call because of new global s
2509       lashes-handling.
2510     * sql.php3: Fixed querytime bug, when query was only shown for PHP
2511       display.
2512     * read_dump.php3, sql.php3, tbl_alter.php3,
2513       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
2514       where not neccessary, because grab_globals already stripslashed
2515       the data. This fixes the problem of the SQL Pretty printer showing
2516       the data wrongly formatted.
2518 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
2519     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
2520      #697961)
2522 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
2523     * Documentation.html, faq 1.29 about the "duplicate field names" problem
2524     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
2525       libraries/transformations/image_jpeg__inline.inc.php3:
2526       resized thumbnails
2528 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
2529     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
2530       containing quotes.
2531     * libraries/common.lib.php3:
2532       - Avoid reloading the left frame twice;
2533       - PHP3 compatibility;
2534       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
2535         in CGI mode.
2537 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
2538     * badwords.txt: bug 692874: "date" is not a reserved word
2540 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2541     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
2542       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
2543       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
2544       tbl_move_copy.php3, tbl_properties.inc.php3,
2545       tbl_properties_operations.php3, tbl_properties_options.php3,
2546       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
2547       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
2548       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
2549       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
2550       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
2551       extracting the arrays $_GET and $_POST. This should replace a lots of
2552       workarounds and avoid present and future problems with magic_quotes_gpc.
2553     * server_privileges.php3, libraries/common.lib.php3:
2554       - Escape wildcard characters in the database and table dropdown boxes;
2555       - CSS fixes.
2557 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
2558     * lang/english: typo
2559     * tbl_dump.php3: undefined variable $use_comments
2560     * tbl_properties_export.php3: bug 692143: now we remove the
2561       LIMIT clause from the original query to use the limits entered
2562       on the export form
2563     * pdf_schema.php3: better header/footer for long pages,
2564       thanks to Maxime Delorme
2566 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
2567     * tbl_indexes.php3: Cleaner solution for showing query after changing
2568       index.
2570 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
2571     * libraries/xpath/XPath.class.php, libraries/xpath/:
2572     - Removed (was part of the early DB config prototype)
2573     * lang/translatecount.sh:
2574     - Counts just how out of date the translations are!
2576 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
2577     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
2578       #694800), show structure after modifying index.
2580 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
2581     * Documentation.html: Fixed a typo.
2582     * server_privileges.php3: Fixed bug #691910.
2583     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
2584       thanks to Jason Carlson (jjcarlson).
2586 2003-02-28 Garvin Hicking <me@supergarv.de>
2587     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
2588       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
2589       Documentation.html:
2590       - Finetuneing for query window: Only three tabs, if DefaultTab
2591         is not set to 'full'.
2592       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
2593       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
2594          Rabus ;).
2595       - Made the textarea smaller (*1.25 instead of *2) for the window only.
2596       - Fixed a bug when you changed from a table to a database on the left frame and the
2597         query window still wants to show the previous table.
2598     * tbl_query_box.php3: Only show fieldlist, when $table is set.
2599     * translators.html: Adjusted to same topmenu as Documentation.html.
2600       With the new 'Transformations' item the bar was too large to fit
2601       on standard 800x600 browser windows.
2603 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
2604     * lang/czech: Updated.
2605     * lang/english: Resorted.
2607 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2608     * libraries/common.lib.php3, libraries/config_import.lib.php3:
2609       - Backwards compatibility;
2610       - Removed some unnecessary code;
2611       - Added a small HOWTO.
2612     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
2613     * lang/german-*.inc.php3: Grammar.
2614     * Documentation.html: Fixed some dead links.
2615     * scripts/create_tables.sql: Adjusted table comments.
2617 2003-02-27 Garvin Hicking <me@supergarv.de>
2618     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
2619       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
2620     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
2621       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
2622       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
2623     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
2624       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
2625       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
2626       directions, so with this mode you can see about 6 columns at once on a single screen.
2627     * tbl_properties.inc.php3: Fixed bug when certain fields are not
2628       enabled, they threw an undefined offset. [2nd try, now for real :)]
2629     * Documentation.html: Updated for my new features. Should include
2630       everyting, I hope. But seriously needs a proofread.
2631     * config.inc.php3: Inserted new directives for empty
2632       $cfg['Servers'][$i]. (history, verbose_check)
2633     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
2634       to suppress Notices/Warnings when MIME-types are not enabled.
2636 2003-02-26 Garvin Hicking <me@supergarv.de>
2637     * lang/german-*: better grammar. ;)
2638     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
2639       usage for special queries like 'SHOW FIELDS', where certain variables are
2640       not set.
2641     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
2642       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
2643       transformation_wrapper.php3, libraries/config_import.lib.php3,
2644       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
2645       scripts/create_tables.sql:
2646        Test if MIME-feature are really available. Preparation for PMA_db-based
2647        SQL-History.
2648        Removed a dupe for inserting comments, fixed integrity check when
2649        moving/renaming tables and keeping comments.
2650      * header.inc.php3: Added one more Javascript if-structure to make sure
2651        the frameset is initialized when querying for an active window. Without
2652        this, when starting phpMyAdmin for the first time, IE6 may complain
2653        depending on the order it loads the framesets.
2655 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
2656     * db_details_structure.php3: undefined variable $comment
2657     * tbl_move_copy.php3: 'column_info'
2659 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2660     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
2661       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
2662       $datefmt (translations #692065).
2663     * lang/japanese-*.inc.php3: Fixed some inconsistences.
2664     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
2665       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
2666       libraries/config_import.lib.php3, libraries/relation.lib.php3,
2667       libraries/transformations.lib.php3: Changed 'column_comments' to
2668       'column_info'.
2669     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
2670       <http://www.phpmyadmin.net/ChangeLogs/>.
2672 2003-02-25 Garvin Hicking <me@supergarv.de>
2673     * tbl_properties.inc.php3: Fixed duped display of comments due to
2674       merging diff conflict.
2675     * lang/german*: German translations, only missing transformation
2676       descriptions. They shouldn't be translated at that early point, I guess.
2677     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
2678       libraries/transformations.lib.php3: 'column_info', they were somehow
2679       not included in rabus' commit?!
2681 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2682     * common.lib.php3: Backwards compatibility.
2684 2003-02-24 Garvin Hicking <me@supergarv.de>
2685     Submitted multiple patches from the patch tracker:
2686     * JS rowmarker now works in vertical display mode
2687         Files: libraries/functions.js, display_tbl.lib.php3
2688     * Display nav_bar even when only one row is returned, to enable display in
2689         vertical/horizontal mode (especially for rotated headers)
2690         Files: libraries/display_tbl.lib.php3
2691     * Measures basic query time [#571934]
2692         Files: sql.php3, display_tbl.lib.php3
2693     * New display mode with 90 degree rotated table headers [#544361]. Works
2694         either as CSS or as 'faked' PHP-transformation.
2695         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
2696     * Update and display column comments in Add/Edit Fieldmode and CREATE table
2697         mode. Display comments in table structure (optional) with underlined
2698         CSS-mouseovers. Display comments in browser mode (optional), both in
2699         vertical and horizontal display mode. Keep column comments in synch, when
2700         DROPping/ALTERing and moving/copying tables.
2701         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
2702         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
2703         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
2704         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
2705         libraries/relation.lib.php3
2706     * Display and enter DB/table comments for navigation, stored in pma comments table.
2707         May be displayed as Alias-Tooltips in left frame. [#650064]
2708         Files: db_details_structure.php3, left.php3, relation.lib.php3
2709     * Display column comments in table/database dumps, as inline SQL-Comments
2710         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
2711     * Display MIME types to transform any table cell. You can only choose from a
2712         list of pre-defined MIME-types. The list gets built by a function searching
2713         a directory for valid transforms. For further information see
2714         libraries/transformations/README-file and soon in documentation. ;)
2715         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
2716         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
2717         tbl_move_copy.php3, transformation_wrapper.php3,
2718         libraries/display_tbl.lib.php3, libraries/transformations/*
2719         TODO: Add predefined functions!
2720     * Display a (javascript) based query window as a new frame below the left
2721         frame with query history [#526008]. Currently a bit experimental, works with
2722         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
2723         work with any browser.
2724         Files: queryframe.php3, querywindow.php3, header.inc.php3,
2725         tbl_query_box.php3, common.lib.php3
2727 2003-02-24 Olivier L. Müller  <om@omnis.ch>
2728     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
2729       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
2730       generated URL -> prevents a double password query with some browsers
2731       (Safari) in case of http authentication.  (tested with https, http and
2732       http running on port 8080)
2734 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
2735     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
2736       fields type into special variable. Fixes #647689.
2737     * db_details_structure.php3: Removed extra /. Fixes #692171.
2739 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
2740     ### 2.4.0 released
2742 2003-02-23 Olivier L. Müller  <om@omnis.ch>
2743     * docs.css: highlight FAQ questions in blue -> more readble.
2745 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2746     * server_privileges: Better code for "check privileges"; This should fix
2747       bug #687808 and a few other problems.
2748     * ANNOUNCE.txt: Updated list of known bugs.
2749     * server_variables.php3: Modified generated XHTML code.
2751 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
2752     * lang/italian update, thanks to Pietro Danesi
2753     * lang/slovak update, thanks to Lubos Klokner
2754     * lang/polish: update, thanks to Jakub Wilk
2755     * lang/thai: update, thanks to Arthit Suriyawongkul
2756     * tbl_change.php3: do not use enctype="multipart/form-data"
2757       if !$is_upload (possible solution for bug 689215)
2758     * lang/swedish: update, thanks to Björn T. Hallberg
2760 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2761     * libraries/display_tbl.lib.php3: Coding standards.
2762     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
2763     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
2764     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
2765     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
2767 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
2768     * sql.php3: bug 649665: undefined variables with UNION, and
2769       also get the correct row count
2770     * lang/norwegian: update, thanks to Sven-Erik Andersen
2772 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2773     * server_databases.php3:
2774       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
2775       - The link "check privileges" is now only displayed to superusers.
2777 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
2778     * lang/czech: Updated.
2779     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
2781 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
2782     * server_privileges.php3: Fixed edit link.
2783     * Documentation.html:
2784       - Reformulated some passages;
2785       - FAQ 1.28.
2786     * ANNOUNCE.txt: Synchronized features list with documentation.
2787     * server_databases.php3: Fixed bug #688271 (missing "?").
2789 2003-02-17 Garvin Hicking <me@supergarv.de>
2790     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
2791       Reworked blob file upload. More security cautions, and preserve
2792       fields contents, if no new file was uploaded. Moved is_uploaded_file
2793       function from read_dump.php3 to common.lib.php3 for reusability.
2795 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
2796     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
2797       upload, upload field moved into table.
2799 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
2800     ### 2.4.0-rc2 released
2801     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
2802       correct number of rows
2804 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
2805     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
2806       - Reimplemented ability to change a user's login information
2807         (bug #684984);
2808       - Feature: copy user profiles;
2809       - "Check privileges" should now also check for wildcards;
2810       - The revoke mode for deleting users did not always produce valid MySQL.
2811     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
2812     * ANNOUNCE.txt: synchronized list of features and fixes.
2814 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
2815     * lang/czech: Updated.
2816     * docs.css: Fixed URL.
2818 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
2819     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
2820       for splitting the SELECT clauses, to solve almost all records
2821       counting bugs
2822     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
2823     * lang/japanese: update, thanks to Yukihiro Kawada
2825 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2826     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
2827       it if necessary.
2828     * libraries/common.lib.php3: Don't display edit link for
2829       database-independant queries.
2830     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
2831     * docs.css:
2832       - Wrong URI;
2833       - Typo.
2835 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2836     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
2837       Reimplemented "check privileges" feature.
2839 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
2840     * sql.php3: Fix simple little bug #685082
2842 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2843     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
2844       is broken), thanks to Alexander Schuch (ci-dev).
2846 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
2847     * lang/indonesian update, thanks to Rachim Tamsjadi
2848     * lang/italian update, thanks to Pietro Danesi
2849     * lang/lithuanian update, thanks to Vilius Zigmantas
2850     * lang/slovenian update, thanks to Kositer Uros
2851     * lang/swedish: update, thanks to Björn T. Hallberg
2852     * tbl_change.php3: upload field only to BLOBs
2853     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
2854       font size
2856 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
2857     * tbl_replace_fields.php3: sometimes we receive "none" as the file
2858       name when there is no field upload for some field
2859     * sql.php3: bug 684712, undefined variable $table (js disabled
2860       and confirmation for drop database)
2862 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2863     * server_databases.php3: Wrong link title.
2865 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2866     * server_databases.php3: Ensured that the database list is built.
2868 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
2869     * lang/catalan: update, thanks to Xavier Navarro
2871 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
2872     * lang/Galician*: Updates thanks to xosecalvo
2874 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
2875     * lang/czech: Updated again.
2877 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2878     * server_databases.php3, lang/*.inc.php3:
2879       - Bugfixes & interface cosmetic;
2880       - Drop multiple databases.
2881     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
2882     * lang/german-*.inc.php3: Updates.
2883     * config.inc.php3: Added a note about another possible setting.
2884     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
2885     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
2886     * translators.html: Fixed a typo.
2887     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2888     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2890 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2891     * config.inc.php3, lang/add_message.sh: Typos.
2892     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
2893     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
2894       Reworte db_stats.php3 to be conform with the new server_ pages.
2896 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
2897     * lang/czech: Updated.
2899 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
2900     * lang/italian: update, thanks to Pietro Danesi
2901     * lang/norwegian: update, thanks to Sven-Erik Andersen
2902     * lang/polish: update, thanks to Jakub Wilk
2903     * lang/swedish: update, thanks to Björn T. Hallberg
2904     * lang/slovak: remove duplicates
2905     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
2907 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
2908     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
2909     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
2910       be '$strDBGMax'
2911     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
2913 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
2914     * libraries/sqlparser.lib.php3: PHP3 parse error
2915     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
2916       libraries/relation.lib.php3: bug 681298, we should always backquote
2917       a restricted word like "comment" when used as an identifier
2918     * Documentation.html, bug 681776, wrong command for my.ini file
2919     * libraries/left.js: png files
2921 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2922     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
2923       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
2924     * Documentation.html: Removed FAQ entry about Opera 7.
2925     * db_stats.php3: One <img> tag still pointed to a GIF file.
2927 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
2928     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
2929       UPDATE query if there was some binary upload in it, otherwise
2930       display it
2932 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
2933     * common.lib.php3:
2934       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
2935         Bailey (charles_bailey);
2936       - Don't use small fonts for Opera 7.
2937     * ldi_check.php3: Backslahes should be escaped.
2938     * Documentation.html: Added a note about Opera 7.
2940 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
2941     * Documentation.*: Added information about binary checkbox when uploading
2942       files.
2944 2003-02-04 Garvin Hicking  <me@supergarv.de>
2945     * common.lib.php3: Fixed a possible 'undefined index' error.
2947 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
2948     * Documentation.html: new faq entry about IE bug with http auth,
2949       switching from one server to the other
2950     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
2951       and only table selected)
2952     * ldi_check.php3: check local_infile on recent MySQL versions,
2953       thanks to Alexander
2955 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
2956     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
2957       #678729).
2958     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
2959     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
2960       variable: charset_of_file).
2962 2003-02-03 Garvin Hicking  <me@supergarv.de>
2963     * pdf_schema.php3, libraries/dbg/profiling.php3,
2964       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
2966 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
2967     ### 2.4.0-rc1 released
2968     and after the release:
2969     * lang/romanian: update, thanks to Valics Lehel
2970     * lang/spanish: update, thanks to Daniel Hinostroza C.
2971     * lang/catalan: update, thanks to Xavier Navarro
2972     * lang/dutch update, thanks to Ivo Teel
2974 2003-02-02 Olivier L. Müller  <om@omnis.ch>
2975     * tbl_addfield.php3: ignore empty fields on alter table
2977 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2978     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
2979       compatibility.
2980     * lang/german-*.inc.php3: Updates.
2981     * server_privileges.php3: Remove column privileges.
2982     * config.inc.php3: Added $cfg['DefaultTabServer'].
2983     * header.inc.php3: Link the default tabs.
2984     * libraries/common.lib.php3: PHP3 compatibility.
2986 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
2987     * lang/czech: Updated.
2988     * lang/sort_lang.sh: This needs bash.
2990 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
2991     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
2992     * lang/norwegian: update, thanks to Sven-Erik Andersen
2993     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
2994     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
2995       (later when we get enough translations,
2996        we can use it instead of $strCandLoadMySQL)
2997     * lang/romanian: update, thanks to Valics Lehel
2998     * lang/galician: update, thanks to Xosé Calvo
2999     * lang/lithuanian: update, thanks to Vilius Zigmantas
3000     * lang/japanese: update, thanks to Yukihiro Kawada
3001     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
3002       thanks to Alexander
3004 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
3005     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
3006     re-entry into Earth's atmosphere. In memory of the brave men and women who
3007     gave their lives for the people of Earth. ---
3008     * Documentation.html: Removed a bit of duplication in [7.4] and the
3009     Developers section
3010     * libraries/dbg: New directory for DBG code
3011     * libraries/dbg/setup.php3:
3012        - DBG initialization code, including module support
3013     * libraries/dbg/profiling.php3: Profiling code
3014     * lang/*: New strings added for DBG extension
3015     * config.inc.php3: config options for DBG, off by default
3016     * footer.inc.php3: DBG profiling output
3018 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
3019     * Documentation.*, translators.html, docs.css: New documentation layout.
3020     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
3022 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
3023     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
3024       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
3025       new Feature: BLOB field upload
3026       (TODO: handle open_basedir restrictions)
3028 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
3029     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
3030       libraries/config_import.lib.php3: Added experimental support for
3031       compressed connections to the MySQL server.
3033 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
3034     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
3035       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
3037 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
3038     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
3039     * Documentation.html, translators.html: Unified using of font sizes.
3041 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
3042     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
3043       user management.
3044     * server_processlist.php3: Fixed a bug the denied the access to the
3045       process list for normal users.
3046     * config.inc.php3: Removed note about buggy setting.
3047     * lang/german-*.inc.php3: Updates.
3048     * Documentation.html: There won't be a PHP 4.5.0; typos.
3050 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
3051     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
3053 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
3054     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
3056 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
3057     * lang/slovenian update: thanks to Kositer Uros (urosh)
3058     * lang/albanian: update, thanks to Laurent Dhima
3059     * lang/slovak update, thanks to Lubos Klokner
3061 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
3062     * libraries/relation.lib.php3: improve messages
3064 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
3065     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
3067 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
3068     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
3069     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
3070     * lang/english*: Resorted and Resynced.
3071     * lang/farsi*: Added ready for Farsi translation
3072     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
3073         - Updates ready for Farsi translation
3074     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
3075     * fulltext.png, partialtext.png, pma_logo.png:
3076         - Ran PNGCRUSH on files to reduce size optimially.
3077     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
3078     vertical_line.gif, item_rtl.gif, item_ltr.gif:
3079         - Old image files removed and replaced with PNG files (feature
3080         #458895)
3081     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
3082     vertical_line.png, item_rtl.png, item_ltr.png:
3083         - New PNG image files (feature #458895)
3084     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
3085         - Code changes for PNG images (feature #458895)
3087 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
3088     * libraries/sqlparser.lib.php3: checkType function
3090 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
3091     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
3093 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
3094     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
3095       row limiting for exported results
3097 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
3098     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
3099       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
3100       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
3101       be SIGNED/UNSIGNED/ZEROFILL.
3103 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
3104     * server_privileges.php3: Added column privileges editor.
3106 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
3107     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
3108       tbl_move_copy.php3, libraries/build_dump.lib.php3:
3109       Feature: Export results of SELECTs
3111 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
3112     * Documentation.html: faq 5.12 about OS X Safari problem
3113     * tbl_move_copy.php3: typo (wrong back link)
3115 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
3116     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
3117     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
3119 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
3120     * server_privileges.php3: Wrong label.
3121     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
3122       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
3123       The script now works on the SF shell servers ONLY!
3125 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
3126     * lang/czech: Updated.
3127     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
3128       field editing.
3130 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
3131     * lang/sort_lang.sh: Fix status output bug '\n'
3132     * db_details_importdocsql.php3: Move hardcoded strings to language files
3133     * lang/*.php3: Add new strings for docSQL importer
3134     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
3135     * Documentation.html: Revised FAQ entry about SQL Validator
3137 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
3138     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
3139     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
3140     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
3141     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
3142     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
3144 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
3145     * pdf_pages.php3: feature: deleting a pdf page
3146     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
3147       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
3149 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
3150     * server_privileges.php3:
3151       - Lookup database / table lists if possible;
3152       - The database name was displayed instead of the table name in the sub
3153         page heading.
3154     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
3155     * lang/norwegian-*.inc.php3: Updates, thanks to
3156       Sven-Erik Andersen (sven-erik).
3157     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
3158     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
3160 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
3161     * lang/galician: update, thanks to Xosé Calvo
3162     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
3164 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
3165     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
3166       all for fields selection.
3167     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
3168       (Jumping cursor using keyboard).
3169     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
3170       functions.js to allow jumping using keyboard.
3171     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
3172       works also for row editing.
3173     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
3175 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
3176     * libraries/sqlvalidator.class.php3:
3177       - Removed dependency on overload extension
3178       - Started to fix bug #644709
3179     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
3180       - Revert line 88 of sql.php3, and fix it a different way...
3182 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
3183     * read_dump.php3, sql.php3, libraries/common.lib.php3,
3184     libraries/sqlparser.lib.php3:
3185       - Fixed bug #641765, see mailing list post
3187 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
3188     * server_*.php3:
3189       - The messages are now displayed by server_links.inc.php3, so
3190         server_common.inc.php3 may be included earlier;
3191       - Beautified code.
3192     * server_privileges.php3:
3193       - Wrong GRANT syntax;
3194       - Changed the default behavior of the for fields "pred_username" and
3195         "pred_password".
3197 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
3198     * tbl_change.php3: bug 665885, wrong back link after sql error
3199     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
3200     * lang/ukrainian: update, thanks to Markijan Baran
3201     * lang/romanian: update, thanks to Valics Lehel
3202     * lang/japanese: update, thanks to Yukihiro Kawada
3204 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
3205     * lang/czech*: Updated.
3207 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
3208     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
3209       support for the EXTRACT ... FROM syntax which is not a real
3210       SELECT ... FROM
3212 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
3213     * server_privileges.php3, lang/*.inc.php3:
3214       - Forgot to implement "This host";
3215       - Drop the users' databases;
3216       - Don't send comments to the MySQL server;
3217       - When trying to delete multiple users, display an error message if none
3218         have been selected.
3220 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
3221     * libraries/sqlparser.lib.php3, libraries/functions.js,
3222       sql.php3: - use the parser for confirmation requests
3223                 - better check before appending LIMIT
3224     * lang/galician: update, thanks to Xosé Calvo
3225     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
3226     * lang/indonesian: missing semicolon
3227     * lang/japanese: update, thanks to Yukihiro Kawada
3228     * lang/romanian: update, thanks to Valics Lehel
3230 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
3231     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
3232       and hidden input generating stuff.
3233     * almost all php3 files: Use new URL and hidden input generation stuff.
3234     * libraries/common.lib.php3: Addded extra check for MySQL even when in
3235       safe mode (could fix #661949).
3237 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
3238     * lang/english-*.inc.php3: Fixed a typo.
3239     * server_privileges.php3, libraries/url_generating.lib.php3:
3240       - Beautified generated XHTML code;
3241       - Coding standards;
3242       - Added a missing @param comment.
3244 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
3245     * lang/czech: Updated.
3247 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
3248     * server_privileges.php3: Sorting user list.
3249     * translators.html: Typo.
3250     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
3251     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
3252     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
3253     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
3254     * lang/norwegian-*.inc.php3: Updates, thanks to
3255       Sven-Erik Andersen (sven-erik).
3256     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
3258 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
3259     * Documentation.html: clarification about cookie/http modes
3260     * lang/dutch update, thanks to Ivo Teel
3261     * lang/japanese: update, thanks to Yukihiro Kawada
3262     * lang/ukrainian: remove duplicate messages
3264 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
3265     * server_privileges.php3:
3266       - Interface cosmetic;
3267       - Smaller bugfixes;
3268       - Added a db / table privileges editor.
3269     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
3270     * server_privileges.php3, libraries/server_privileges.js:
3271       - Optimized some JS functions for the new interface;
3272       - Added ability to create new MySQL users via GRANT (feature #502465).
3273     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
3274       Incremented version number to 2.4.0-dev.
3276 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
3277     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
3279 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
3280     * lang/estonian*, malay*: remove control M
3281     * lang/romanian: update, thanks to Valics Lehel
3282     * lang/galician: update, thanks to Xosé Calvo
3283     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
3285 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
3286     * lang/german*: Updated.
3288 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
3289     * lang/czech*: Updated.
3290     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
3291     * lang/sort_lang.sh: Made POSIX sh compatible.
3292     * lang/check_lang.sh: Made require bash.
3293     * lang/swedish*: Updated.
3294     * lang/*: For many translations fixed missing/duplicate strings.
3296 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
3297     * lang/ukrainian: update, thanks to Markijan Baran
3298     * user_details.php3: add $strGrantOption
3299     * lang/french update
3300     * main.php3, lang/*.php3: $strOriginalInterface
3302 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
3303     * server_privileges.php3:
3304       - Made the script compatible to MySQL < 3.22.11;
3305       - Fixed the missing "LOCK TABLES" option in the privilege editor.
3306       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
3307         if all privileges have been selected.
3308     * libraries/sqlparser.data.php3:
3309       - Fixed bug #655817 (New privileges are not detected correctly).
3310       - Updated function list.
3312 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
3313     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
3315 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
3316     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
3317       Added ability to delete users.
3319 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
3320     * tbl_dump.php3:
3321       - Fixed wrong charset information in XML exports.
3322       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
3323         of '4.00.05'.
3325 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
3326     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
3328 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
3329     * server_privileges.php3: Fixed undefined variable warning.
3330     * lang/czech*: Updated.
3331     * lang/*: Fixed a typo.
3333 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
3334     * lang/romanian: update, thanks to Valics Lehel
3335     * lang/dutch update, thanks to Ivo Teel
3337 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
3338     * lang/norwegian-*.inc.php3:
3339       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
3340       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
3341     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
3342     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
3343     * lang/german-*.inc.php3: Updates.
3344     * lang/*.inc.php3: Fixed a typo.
3345     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
3346     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
3347     * server_privileges.php3, lang/*.inc.php3:
3348       - Bugfixes;
3349       - Small design modification;
3350       - Added ability to change passwords via SET PASSWORD FOR user.
3352 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
3353     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
3354       lang/*.inc.php3: Started rewriting the user administration; changes:
3355       - Use GRANT / REVOKE for privilege changes (feature #502465);
3356       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
3357       - Support for user resource limits;
3358       - Improved user friendliness.
3359       Currently, it can only display and edit global privileges.
3360     * libraries/common.lib.php3: Undefined index.
3361     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
3362     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
3364 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
3365     * main.php3: Since every user has access to his processlist, set
3366       is_process_priv to TRUE as default (fixes undefined variable warning).
3368 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
3369     * tbl_select.php3, bug 648263
3370     * libraries/common.lib.php3, bug 653764
3371     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
3372       append data only to a table
3374 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
3375     * lang/russian: update, thanks to Nicolay Zakharov
3377 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
3378     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
3379     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
3381 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
3382     * lang/russian: update, thanks to Nicolay Zakharov
3383     * lang/galician: update, thanks to Xosé Calvo
3385 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
3386     * libraries/get_foreign.lib.php3: bug 646263,
3387       bad drop-down in select sub-page
3389 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
3390     * libraries/common.lib.php3: Removed a comment.
3392 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
3393     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
3395 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
3396     * tbl_dump.php3: Fix output order of inserts/creates, generate file
3397       extension to include also file type, not only compression (now it
3398       generates something like dump.sql.gz).
3400 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
3401     * pdf_schema.php3: Change generated filename to
3402       db_pdfname.pdf instead of db_pdfnumber.pdf
3404 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
3405     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
3406     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
3407     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
3408     * lang/norwegian-*.inc.php3: Updates, thanks again to
3409       Sven-Erik Andersen (sven-erik).
3410     * lang/german-*.inc.php3: Small grammar fix.
3412 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
3413     * lang/german-*.inc.php3: Updates.
3414     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
3415     * libraries/build_dump.php3:
3416       - Fixed part 2 of bug #652311 (Undefined variables);
3417       - Coding standards.
3419 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
3420     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
3421       cleaner charset conversion for export.
3422     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
3423       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
3424       thanks to Valentine for creating the patch #627496.
3426 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
3427     * lang/galician: update, thanks to Xosé Calvo
3428     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
3429       but there is still some work to do about how to split a UNION
3430     * tbl_properties_options.php3, bug 651522 wrong back-link,
3431       thanks to Mischka ( stollner at uni-muenster dot de )
3433 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
3434     * lang/czech*.php3: Updated translation.
3435     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
3437 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
3438     * server_*.php3, lang/*.inc.php3, main.php3:
3439       - Added 'SHOW PROCESSLIST' interface;
3440       - Small bugfixes.
3441       - XHTML fixes.
3442     * lang/spanish-*.inc.php3: Updates, thanks again to
3443       Dr. med. Daniel Hinostroza C.
3444     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
3446 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
3447     * lang/norwegian-*.inc.php3: Updates, thanks again to
3448       Sven-Erik Andersen (sven-erik).
3449     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
3450     * lang/spanish-*.inc.php3: Updates, thanks again to
3451       Dr. med. Daniel Hinostroza C.
3453 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
3454     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
3455       server_common.inc.php3, server_links.inc.php3, server_status.php3,
3456       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
3457       Started working on a new interface to server related pages.
3458     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
3459     * lang/german-*.inc.php3: Updates.
3460     * lang/english-*.inc.php3: Reordered strings.
3462 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
3463     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
3464       bug 633422, use a button if search result would generate a too big URL
3466 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
3467     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
3468       Choose between Landscape and Portrait for the
3469       Datadictionary in PDF Pages
3470     * pdf_schema.php3: lineheight for Textrows in Datadictionary
3471       was equal to textheight, i added one mm above and below text
3472       (hope your tables are not too big not to fit on a page now ;)
3474 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
3475     * lang/german.inc.php3: Updates.
3476     * main.php3: Fixed bug #649641 (usernames containing '@' character).
3477     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
3478       warning / php >= 4.3.0) by Mats Engstrom (matseng).
3479     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
3480     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
3481       (sven-erik).
3482     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
3483     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
3484     * lang/italian-*.inc.php3:
3485       - Updates, thanks to Pietro Danesi (danone).
3486       - Coding standards.
3488 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
3489     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
3490       new data dict feature for PDF pages, thanks to Maxime Delorme
3491     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
3492       thanks to Piotr Roszatycki (d3xter)
3494 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
3495     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
3497 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
3498     * pdf_schema.php3: remove control M
3499     * lang/dutch update, thanks to Ivo Teel
3501 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
3502     ### 2.3.3pl1 released
3505          --- Older ChangeLogs can be found on our project website ---
3506                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
3508 # vim: ft=changelog
3509 # vim: expandtab ts=4 sw=4 sts=4
3510 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
3511 # vim: fdn=1 fdm=expr