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