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