Correct behavior for "SHOW INNODB STATUS".
[phpmyadmin/crack.git] / ChangeLog
blob0342d3fe02713bb7f0e7c1b2171c82c63403b86b
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
9     * Happy Birthday to me :-)
10     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
12 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
13     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
14       parameters to empty string, as older iconv version don't support it
15       (bug #747164).
17 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
18     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
20 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
21     * lang/chinese_gb: Update thanks to Wang (fundawang).
23 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
24     * lang/romanian updates, thanks to Valics Lehel
25     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
26     * lang/polish: update, thanks to Jakub Wilk
28 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
29     * lang/bulgarian-*.inc.php3: Updates, thanks to
30       Stanislav Yordanov (stanprog).
31     * tbl_properties_structure.inc.php3:
32       - Fixed display for tables with few indexes;
33       - BLOBs are always binary;
34       - RFE #623665 (MySQL 4.1 support):
35         - Fixed display of field charsets;
36         - The table charset is now displayed.
37     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
38     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
39       as SET fields (again RFE #623665).
40     * Documentation.html:
41       - Declared MySQL 4.1 support as experimental;
42       - Added some notes about MySQL 4.1 / 5.0;
43       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
44         least on my test machines for a couple of months.
45     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
46     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
47       even if it was used in "CHARACTER SET".
48     * libraries/common.lib.php3:
49       - Removed check for default tab values: They are already checked in
50         config_import.lib.php3;
51       - Corrected config file revison;
52       - XHTML fixes.
53     * server_databases.php3: Small interface fixes.
54     * translators.html: Removed a dublicate message.
56 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
57     * lang/czech: Updated.
59 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
60     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
61       the best method (LOCAL or not) in the LOAD dialog, and allow user
62       to override it
64 2003-05-29 Garvin Hicking <me@supergarv.de>
65     * index.php3: Add frameborder to allow resizing. Introduces a 1px
66       bar, but cannot be solved. Note that this is only neccessary
67       for Mozilla, IE5/6 allow resizing with a "0" frameborder
68     * footer.inc.php3: Only update queryframes DB/Table info when
69       no error happened in a query.
70     * ldi_table.php3: Use <label> tags for the new radio buttons as with
71       our other GUI elements.
73 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
74     * translators.html: Typo.
76 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
77     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
78     * lang/chinese_gb: Update thanks to Wang (fundawang).
79     * translators.html: more typos
81 2003-05-28 Garvin Hicking <me@supergarv.de>
82     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
83       the PEAR library and PHP changed the way how referenced variables
84       get accessed, we have to pre-initialize the array and submit that
85       to the PEAR call() funktion.
86     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
87       Petit!
88     * tbl_relation.php3: Will now not show a selected display field, if
89       none has been set yet for a table to not let users think, the key
90       is set.
92 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
93     * lang/czech: sorted.
95 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
96     * lang/chinese_big5: Updated, thanks to Siu Sun
97     ### 2.5.1-rc1 released
99 2003-05-26 michal cihar  <nijel@users.sourceforge.net>
100     * documentation, config.inc.php3, tbl_change.php3,
101       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
102       to disable ctrl+arrows moving.
104 2003-05-25 Garvin Hicking <me@supergarv.de>
105     * left.php3: Fix #742632 finally: Refresh to main.php3
106       if an empty DB has been selected.
108 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
109     * left.php3: new fix for #742632
110     * lang/polish: update, thanks to Jakub Wilk
111     * lang/italian: Updated, thanks to Pietro Danesi (danone).
113 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
114     * Documentation.html: talk about left frame levels
115     * lang/galician: update, thanks to Xosé Calvo
116     * lang/turkish: update, thanks to Bora Alioglu
118 2003-05-24 Garvin Hicking <me@supergarv.de>
119     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
120     * read_dump.php3: Bug #741256
121     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
122       when a query was submitted from the query window
124 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
125     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
126       the analyzer, bug analyzed thanks to Michal!
128 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
129     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
131 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
132     * lang/romanian updates, thanks to Valics Lehel
134 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
135     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
136       when editing indexes.
137     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
138       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
139       #741599).
140     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
141       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
142       #741192).
143     * lang/sync_lang.sh: Removed dropped farsi translation.
144     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
145     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
146     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
148 2003-05-22 Garvin Hicking <me@supergarv.de>
149     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
150       a query in (with/without) PHP code views, and display a new
151       "Execute query" link in this mode.
152     * lang/german*: Update.
154 2003-05-20 Garvin Hicking <me@supergarv.de>
155     * index.php3: New rewrite of how the frameset is created
156       (Patch item #738226 plus some <noframes> corrections).
157       This fixes compatibility problems, even though it's not
158       valid XHTML 1.0, because the <script>/<noscript> tags are
159       not allowed in there.
161 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
162     * lang/korean update, thanks to WooSuhan
163     * lang/estonian update, thanks to finsoft@sourceforge.net.
164     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
165     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
166     * lang/slovak update, thanks to Lubos Klokner
168 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
169     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
170       false.
171     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
173 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
174     * left.php3, index.php3: bug 739348: because the db name is no longer
175       encoded in left.php3 (to accomodate html entities), we have to stop
176       decoding it, otherwise a db name with a plus sign is not selectable
177     * sql.php3: bug 738508: do a quick count on the rows to avoid
178       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
180 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
181     * Documentation, config.inc.php3, tbl_change.php3,
182       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
183       configurable (RFE #737174).
185 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
186     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
187       CSV for multiple tables, it just puts all content into one file, but
188       some people seem to want this (based on patch #735136).
189     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
190       slashes in filename with underscore to avoid possible problems.
191     * db_details_export.php3: Remember selected tables after exporting to a
192       file.
193     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
194       highliting tabs when including files (set $active_page for highliting).
195     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
196       #737660).
198 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
199     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
201 2003-05-14 Garvin Hicking <me@supergarv.de>
202     * lang/german*: Translations.
203     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
204       better fix for #624712), by Maxime Delorme. Thanks!
205     * tbl_change.php3: RFE #737174 implemented (comments welcome)
206     * tbl_change.php3: RFE #723124 implemented (reset button)
207     * read_dump.php3, tbl_query_box.php3: RFE #641760
208     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
210 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
211     * libraries/sqlparser.data.php3: bug 736793, new reserved
212       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
213       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
214       it in the reserved words for now.
216 2003-05-13 Garvin Hicking <me@supergarv.de>
217     * footer.inc.php3, querywindow.php3: Fix bug #736197
218       (clicking on edit link from a sql-query now switches
219        to sql tab of the query window)
220     * left.php3: Improved performance by using str_replace instead
221       of ereg_replace.
222     * lang/german*: Translations.
223     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
224       'Show as PHP')
226 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
227     * left.php3: Fixed displaying of tables with quote in name.
228     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
229     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
230       (RFE #734985).
231     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
232     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
233     * read_dump.php3: Correctly checks whether table exists.
234     * libraries/common.lib.php3: Highlight tab also when current page is
235       read_dump.php3 and $goto is link of current tab.
236     * tbl_replace.php3: Display message after updating row.
237     * libraries/common.lib.php3: Fix tab attributes when some specified as
238       parameters.
239     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
240       #737023).
241     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
242       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
243       Documentation.html: Support for saving to file on server (part of RFE
244       #730197).
246 2003-05-12 Garvin Hicking <me@supergarv.de>
247     * queryframe.php3: Remove left/bottom margin to better fit the link title
248       in the small frame.
249     * footer.inc.php3: Only update db/table variables if the query was correct.
250       Fixes #735970.
251     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
252       common.lib.php3: Patch #725839 (Nested display of tables)
253     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
255 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
256     * index.php3: Better fix for #736003.
257     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
258     * mult_submits.inc.php3, server_databases.php: Add confirmation when
259       dropping databases (bug #736238).
261 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
262     * Documentation.html, config.inc.php3,
263       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
264       Merged patch #729514 - support for iconv parameters.
265     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
266       multi statement query result. Closes RFE #728833.
267     * tbl_dump.php3, libraries/build_dump.lib.php3,
268       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
269       export improvements. Now can export table structure and some other
270       options. Closes RFE #718942.
271     * tbl_change.php3: Remember state of insert as another row - fixes
272       #736064, show used query.
273     * index.php3: Fixed typo in hash, fixed bad hash propagated with
274       JavaScript. Fixes #736003.
276 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
277      ### 2.5.0 released
279 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
280      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
281        show just the pages near the current page
283 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
284      * libraries/common.lib.php3: Whole tab is now link.
285      * libraries/display_export.lib.php3: Disable CSV export for multiple
286        tables - fixes #734104.
287      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
288      * lang/chinese: Update thanks to Wang (fundawang).
289      * lang/sync_lang.sh: Fix for POSIX sh.
290      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
291        count - fixes #735441.
292      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
293        fields (was treated like BLOB).
294      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
295        be undefined.
297 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
298      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
299        TEXT fields (a if on the type returns "blob") caused
300        problems
302 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
303      * libraries/build_dump.lib.php3: bug 731866: text fields were
304        exported hexified, because mysql_field_type() was used and
305        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
307 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
308     * libraries/get_foreign.lib.php3: bug 731480: was not counting
309       the rows of the foreign, thanks to Stefan Elssner
311 2003-05-02 Garvin Hicking <me@supergarv.de>
312     * css/phpmyadmin.css.php3: Small typo, seems to be
313       solution of support request #728820
314     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
315       thanks to Ryan)
316     * Added scripts/inno2pma (from Ernie Hershey). Please see
317       Patch Tracker #709383 for further information.
318     * libraries/display_tbl.lib.php3: Bug #728813 (title for
319       relations when foreign_db != master_db)
320     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
321       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
322       the fix for Bug #730718.
323       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
324       altered the way the form is submitted in LeftFrameLight mode to
325       keep the queryframe. Only if JavaScript is usable, otherwise it's
326       not necessary to keep the 'opener' pointer.
327     * libraries/display_tbl.lib.php3: PHP3 compatibility.
328     * libraries/common.lib.php3, db_details_common.php3, index.php3,
329       main.php3: Still have to propagate $hash to the left frame...
331 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
332     * pdf_schema.php3, bug 729517, better comment output,
333       thanks to Maxime Delorme
335 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
336     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
338 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
339     * server_privileges.php3: No need to escape wild characters here.
341 2003-04-29 Garvin Hicking <me@supergarv.de>
342     * tbl_move_copy.php3: Bug #729416
343     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
344     * index.php3: Typo
345     * db_details_structure.php3: Prevent uninitialized variable
347 2003-04-28 Garvin Hicking <me@supergarv.de>
348     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
349       Even more issues when QueryFrameJS is set to true, but JS is not
350       activated. Haven't ever thought this would be necessary. ;)
351       I tested everything with QueryFrame/QueryFrameJS set to true/false
352       with and without JavaScript enabled, and got everything working.
353       Please verify for yourselves! :)
355 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
356     * lang/polish: update, thanks to Jakub Wilk
358 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
359     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
360       javascript). But there are still problems without javascript.
362 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
363     ### 2.5.0-rc2 released
365 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
366     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
367     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
368     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
369     * lang/{catalan,english,indonesian,spanish}: Added some missing
370       translations.
372 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
373     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
374     * libraries/display_export.lib.php3: Automatically check "Save as file"
375       when selecting compression.
377 2003-04-22 Garvin Hicking <me@supergarv.de>
378     * libraries/common.lib.php3, main.php3, db_details_common.php3:
379       When reloading the frame, propagate hash value (for querywindow)
381 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
382     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
383       in the drop-down box
385 2003-04-20 Garvin Hicking <me@supergarv.de>
386     * libraries/display_tbl.lib.php3, index.php3, left.php3,
387       tbl_query_box.php3, queryframe.php3, querywindow.php3:
388       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
389       (serious) issues with multiple instances of phpMyAdmin and
390       the query window. Also made sure that disabling the QueryFrame
391       is possible without seeing errors. Of course, this is
392       extremely reduced usability without JS.
394 2003-04-18 Garvin Hicking <me@supergarv.de>
395     * left.php3, index.php3, tbl_query_box.php3,
396       libraries/display_tbl.lib.php3, queryframe.php3:
397       Fixed Bug #723713
399 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
400     * Documentation.html: faq about double auth windows
401     * lang/ukrainian: update, thanks to Markijan Baran
402     * tbl_relation.php3: bug 696215: can now choose all segments
403       of the primary key
405 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
406     * lang/ukrainian: update, thanks to Markijan Baran
407     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
408       test in MySQL 4 to check if superuser
410 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
411     * tbl_replace_fields.php3: Fix typo.
412     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
413       MySQL sometimes problems...
415 2003-04-17 Garvin Hicking <me@supergarv.de>
416     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
417       detect changes in BLOB fields with a special name.
418     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
419       original values of a BLOB field when 'Insert as new row' is
420       chosen on edit.
421     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
422       crossing DB borders now allowed)
424 2003-04-16 Garvin Hicking <me@supergarv.de>
425     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
426       with no $db set
428 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
429     * badwords.txt: "status" is not a reserved word
431 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
432     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
433     * tbl_properties_common.php3: Avoid displaying message twice in some cases
434       (fixes bug #722378).
435     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
437 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
438     * tbl_query_box.php3: Only display charset selection when a DB is
439       selected.
440     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
441       key and with BLOB field (bug #708182).
443 2003-04-15 Garvin Hicking <me@supergarv.de>
444     * footer.inc.php3, queryframe.php3: Changed anchor target
445       and window name of queryframe as suggested by Armel
446       Fauveau (thanks!)
448 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
449     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
450       a reserved word in MySQL
451     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
452       are functions
453     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
455 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
456     * lang/some translations: Damn, I didn't commit all empty translations
457       yesterday...
458     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
459       which translations has failed, now also converts by default only
460       modified files and is capable to get charset from filename when reading
461       from file has failed.
462     * left.php3: More fixes for HTML entities.
463     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
464       when changing it.
465     * lang/czech: Updated.
466     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
467     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
468     * lang/italian: Updated, thanks to Pietro Danesi (danone).
469     * lang/catalan: Updated, thanks to Xavier Navarro.
470     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
471       characters in db/table name.
472     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
473     * db_details.php3, tbl_query_box.php3: Display choice for charset also
474       when only UploadDir available.
476 2003-04-14 Garvin Hicking <me@supergarv.de>
477     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
478       usage. (Bug #720846)
479     * footer.inc.php3: Needed \n for some cases.
480     * tbl_query_box.php3: Only display file import when a DB is selected.
482 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
483     * lang/french: update
484     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
485     * lang/polish: update, thanks to Jakub Wilk
486     ### 2.5.0-rc1 released
488 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
489     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
490       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
491       Added $strCharset.
493 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
494     * lang/{slovenian,russian,croatian,bulgarian}: We don't
495       want empty translations...
497 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
498     * libraries/common.lib.php3: Better fix against possible "wrong parameter
499       count" errors.
500     * server_privileges.php3:
501       - Fixed a broken link in the user overview table;
502       - Fixed bug #539756 again.
503     * lang/german-*.inc.php3: Updates.
504     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
505       (Feature #623665, part 1).
507 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
508     * libraries/common.lib.php3, config_import.lib.php3:
509       MaxExactCount backwards compatibility
510     * db_details_structure.php3: undefined $row_count for InnoDB tables
512 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
513     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
514       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
515     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
516       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
517     * Documentation.*: Documented above.
518     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
519     * lang/galician: Added missing string.
520     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
522 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
523     * pdf_schema.php3, libraries/common.lib.php3,
524       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
525       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
526       (<20000 rows) tables (RFE #708533).
527     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
528     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
529       XHTML errors, document is again valid XHTML.
530     * lang/italian: Updated, thanks to Pietro Danesi (danone).
532 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
533     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
534       and XML dump.
535     * libraries/display_export.lib.php3: Added <br /> before charset
536       selection in export.
538 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
539     * lang/*: $updComTab -> $strUpdComTab
540     * libraries/relation.lib.php3: put back version 1.30 message
541       that uses $strUpdComTab
542     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
544 2003-04-09 Garvin Hicking <me@supergarv.de>
545     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
546       to prevent false arrow aligning when using 'same widths'.
548 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
549     * lang/galician: update, thanks to Xosé Calvo
550     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
551     * lang/italian: Updated, thanks to Pietro Danesi.
552     * lang/chinese_gb: update, thanks to (fundawang)
553     * lang/swedish: update, thanks to Björn T. Hallberg
554     * lang/norwegian: update, thanks to Sven-Erik Andersen
556 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
557     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
558       multi submit actions.
560 2003-04-06 Garvin Hicking <me@supergarv.de>
561     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
562       Now multiple fields can be inserted at cursor position (Mozilla/IE)
563       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
564     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
565       libraries/relation.lib.php3: RFE #715914: Sort query history by
566       (autoincrement) key instead of timevalue. Only save queries in
567       history if they were successful. This required the moving of
568       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
569       test, if this works for everyone. It does for me.
571 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
572     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
573       column before MySQL 3.23 (bug #712055).
574     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
575       machines with register_globals = off.
577 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
578     * lang/romanian updates, thanks to Valics Lehel
579     * lang/slovenian update, thanks to Kositer Uros
581 2003-04-03 Garvin Hicking <me@supergarv.de>
582     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
584 2003-04-02 Garvin Hicking <me@supergarv.de>
585     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
586     * tbl_move_copy.php3: At least one of the PDF integrity checks
587       on moving/copying a table can safely be enabled.
588     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
589       newly created table' depend on a selected checkbox. State of that
590       checkbox is saved in a cookie.
591     * lang/*: Added $strSwitchToTable for the above.
592     * lang/german-*: Translations
594 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
595     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
596       generated SQL dump, move to newly created table also after copying.
597     * tbl_properties_operations.php3: Some fixes for html entities in db/table
598       names.
599     * db_details_structure.php3, mult_submits.inc.php3,
600       tbl_properties_structure.php3: Show multi submits result after headers
601       and tabs from originating place.
602     * lang/czech: Updated.
603     * tbl_properties_operations.php3: Not only remember, but also recall state
604       of checkbox for move to newly created table (see Garvin's entry above).
606 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
607     * Documentation.html: clarify about wildcard database
608     * lang/bulgarian, translators.html: big update from the new translator:
609       Stanislav Yordanov, stan at stud.ru.acad.bg
610     * lang/italian: Updated, thanks to Pietro Danesi.
612 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
613     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
614       thanks to Jose Fandos (jose.fandos at sonnd.com)
616 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
617     * server_privileges.php3, lang/*.inc.php3:
618       - Fixed bug #708292 (Support for host-based privileges).
619       - Show SQL query when adding a user.
620     * server_processlist.php3, lang/*.inc.php3: Feature #707495
621       (SHOW FULL PROCESSLIST).
622     * lang/german-*.inc.php3: Updates.
624 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
625     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
627 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
628     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
629       tbl_properties_operations.php3, tbl_properties_structure.php3,
630       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
631       more fixes for HTML entities in field/table/db name.
633 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
634     * Documentation.html: Fixed GRANT queries for the controluser.
636 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
637     * main.php3: replace the 'USE mysql' test, as users with a global
638       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
640 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
641     * tbl_query_box.php3, tbl_properties_operations.php3,
642       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
643       HTML entities fixes.
644     * read_dump.php3: Fixed detection of $goto.
645     * header.inc.php3: Neated URL generating.
646     * lang/czech: Updated.
648 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
649     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
650       multisubmit actions (RFE #622603).
651     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
652       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
653       queries for multiple tables.
654     * db_details_structure.php3: Display correctly table names that contain
655       HTML entities.
656     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
657       caused HTML entities to be quoted twice.
658     * tbl_indexes.php3: Fixed editing of index with HTML entities.
659     * lang/czech: Updated.
660     * tbl_properties_structure.php3: Fix enabling/disabling links to index
661       creating (it requires type, but there was also MIME type added).
663 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
664     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
665       config.inc.php3, Documentation.html: disabling of the parser no
666       longer possible
668 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
669     * libraries/defines.lib.php3: Small bugfix.
670     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
671     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
672       errors.
674 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
675     * libraries/transformations/text_plain__imagelink: display the
676       image, with width and height options
677     * libraries/transformations/text_plain__link: the link was not
678       functional at my site; also, document this transform in lang.
680 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
681     * server_privileges.php3: typo
682     * lang/french update
683     * image_jpeg__plain renamed to text_plain__imagelink, because
684       the contents is not an image but a filename
686 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
687     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
688       to sql.php3.
689     * libraries/display_export.lib.php3: Again fixed selecting table/db
690       filename template.
691     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
692       table.
694 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
695     * lang/hebrew update, thanks to Yuval Sarna
697 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
698     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
699     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
700       type when doing charset conversion.
701     * libraries/display_export.lib.php3: Fixed selecting table/db filename
702       template.
703     * libraries/read_dump.lib.php3, db_details.php3,
704       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
705       Automatic detection of compression for uploaded data.
707 2003-03-19 Garvin Hicking <me@supergarv.de>
708     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
709       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
710       input area (SQL window, table properties) AND in the 'Insert/Update field' display
711       where you can upload files to blob fields. Experimental.
713 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
714     * lang/german-*.inc.php3: Updates.
716 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
717     * tbl_properties_operations.php3: fixed bad id of option (#706147).
718     * lang/dutch: Updated, thanks to Gilles van den Hoven.
719     * lang/thai: Updated.
720     * lang/italian: Updated, thanks to Pietro Danesi.
721     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
722     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
723     * lang/chinese: Updated, thanks to Siu Sun.
725 2003-03-18 Garvin Hicking <me@supergarv.de>
726     * libraries/display_export.lib.php3: Fixed variable usage.
727     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
728       libraries/common.lib.php3: Added new transforms for a substr()
729       function, a dateformat() modified and a basic plugin for external
730       programs. Support for TIDY has been experimentally been built in.
731       External programs make use of piping and thus cannot be used in
732       Windows.
733       Added the ability for transforms to adjust the "nowrap" option of a
734       cell.
735       Some german translation.
737 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
738     * libraries/select_lang.lib.php3: modify order of Russian lang files
739       because MSIE does not accept cp866 and users do not see anything,
740       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
742 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
743     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
744       Konqueror doesn't like it there and it is not needed.
745     * lang/czech: updated.
746     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
747       when using transformations.
748     * libraries/display_export.lib.php3, db_details_links.php3,
749       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
750       server_processlist.php3, server_status.php3, server_variables.php3,
751       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
752     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
753       specify how will filename for exported data look like (RFE #678642).
754     * Documentation.*: Next release seems to be 2.5.0.
755     * lang/latvian: Updated, thanks to Sandis Jerics.
757 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
758     * pdf_pages.php3  will now check if the pdf_pages table has entries
759       that reference tables that no longer exist. if it does user is prompted
760       to delete them.
762 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
763     * user_password.php3, header.inc.php3, libraries/user_password.js:
764       put back js functions for user password change (= old user_details.js)
765     * libraries/display_tbl.lib.php3, functions.js: new feature:
766       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
768 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
769     * pdf_pages.php3: Automatic layout of tables on the schema
771 2003-03-15 Garvin Hicking <me@supergarv.de>
772     * pdf_schema.php3: Fixed typo.
774 2003-03-14 Garvin Hicking <me@supergarv.de>
775     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
776     '../' safety issues, display transformations only if file exists
777     (Bug #703555)
779 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
780     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
781         - Typo fixes:
782         s/RestricColumnTypes/RestrictColumnTypes/
783         s/RestricFunctions/RestrictFunctions/
784     * scripts/create_tables.sql:
785         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
787 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
788     * server_status.php3: Fixed the Garvin's calculations.
789     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
790     * libraries/header_meta_style.inc.php3,
791       libraries/transformations/overview.php3: Fixed CSS link.
792     * tbl_properties.inc.php3: Added tooltips for transformations.
794 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
795     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
797 2003-03-13 Garvin Hicking <me@supergarv.de>
798     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
799     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
800     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
801       results page (1px border in the color of BrowserMarkerColor around the cells).
802       RFE #638800
803     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
804       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
805       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
806       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
807       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
808     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
809       clarity. Make it easier to enable defaults (RFE #695265)
811 2003-03-12 Garvin Hicking <me@supergarv.de>
812     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
813       was not displayed if it has no comment.
814     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
815       bookmarktable.
816     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
817       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
818       label as the tablename is found.
819     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
820       auto_increment value. (RFE #639655)
821     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
822       Display DB comments and MIME types, where appropriate.
823     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
824       the querywindow which didn't show the latest querys always.
825     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
826       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
827       to do, so please see Documentation.html. I thought it too hard to move the
828       bookmark-box around where you can store the bookmarks, because there are a couples
829       of redirections involved. So the major problem is that your to-be-stored bookmark
830       HAS to yield at least a single result row for you to be able to store that.
831     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
832       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
833       for that table.
834     * tbl_properties_export.php3, db_details_export.php3,
835       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
836       export now is a perfect look-alike except for a multi-tables dropdown.
837       Put the code to display the export into a seperate file for re-usability.
838     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
839       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
840       map to which MySQL field type and in the dropdown of the function list first
841       display the fitting functions, and then for compatibility reasons the rest of
842       the functions.
843       TODO: I don't know if I chose the correct mapping for all types. Please correct
844       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
845     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
846       tbl_rename.php3, libraries/relation.lib.php3:
847       Bugfix #579256 / RFE #577328 : Automatic update of relations,
848       display fields, comments, bookmarks, ... on update, delete and duplicate.
849       Automatic duplication/moving of PDF pages does not yet work. Would the
850       original author please be so kind to have a look at the tbl_move_copy.php
851       script, search for '[TODO]' and apply necessary fixes? ;)
852     * tbl_dump.php3: New $sql_structure variable for the new table export
853       design broke DB export functionality. Fixed this.
855 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
856     * lang/ukrainian: update, thanks to Markijan Baran
858 2003-03-11 Garvin Hicking <me@supergarv.de>
859     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
860       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
861       Improved security of docSQL importer. You now can only access
862       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
863       file on its own via File Upload (if $is_upload is true).
864       Filenames not matching the converter will no more printed out to
865       maintain security. Permits input of '../'.
866     * transformation_wrapper.php3 - Remove $err_url, because if a query
867       fails here, the user won't get to see the error string anyways.
868       Can happen if you want to display a blob without having an index
869       key in your query, because the blob cannot be filtered by a content
870       WHERE-string.
872 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
873     * libraries/sqlparser.data.php3: bug 700082, support of XOR
875 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
876     * translators.html: Another mechanism against stupid people who use the
877       translator list as a list of localised support hotlines or try to get a
878       translation by mail order... :o)
879     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
880       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
881       that the correct font families are used.
883 2003-03-10 Garvin Hicking <me@supergarv.de>
884     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
885       thanks to Csaba Gabor!
886     * sql.php3: Fixed another occurence of addslashes() where it no longer
887       belongs.
888     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
889       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
890       - when creating/altering/adding table fields you can now change the
891       wrong form input, instead of losing all your data. Have fun. :-)
892     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
893       lang/*:
894       Added new table export format by Michal Cihar. db_details_export.php3
895       should be adapted to the new layout somewhen. Fixed Compression.
896     * header.inc.php3, header_printview.inc.php3, index.php3,
897       left.php3, queryframe.php3, querywindow.php3,
898       transformation_wrapper.php3, css/phpmyadmin.css.php3,
899       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
900       libraries/functions.js, libraries/header_http.inc.php3,
901       libraries/header_meta_style.inc.php3, libraries/left.js
902       libraries/sqlparser.lib.php3:
903       Massive code-cleanup. Put all stylesheets into new central file
904       css/phpmyadmin.css.php3. To reduce overhead in this file, the
905       common.lib.php3 has a new variable to determine whether the full
906       code structure or only those codes needed for the stylesheet class
907       is parsed. This is to prevent duplicated code, even though it looks
908       somehow ugly. The stylesheet is now embedded via a <link rel>-
909       directive and should also be able to be cached by the browser.
910       See patch #699454.
911       Also some unneccessary code was removed from querywindow/wrapper.
912     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
913       fieldnames to be mapped to false keys for display.
915 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
916     * transformation_wrapper.php3, lang/*,
917       libraries/transformations/image_png__inline.inc.php3:
918       new transformation for png (inline)
919       (still issues with PNG's transparency in PHP 4.3.0)
920     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
922 2003-03-09 Garvin Hicking <me@supergarv.de>
923     * db_printview.php3: Added print button (#700205)
925 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
926     * libraries/transformations/*.sh: did not work in bash
928 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
929     * transformation_wrapper.php3, lang/*,
930       libraries/transformations/image_jpeg__inline.inc.php3:
931       now 2 options for resize: width, height
933 2003-03-06 Garvin Hicking <me@supergarv.de>
934     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
935       Fix bug #658668, special escaping of \n, \r and \t characters.
936       Please test, works fine for me now (both magic_quotes on/off).
938 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
939     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
940     * updatedocs.sh: Script to make conversion easier
942 2003-03-05 Garvin Hicking <me@supergarv.de>
943     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
944     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
945       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
946       call with PMA_sqlAddslashes() call because of new global s
947       lashes-handling.
948     * sql.php3: Fixed querytime bug, when query was only shown for PHP
949       display.
950     * read_dump.php3, sql.php3, tbl_alter.php3,
951       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
952       where not neccessary, because grab_globals already stripslashed
953       the data. This fixes the problem of the SQL Pretty printer showing
954       the data wrongly formatted.
956 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
957     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
958      #697961)
960 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
961     * Documentation.html, faq 1.29 about the "duplicate field names" problem
962     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
963       libraries/transformations/image_jpeg__inline.inc.php3:
964       resized thumbnails
966 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
967     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
968       containing quotes.
969     * libraries/common.lib.php3:
970       - Avoid reloading the left frame twice;
971       - PHP3 compatibility;
972       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
973         in CGI mode.
975 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
976     * badwords.txt: bug 692874: "date" is not a reserved word
978 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
979     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
980       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
981       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
982       tbl_move_copy.php3, tbl_properties.inc.php3,
983       tbl_properties_operations.php3, tbl_properties_options.php3,
984       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
985       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
986       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
987       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
988       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
989       extracting the arrays $_GET and $_POST. This should replace a lots of
990       workarounds and avoid present and future problems with magic_quotes_gpc.
991     * server_privileges.php3, libraries/common.lib.php3:
992       - Escape wildcard characters in the database and table dropdown boxes;
993       - CSS fixes.
995 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
996     * lang/english: typo
997     * tbl_dump.php3: undefined variable $use_comments
998     * tbl_properties_export.php3: bug 692143: now we remove the
999       LIMIT clause from the original query to use the limits entered
1000       on the export form
1001     * pdf_schema.php3: better header/footer for long pages,
1002       thanks to Maxime Delorme
1004 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
1005     * tbl_indexes.php3: Cleaner solution for showing query after changing
1006       index.
1008 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
1009     * libraries/xpath/XPath.class.php, libraries/xpath/:
1010     - Removed (was part of the early DB config prototype)
1011     * lang/translatecount.sh:
1012     - Counts just how out of date the translations are!
1014 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
1015     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
1016       #694800), show structure after modifying index.
1018 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1019     * Documentation.html: Fixed a typo.
1020     * server_privileges.php3: Fixed bug #691910.
1021     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
1022       thanks to Jason Carlson (jjcarlson).
1024 2003-02-28 Garvin Hicking <me@supergarv.de>
1025     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
1026       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
1027       Documentation.html:
1028       - Finetuneing for query window: Only three tabs, if DefaultTab
1029         is not set to 'full'.
1030       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
1031       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
1032          Rabus ;).
1033       - Made the textarea smaller (*1.25 instead of *2) for the window only.
1034       - Fixed a bug when you changed from a table to a database on the left frame and the
1035         query window still wants to show the previous table.
1036     * tbl_query_box.php3: Only show fieldlist, when $table is set.
1037     * translators.html: Adjusted to same topmenu as Documentation.html.
1038       With the new 'Transformations' item the bar was too large to fit
1039       on standard 800x600 browser windows.
1041 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
1042     * lang/czech: Updated.
1043     * lang/english: Resorted.
1045 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1046     * libraries/common.lib.php3, libraries/config_import.lib.php3:
1047       - Backwards compatibility;
1048       - Removed some unnecessary code;
1049       - Added a small HOWTO.
1050     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
1051     * lang/german-*.inc.php3: Grammar.
1052     * Documentation.html: Fixed some dead links.
1053     * scripts/create_tables.sql: Adjusted table comments.
1055 2003-02-27 Garvin Hicking <me@supergarv.de>
1056     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
1057       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
1058     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
1059       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
1060       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
1061     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
1062       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
1063       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
1064       directions, so with this mode you can see about 6 columns at once on a single screen.
1065     * tbl_properties.inc.php3: Fixed bug when certain fields are not
1066       enabled, they threw an undefined offset. [2nd try, now for real :)]
1067     * Documentation.html: Updated for my new features. Should include
1068       everyting, I hope. But seriously needs a proofread.
1069     * config.inc.php3: Inserted new directives for empty
1070       $cfg['Servers'][$i]. (history, verbose_check)
1071     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
1072       to suppress Notices/Warnings when MIME-types are not enabled.
1074 2003-02-26 Garvin Hicking <me@supergarv.de>
1075     * lang/german-*: better grammar. ;)
1076     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
1077       usage for special queries like 'SHOW FIELDS', where certain variables are
1078       not set.
1079     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1080       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
1081       transformation_wrapper.php3, libraries/config_import.lib.php3,
1082       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
1083       scripts/create_tables.sql:
1084        Test if MIME-feature are really available. Preparation for PMA_db-based
1085        SQL-History.
1086        Removed a dupe for inserting comments, fixed integrity check when
1087        moving/renaming tables and keeping comments.
1088      * header.inc.php3: Added one more Javascript if-structure to make sure
1089        the frameset is initialized when querying for an active window. Without
1090        this, when starting phpMyAdmin for the first time, IE6 may complain
1091        depending on the order it loads the framesets.
1093 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
1094     * db_details_structure.php3: undefined variable $comment
1095     * tbl_move_copy.php3: 'column_info'
1097 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1098     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
1099       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
1100       $datefmt (translations #692065).
1101     * lang/japanese-*.inc.php3: Fixed some inconsistences.
1102     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
1103       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
1104       libraries/config_import.lib.php3, libraries/relation.lib.php3,
1105       libraries/transformations.lib.php3: Changed 'column_comments' to
1106       'column_info'.
1107     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
1108       <http://www.phpmyadmin.net/ChangeLogs/>.
1110 2003-02-25 Garvin Hicking <me@supergarv.de>
1111     * tbl_properties.inc.php3: Fixed duped display of comments due to
1112       merging diff conflict.
1113     * lang/german*: German translations, only missing transformation
1114       descriptions. They shouldn't be translated at that early point, I guess.
1115     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
1116       libraries/transformations.lib.php3: 'column_info', they were somehow
1117       not included in rabus' commit?!
1119 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1120     * common.lib.php3: Backwards compatibility.
1122 2003-02-24 Garvin Hicking <me@supergarv.de>
1123     Submitted multiple patches from the patch tracker:
1124     * JS rowmarker now works in vertical display mode
1125         Files: libraries/functions.js, display_tbl.lib.php3
1126     * Display nav_bar even when only one row is returned, to enable display in
1127         vertical/horizontal mode (especially for rotated headers)
1128         Files: libraries/display_tbl.lib.php3
1129     * Measures basic query time [#571934]
1130         Files: sql.php3, display_tbl.lib.php3
1131     * New display mode with 90 degree rotated table headers [#544361]. Works
1132         either as CSS or as 'faked' PHP-transformation.
1133         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
1134     * Update and display column comments in Add/Edit Fieldmode and CREATE table
1135         mode. Display comments in table structure (optional) with underlined
1136         CSS-mouseovers. Display comments in browser mode (optional), both in
1137         vertical and horizontal display mode. Keep column comments in synch, when
1138         DROPping/ALTERing and moving/copying tables.
1139         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1140         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
1141         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
1142         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
1143         libraries/relation.lib.php3
1144     * Display and enter DB/table comments for navigation, stored in pma comments table.
1145         May be displayed as Alias-Tooltips in left frame. [#650064]
1146         Files: db_details_structure.php3, left.php3, relation.lib.php3
1147     * Display column comments in table/database dumps, as inline SQL-Comments
1148         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
1149     * Display MIME types to transform any table cell. You can only choose from a
1150         list of pre-defined MIME-types. The list gets built by a function searching
1151         a directory for valid transforms. For further information see
1152         libraries/transformations/README-file and soon in documentation. ;)
1153         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
1154         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1155         tbl_move_copy.php3, transformation_wrapper.php3,
1156         libraries/display_tbl.lib.php3, libraries/transformations/*
1157         TODO: Add predefined functions!
1158     * Display a (javascript) based query window as a new frame below the left
1159         frame with query history [#526008]. Currently a bit experimental, works with
1160         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
1161         work with any browser.
1162         Files: queryframe.php3, querywindow.php3, header.inc.php3,
1163         tbl_query_box.php3, common.lib.php3
1165 2003-02-24 Olivier L. Müller  <om@omnis.ch>
1166     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
1167       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
1168       generated URL -> prevents a double password query with some browsers
1169       (Safari) in case of http authentication.  (tested with https, http and
1170       http running on port 8080)
1172 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
1173     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
1174       fields type into special variable. Fixes #647689.
1175     * db_details_structure.php3: Removed extra /. Fixes #692171.
1177 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
1178     ### 2.4.0 released
1180 2003-02-23 Olivier L. Müller  <om@omnis.ch>
1181     * docs.css: highlight FAQ questions in blue -> more readble.
1183 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1184     * server_privileges: Better code for "check privileges"; This should fix
1185       bug #687808 and a few other problems.
1186     * ANNOUNCE.txt: Updated list of known bugs.
1187     * server_variables.php3: Modified generated XHTML code.
1189 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
1190     * lang/italian update, thanks to Pietro Danesi
1191     * lang/slovak update, thanks to Lubos Klokner
1192     * lang/polish: update, thanks to Jakub Wilk
1193     * lang/thai: update, thanks to Arthit Suriyawongkul
1194     * tbl_change.php3: do not use enctype="multipart/form-data"
1195       if !$is_upload (possible solution for bug 689215)
1196     * lang/swedish: update, thanks to Björn T. Hallberg
1198 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1199     * libraries/display_tbl.lib.php3: Coding standards.
1200     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1201     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1202     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1203     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
1205 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
1206     * sql.php3: bug 649665: undefined variables with UNION, and
1207       also get the correct row count
1208     * lang/norwegian: update, thanks to Sven-Erik Andersen
1210 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1211     * server_databases.php3:
1212       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
1213       - The link "check privileges" is now only displayed to superusers.
1215 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1216     * lang/czech: Updated.
1217     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
1219 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1220     * server_privileges.php3: Fixed edit link.
1221     * Documentation.html:
1222       - Reformulated some passages;
1223       - FAQ 1.28.
1224     * ANNOUNCE.txt: Synchronized features list with documentation.
1225     * server_databases.php3: Fixed bug #688271 (missing "?").
1227 2003-02-17 Garvin Hicking <me@supergarv.de>
1228     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
1229       Reworked blob file upload. More security cautions, and preserve
1230       fields contents, if no new file was uploaded. Moved is_uploaded_file
1231       function from read_dump.php3 to common.lib.php3 for reusability.
1233 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1234     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
1235       upload, upload field moved into table.
1237 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
1238     ### 2.4.0-rc2 released
1239     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
1240       correct number of rows
1242 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1243     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
1244       - Reimplemented ability to change a user's login information
1245         (bug #684984);
1246       - Feature: copy user profiles;
1247       - "Check privileges" should now also check for wildcards;
1248       - The revoke mode for deleting users did not always produce valid MySQL.
1249     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
1250     * ANNOUNCE.txt: synchronized list of features and fixes.
1252 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
1253     * lang/czech: Updated.
1254     * docs.css: Fixed URL.
1256 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
1257     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
1258       for splitting the SELECT clauses, to solve almost all records
1259       counting bugs
1260     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
1261     * lang/japanese: update, thanks to Yukihiro Kawada
1263 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1264     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
1265       it if necessary.
1266     * libraries/common.lib.php3: Don't display edit link for
1267       database-independant queries.
1268     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1269     * docs.css:
1270       - Wrong URI;
1271       - Typo.
1273 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1274     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
1275       Reimplemented "check privileges" feature.
1277 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
1278     * sql.php3: Fix simple little bug #685082
1280 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1281     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
1282       is broken), thanks to Alexander Schuch (ci-dev).
1284 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
1285     * lang/indonesian update, thanks to Rachim Tamsjadi
1286     * lang/italian update, thanks to Pietro Danesi
1287     * lang/lithuanian update, thanks to Vilius Zigmantas
1288     * lang/slovenian update, thanks to Kositer Uros
1289     * lang/swedish: update, thanks to Björn T. Hallberg
1290     * tbl_change.php3: upload field only to BLOBs
1291     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
1292       font size
1294 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
1295     * tbl_replace_fields.php3: sometimes we receive "none" as the file
1296       name when there is no field upload for some field
1297     * sql.php3: bug 684712, undefined variable $table (js disabled
1298       and confirmation for drop database)
1300 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1301     * server_databases.php3: Wrong link title.
1303 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1304     * server_databases.php3: Ensured that the database list is built.
1306 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
1307     * lang/catalan: update, thanks to Xavier Navarro
1309 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
1310     * lang/Galician*: Updates thanks to xosecalvo
1312 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
1313     * lang/czech: Updated again.
1315 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1316     * server_databases.php3, lang/*.inc.php3:
1317       - Bugfixes & interface cosmetic;
1318       - Drop multiple databases.
1319     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
1320     * lang/german-*.inc.php3: Updates.
1321     * config.inc.php3: Added a note about another possible setting.
1322     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1323     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1324     * translators.html: Fixed a typo.
1325     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1326     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1328 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1329     * config.inc.php3, lang/add_message.sh: Typos.
1330     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
1331     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
1332       Reworte db_stats.php3 to be conform with the new server_ pages.
1334 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
1335     * lang/czech: Updated.
1337 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
1338     * lang/italian: update, thanks to Pietro Danesi
1339     * lang/norwegian: update, thanks to Sven-Erik Andersen
1340     * lang/polish: update, thanks to Jakub Wilk
1341     * lang/swedish: update, thanks to Björn T. Hallberg
1342     * lang/slovak: remove duplicates
1343     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
1345 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
1346     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
1347     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
1348       be '$strDBGMax'
1349     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
1351 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
1352     * libraries/sqlparser.lib.php3: PHP3 parse error
1353     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
1354       libraries/relation.lib.php3: bug 681298, we should always backquote
1355       a restricted word like "comment" when used as an identifier
1356     * Documentation.html, bug 681776, wrong command for my.ini file
1357     * libraries/left.js: png files
1359 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1360     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
1361       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
1362     * Documentation.html: Removed FAQ entry about Opera 7.
1363     * db_stats.php3: One <img> tag still pointed to a GIF file.
1365 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
1366     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
1367       UPDATE query if there was some binary upload in it, otherwise
1368       display it
1370 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
1371     * common.lib.php3:
1372       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
1373         Bailey (charles_bailey);
1374       - Don't use small fonts for Opera 7.
1375     * ldi_check.php3: Backslahes should be escaped.
1376     * Documentation.html: Added a note about Opera 7.
1378 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
1379     * Documentation.*: Added information about binary checkbox when uploading
1380       files.
1382 2003-02-04 Garvin Hicking  <me@supergarv.de>
1383     * common.lib.php3: Fixed a possible 'undefined index' error.
1385 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
1386     * Documentation.html: new faq entry about IE bug with http auth,
1387       switching from one server to the other
1388     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
1389       and only table selected)
1390     * ldi_check.php3: check local_infile on recent MySQL versions,
1391       thanks to Alexander
1393 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
1394     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
1395       #678729).
1396     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
1397     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
1398       variable: charset_of_file).
1400 2003-02-03 Garvin Hicking  <me@supergarv.de>
1401     * pdf_schema.php3, libraries/dbg/profiling.php3,
1402       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
1404 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
1405     ### 2.4.0-rc1 released
1406     and after the release:
1407     * lang/romanian: update, thanks to Valics Lehel
1408     * lang/spanish: update, thanks to Daniel Hinostroza C.
1409     * lang/catalan: update, thanks to Xavier Navarro
1410     * lang/dutch update, thanks to Ivo Teel
1412 2003-02-02 Olivier L. Müller  <om@omnis.ch>
1413     * tbl_addfield.php3: ignore empty fields on alter table
1415 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1416     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1417       compatibility.
1418     * lang/german-*.inc.php3: Updates.
1419     * server_privileges.php3: Remove column privileges.
1420     * config.inc.php3: Added $cfg['DefaultTabServer'].
1421     * header.inc.php3: Link the default tabs.
1422     * libraries/common.lib.php3: PHP3 compatibility.
1424 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
1425     * lang/czech: Updated.
1426     * lang/sort_lang.sh: This needs bash.
1428 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
1429     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
1430     * lang/norwegian: update, thanks to Sven-Erik Andersen
1431     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
1432     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
1433       (later when we get enough translations,
1434        we can use it instead of $strCandLoadMySQL)
1435     * lang/romanian: update, thanks to Valics Lehel
1436     * lang/galician: update, thanks to Xosé Calvo
1437     * lang/lithuanian: update, thanks to Vilius Zigmantas
1438     * lang/japanese: update, thanks to Yukihiro Kawada
1439     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
1440       thanks to Alexander
1442 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
1443     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
1444     re-entry into Earth's atmosphere. In memory of the brave men and women who
1445     gave their lives for the people of Earth. ---
1446     * Documentation.html: Removed a bit of duplication in [7.4] and the
1447     Developers section
1448     * libraries/dbg: New directory for DBG code
1449     * libraries/dbg/setup.php3:
1450        - DBG initialization code, including module support
1451     * libraries/dbg/profiling.php3: Profiling code
1452     * lang/*: New strings added for DBG extension
1453     * config.inc.php3: config options for DBG, off by default
1454     * footer.inc.php3: DBG profiling output
1456 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
1457     * Documentation.*, translators.html, docs.css: New documentation layout.
1458     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
1460 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
1461     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
1462       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
1463       new Feature: BLOB field upload
1464       (TODO: handle open_basedir restrictions)
1466 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
1467     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
1468       libraries/config_import.lib.php3: Added experimental support for
1469       compressed connections to the MySQL server.
1471 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
1472     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
1473       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
1475 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
1476     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
1477     * Documentation.html, translators.html: Unified using of font sizes.
1479 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1480     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
1481       user management.
1482     * server_processlist.php3: Fixed a bug the denied the access to the
1483       process list for normal users.
1484     * config.inc.php3: Removed note about buggy setting.
1485     * lang/german-*.inc.php3: Updates.
1486     * Documentation.html: There won't be a PHP 4.5.0; typos.
1488 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
1489     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1491 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
1492     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1494 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
1495     * lang/slovenian update: thanks to Kositer Uros (urosh)
1496     * lang/albanian: update, thanks to Laurent Dhima
1497     * lang/slovak update, thanks to Lubos Klokner
1499 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
1500     * libraries/relation.lib.php3: improve messages
1502 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
1503     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1505 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
1506     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1507     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1508     * lang/english*: Resorted and Resynced.
1509     * lang/farsi*: Added ready for Farsi translation
1510     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1511         - Updates ready for Farsi translation
1512     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1513     * fulltext.png, partialtext.png, pma_logo.png:
1514         - Ran PNGCRUSH on files to reduce size optimially.
1515     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1516     vertical_line.gif, item_rtl.gif, item_ltr.gif:
1517         - Old image files removed and replaced with PNG files (feature
1518         #458895)
1519     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1520     vertical_line.png, item_rtl.png, item_ltr.png:
1521         - New PNG image files (feature #458895)
1522     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1523         - Code changes for PNG images (feature #458895)
1525 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
1526     * libraries/sqlparser.lib.php3: checkType function
1528 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1529     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1531 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
1532     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1533       row limiting for exported results
1535 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
1536     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1537       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1538       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1539       be SIGNED/UNSIGNED/ZEROFILL.
1541 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1542     * server_privileges.php3: Added column privileges editor.
1544 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1545     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1546       tbl_move_copy.php3, libraries/build_dump.lib.php3:
1547       Feature: Export results of SELECTs
1549 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
1550     * Documentation.html: faq 5.12 about OS X Safari problem
1551     * tbl_move_copy.php3: typo (wrong back link)
1553 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
1554     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1555     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1557 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1558     * server_privileges.php3: Wrong label.
1559     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1560       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1561       The script now works on the SF shell servers ONLY!
1563 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
1564     * lang/czech: Updated.
1565     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1566       field editing.
1568 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
1569     * lang/sort_lang.sh: Fix status output bug '\n'
1570     * db_details_importdocsql.php3: Move hardcoded strings to language files
1571     * lang/*.php3: Add new strings for docSQL importer
1572     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1573     * Documentation.html: Revised FAQ entry about SQL Validator
1575 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1576     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1577     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1578     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1579     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1580     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1582 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
1583     * pdf_pages.php3: feature: deleting a pdf page
1584     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1585       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1587 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1588     * server_privileges.php3:
1589       - Lookup database / table lists if possible;
1590       - The database name was displayed instead of the table name in the sub
1591         page heading.
1592     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1593     * lang/norwegian-*.inc.php3: Updates, thanks to
1594       Sven-Erik Andersen (sven-erik).
1595     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1596     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1598 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
1599     * lang/galician: update, thanks to Xosé Calvo
1600     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1602 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
1603     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1604       all for fields selection.
1605     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1606       (Jumping cursor using keyboard).
1607     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1608       functions.js to allow jumping using keyboard.
1609     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1610       works also for row editing.
1611     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1613 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
1614     * libraries/sqlvalidator.class.php3:
1615       - Removed dependency on overload extension
1616       - Started to fix bug #644709
1617     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1618       - Revert line 88 of sql.php3, and fix it a different way...
1620 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
1621     * read_dump.php3, sql.php3, libraries/common.lib.php3,
1622     libraries/sqlparser.lib.php3:
1623       - Fixed bug #641765, see mailing list post
1625 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1626     * server_*.php3:
1627       - The messages are now displayed by server_links.inc.php3, so
1628         server_common.inc.php3 may be included earlier;
1629       - Beautified code.
1630     * server_privileges.php3:
1631       - Wrong GRANT syntax;
1632       - Changed the default behavior of the for fields "pred_username" and
1633         "pred_password".
1635 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1636     * tbl_change.php3: bug 665885, wrong back link after sql error
1637     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1638     * lang/ukrainian: update, thanks to Markijan Baran
1639     * lang/romanian: update, thanks to Valics Lehel
1640     * lang/japanese: update, thanks to Yukihiro Kawada
1642 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
1643     * lang/czech*: Updated.
1645 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1646     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1647       support for the EXTRACT ... FROM syntax which is not a real
1648       SELECT ... FROM
1650 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1651     * server_privileges.php3, lang/*.inc.php3:
1652       - Forgot to implement "This host";
1653       - Drop the users' databases;
1654       - Don't send comments to the MySQL server;
1655       - When trying to delete multiple users, display an error message if none
1656         have been selected.
1658 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
1659     * libraries/sqlparser.lib.php3, libraries/functions.js,
1660       sql.php3: - use the parser for confirmation requests
1661                 - better check before appending LIMIT
1662     * lang/galician: update, thanks to Xosé Calvo
1663     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1664     * lang/indonesian: missing semicolon
1665     * lang/japanese: update, thanks to Yukihiro Kawada
1666     * lang/romanian: update, thanks to Valics Lehel
1668 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
1669     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1670       and hidden input generating stuff.
1671     * almost all php3 files: Use new URL and hidden input generation stuff.
1672     * libraries/common.lib.php3: Addded extra check for MySQL even when in
1673       safe mode (could fix #661949).
1675 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1676     * lang/english-*.inc.php3: Fixed a typo.
1677     * server_privileges.php3, libraries/url_generating.lib.php3:
1678       - Beautified generated XHTML code;
1679       - Coding standards;
1680       - Added a missing @param comment.
1682 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
1683     * lang/czech: Updated.
1685 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1686     * server_privileges.php3: Sorting user list.
1687     * translators.html: Typo.
1688     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1689     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1690     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1691     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1692     * lang/norwegian-*.inc.php3: Updates, thanks to
1693       Sven-Erik Andersen (sven-erik).
1694     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1696 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1697     * Documentation.html: clarification about cookie/http modes
1698     * lang/dutch update, thanks to Ivo Teel
1699     * lang/japanese: update, thanks to Yukihiro Kawada
1700     * lang/ukrainian: remove duplicate messages
1702 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1703     * server_privileges.php3:
1704       - Interface cosmetic;
1705       - Smaller bugfixes;
1706       - Added a db / table privileges editor.
1707     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1708     * server_privileges.php3, libraries/server_privileges.js:
1709       - Optimized some JS functions for the new interface;
1710       - Added ability to create new MySQL users via GRANT (feature #502465).
1711     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1712       Incremented version number to 2.4.0-dev.
1714 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1715     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1717 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
1718     * lang/estonian*, malay*: remove control M
1719     * lang/romanian: update, thanks to Valics Lehel
1720     * lang/galician: update, thanks to Xosé Calvo
1721     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1723 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1724     * lang/german*: Updated.
1726 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
1727     * lang/czech*: Updated.
1728     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1729     * lang/sort_lang.sh: Made POSIX sh compatible.
1730     * lang/check_lang.sh: Made require bash.
1731     * lang/swedish*: Updated.
1732     * lang/*: For many translations fixed missing/duplicate strings.
1734 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
1735     * lang/ukrainian: update, thanks to Markijan Baran
1736     * user_details.php3: add $strGrantOption
1737     * lang/french update
1738     * main.php3, lang/*.php3: $strOriginalInterface
1740 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1741     * server_privileges.php3:
1742       - Made the script compatible to MySQL < 3.22.11;
1743       - Fixed the missing "LOCK TABLES" option in the privilege editor.
1744       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1745         if all privileges have been selected.
1746     * libraries/sqlparser.data.php3:
1747       - Fixed bug #655817 (New privileges are not detected correctly).
1748       - Updated function list.
1750 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1751     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1753 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1754     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1755       Added ability to delete users.
1757 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1758     * tbl_dump.php3:
1759       - Fixed wrong charset information in XML exports.
1760       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1761         of '4.00.05'.
1763 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1764     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1766 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
1767     * server_privileges.php3: Fixed undefined variable warning.
1768     * lang/czech*: Updated.
1769     * lang/*: Fixed a typo.
1771 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
1772     * lang/romanian: update, thanks to Valics Lehel
1773     * lang/dutch update, thanks to Ivo Teel
1775 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1776     * lang/norwegian-*.inc.php3:
1777       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1778       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1779     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1780     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1781     * lang/german-*.inc.php3: Updates.
1782     * lang/*.inc.php3: Fixed a typo.
1783     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1784     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1785     * server_privileges.php3, lang/*.inc.php3:
1786       - Bugfixes;
1787       - Small design modification;
1788       - Added ability to change passwords via SET PASSWORD FOR user.
1790 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1791     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1792       lang/*.inc.php3: Started rewriting the user administration; changes:
1793       - Use GRANT / REVOKE for privilege changes (feature #502465);
1794       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1795       - Support for user resource limits;
1796       - Improved user friendliness.
1797       Currently, it can only display and edit global privileges.
1798     * libraries/common.lib.php3: Undefined index.
1799     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1800     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1802 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
1803     * main.php3: Since every user has access to his processlist, set
1804       is_process_priv to TRUE as default (fixes undefined variable warning).
1806 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
1807     * tbl_select.php3, bug 648263
1808     * libraries/common.lib.php3, bug 653764
1809     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1810       append data only to a table
1812 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
1813     * lang/russian: update, thanks to Nicolay Zakharov
1815 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
1816     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1817     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1819 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
1820     * lang/russian: update, thanks to Nicolay Zakharov
1821     * lang/galician: update, thanks to Xosé Calvo
1823 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
1824     * libraries/get_foreign.lib.php3: bug 646263,
1825       bad drop-down in select sub-page
1827 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1828     * libraries/common.lib.php3: Removed a comment.
1830 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
1831     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1833 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
1834     * tbl_dump.php3: Fix output order of inserts/creates, generate file
1835       extension to include also file type, not only compression (now it
1836       generates something like dump.sql.gz).
1838 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1839     * pdf_schema.php3: Change generated filename to
1840       db_pdfname.pdf instead of db_pdfnumber.pdf
1842 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1843     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1844     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1845     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1846     * lang/norwegian-*.inc.php3: Updates, thanks again to
1847       Sven-Erik Andersen (sven-erik).
1848     * lang/german-*.inc.php3: Small grammar fix.
1850 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1851     * lang/german-*.inc.php3: Updates.
1852     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1853     * libraries/build_dump.php3:
1854       - Fixed part 2 of bug #652311 (Undefined variables);
1855       - Coding standards.
1857 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
1858     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1859       cleaner charset conversion for export.
1860     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1861       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1862       thanks to Valentine for creating the patch #627496.
1864 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
1865     * lang/galician: update, thanks to Xosé Calvo
1866     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1867       but there is still some work to do about how to split a UNION
1868     * tbl_properties_options.php3, bug 651522 wrong back-link,
1869       thanks to Mischka ( stollner at uni-muenster dot de )
1871 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
1872     * lang/czech*.php3: Updated translation.
1873     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1875 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1876     * server_*.php3, lang/*.inc.php3, main.php3:
1877       - Added 'SHOW PROCESSLIST' interface;
1878       - Small bugfixes.
1879       - XHTML fixes.
1880     * lang/spanish-*.inc.php3: Updates, thanks again to
1881       Dr. med. Daniel Hinostroza C.
1882     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1884 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1885     * lang/norwegian-*.inc.php3: Updates, thanks again to
1886       Sven-Erik Andersen (sven-erik).
1887     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1888     * lang/spanish-*.inc.php3: Updates, thanks again to
1889       Dr. med. Daniel Hinostroza C.
1891 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1892     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1893       server_common.inc.php3, server_links.inc.php3, server_status.php3,
1894       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1895       Started working on a new interface to server related pages.
1896     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1897     * lang/german-*.inc.php3: Updates.
1898     * lang/english-*.inc.php3: Reordered strings.
1900 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
1901     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1902       bug 633422, use a button if search result would generate a too big URL
1904 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1905     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1906       Choose between Landscape and Portrait for the
1907       Datadictionary in PDF Pages
1908     * pdf_schema.php3: lineheight for Textrows in Datadictionary
1909       was equal to textheight, i added one mm above and below text
1910       (hope your tables are not too big not to fit on a page now ;)
1912 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1913     * lang/german.inc.php3: Updates.
1914     * main.php3: Fixed bug #649641 (usernames containing '@' character).
1915     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1916       warning / php >= 4.3.0) by Mats Engstrom (matseng).
1917     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1918     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1919       (sven-erik).
1920     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1921     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1922     * lang/italian-*.inc.php3:
1923       - Updates, thanks to Pietro Danesi (danone).
1924       - Coding standards.
1926 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
1927     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1928       new data dict feature for PDF pages, thanks to Maxime Delorme
1929     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1930       thanks to Piotr Roszatycki (d3xter)
1932 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1933     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1935 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
1936     * pdf_schema.php3: remove control M
1937     * lang/dutch update, thanks to Ivo Teel
1939 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1940     ### 2.3.3pl1 released
1943          --- Older ChangeLogs can be found on our project website ---
1944                      http://www.phpmyadmin.net/ChangeLogs/
1946 # vim: ft=changelog
1947 # vim: expandtab ts=4 sw=4 sts=4
1948 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1949 # vim: fdn=1 fdm=expr