lang
[phpmyadmin/crack.git] / ChangeLog
blob9bb2d1127322fd72b9b78b1e556761d0689cad7d
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
9     * lang/indonesian update, thanks to Rachim Tamsjadi
10     * lang/italian update, thanks to Pietro Danesi
11     * lang/lithuanian update, thanks to Vilius Zigmantas
12     * lang/slovenian update, thanks to Kositer Uros
13     * lang/swedish: update, thanks to Björn T. Hallberg
15 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
16     * tbl_replace_fields.php3: sometimes we receive "none" as the file
17       name when there is no field upload for some field
18     * sql.php3: bug 684712, undefined variable $table (js disabled
19       and confirmation for drop database)
21 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
22     * server_databases.php3: Wrong link title.
24 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
25     * server_databases.php3: Ensured that the database list is built.
27 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
28     * lang/catalan: update, thanks to Xavier Navarro
30 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
31     * lang/Galician*: Updates thanks to xosecalvo
33 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
34     * lang/czech: Updated again.
36 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
37     * server_databases.php3, lang/*.inc.php3:
38       - Bugfixes & interface cosmetic;
39       - Drop multiple databases.
40     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
41     * lang/german-*.inc.php3: Updates.
42     * config.inc.php3: Added a note about another possible setting.
43     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
44     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
45     * translators.html: Fixed a typo.
46     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
47     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
49 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
50     * config.inc.php3, lang/add_message.sh: Typos.
51     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
52     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
53       Reworte db_stats.php3 to be conform with the new server_ pages.
54       TODO: reimplement "check privileges" feature.
56 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
57     * lang/czech: Updated.
59 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
60     * lang/italian: update, thanks to Pietro Danesi
61     * lang/norwegian: update, thanks to Sven-Erik Andersen
62     * lang/polish: update, thanks to Jakub Wilk
63     * lang/swedish: update, thanks to Björn T. Hallberg
64     * lang/slovak: remove duplicates
65     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
67 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
68     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
69     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
70       be '$strDBGMax'
71     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
73 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
74     * libraries/sqlparser.lib.php3: PHP3 parse error
75     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
76       libraries/relation.lib.php3: bug 681298, we should always backquote
77       a restricted word like "comment" when used as an identifier
78     * Documentation.html, bug 681776, wrong command for my.ini file
79     * libraries/left.js: png files
81 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
82     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
83       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
84     * Documentation.html: Removed FAQ entry about Opera 7.
85     * db_stats.php3: One <img> tag still pointed to a GIF file.
87 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
88     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
89       UPDATE query if there was some binary upload in it, otherwise
90       display it
92 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
93     * common.lib.php3:
94       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
95         Bailey (charles_bailey);
96       - Don't use small fonts for Opera 7.
97     * ldi_check.php3: Backslahes should be escaped.
98     * Documentation.html: Added a note about Opera 7.
100 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
101     * Documentation.*: Added information about binary checkbox when uploading
102       files.
104 2003-02-04 Garvin Hicking  <me@supergarv.de>
105     * common.lib.php3: Fixed a possible 'undefined index' error.
107 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
108     * Documentation.html: new faq entry about IE bug with http auth,
109       switching from one server to the other
110     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
111       and only table selected)
112     * ldi_check.php3: check local_infile on recent MySQL versions,
113       thanks to Alexander
115 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
116     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
117       #678729).
118     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
119     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
120       variable: charset_of_file).
122 2003-02-03 Garvin Hicking  <me@supergarv.de>
123     * pdf_schema.php3, libraries/dbg/profiling.php3,
124       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
126 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
127     ### 2.4.0-rc1 released
128     and after the release:
129     * lang/romanian: update, thanks to Valics Lehel
130     * lang/spanish: update, thanks to Daniel Hinostroza C.
131     * lang/catalan: update, thanks to Xavier Navarro
132     * lang/dutch update, thanks to Ivo Teel
134 2003-02-02 Olivier L. Müller  <om@omnis.ch>
135     * tbl_addfield.php3: ignore empty fields on alter table
137 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
138     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
139       compatibility.
140     * lang/german-*.inc.php3: Updates.
141     * server_privileges.php3: Remove column privileges.
142     * config.inc.php3: Added $cfg['DefaultTabServer'].
143     * header.inc.php3: Link the default tabs.
144     * libraries/common.lib.php3: PHP3 compatibility.
146 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
147     * lang/czech: Updated.
148     * lang/sort_lang.sh: This needs bash.
150 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
151     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
152     * lang/norwegian: update, thanks to Sven-Erik Andersen
153     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
154     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
155       (later when we get enough translations,
156        we can use it instead of $strCandLoadMySQL)
157     * lang/romanian: update, thanks to Valics Lehel
158     * lang/galician: update, thanks to Xosé Calvo
159     * lang/lithuanian: update, thanks to Vilius Zigmantas
160     * lang/japanese: update, thanks to Yukihiro Kawada
161     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
162       thanks to Alexander
164 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
165     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
166     re-entry into Earth's atmosphere. In memory of the brave men and women who
167     gave their lives for the people of Earth. ---
168     * Documentation.html: Removed a bit of duplication in [7.4] and the
169     Developers section
170     * libraries/dbg: New directory for DBG code
171     * libraries/dbg/setup.php3:
172        - DBG initialization code, including module support
173     * libraries/dbg/profiling.php3: Profiling code
174     * lang/*: New strings added for DBG extension
175     * config.inc.php3: config options for DBG, off by default
176     * footer.inc.php3: DBG profiling output
178 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
179     * Documentation.*, translators.html, docs.css: New documentation layout.
180     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
182 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
183     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
184       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
185       new Feature: BLOB field upload
186       (TODO: handle open_basedir restrictions)
188 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
189     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
190       libraries/config_import.lib.php3: Added experimental support for
191       compressed connections to the MySQL server.
193 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
194     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
195       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
197 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
198     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
199     * Documentation.html, translators.html: Unified using of font sizes.
201 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
202     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
203       user management.
204     * server_processlist.php3: Fixed a bug the denied the access to the
205       process list for normal users.
206     * config.inc.php3: Removed note about buggy setting.
207     * lang/german-*.inc.php3: Updates.
208     * Documentation.html: There won't be a PHP 4.5.0; typos.
210 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
211     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
213 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
214     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
216 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
217     * lang/slovenian update: thanks to Kositer Uros (urosh)
218     * lang/albanian: update, thanks to Laurent Dhima
219     * lang/slovak update, thanks to Lubos Klokner
221 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
222     * libraries/relation.lib.php3: improve messages
224 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
225     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
227 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
228     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
229     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
230     * lang/english*: Resorted and Resynced.
231     * lang/farsi*: Added ready for Farsi translation
232     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
233         - Updates ready for Farsi translation
234     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
235     * fulltext.png, partialtext.png, pma_logo.png:
236         - Ran PNGCRUSH on files to reduce size optimially.
237     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
238     vertical_line.gif, item_rtl.gif, item_ltr.gif:
239         - Old image files removed and replaced with PNG files (feature
240         #458895)
241     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
242     vertical_line.png, item_rtl.png, item_ltr.png:
243         - New PNG image files (feature #458895)
244     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
245         - Code changes for PNG images (feature #458895)
247 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
248     * libraries/sqlparser.lib.php3: checkType function
250 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
251     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
253 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
254     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
255       row limiting for exported results
257 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
258     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
259       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
260       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
261       be SIGNED/UNSIGNED/ZEROFILL.
263 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
264     * server_privileges.php3: Added column privileges editor.
266 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
267     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
268       tbl_move_copy.php3, libraries/build_dump.lib.php3:
269       Feature: Export results of SELECTs
271 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
272     * Documentation.html: faq 5.12 about OS X Safari problem
273     * tbl_move_copy.php3: typo (wrong back link)
275 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
276     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
277     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
279 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
280     * server_privileges.php3: Wrong label.
281     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
282       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
283       The script now works on the SF shell servers ONLY!
285 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
286     * lang/czech: Updated.
287     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
288       field editing.
290 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
291     * lang/sort_lang.sh: Fix status output bug '\n'
292     * db_details_importdocsql.php3: Move hardcoded strings to language files
293     * lang/*.php3: Add new strings for docSQL importer
294     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
295     * Documentation.html: Revised FAQ entry about SQL Validator
297 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
298     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
299     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
300     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
301     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
302     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
304 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
305     * pdf_pages.php3: feature: deleting a pdf page
306     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
307       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
309 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
310     * server_privileges.php3:
311       - Lookup database / table lists if possible;
312       - The database name was displayed instead of the table name in the sub
313         page heading.
314     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
315     * lang/norwegian-*.inc.php3: Updates, thanks to
316       Sven-Erik Andersen (sven-erik).
317     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
318     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
320 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
321     * lang/galician: update, thanks to Xosé Calvo
322     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
324 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
325     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
326       all for fields selection.
327     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
328       (Jumping cursor using keyboard).
329     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
330       functions.js to allow jumping using keyboard.
331     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
332       works also for row editing.
333     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
335 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
336     * libraries/sqlvalidator.class.php3:
337       - Removed dependency on overload extension
338       - Started to fix bug #644709
339     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
340       - Revert line 88 of sql.php3, and fix it a different way...
342 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
343     * read_dump.php3, sql.php3, libraries/common.lib.php3,
344     libraries/sqlparser.lib.php3:
345       - Fixed bug #641765, see mailing list post
347 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
348     * server_*.php3:
349       - The messages are now displayed by server_links.inc.php3, so
350         server_common.inc.php3 may be included earlier;
351       - Beautified code.
352     * server_privileges.php3:
353       - Wrong GRANT syntax;
354       - Changed the default behavior of the for fields "pred_username" and
355         "pred_password".
357 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
358     * tbl_change.php3: bug 665885, wrong back link after sql error
359     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
360     * lang/ukrainian: update, thanks to Markijan Baran
361     * lang/romanian: update, thanks to Valics Lehel
362     * lang/japanese: update, thanks to Yukihiro Kawada
364 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
365     * lang/czech*: Updated.
367 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
368     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
369       support for the EXTRACT ... FROM syntax which is not a real
370       SELECT ... FROM
372 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
373     * server_privileges.php3, lang/*.inc.php3:
374       - Forgot to implement "This host";
375       - Drop the users' databases;
376       - Don't send comments to the MySQL server;
377       - When trying to delete multiple users, display an error message if none
378         have been selected.
380 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
381     * libraries/sqlparser.lib.php3, libraries/functions.js,
382       sql.php3: - use the parser for confirmation requests
383                 - better check before appending LIMIT
384     * lang/galician: update, thanks to Xosé Calvo
385     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
386     * lang/indonesian: missing semicolon
387     * lang/japanese: update, thanks to Yukihiro Kawada
388     * lang/romanian: update, thanks to Valics Lehel
390 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
391     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
392       and hidden input generating stuff.
393     * almost all php3 files: Use new URL and hidden input generation stuff.
394     * libraries/common.lib.php3: Addded extra check for MySQL even when in
395       safe mode (could fix #661949).
397 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
398     * lang/english-*.inc.php3: Fixed a typo.
399     * server_privileges.php3, libraries/url_generating.lib.php3:
400       - Beautified generated XHTML code;
401       - Coding standards;
402       - Added a missing @param comment.
404 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
405     * lang/czech: Updated.
407 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
408     * server_privileges.php3: Sorting user list.
409     * translators.html: Typo.
410     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
411     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
412     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
413     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
414     * lang/norwegian-*.inc.php3: Updates, thanks to
415       Sven-Erik Andersen (sven-erik).
416     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
418 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
419     * Documentation.html: clarification about cookie/http modes
420     * lang/dutch update, thanks to Ivo Teel
421     * lang/japanese: update, thanks to Yukihiro Kawada
422     * lang/ukrainian: remove duplicate messages
424 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
425     * server_privileges.php3:
426       - Interface cosmetic;
427       - Smaller bugfixes;
428       - Added a db / table privileges editor.
429     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
430     * server_privileges.php3, libraries/server_privileges.js:
431       - Optimized some JS functions for the new interface;
432       - Added ability to create new MySQL users via GRANT (feature #502465).
433     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
434       Incremented version number to 2.4.0-dev.
436 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
437     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
439 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
440     * lang/estonian*, malay*: remove control M
441     * lang/romanian: update, thanks to Valics Lehel
442     * lang/galician: update, thanks to Xosé Calvo
443     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
445 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
446     * lang/german*: Updated.
448 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
449     * lang/czech*: Updated.
450     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
451     * lang/sort_lang.sh: Made POSIX sh compatible.
452     * lang/check_lang.sh: Made require bash.
453     * lang/swedish*: Updated.
454     * lang/*: For many translations fixed missing/duplicate strings.
456 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
457     * lang/ukrainian: update, thanks to Markijan Baran
458     * user_details.php3: add $strGrantOption
459     * lang/french update
460     * main.php3, lang/*.php3: $strOriginalInterface
462 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
463     * server_privileges.php3:
464       - Made the script compatible to MySQL < 3.22.11;
465       - Fixed the missing "LOCK TABLES" option in the privilege editor.
466       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
467         if all privileges have been selected.
468     * libraries/sqlparser.data.php3:
469       - Fixed bug #655817 (New privileges are not detected correctly).
470       - Updated function list.
472 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
473     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
475 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
476     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
477       Added ability to delete users.
479 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
480     * tbl_dump.php3:
481       - Fixed wrong charset information in XML exports.
482       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
483         of '4.00.05'.
485 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
486     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
488 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
489     * server_privileges.php3: Fixed undefined variable warning.
490     * lang/czech*: Updated.
491     * lang/*: Fixed a typo.
493 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
494     * lang/romanian: update, thanks to Valics Lehel
495     * lang/dutch update, thanks to Ivo Teel
497 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
498     * lang/norwegian-*.inc.php3:
499       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
500       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
501     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
502     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
503     * lang/german-*.inc.php3: Updates.
504     * lang/*.inc.php3: Fixed a typo.
505     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
506     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
507     * server_privileges.php3, lang/*.inc.php3:
508       - Bugfixes;
509       - Small design modification;
510       - Added ability to change passwords via SET PASSWORD FOR user.
512 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
513     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
514       lang/*.inc.php3: Started rewriting the user administration; changes:
515       - Use GRANT / REVOKE for privilege changes (feature #502465);
516       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
517       - Support for user resource limits;
518       - Improved user friendliness.
519       Currently, it can only display and edit global privileges.
520     * libraries/common.lib.php3: Undefined index.
521     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
522     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
524 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
525     * main.php3: Since every user has access to his processlist, set
526       is_process_priv to TRUE as default (fixes undefined variable warning).
528 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
529     * tbl_select.php3, bug 648263
530     * libraries/common.lib.php3, bug 653764
531     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
532       append data only to a table
534 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
535     * lang/russian: update, thanks to Nicolay Zakharov
537 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
538     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
539     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
541 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
542     * lang/russian: update, thanks to Nicolay Zakharov
543     * lang/galician: update, thanks to Xosé Calvo
545 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
546     * libraries/get_foreign.lib.php3: bug 646263,
547       bad drop-down in select sub-page
549 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
550     * libraries/common.lib.php3: Removed a comment.
552 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
553     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
555 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
556     * tbl_dump.php3: Fix output order of inserts/creates, generate file
557       extension to include also file type, not only compression (now it
558       generates something like dump.sql.gz).
560 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
561     * pdf_schema.php3: Change generated filename to
562       db_pdfname.pdf instead of db_pdfnumber.pdf
564 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
565     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
566     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
567     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
568     * lang/norwegian-*.inc.php3: Updates, thanks again to
569       Sven-Erik Andersen (sven-erik).
570     * lang/german-*.inc.php3: Small grammar fix.
572 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
573     * lang/german-*.inc.php3: Updates.
574     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
575     * libraries/build_dump.php3:
576       - Fixed part 2 of bug #652311 (Undefined variables);
577       - Coding standards.
579 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
580     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
581       cleaner charset conversion for export.
582     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
583       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
584       thanks to Valentine for creating the patch #627496.
586 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
587     * lang/galician: update, thanks to Xosé Calvo
588     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
589       but there is still some work to do about how to split a UNION
590     * tbl_properties_options.php3, bug 651522 wrong back-link,
591       thanks to Mischka ( stollner at uni-muenster dot de )
593 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
594     * lang/czech*.php3: Updated translation.
595     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
597 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
598     * server_*.php3, lang/*.inc.php3, main.php3:
599       - Added 'SHOW PROCESSLIST' interface;
600       - Small bugfixes.
601       - XHTML fixes.
602     * lang/spanish-*.inc.php3: Updates, thanks again to
603       Dr. med. Daniel Hinostroza C.
604     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
606 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
607     * lang/norwegian-*.inc.php3: Updates, thanks again to
608       Sven-Erik Andersen (sven-erik).
609     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
610     * lang/spanish-*.inc.php3: Updates, thanks again to
611       Dr. med. Daniel Hinostroza C.
613 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
614     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
615       server_common.inc.php3, server_links.inc.php3, server_status.php3,
616       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
617       Started working on a new interface to server related pages.
618     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
619     * lang/german-*.inc.php3: Updates.
620     * lang/english-*.inc.php3: Reordered strings.
622 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
623     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
624       bug 633422, use a button if search result would generate a too big URL
626 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
627     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
628       Choose between Landscape and Portrait for the
629       Datadictionary in PDF Pages
630     * pdf_schema.php3: lineheight for Textrows in Datadictionary
631       was equal to textheight, i added one mm above and below text
632       (hope your tables are not too big not to fit on a page now ;)
634 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
635     * lang/german.inc.php3: Updates.
636     * main.php3: Fixed bug #649641 (usernames containing '@' character).
637     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
638       warning / php >= 4.3.0) by Mats Engstrom (matseng).
639     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
640     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
641       (sven-erik).
642     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
643     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
644     * lang/italian-*.inc.php3:
645       - Updates, thanks to Pietro Danesi (danone).
646       - Coding standards.
648 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
649     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
650       new data dict feature for PDF pages, thanks to Maxime Delorme
651     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
652       thanks to Piotr Roszatycki (d3xter)
654 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
655     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
657 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
658     * pdf_schema.php3: remove control M
659     * lang/dutch update, thanks to Ivo Teel
661 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
662     ### 2.3.3pl1 released
664 2002-12-04 Alexander M. Turek  <rabus@users.sourceforge.net>
665     * sql.php3: Back to previous version.
667 2002-12-03 Alexander M. Turek  <rabus@users.sourceforge.net>
668     * sql.php3: Fixed bug #641652, thanks to "bumperbox".
669     * lang/latvian-windows-1257.inc.php3, lang/norwegian-iso-8859-1.inc.php3,
670       lang/polish-utf-8.inc.php3, lang/romanian-iso-8859-1.inc.php3,
671       lang/serbian-windows-1250.inc.php3, lang/slovak-windows-1250.inc.php3,
672       lang/slovenian.inc.php3, lang/swedish-iso-8859-1.inc.php3,
673       lang/turkish.inc.php3: Added missing strings.
674     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
676 2002-12-02 Marc Delisle  <lem9@users.sourceforge.net>
677     * db_search.php3: automatic wildcard
678     * lang/japanese-*.inc.php3: remove control Ms
679     ### 2.3.3 released
681 2002-12-02 Alexander M. Turek  <rabus@users.sourceforge.net>
682     * libraries/grab_globals.lib.php3: Back to previous version.
684 2002-12-01 Alexander M. Turek  <rabus@users.sourceforge.net>
685     * libraries/grab_globals.lib.php3: Possible fix against bug #641652.
687 2002-12-01 Marc Delisle  <lem9@users.sourceforge.net>
688     * user_details.php3: the script wrongly created a user % when asked
689       to create an anonymous user (should be empty)
691 2002-11-29 Michal Cihar  <nijel@users.sourceforge.net>
692     * lang/czech*.php3: Updated translation.
694 2002-11-29 Alexander M. Turek  <rabus@users.sourceforge.net>
695     * lang/italian.inc.php3: Updates, thanks again to Pietro Danesi (danone).
696     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
697     * lang/japanese-*.inc.php3: Updates.
699 2002-11-29 Marc Delisle  <lem9@users.sourceforge.net>
700     * tbl_change.php3, tbl_select.php3, tbl_properties_operations.php3:
701       bug 645173 wrong back link for inserts
703 2002-11-28 Marc Delisle  <lem9@users.sourceforge.net>
704     * main.php3: display PHP 4.2.3 warning only if mbstring is loaded
706 2002-11-28 Alexander M. Turek  <rabus@users.sourceforge.net>
707     * db_datadict.php3, db_details_structure.php3, db_printview.php3,
708       db_stats.php3, tbl_printview.php3, tbl_properties_structure.php3,
709       lang/*.inc.php3: Fixed bug #644526 (ucfirst php function causes trouble).
710     * lang/german-*.inc.php3: Clarification.
712 2002-11-27 Marc Delisle  <lem9@users.sourceforge.net>
713     * libraries/sqlparser.lib.php3: bug 644030 part 1: syntax error
714       on a REVOKE
716 2002-11-26 Marc Delisle  <lem9@users.sourceforge.net>
717     * sql.php3: bug 644108: incorrect affected rows count
718     * libraries/sqlparser.data.php3: bug 643992, INTERVAL can be a
719       function but also a reserved word for date arithmetic functions
721 2002-11-25 Marc Delisle  <lem9@users.sourceforge.net>
722     * tbl_properties_structure.php3: wrong back link in case of errors
723     * sql.php3: undefined variable $sql_query when adding a bookmark
725 2002-11-23 Marc Delisle  <lem9@users.sourceforge.net>
726     * libraries/display_tbl.lib.php3: clicking on a COUNT() column to sort
727     * read_dump.php3: bug 634074: we now use is_writeable() on the tmp
728       subdir, instead of looking for a dot in the open_basedir path
729     * tbl_relation.php3: show a field in "Links to" if it has been defined
730       manually in the relationtable, even if it's not a key in the foreign table
732 2002-11-22 Marc Delisle  <lem9@users.sourceforge.net>
733     * libraries/display_tbl.lib.php3: numeric foreign keys used as alias
734     * sql.php3, libraries/sqlparser.lib.php3: bug 642319, navigation
735       and GROUP BY
737 2002-11-22 Alexander M. Turek  <rabus@users.sourceforge.net>
738     * scripts/create-release.sh: The script should now work at the SF shell
739       again.
741 2002-11-21 Marc Delisle  <lem9@users.sourceforge.net>
742     * libraries/display_tbl.lib.php3: undefined variable $display_field
744 2002-11-21 Alexander M. Turek  <rabus@users.sourceforge.net>
745     * lang/japanese-*.inc.php3: Updates.
747 2002-11-20 Marc Delisle  <lem9@users.sourceforge.net>
748     * lang/slovenian update: thanks to Kositer Uros (urosh)
749     * lang/slovak update, thanks to Lubos Klokner
750     * lang/malay update, thanks to Shafique (sicksand)
751     * lang/spanish update, thanks to Daniel Hinostroza
753 2002-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
754     * lang/norwegian-*.inc.php3: Updates, thanks to Sven Erik Andersen.
755     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas.
756     * lang/catalan-*.inc.php3, lang/spanish-*.inc.php3: Updates, thanks to
757       Xavier Navarro.
758     * lang/dutch-*.inc.php3: Updates, thanks to Ivo Teel.
759     * Documentation.html: Fixed typos.
761 2002-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
762     * db_create.php3, db_datadict.php3, db_details.php3, db_details_export.php3,
763       db_details_import.php3, db_details_qbe.php3, db_details_structure.php3,
764       db_stats.php3, header.inc.php3, ldi_table.php3, left.php3,
765       mult_submits.php3, pdf_pages.php3, sql.php3, tbl_change.php3,
766       tbl_create.php3, tbl_indexes.php3, tbl_properties.inc.php3,
767       tbl_properties_export.php3, tbl_properties_operations.php3,
768       tbl_properties_options.php3, tbl_properties_structure.php3,
769       tbl_query_box.php3, tbl_relation.php3, tbl_select.php3:
770       Fixed bug #640055 (HTML entities in db / table name) partly.
772 2002-11-19 Marc Delisle  <lem9@users.sourceforge.net>
773     ### 2.3.3-rc1 released
774     * lang/russian*: updates and new russian-dos-866, thanks to Nicolay Zakharov
775       (info at melody.org.ru)
776     * libraries/select_lang.lib.php3: russian-dos-866
777     * lang/sync_lang.sh: russian-dos-866 seems unsupported by convertors
778     * lang/polish: update thanks to Jakub Wilk
779     * lang/galician: update, thanks to Xosé Calvo
781 2002-11-18 Marc Delisle  <lem9@users.sourceforge.net>
782     * db_search.php3: undefined variable
784 2002-11-18 Michal Cihar  <nijel@users.sourceforge.net>
785     * lang/czech*.php3: Updated translation.
787 2002-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
788     * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
789       Feature #506106: Read compressed dump.
790     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
791     * libraries/grab_globals.lib.php3: Fixed bug #638548 (table name with a
792       quote).
793     * Documentation.txt: Update.
794     * lang/thai-*.inc.php3: Updates, thanks again to Arthit Suriyawongkul
795       (bacteria).
797 2002-11-16 Marc Delisle  <lem9@users.sourceforge.net>
798     * libraries/build_dump.lib.php3: fix for old MySQL, thanks to
799       Flavio Poletti (flavio at polettix.it)
800     * tbl_replace.php3: bug 638275: ignore NULL checkbox is there is
801       a value for the field (possible if js is disabled, or broken browser
802       like Konqueror 2.2.2); implemented on insert or update
803     * lang/thai* typo
804     * lang/malay update, thanks to Shafique (sicksand)
805     * lang/slovak update, thanks to Lubos Klokner
806     * lang/dutch update, thanks to Ivo Teel
807     * lang/spanish update, thanks to Daniel Hinostroza
808     * lang/korean update, thanks to Juhyon Kim (woosuhan)
809     * lang/hindi update, thanks to Girish Nair (girish_nair)
811 2002-11-16 Robin Johnson  <robbat2@users.sourceforge.net>
812     * libraries/sqlparser.data.php3: Bug #639291 fixed
814 2002-11-16 Alexander M. Turek  <rabus@users.sourceforge.net>
815     * tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly
816       with MySQL >= 4.0.2-alpha).
817     * sql.php3: Fixed bug #584411 ("USE" command in query box).
819 2002-11-15 Alexander M. Turek  <rabus@users.sourceforge.net>
820     * scripts/create_tables.sql: Added a 'USE' command after 'CREATE DATABASE'.
822 2002-11-14 Marc Delisle  <lem9@users.sourceforge.net>
823     * sql.php3: stripslashes issues (with LOAD DATA)
824     * libraries/display_tbl.lib.php3: could not Edit or Delete when only
825       an alias is displayed
827 2002-11-13 Marc Delisle  <lem9@users.sourceforge.net>
828     * libraries/sqlparser.lib.php3: bug 636575 (unquoted identifiers)
829     * libraries/sqlparser.lib.php3, libraries/common.lib.php3, sql.php3:
830       bug 636563 undefined variable when deleting a row
831     * libraries/sqlparser.lib.php3: bug 636553 SELECT VERSION()
833 2002-11-11 Alexander M. Turek  <rabus@users.sourceforge.net>
834     * libaries/common.lib.php3: Fixed bug #636345 (Error when modifying table
835       keys).
837 2002-11-11 Marc Delisle  <lem9@users.sourceforge.net>
838     * libraries/sqlparser.lib.php3: LEFT JOIN ... USING
839     * libraries/sqlparser.lib.php3: bug 636575 (double and single quotes)
841 2002-11-10 Alexander M. Turek  <rabus@users.sourceforge.net>
842     * lang/german-*.inc.php3: Fixed a typo.
844 2002-11-08 Robin Johnson  <robbat2@users.sourceforge.net>
845     * config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3
846       libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser
847       and pretty printer from bugs #605030 and #631421.
849 2002-11-07 Alexander M. Turek  <rabus@users.sourceforge.net>
850     * libraries/config_import.lib.php3: Fixed a small inconsistance.
851     * config.inc.php3: Added a note about bug #634931.
852     * tbl_properties_operations.php3:
853       - Fixed bug #628581 (Check referential integrity and NULL foreign key).
854       - Fixed bug #628583 (Check referential integrity and self-linked table).
855     * lang/thai-*.inc.php3: Upadtes, thanks again to
856       Arthit Suriyawongkul (bacteria).
857     * lang/norwegian-*.inc.php3: Updates, thanks again to
858       Sven-Erik Andersen (sven-erik).
859     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo (xosecalvo).
860     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
862 2002-11-06 Alexander M. Turek  <rabus@users.sourceforge.net>
863     * translators.html, lang/*.inc.php3: Fixed some typos.
865 2002-11-06 Loïc Chapeaux  <lolo@phpheaven.net>
866     * db_datadict.php3, tbl_printview.php3: code cleanup
868 2002-11-06 Marc Delisle  <lem9@users.sourceforge.net>
869     * lang/ukrainian: update, thanks to Markijan Baran
870     * lang/japanese: update, thanks to Yukihiro Kawada
871     * db_search.php3: bug 633422, inconsistent use of radio buttons
873 2002-11-05 Alexander M. Turek  <rabus@users.sourceforge.net>
874     * lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel.
875     * lang/catalan-*.inc.php3:
876       - Updates and ortographical corrections, thanks again to
877         Xavier Navarro (xavin);
878       - Removed HTML entities.
879     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
880     * lang/albanian-*.inc.php3:
881       - Updates, thanks again to Laurent Dhima (laurenti);
882       - Removed new line at end of file.
884 2002-11-05 Michal Cihar  <nijel@users.sourceforge.net>
885     * lang/{czech,italian,lithuanian,slovenian,swedish}*.php3: updated
886       translations, thanks to me ;), Pietro Danesi, Vilius Zigmantas, Kositer
887       Uros and Björn T. Hallberg.
888     * tbl_dump.php3: Fixed bug #632310 (Export fails with UTF-8).
890 2002-11-05 Marc Delisle  <lem9@users.sourceforge.net>
891     * main.php3: when the user does not have required privs to create
892       a db, inform him of the situation
893     * lang/romanian: update, thanks to Valics Lehel
895 2002-11-04 Marc Delisle  <lem9@users.sourceforge.net>
896     * libraries/display_tbl.lib.php3, sort order problem
897       SELECT tablename.columnname ... order by tablename.columnname
899 2002-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
900     * translators.html: Added another message to avoid annoying emails.
902 2002-11-03 Loïc Chapeaux  <lolo@phpheaven.net>
903     * tbl_create.php3: bug 629630 auto-increment key does not have to
904       be the primary key
906 2002-11-02 Marc Delisle  <lem9@users.sourceforge.net>
907     * libraries/sqlparser.lib.php3: correct detection of PHP 4.2.x
908     * main.php3, lang/*.php3: PHP 4.2.3 warning
910 2002-11-02 Alexander M. Turek  <rabus@users.sourceforge.net>
911     * db_datadict.php3: Fixed bug #632515 (JS error in data dictonary).
912     * lang/german-*.inc.php3: Updates.
914 2002-11-01 Marc Delisle  <lem9@users.sourceforge.net>
915     * libraries/sqlparser.lib.php3, libraries/display_tbl.lib.php3,
916       sql.php3: analyzer for db, table, column, alias, with additional
917       performance improvements by Robin
919 2002-11-01 Alexander M. Turek  <rabus@users.sourceforge.net>
920     * libraries/sqlparser.lib.php3: Avoid regex if possible.
922 2002-10-31 Marc Delisle  <lem9@users.sourceforge.net>
923     * db_details_structure.php3, header.inc.php3, new db_datadict.php3,
924       lang/*.php3: data dictionary feature, thanks to Ian Davidson
925       (Ian.Davidson at tayside.pnn.police.uk)
926     * tbl_printview.php3: better format, thanks to Ian Davidson
928 2002-10-30 Alexander M. Turek  <rabus@users.sourceforge.net>
929     * libraries/common.lib.php3: Better display of the query if parser is
930       disabled.
931     * libraries/sqlparser.lib.php3:
932       - ANSI Comments were not recognized if the two '-' characters were
933         followed up by a line feed character instead of a space one;
934       - Fixed the misinterpretation of Windows / Mac line feeds.
936 2002-10-28 Alexander M. Turek  <rabus@users.sourceforge.net>
937     * lang/dutch.inc.php3: Fixed a bug in the Dutch language files
938       (see Translations #629818).
940 2002-10-25 Loïc Chapeaux  <lolo@phpheaven.net>
941     * libraries/common.lib.php3; libraries/display_tbl.lib.php3;
942       libraries/kanji-encoding.lib.php3; libraries/sqlparser.lib.php3
943       libraries/string.lib.php3; user_password.php3: coding standards.
944     * libraries/auth/cookie.auth.php3: fixes a PHP3 bug.
945     * libraries/functiuons.js: fixed bug #627567 - Javascript bug in
946       setPointer() function thanks to Christopher Bloom
947       <xangelusx at users.sourceforge.net>
948     * libraries/display_tbl.lib.php3, lines 1123-1124: fixed bug
949       #626366 - "date" columns wrap in browse mode.
951 2002-10-25 Marc Delisle  <lem9@users.sourceforge.net>
952     * Documentation.html, clarification about using Relation View
954 2002-10-22 Robin Johnson  <robbat2@users.sourceforge.net>
955     * user_password.php3: From Patch #625703.
956     * Changelog: Added VIM modelines for filetype, folding and indentation
957     * `find -name '*.php3'`: Added vim modelines for PEAR style indentation
959 2002-10-22 Marc Delisle  <lem9@users.sourceforge.net>
960     * pdf_pages.php3: undefined variable, fix thanks to
961       Jose Fandos (jose.fandos at sonnd.com).
963 2002-10-21 Alexander M. Turek  <rabus@users.sourceforge.net>
964     * lang/german-*.inc.php3: Clarifications.
966 2002-10-21 Marc Delisle  <lem9@users.sourceforge.net>
967     * lang/spanish: removed control M
968     * tbl_relation.php3: bug 619100, relation and non-primary key
969     * libraries/display_tbl.lib.ph3: bug 619097, order by sum(var)
971 2002-10-19 Alexander M. Turek  <rabus@users.sourceforge.net>
972     * translators.html, spanish-*.inc.php3: Updates, thanks again to
973       Dr. med. Daniel Hinostroza C.
975 2002-10-17 Alexander M. Turek  <rabus@users.sourceforge.net>
976     * Documentation.html: Added some notes about the MySQL 4.1 branch. See bug
977       report #623665 for more details.
979 2002-10-17 Marc Delisle  <lem9@users.sourceforge.net>
980     * lang/dutch: update, thanks to Ivo Teel.
982 2002-10-17 Loïc Chapeaux  <lolo@phpheaven.net>
983     * sql.php3: bug 624020, can't delete a row with a TEXT field containing
984       newlines
986 2002-10-15 Alexander M. Turek  <rabus@users.sourceforge.net>
987     * Documentation.html: FAQ entry about browser charset settings.
989 2002-10-15 Marc Delisle  <lem9@users.sourceforge.net>
990     * libraries/auth/cookie.auth.lib.php3: let them use a blank password,
991       thanks to Juliano Ravasi Ferraz (jferraz)
992     * main.php3: extend the warning about blank root password to all auth modes
994 2002-10-14 Alexander M. Turek  <rabus@users.sourceforge.net>
995     * libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
996       FUNCTION(`field`) fails).
998 2002-10-14 Marc Delisle  <lem9@users.sourceforge.net>
999     * Documentation.html: clarification about pmadb when you are not
1000       the superuser
1002 2002-10-13 Robin Johnson  <robbat2@users.sourceforge.net>
1003     * libraries/sqlparser.lib.php3: bug #621357
1004     * libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
1005        - Fixed MB bug
1007 2002-10-11 Marc Delisle  <lem9@users.sourceforge.net>
1008     * libraries/common.lib.php3: bug 620624
1010 2002-10-11 Loïc Chapeaux  <lolo@phpheaven.net>
1011     * tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
1012     * db_details_structure.php3: removed trailing whitespaces.
1014 2002-10-10 Michal Cihar  <nijel@users.sourceforge.net>
1015     * libraries/auth/config.auth.lib.php3: bug #620624 - displaying password
1016       from config when MySQL connection can't be established
1018 2002-10-09 Loïc Chapeaux  <lolo@phpheaven.net>
1019     * libraries/display_tbl.lib.php3, bug 619735: display broken (bad HTML)
1021 2002-10-09 Marc Delisle  <lem9@users.sourceforge.net>
1022     * libraries/get_foreign.lib.php3: there are no functions
1023       in this file that need to be protected from being defined
1024       twice.  The added code introduced a bug
1025     * db_details_structure.php3: total of records for InnoDB tables
1027 2002-10-08 Marc Delisle  <lem9@users.sourceforge.net>
1028     * ### 2.3.2 released ###
1030 2002-10-05 Marc Delisle  <lem9@users.sourceforge.net>
1031     * db_details_structure.php3: get true row count for InnoDB tables
1032     * lang/albanian: update, thanks to Laurent Dhima
1034 2002-10-03 Loïc Chapeaux  <lolo@phpheaven.net>
1035     * tbl_select.php3, tbl_change.php3: require musn't be used inside
1036       conditional statements.
1037     * pdf_schema.php3; libraries/fpdf/fpdf.php3: upgraded to the 1.51 release
1038       of the FPDF library.
1039     * libraries/build_dump.lib.php3: fixed a parse error.
1041 2002-10-03 Marc Delisle  <lem9@users.sourceforge.net>
1042     * tbl_select.php3, tbl_change.php3,
1043       new libraries/get_foreign.lib.php3: drop-down of foreign keys
1044       on Select sub-page, thanks to Markus L. Noga (mlnoga)
1046 2002-10-03 Alexander M. Turek  <rabus@users.sourceforge.net>
1047     * tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against
1048       bug #607896, thanks to Loïc.
1049     * lang/english.inc.php3: Reordered strings.
1050     * libraries/common.lib.php3: Added more fake settings in case of an
1051       errornous config file.
1053 2002-10-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1054     * header.inc.php3, header_prinview.inc.php3: Corrected value for the
1055       'Expires' HTTP header (Fixed bug #607896).
1056     * lang/german-utf-8.inc.php3: Wrong $charset value.
1058 2002-10-02 Loïc Chapeaux  <lolo@phpheaven.net>
1059     * tbl_change.php3, bug 617029: tabindex for linked fields
1061 2002-10-02 Marc Delisle  <lem9@users.sourceforge.net>
1062     * lang/thai: update, thanks to Arthit Suriyawongkul
1063     * lang/german: remove control Ms from the utf-8 file
1064     * libraries/bookmark.lib.php3: feature 584042, validation of
1065       bookmark insert errors
1067 2002-10-01 Marc Delisle  <lem9@users.sourceforge.net>
1068     * Documentation.html, typo about GRANT: patch 616772,
1069       thanks to Vince LaMonica (vjl323)
1070     * tbl_alter.php3: patch 617044 for change field type,
1071       thanks to Mats Engstrom (matseng)
1073 2002-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1074     * lang/german-*.inc.php3: Fixed some typos,
1075       thanks to Kai Michael Poppe (sdcepoppe).
1077 2002-09-29 Marc Delisle  <lem9@users.sourceforge.net>
1078     * lang/slovak update, thanks to Lubos Klokner
1079     * lang/estonian: update, thanks to Alvar Soome
1080     * Documentation.html: faq 1.24 about the PHP 4.2.3 bug
1081     * ### 2.3.1 released ###
1083 2002-09-29 Alexander M. Turek  <rabus@users.sourceforge.net>
1084     * read_dump.php3: Fixed an "undefined variable" error.
1086 2002-09-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1087     * libraries/common.lib.php3: $cfg['PmaAbsoluteURI'] detection did not work
1088       properly on IIS 6.0.
1089     * libraries/config_import.lib.php3:
1090       - Fixed an inconsitence;
1091       - Fixed an "undefined index" error.
1092     * tbl_alter.php3: Fixed bug #615888 (error in column naming).
1094 2002-09-27 Loïc Chapeaux  <lolo@phpheaven.net>
1095     * db_details_qbe.php3: PHP3 fixes & coding standards.
1096     * db_details_importdocsql.php3: optimization, xhtml fixes & coding
1097       standards.
1098     * ldi_check.php3, ldi_table.php3, sql.php3, most of "tbl_properties*"
1099       scripts, tbl_relation.php3, tbl_select.php3: fixed bug #614303
1100       (Duplicate args in table tabs links)
1102 2002-09-26 Marc Delisle  <lem9@users.sourceforge.net>
1103     * config.inc.php3, libraries/config_import.lib.php3: let UploadDir
1104       empty because this means to not use the feature, thanks to Loïc
1106 2002-09-25 Marc Delisle  <lem9@users.sourceforge.net>
1107     * read_dump.php3: bug 611970, do not display the imported query
1108       if larger than 500 (I don't think it's necessary to add another
1109       config variable), thanks to Loïc
1111 2002-09-24 Marc Delisle  <lem9@users.sourceforge.net>
1112     * sql.php3: could not go to next page when browsing a query containing
1113       a function like SUM(), due to IFs in reversed sequence
1114     * lang/french update
1116 2002-09-24 Michal Cihar  <nijel@users.sourceforge.net>
1117     * lang/czech-*.inc.php3: update
1119 2002-09-23 Marc Delisle  <lem9@users.sourceforge.net>
1120     * lang/japanese: update, thanks to Yukihiro Kawada
1121     * lang/italian: update, thanks to Pietro Danesi
1122     * lang/galician: update, thanks to Xosé Calvo
1123     * lang/chinese_*: update, thanks to Siu Sun (siusun)
1124     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
1125     * tbl_replace.php3: inserts and foreign keys, thanks to Markus L. Noga
1127 2002-09-23 Loïc Chapeaux  <lolo@phpheaven.net>
1128     * libraries/display_tbl.lib.php3, tbl_change.php3: coding standards
1130 2002-09-23 Michal Cihar  <nijel@users.sourceforge.net>
1131     * libraries/sqlparser.lib.php3: fix for #613102 (ALTER TABLE:missing
1132       spacebar)
1134 2002-09-22 Loïc Chapeaux  <lolo@phpheaven.net>
1135     * tbl_relation.php3: fix fox #611519 (slash in comment)
1136     * libraries/sqlparser.lib.php3: coding standards
1138 2002-09-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1139     * lang/german-*.inc.php3: Updates.
1140     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1141       compatibility for config.inc.php3 < rev 1.144.
1143 2002-09-20 Marc Delisle  <lem9@users.sourceforge.net>
1144     * libraries/display_tbl.lib.php3: bug 612117, vertical view and
1145       buttons as links
1146     * libraries/tbl_change.js, tbl_change.php3, tbl_replace.php3:
1147       patch 612202: NULL for foreign keys, thanks to Markus L. Noga
1149 2002-09-19 Marc Delisle  <lem9@users.sourceforge.net>
1150     * libraries/sqlparser.lib.php3: bug 608459: syntax coloring and
1151       alias without AS
1152     * libraries/display_tbl.lib.php3: bug 574852: relation and ORDER BY
1153     * db_details_qbe.php3: missing global $dbh
1155 2002-09-19 Loïc Chapeaux  <lolo@phpheaven.net>
1156     * tbl_printview.php3: fix for #611499 (empty comment column)
1157     * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)
1159 2002-09-19 Michal Cihar  <nijel@users.sourceforge.net>
1160     * Documentation.html, config.inc.php3, tbl_change.php3,
1161       libraries/config_import.lib.php3: fix for #581494 - problems with \n in
1162       CHAR/VARCHAR, added new configs $cfg['CharEditing'] and
1163       $cfg['CharTextarea{Cols,Rows}']
1164     * tbl_change.php3: revised by Loïc to fit coding standards
1166 2002-09-18 Mike Beck    <mikebeck@users.sourceforge.net>
1167     * db_details_qbe.php3: complete rewrite of the code
1168             that creates the JOINS hoping that this will
1169             be much faster in certain circumstances
1170             please try - this needs some testing
1172 2002-09-18 Marc Delisle  <lem9@users.sourceforge.net>
1173     * lang/slovenian update: thanks to Kositer Uros (urosh)
1175 2002-09-18 Loïc Chapeaux  <lolo@phpheaven.net>
1176     * tbl_change.php3, tbl_replace.php3, sql.php3,
1177       libraries/display_tbl.lib.php3: bug 610315 full text toggle
1179 2002-09-18 Michal Cihar  <nijel@users.sourceforge.net>
1180     * lang/*.php3, tbl_properties_export.php3: removed duplicate message
1181       with typo in name strCvsData (replaced by strStrucCSV)
1182     * lang/czech-*.inc.php3: Updates.
1183     * lang/sync_lang.sh: accepts parameters --iconv/--recode to force
1184       convertor
1186 2002-09-17 Marc Delisle  <lem9@users.sourceforge.net>
1187     * lang/spanish: update, thanks to Daniel Hinostroza
1188     * tbl_change.php3: bug 609614, default value for datetime ignored
1189     * lang/catalan: update, thanks to Xavier Navarro
1190     * lang/norwegian: update, thanks to Sven-Erik Andersen
1191     * lang/finnish: update, thanks to Visa Kopu (visa)
1192     * lang/swedish: update, thanks to Björn T. Hallberg
1194 2002-09-17 Loïc Chapeaux  <lolo@phpheaven.net>
1195     * tbl_change.php3: bug 610310: spaces in drop-down for foreign values
1197 2002-09-16 Marc Delisle  <lem9@users.sourceforge.net>
1198     * lang/japanese: update, thanks to Yukihiro Kawada
1200 2002-09-15 Marc Delisle  <lem9@users.sourceforge.net>
1201     * lang/romanian: update, thanks to Valics Lehel
1202     * lang/polish: update, thanks to Jakub Wilk
1203     * lang/lithuanian: update, thanks to Vilius Zigmantas
1204     * lang/galician: update, thanks to Xosé Calvo
1205     * ### 2.3.1-rc1 released
1207 2002-09-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1208     * lang/german-*.inc.php3: Updates.
1209     * lang/albanian-*.inc.php3: Updates, thanks again to
1210       Laurent Dhima (laurenti).
1212 2002-09-14 Marc Delisle  <lem9@users.sourceforge.net>
1213     * Documentation.html: clarifications about Mac OS X, and installing
1214     * lang/italian: update, thanks to Pietro Danesi
1215     * lang/malay: update, thanks to Shafique (sicksand)
1216     * lang/sync_lang.sh: added malay
1218 2002-09-13 Loïc Chapeaux  <lolo@phpheaven.net>
1219     * db_details.php3, line 121: XHTML fix.
1220     * tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
1221       feature #601603 (Field names on CSV export).
1222     * main.php3, lines 11-13: new fix against bug #571409 (it doesn't work
1223       properly with Zend Accelerator).
1224     * libraries/relation.lib.php3, lines 70 & 79: PHP3 fix.
1225     * libraries/display_tbl.lib.php3: fixed warnings.
1227 2002-09-12 Marc Delisle  <lem9@users.sourceforge.net>
1228     * libraries/display_tbl.lib.php3: bug 601809: when two fields have the
1229       same name, both are showed NULL even if only one is NULL
1231 2002-09-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1232     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1234 2002-09-11 Marc Delisle  <lem9@users.sourceforge.net>
1235     * tbl_change.php3: "empty drop-downs" bug, and avoid displaying a
1236       drop-down if more than 200 rows in the foreign table
1238 2002-09-11 Loïc Chapeaux  <lolo@phpheaven.net> and Marc
1239     * tbl_change.php3: bug 605342, edit fills current time in datetime field
1241 2002-09-11 Michal Cihar  <nijel@users.sourceforge.net>
1242     * lang/czech-*.inc.php3: Updates.
1244 2002-09-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1245     * libraries/config_import.lib.php3: Another fix against bug #582890.
1246     * lang/german-*.inc.php3: Updates.
1247     * libraries/sqlparser.lib.php3: XHTML fix (nl2br() is not XHTML compilant
1248       before PHP 4.0.5).
1250 2002-09-10: Robin Johnson  <robbat2@users.sourceforge.net>
1251     * libraries/common.lib.php3, main.php3:
1252          - Final solution to bug #582890
1253     * lang/*:
1254          - String for localization used in auto-generation of names
1256 2002-09-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1257     * Documentation.html: Added an FAQ entry about lower_case_table_names on
1258       Windows machines.
1260 2002-09-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1261     * lang/hindi-utf-8.inc.php3: Updates, thanks again to
1262       Girish Nair (girish_nair).
1264 2002-09-08 Robin Johnson  <robbat2@users.sourceforge.net>
1265     * scripts/create-release.sh: Tweaked instruction list
1266     * Documentaion.html, lib/sqlvalidator.class.php3:
1267         - Noted overload * requirement
1269 2002-09-07 Marc Delisle  <lem9@users.sourceforge.net>
1270     * lang/dutch: update, thanks to Ivo Teel.
1271     * lang/estonian: update, thanks to Alvar Soome
1272     * lang/spanish: update, thanks to Enrique Garcia M. (egarcam)
1273     * lang/italian: update, thanks to Pietro Danesi
1274     * lang/norwegian: update, thanks to Sven-Erik Andersen
1275     * lang/thai: update, thanks to Arthit Suriyawongkul
1276     * lang/romanian: update, thanks to Valics Lehel
1277     * lang/japanese: update, thanks to Yukihiro Kawada
1279 2002-09-05 Marc Delisle  <lem9@users.sourceforge.net>
1280     * tbl_change.php3: display values in drop-down even if no
1281       display field is defined
1283 2002-09-05 Loïc Chapeaux  <lolo@phpheaven.net>
1284     * Documentation.html: modify name of relations in FAQ 6.6
1285     * tbl_change.php3: check $cfgRelation['relwork'] before
1286       using PMA_getForeigners(), thanks to Martyn Allan (mallan2)
1288 2002-09-04 Loïc Chapeaux  <lolo@phpheaven.net>
1289     * tbl_change.php3: protect with backquotes
1291 2002-09-03 Marc Delisle  <lem9@users.sourceforge.net>
1292     * tbl_change.php3: drop-down for foreign keys, patch 603939,
1293       thanks to Markus L. Noga (markus at noga.de)
1295 2002-09-03 Loïc Chapeaux  <lolo@phpheaven.net>
1296     * libraries/display_tbl.lib.php3:
1297       - fix a PHP3 problem (foreach function was called);
1298       - XHTML fixes;
1299       - coding standards.
1301 2002-09-02 Marc Delisle  <lem9@users.sourceforge.net>
1302     * db_details_structure.php3, mult_submits.inc.php3: Patch 582904:
1303       add REPAIR TABLE choice in drop-down of db view, thanks to
1304       Cal Henderson (iamcal)
1305     * libraries/display_tbl.lib.php3: new function PMA_linkOrButton
1306       to accomodate some browsers' limitations on the URL length, used on
1307       left and right Edit and Delete links (or buttons), idea
1308       and part of the code from patch 591497, thanks to Ruben Barkow (rubo77)
1310 2002-09-01 Loïc Chapeaux  <lolo@phpheaven.net>
1311     * libraries/auth/cookie.auth.lib.php3: bug 601721 (cookie and IIS)
1313 2002-08-30 Loïc Chapeaux  <lolo@phpheaven.net>
1314     * tbl_relation.php3, line 324; user_details.php3; lines 262-269:
1315       fixed some warnings.
1316     * libraries/display_tbl.lib.php3: fixed first part of bug
1317       #601776 (Undefined variables).
1318     * libraries/sqlvalidator.lib.php3: removed trailing spaces.
1320 2002-08-29 Robin Johnson  <robbat2@users.sourceforge.net>
1321     * libraries/sqlvalidator.lib.php3:
1322         - Fix for bug in Alex's fix for bug #594947
1323           line 67, change || to &&
1324         - Fix for undefined string in error case of sqlvalidator that is
1325           actually never reached. Just commented out for now
1327 2002-08-28 Marc Delisle  <lem9@users.sourceforge.net>
1328     * libraries/display_tbl.lib.php3: Bug 576895: matching a float field
1330 2002-08-26 Michal Cihar  <nijel@users.sourceforge.net>
1331     * lang/czech-*.inc.php3: Updates, fixes.
1333 2002-08-26 Loïc Chapeaux  <lolo@phpheaven.net>
1334     * tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
1336 2002-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1337     * lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
1338     * lang/german-*.inc.php3: Updates.
1339     * libraries/sqlvalidator.lib.php3, lang/*.inc.php3:
1340       Better fix against bug #594947.
1341     * libraries/common.lib.php3: Fixed a JS error.
1343 2002-08-24 Marc Delisle  <lem9@users.sourceforge.net>
1344     * Documentation.html, faq 6.15: creating an index on a BLOB field
1345       and faq 1.22 about php.ini file_uploads
1347 2002-08-23 Loïc Chapeaux  <lolo@phpheaven.net>
1348     * left.php3, lines 169-181: XHTML optimizations.
1349     * db_details_common.php3, tbl_properties_common.php3,
1350       libraries/sqlparser.lib.php3: Fixed bug #571409 (it doesn't work properly
1351       with Zend Accelerator).
1352     * db_details.php3, lang/*: validation on web-server upload dir
1354 2002-08-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1355     * libraries/charset_conversion.lib.php3: Don't let php display an error
1356       message if dl() fails.
1357     * translators.html, lang/malay-*.inc.php3: Updates.
1359 2002-08-22 Robin Johnson  <robbat2@users.sourceforge.net>
1360     * config.inc.php3, left.php3:
1361         - $cfg['LeftDisplayLogo'] to turn off PMA logo display
1363 2002-08-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1364     * libraries/sqlvalidator.lib.php3: Fixed bug #594947.
1365     * libraries/common.lib.php3, libraries/config_import.lib.php3, left.php3:
1366       Backwards compatibility.
1367     * lang/malay-*.inc.php3, libraries/select_lang.lib.php3, translators.html:
1368       New language, thanks to "Shafique" (sicksand).
1369     * db_details.php3, Documentation.html: Display .sql files only.
1371 2002-08-21 Marc Delisle  <lem9@users.sourceforge.net>
1372     * db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
1373       config.inc.php3, Documentation.html: web-based upload directory,
1374       thanks to Sönke J. Peters (s03nk3)
1375     * tbl_properties_structure.php3: undefined index for innodb,
1376       thanks to Loïc
1377     * images/pma_logo.png, left.php3, libraries/auth/cookie.auth.lib.php3:
1378       new logo, thanks to Ivan R. Lanin (ivanlanin); logo made transparent
1379       by Alexander M. Turek
1381 2002-08-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1382     * Documentation.html:
1383       - Updated FAQ 1.6.
1384       - Converted special characters into HTML entities.
1385     * lang/german-*.inc.php3: Updates.
1386     * translators.html: Another note in order to avoid annoying mails.
1388 2002-08-21 Loïc Chapeaux  <lolo@phpheaven.net>
1389     * config.inc.php3, db_details.php3, db_details_export.php3,
1390       db_details_qbe.php3, Documentation.html, ldi_check.php3, ldi_table.php3,
1391       tbl_dump.php3, tbl_properties_export.php3, tbl_query_box.php3,
1392       libraries/charset_conversion.lib.php3: Coding standards.
1393     * db_details.php3, read_dump.php3: optimize web-based upload directory
1395 2002-08-21 Michal Cihar  <nijel@users.sourceforge.net>
1396     * libraries/common.lib.php3: revised to fit coding standards (by Loïc) and
1397       added documentation about parameters for PMA_showMySQLDocu()
1399 2002-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1400     * sql.php3, libraries/sqlparser.lib.php3: Fixed bug #597184 (PHP3
1401       compatibility).
1402     * libraries/common.lib.php3: Undefined variable.
1404 2002-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1405     * main.php3: Fixed bug #596019 (Undefined variable $re).
1407 2002-08-15 Marc Delisle  <lem9@users.sourceforge.net>
1408     * config.inc.php3, tbl_query_box.php3, db_details.php3, Documentation.html:
1409       new $cfg['TextareaAutoSelect'] (Bug 582637)
1411 2002-08-15 Michal Cihar  <nijel@users.sourceforge.net>
1412     * Documentation.html, config.inc.php3, db_details.php3, db_search.php3,
1413       ldi_table.php3, main.php3, tbl_indexes.php3, tbl_properties.inc.php3,
1414       tbl_properties_operations.php3, tbl_properties_options.php3,
1415       tbl_properties_structure.php3, tbl_query_box.php3, tbl_select.php3,
1416       user_details.php3, libraries/common.lib.php3:
1417       Implemented feature #545379 - phpMyAdmin has now support for all MySQL
1418       manuals available.
1420 2002-08-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1421     * main.php3: Undefined variable.
1422     * lang/german-*.inc.php3: Fixed a typo, thanks to Steve Alberty (staybyte).
1423     * Documentation.html: XHTML fixes.
1424     * libraries/common.lib.php3, libraries/config_import.lib.php3: Improved
1425       backwards compatibility for old config files.
1427 2002-08-14 Olivier L. Müller  <om@omnis.ch>
1428     * Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
1429       updated mail address of Tobias Ratschiller (requested by himself :)
1431 2002-08-14 Michal Cihar  <nijel@users.sourceforge.net>
1432     * libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
1433       Improved detection of used recoding function, now can be configured
1434       which function should be preffered ($cfg['RecodingEngine']).
1435     * libraries/charset_conversion.lib.php3, read_dump.php3:
1436       read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
1437       iconv.
1438     * libraries/charset_conversion.lib.php3, ldi_check.php3, ldi_table.php3:
1439       Support for converting charset of loaded files, used new function
1440       PMA_convert_file.
1441     * tbl_dump.php3, db_details_export.php3, tbl_properties_export.php3:
1442       Support for exporting in custom charset.
1444 2002-08-14 Marc Delisle  <lem9@users.sourceforge.net>
1445     * lang/japanese update: thanks to Yukihiro Kawada
1447 2002-08-14 Loïc Chapeaux  <lolo@phpheaven.net>
1448     * Documentation.html, lines 2251-2252: fixed an XHTML error.
1449     * main.php3: removed some extra space characters.
1450     * scripts/create_release.sh: add a reminder about checking language files
1451       validity.
1453 2002-08-13 Michal Cihar  <nijel@users.sourceforge.net>
1454     * lang/czech-*.inc.php3: Updates.
1455     * lang/sync_lang.sh: Allow running only on specified translations.
1457 2002-08-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1458     * lang/german-*.inc.php3: Updates.
1459     * Documentation.*: Updated credits.
1460     * libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
1461       Pawe³ Szczepañski (pauluz).
1462     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1464 2002-08-13 Marc Delisle  <lem9@users.sourceforge.net>
1465     * lang/*, main.php3: new warning strInsecureMySQL, when running with
1466       the default MySQL privileged account
1468 2002-08-12 Robin Johnson  <robbat2@users.sourceforge.net>
1469     * libraries/sqlparser.lib.php3:
1470         - Fixed bug #594098
1472 2002-08-12 Marc Delisle  <lem9@users.sourceforge.net>
1473     * lang/japanese update: thanks to Yukihiro Kawada
1474     * lang/slovenian update: thanks to Kositer Uros (urosh)
1476 2002-08-12 Mike Beck  <mikebeck@users.sourceforge.net>
1477     * tbl_select.php3: Bugfix: it created IS 'NULL'
1478       instead of IS NULL.
1480 2002-08-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1481     * libraries/defines_php.lib.php3, Documentation.*, translators.html:
1482       corrected version number.
1483     * libraries/grab_globals.lib.php3: disallow accessing serious server files
1484       via "?goto=".
1485     * lang/hindi-utf-8.inc.php3: File was corrupted.
1486     * lang/chinese_gb-utf-8.inc.php3: Back to previous version.
1487     * lang/czech-*.inc.php3: Small fixes, thanks again to Michal Cihar (nijel).
1489 2002-08-11 Robin Johnson  <robbat2@users.sourceforge.net>
1490     ### 2.3.0 is released ###
1491     * Documentation.html:
1492         - Updates for SQL Validator notes
1493     * lang/sort_lang.sh:
1494         - Fixed sorting bugs
1495         - Now correctely arranges str values.
1496         - Avoids extra blank line at top before CVS ID tag
1497     * lang/hindi:
1498         - Added '//to translate' to all untranslated strings
1499     * lang/*:
1500         - Resorted language files with fixed sort_lang.sh
1501     * scripts/create-release.sh:
1502         - Fix bug for existance of directory
1504 2002-08-11 Marc Delisle  <lem9@users.sourceforge.net>
1505     * lang/afrikaans: update, thanks to Andreas Pauley
1506     * ### 2.2.7 is released ###
1508 2002-08-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1509     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1510     * lang/slovak-*.inc.php3: Updates, thanks again to Lubos Klokner (erkac).
1511     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1512     * lang/albanian-*.inc.php3: Updates, thanks again to
1513       Laurent Dhima (laurenti).
1514     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
1515     * lang/german-*.inc.php3: Updates.
1516     * tbl_properties_links.php3: Use "TRUNCATE TABLE" instead of "TRUNCATE".
1517     * tbl_indexes.php3: Default page for databases.
1518     * libraries/common.lib.php3: Workaround against bug #590055
1519       (Tables need repair after empty).
1521 2002-08-10 Robin Johnson  <robbat2@users.sourceforge.net>
1522     * libraries/string.lib.php3:
1523         - Fix for bug #593386
1524           Might need more work depending on character set
1525           research. We will need to end up knowing the
1526           character set MySQL is using to do it totally right.
1527     * libraries/common.lib.php3:
1528         - Fix for bug #582890
1529           Just detects for connect_type == 'tcp' before
1530           empty host. Might need better long term fix to
1531           detect socket connect_type, and check that a
1532           value exists for it, even if it is only the default.
1534 2002-08-10 Marc Delisle  <lem9@users.sourceforge.net>
1535     * lang/french: update.
1537 2002-08-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1538     * sql.php3, db_details_common.php3, tbl_properties_common.php3,
1539       libraries/common.lib.php3: Default pages for tables / databases.
1541 2002-08-10 Loïc Chapeaux  <lolo@phpheaven.net>
1542     * config.inc.php3: coding standards.
1543     * db_details.php3; db_details_qbe.php3; tbl_change.php3;
1544       tbl_query_box.php3: fixed bug #592000 (dir="ltr" for textarea tags).
1545     * user_details.php3, lines 90-95: fixed bug #576896 - No "FILE" privileges
1546       on a database if neither "INSERT" nor "UPDATE" one.
1548 2002-08-09 Marc Delisle  <lem9@users.sourceforge.net>
1549     * user_details.php3: bug 591602, mysql.user lowercase "password",
1550       thanks to Thomas Bähr <baehr at glaswald.de>
1551     * lang/romanian: update, thanks to Valics Lehel
1553 2002-08-09 Robin Johnson  <robbat2@users.sourceforge.net>
1554     * Documentation.html:
1555         - Updates for SQL Parser
1556     * lang/finnish: update, thanks to Visa Kopu (visa)
1557     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
1558     * lang/italian: update, thanks to Pietro Danesi (danone)
1559     * lang/sort_lang.sh:
1560         - New script to neaten all language files
1561     * lang/check_lang.sh:
1562         - New script to check language files for consistancy
1563     * lang/*.sh:
1564         - Added CVS tags to scripts
1565     * lang/*.inc.php3:
1566         - All languages neatened by lang/sort_lang.sh script.
1567     * libraries/string.lib.php3:
1568         - Added function to match accented characters
1570 2002-08-08 Robin Johnson  <robbat2@users.sourceforge.net>
1571     * Documentation.html:
1572         - Cleaned up and re-arranged Configuration section to match
1573           config.inc.php3
1574     * config.inc.php3:
1575         - Cleaned up and re-arranged Configuration section to match
1576           config.inc.php3
1578 2002-08-08 Loïc Chapeaux  <lolo@phpheaven.net>
1579     * left.php3: xhtml fixes (id name must start with a letter).
1580     * pdf_pages.php3, tbl_printview.php3, tbl_realtion.php3,
1581       scripts/decode_bug.php3: xhtml fixes.
1583 2002-08-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1584     * lang/spanish-*.inc.php3:
1585       - Updates, thanks again to Daniel Hinostroza;
1586       - Reordered strings.
1587     * libraries/common.lib.php3: The ID names have been changed.
1588     * lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3,
1589       translators.php3: Added Hindi language file, thanks to
1590       Girish Nair (girish_nair).
1591     * libraries/select_lang.lib.php3: The Georgian UTF-8 language file was
1592       offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.
1593     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo.
1594     * lang/thai-*.inc.php3: Updates, thanks again to
1595       Arthit Suriyawongkul (bacteria).
1597 2002-08-07 Marc Delisle  <lem9@users.sourceforge.net>
1598     * lang/afrikaans: update, thanks to Andreas Pauley
1599     * lang/turkish: update, thanks to Bora Alioglu
1600     * lang/polish: update, thanks to Jakub Wilk
1601     * lang/spanish: update, thanks to Daniel Hinostroza
1602     * lang/galician: update, thanks to Xosé Calvo
1603     * lang/hungarian: update, thanks to Peter Bakondy
1605 2002-08-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1606     * lang/turkish-*.inc.php3: Updates, thanks again to
1607       Bora Alioglu <bora at risc01.ktu.edu.tr>.
1608     * lang/english-*.inc.php3: Reordered strings.
1609     * lang/czech-*.inc.php3: Updates, thanks agains to Michal Cihar (nijel).
1611 2002-08-07 Loïc Chapeaux  <lolo@phpheaven.net>
1612     * db_details.php3, read_dump.php3, tbl_properties_links.php3:
1613       Coding standards.
1614     * db_search.php3, tbl_alter.php3, tbl_properties_links.php3,
1615       tbl_properties_operations.php3, tbl_query_box.php3, tbl_select.php3,
1616       user_details.php3, libraries/build_dump.lib.php3,
1617       libraries/display_tbl.lib.php3: Improved MySQL 3.21 compatibility.
1618     * libraries/sqlparser.lib.php3:
1619         - Coding standard improvements (Merged by Robin)
1620     * scripts/decode_bug.php3:
1621         - Coding standard improvements (Merged by Robin)
1623 2002-08-07 Robin Johnson  <robbat2@users.sourceforge.net>
1624     * lang/slovak-iso-8859-2.inc.php3:
1625         - Updates, thanks to Lubos Klokner (erkac)
1626     * lang/indonesian-iso-8859-1.inc.php3:
1627         - Updates, thanks to Rachim Tamsjadi (tamsy)
1628     * lang/estonian-iso-8859-1.inc.php3:
1629         - Updates, thanks to Alvar Soome (finsoft)
1630     * lang/czech-iso-8859-2.inc.php3:
1631         - Updates, thanks to Michal Cihar (nijel)
1632     * lang/greek-iso-8859-7.inc.php3:
1633         - Updates, thanks to Kyriakos Xagoraris (theremon)
1634     * lang.swedish-iso-8859-1.inc.php3:
1635         - Updates, thanks to Björn T. Hallberg (bth)
1636     * libraries/sqlparser.lib.php3:
1637         - Added LANG to the list of BUG() data
1638         - Made easier to understand throwError() output
1639         - Spelling fix in
1640           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
1641     * lang/*:
1642         - Spelling fix in $strSQLParserBugMessage where not yet translated
1643         - Spelling fix in $strSQPBugUnknownPunctation where not yet translated
1644         - Spelling fix in
1645           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
1647 2002-08-06 Robin Johnson  <robbat2@users.sourceforge.net>
1648     * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3:
1649         - Renamed libraries/sqlvalidator.php3 to libraries/sqlvalidator.lib.php3
1650     * scripts/decode_bug.php3:
1651         - Cleaned up code to use <pre> arouund output
1652     * libraries/sqlparser.lib.php3:
1653         - Converted code to use $str* variables
1654         - BUG() code cleaned up (PMA_SQP_BUG, PMA_SQP_throwError)
1655         - More PHP3 compatibility
1656     * lang/*:
1657         - New variables for SQL Parser error messages
1659 2002-08-06 Marc Delisle  <lem9@users.sourceforge.net>
1660     * tbl_properties_links.php3: bug 590867: avoid undefined variable
1661       and add comments in the code for a future correction
1663 2002-08-06 Loïc Chapeaux  <lolo@phpheaven.net>
1664     * libraries/display_tbl.lib.php3, line 1412: do not die if relation table
1665       is broken in browse mode
1666     * libraries/sqlvalidator.lib.php3, libraries/sqlvalidator.class.php3:
1667         - Coding style fixes, documentation.
1669 2002-08-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1670     * lang/english-*.inc.php3: Typo.
1671     * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
1672       Fixed bug #590863 (Importing an SQL dump fails when using UTF-8) by
1673       allowing the user to specify the charset of an uploaded SQL file.
1674     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1676 2002-08-05 Loïc Chapeaux  <lolo@phpheaven.net>
1677     * tbl_indexes.php3, ldi_check.php3, libraries/sqlparser.lib.php3:
1678       coding standard
1680 2002-08-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1681     * translators.html:
1682       - Added a small note in order to avoid annoying emails.
1683       - Corrected the name of the Chinese translator.
1684     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1685     * lang/chinese_.inc.php3: Updates, thanks again to Siu Sun (siusun).
1686     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1688 2002-08-04 Marc Delisle  <lem9@users.sourceforge.net>
1689     * tbl_indexes.php3: was corrupting the query displayed in query box
1690       because it was using $sql_query for local needs. Replaced by $local_query
1692 2002-08-04 Alexander M. Turek  <rabus@users.sourceforge.net>
1693     * libraries/common.lib.php3, line 88: default language should be
1694       en-iso-8859-1.
1695     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1696       compatibility for config file revisions before 1.131.
1697     * config.inc.php3: Display syntax errors when the user calls the config file
1698       directly even if "display_errors" has been switched off in php.ini.
1699     * lang/german-*.inc.php3: Updates.
1700     * lang/afrikaans-*.inc.php3: Tidied up a bit.
1701     * Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
1702     * Documentation.html:
1703       - Beautified XHTML code;
1704       - Edited my credit;
1705       - Fixed a typo.
1706     * tbl_properties.inc.php3: Tried to work around bug #590481 (By default
1707       radio button for primary key).
1709 2002-08-03 Marc Delisle  <lem9@users.sourceforge.net>
1710     * Documentation.html: remove unneeded GRANT
1711     * lang/turkish: update, thanks to Bora Alioglu
1712     * lang/french: update
1714 2002-08-03 Robin Johnson  <robbat2@users.sourceforge.net>
1715     * lang/*:
1716         - Strings for SQL Validator
1717     * config.inc.php3:
1718         - Config options for SQL Validator
1719     * libraries/common.lib.php3, sql.php3:
1720         - SQL Validator usage code
1721     * libraries/sqlvalidator.class.php3:
1722         - PHP Class to run SQL Validator
1723     * libraries/sqlvalidator.php3:
1724         - SQL Validator interface code
1725     * ChangeLog:
1726         - Neatened Changelog to general follow a format
1727         - (* <filename>: <details>)
1728     * db_details.php3, db_stats.php3, main.php3, sql.php3
1729       tbl_change.php3, tbl_query_box.php3, user_details.php3
1730       libraries/common.lib.php3:
1731         - changed show_query to use 1/0 instead of 'y'/'n'
1732     * sql.php3, libraries/common.lib.php3:
1733         - Improved logic of edit, show_as_php, explain and validator
1734           in the SQL query box
1735     * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3:
1736         - Function documentation and cleanup
1737     * config.inc.php3:
1738         - Comments for SQL Validator options
1740 2002-08-02 Robin Johnson  <robbat2@users.sourceforge.net>
1741     * libraries/defines*:
1742         - Add another set of defines to make the original
1743           version datas available as strings
1744     * libraries/common.lib.php3:
1745         - Cleaned up SQL Query links
1746         - Made customizable in $cfg
1747     * config.inc.php3:
1748         - Added $cfg['SQLQuery']* for customizing SQL Query links
1749         - Set defaults of $cfg['SQLQuery']* to act like old behavior
1750     * lang/*:
1751         - Changed $strExplain to say 'Query' instead of code
1752         - Added $strNoExplain for reverse of Explain state
1754 2002-08-02 Marc Delisle  <lem9@users.sourceforge.net>
1755     * lang/portuguese: update, thanks to Lopo Pizarro
1756     * lang/catalan: update, thanks to Xavier Navarro
1757     * lang/ukrainian: update, thanks to Markijan Baran
1758     * ldi_check.php3: undefined $sub_part
1760 2002-08-01 Robin Johnson  <robbat2@users.sourceforge.net>
1761     * scripts/decode_bug.php3:
1762         - Improvements and PHP3 fixes thanks to Loic
1763     * libraries/string.lib.php3:
1764         - Detect U+00A0 as whitespace
1766 2002-08-01 Marc Delisle  <lem9@users.sourceforge.net>
1767     * lang/afrikaans: new language
1768         - thanks to Andreas Pauley (pauley at buitegroep.org.za)
1769     * lang/spanish: remove control m
1771 2002-07-31 Robin Johnson  <robbat2@users.sourceforge.net>
1772     * tbl_properties_structure.php3 +40: Fix for a warning notice
1773     * libraries/sqlparser.lib.php3: Fix for another minor formatting quirk
1775 2002-07-31 Marc Delisle  <lem9@users.sourceforge.net>
1776     * lang/thai: update, thanks to Arthit Suriyawongkul
1778 2002-07-30 Robin Johnson  <robbat2@users.sourceforge.net>
1779     * scripts/decode_bug.php3: Parser BUG decoder merged
1780     * lang/russian: Update thanks to http://psyonline.ru/
1781     * lang/spanish: Update thanks to Daniel ?
1782     * lang/*: ran sync_lang.sh
1784 2002-07-30 Marc Delisle  <lem9@users.sourceforge.net>
1785     * config.inc.php3: how to test auto-detect
1786     * lang/turkish: update, thanks to Bora Alioglu
1787     * lang/galician: update, thanks to Xosé Calvo
1788     * lang/albanian: update, thanks to Laurent Dhima.
1789     * lang/czech: update, thanks to Michal Cihar
1790     * lang/slovak-iso: update, thanks to Lubos Klokner
1792 2002-07-30 Loïc Chapeaux  <lolo@phpheaven.net>
1793     * Documentation.html: coding standards (line size <= 80).
1794     * db_details_structure.php3:, 456-460, beautified generated page.
1796 2002-07-29 Marc Delisle  <lem9@users.sourceforge.net>
1797     * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth
1798     * lang/turkish: update, thanks to Bora Alioglu
1800 2002-07-29 Robin Johnson  <robbat2@users.sourceforge.net>
1801     * lang/galician*: Merged update from #588154
1802     * lang/estonian*: Merged update from Alvar Soome
1803     * lang/indonesian*: Merged update from Rachim Tamsjadi
1804     * lang/*: ran sync_lang.sh
1806 2002-07-29 Loïc Chapeaux  <lolo@phpheaven.net>
1807     * tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to
1808       Christophe Jaillet <tititou at users.sourceforge.net>
1809     * libraries/sqlparser.lib.php3: fixed parse errors (bug #588010)
1810       thanks to Nagi Peters <nagipeters at users.sourceforge.net> and
1811       coding standards.
1812     * Documentation.html: coding standards.
1813     * libraries/relation.lib.php3: beautified generated page.
1815 2002-07-28 Marc Delisle  <lem9@users.sourceforge.net>
1816     * lang/romanian: update, thanks to Valics Lehel
1817     * lang/polish: update, thanks to Jakub Wilk
1818     * lang/swedish: update, thanks to Björn T. Hallberg
1819     * lang/italian: update, thanks to Pietro Danesi
1820     * lang/lithuanian: update, thanks to Vilius Zigmantas
1821     * lang/dutch: update, thanks to Ivo Teel.
1822     2.3.0-rc4 released
1824 2002-07-27 Marc Delisle  <lem9@users.sourceforge.net>
1825     * lang/italian: update, thanks to Pietro Danesi
1826     * lang/*: fix a typo
1828 2002-07-26 Robin Johnson  <robbat2@users.sourceforge.net>
1829     * libraries/sqlparser.lib.php3:
1830         - Fixed ANSI type string escaping
1831         - Fixed formatting wrt. whitespace in FormatHTML
1832         - PHP3 fix for gzcompress() bug code
1833         - Fix for ob_flush() bug code
1835 2002-07-26 Marc Delisle  <lem9@users.sourceforge.net>
1836     * Documentation.html: numbers for faq entries
1837     * russian: updates, from an anonymous contributor
1839 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1840     * libraries/sqlparser.lib.php3:
1841         - PHP3 parse errors fixed;
1842         - coding standards.
1843     * pdf_schema.php3; lang/*: translated a string.
1844     * header.inc.php3, lines 155-156: better "fix" against bug
1845       #585094 (Runtime Error on Line 62).
1847 2002-07-25 Robin Johnson  <robbat2@users.sourceforge.net>
1848     * config.inc.php3:
1849         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1850           value.
1851     * libraries/sqlparser.lib.php3:
1852         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1853           value.
1854         - Fix strpos on line 168/169 to work with PHP3
1855         - Fixed analyze code to remove print_r()
1856     * lang/estonian-iso-8859-1.inc.php:
1857         - Updated translation (thanks to Alvar Soome)
1859 2002-07-25 Marc Delisle  <lem9@users.sourceforge.net>
1860     * Documentation.html, clarify about mysql extensions
1861     * tbl_properties_options.php3, tbl_properties_table_info.php3:
1862       bug 586230, thanks to Loïc
1863     * common.lib.php3: fix bad variable name
1864     * tbl_indexes.php3, tbl_change.php3: fixes for PHP3 compatibility
1866 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1867     * coding standard: common.lib.php3, config.inc.php3, Documentation.html,
1868       header.inc.php3, sqlparser.data.php3, sqlparser.lib.php3,
1869       string.lib.php3, translators.html
1871 2002-07-24 Marc Delisle  <lem9@users.sourceforge.net>
1872     * new lang: slovenian, thanks to Kositer Uros (urosh)
1874 2002-07-24 Robin Johnson  <robbat2@users.sourceforge.net>
1875     * libraries/string.lib.php3:
1876         - optimizations/PHP3 fixes (thanks Loïc)
1877     * libraries/sqlparser.lib.php3:
1878         - Merged
1879         - Spacing around if statements
1880         - Added require statements for parser
1881         - Moved to global constants for size of keyword arrays
1882         - Added CSS creation rules
1883         - Cleaned up CSS creation functions
1884         - Formatting fixes
1885     * libraries/sqlparser.data.php3:
1886         - Merged
1887         - Added 'ANALYSE' reserved word (note spelling)
1888     * config.inc.php3:
1889         - Added SQL Parser variables
1890         - Remove old SQL Parser variables
1891     * header.inc.php3:
1892         - Added CSS for SQL Parser
1893     * libraries/common.lib.php3:
1894         - Change of PMA_format_sql to use new SQL Parser
1896 2002-07-24 Loïc Chapeaux  <lolo@phpheaven.net>
1897     * libraries/string.lib.php3: Function documentation
1899 2002-07-23 Robin Johnson  <robbat2@users.sourceforge.net>
1900     * libraries/string.lib.php3: String functions for the new
1901       SQL Parser system
1903 2002-07-22 Marc Delisle  <lem9@users.sourceforge.net>
1904     * lang/dutch update, thanks to Ivo Teel.
1906 2002-07-22 Loïc Chapeaux  <lolo@phpheaven.net>
1907     * libraries/common.lib.php3, lines 198-200: open the documentation
1908       link in the "documentation" window.
1909     * libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
1910       PHP3 fixes (don't use "require" inside a conditional statement).
1911     * Documentation.html: XHTML fixes.
1912     * db_details_structure.php3; tbl_properties.php3;
1913       tbl_change.php3, line 336; tbl_properties_structure.php3;
1914       tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
1915     * db_details.php3; db_details_links.php3;
1916       tbl_properties_export.php3, lines 156-158: beautified generated
1917       XHTML code.
1919 2002-07-21 Marc Delisle  <lem9@users.sourceforge.net>
1920     * Documentation.html, libraries/common.lib.php3: added a faq about
1921       mysql extension, and a link to it when the error occurs
1923 2002-07-20 Marc Delisle  <lem9@users.sourceforge.net>
1924     * tbl_properties*: missing $sub_part for back links (bug 584069)
1926 2002-07-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1927     * tbl_properties_links.php3: Fixed bug #583969.
1928     * lang/german-*.inc.php3: Updates.
1930 2002-07-19 Marc Delisle  <lem9@users.sourceforge.net>
1931     * pdf_schema.php3, bug 583833: should not complain if some tables
1932       are missing
1933     * lang/hungarian update, thanks to Peter Bakondy
1934     * lang/thai updates: thanks to Arthit Suriyawongkul.
1935     * lang/norwegian updates: thanks to Sven-Erik Andersen
1937 2002-07-19 Loïc Chapeaux  <lolo@phpheaven.net>
1938     * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
1939     * tbl_properties_structure.php3: coding standards.
1941 2002-07-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1942     * libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
1943       the "real" config file if a developer edition exists.
1944     * libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
1945       used.
1947 2002-07-18 Marc Delisle  <lem9@users.sourceforge.net>
1948     * libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
1949       for some browsers
1950     * lang/italian: update, thanks to Pietro Danesi
1951     * lang/chinese: update, thanks to Siu Sun
1952     * lang/albanian: update, thanks to Laurent Dhima.
1953     * lang/czech: update, thanks to Michal Cihar
1954     * lang/sync_lang.sh: can exclude some languages from conversion,
1955       thanks to Michal Cihar
1956     * lang/turkish: update, thanks to Bora Alioglu
1957     * lang/polish: update, thanks to Jakub Wilk
1958     * lang/galician: update, thanks to Xosé Calvo
1959     * lang/romanian: update, thanks to Valics Lehel
1960     * sql.php3: bug 582356, Propose table structure was not working when
1961       $cfg['ShowAll'] was FALSE
1963 2002-07-18 Steve Alberty  <staybyte@users.sourceforge.net>
1964     It is now possible to print stats for more than 2 GB (up to exa byte)
1965     * db_details_structure.php3: correct wrong link from table size to stats
1966     * tbl_printview.php3: fixed warnings if relation is not defined
1967     * db_printview.php3: fixed warnings and faults
1969 2002-07-17 Marc Delisle  <lem9@users.sourceforge.net>
1970     * lang/sync_lang.sh: support for multiple convertors (recode added),
1971       thanks to Michal Cihar
1972     * lang/spanish update:
1973         - thanks to Daniel Hinostroza
1974         - (Daniel.Hinostroza  at grunenthal.com.ec)
1975     * lang/swedish: updates: thanks to Björn T. Hallberg
1976     * lang/indonesian: updates, thanks to Rachim Tamsjadi.
1977     * lang/japanese*: updates, thanks to Yukihiro Kawada
1978     * lang/french: updates
1979     * lang/lithuanian: updates, thanks to Vilius Zigmantas
1980     * chk_rel.php3, db_details_structure.php3, Documentation.html,
1981       pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
1982       commits for Loic
1983     * tbl_properties.php3, tbl_properties_structure.php3,
1984       new tbl_query_box.php3: query box at the bottom of the structure page
1986 2002-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1987     * libraries/common.lib.php3, libraries/config_import.lib.php3: Added
1988       $cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
1989     * config.inc.php3, Documentation.html: Remerged the changes that were
1990       removed in the previous revision, thanks to Björn T. Hallberg (bth).
1991     * libraries/select_lang.lib.php3: Disable UTF-8 if
1992       $cfg['AllowAnywhereRecoding'] has been set to FALSE.
1994 2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
1995     * pdf_pages.php3: if a page is edit it can also be shown
1996     * pdf_schema.php3: now it is possible to have all tables
1997       displayed with the same (maximum) width (feature request 576537)
1999 2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
2000     * libraries/relation.lib.php3: verbose mode
2001     * db_details_structure.php3: show message if relation doesn't work
2002     * chk_rel.php3: new file to show what is wrong with relation
2004 2002-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
2005     * header.inc.php3: Use include() instead of require().
2007 2002-07-16 Marc Delisle  <lem9@users.sourceforge.net>
2008     * libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
2009       a better if, because sometimes the test for PHP3 succeeds even
2010       for PHP4, thanks to Neil Darlow
2011     * libraries/relation.lib.php3: undefined variable
2013 2002-07-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2014     * libraries/config_import.lib.php3:
2015         - Removed a comment and
2016         - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
2017     * header.inc.php3: Better fix against bug #571409, thanks to Loïc.
2018     * libraries/common.lib.php3: Coding standards.
2020 2002-07-15 Marc Delisle  <lem9@users.sourceforge.net>
2021     * db_details_export.php3, db_details_links.php3, Documentation.html,
2022       sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
2023       libraries/select_lang.lib.php3: fixes from Loic
2024     * config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
2025       to avoid problems on multithreaded servers, thanks to Neil Darlow
2026       (ndarlow)
2027     * libraries/charset_conversion.lib.php3: remove the "@" before dl()
2028       because multithreaded servers don't support dl(), and we want
2029       to see the error message, thanks to /Leblanc
2030     * header.inc.php3: js error with OmniWeb, thanks to Loïc
2032 2002-07-14 Marc Delisle  <lem9@users.sourceforge.net>
2033     * Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
2034       add a link to a new faq entry explaining some dump options
2035     * libraries/relation.lib.php3: bug 575868 Unitialized string offset
2036     2.3.0-rc3 released
2038 2002-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2039     * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
2040     * lang/german-*.inc.php3: Clarification.
2042 2002-07-13 Marc Delisle  <lem9@users.sourceforge.net>
2043     * libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
2044       not a SELECT
2045     * sql.php3: better way to show php code
2046     * sql.php3: bug 580920: do not display the confirm dialog
2047     * db_details_links.php3: undefined variable if coming from a Show MySQL
2048       link on the home page
2050 2002-07-13 Alexander M. Turek  <rabus@users.sourceforge.net>
2051     * Documentation.html: News about bug #540671.
2053 2002-07-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2054     * main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
2055       escaped in db name), thanks to Björn T. Hallberg (bth).
2057 2002-07-12 Mike Beck    <mikebeck@users.sourceforge.net>
2058     * sql.php3: only run query if we didn't ask for phpcode of sql.
2060 2002-07-12 Marc Delisle  <lem9@users.sourceforge.net>
2061     * libraries/select_lang.lib.php3: add -utf-8 choices.
2062     * lang/indonesian updates, thanks to Rachim Tamsjadi.
2063     * libraries/relation.lib.php3: better initialization for a variable,
2064       thanks to Jurgen Schwietering <jurgen at schwietering.com>.
2066 2002-07-11 Loïc Chapeaux  <lolo@phpheaven.net>
2067     * pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
2068       tbl_properties_operations.php3; tbl_relation.php3;
2069       libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
2070       libraries/relation.lib.php3: coding standards.
2071     * libraries/common.lib.php3: coding standards and a little display bug.
2073 2002-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2074     * libraries/common.lib.php3: PHP3 compatibility.
2075     * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).
2077 2002-07-11 Robin Johnson  <robbat2@users.sourceforge.net>
2078     * libraries/common.lib.php3: Fix for case where HTTP_HOST contains
2079       the port already, as adding HTTP_PORT is wrong then.
2081 2002-07-10 Marc Delisle  <lem9@users.sourceforge.net>
2082     * libraries/charset_conversion.lib.php3: wrong function called,
2083       thanks to Michal Cihar
2084     * lang/*: cleanup of file names to include charset
2086 2002-07-09 Marc Delisle  <lem9@users.sourceforge.net>
2087     * libraries/common.lib.php3: fix from Loïc for bug 579017
2089 2002-07-08 Loïc Chapeaux  <lolo@phpheaven.net>
2090     * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
2091     * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
2093 2002-07-08 Marc Delisle  <lem9@users.sourceforge.net>
2094     * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
2095     * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
2096       scripts/create-release.sh: split defines.lib.php3 because
2097       of charset_conversion needs (thanks to Michal Cihar)
2098     * slovak: with permission from Peter Svek, now the windows-1250
2099       is generated from the -iso-8859-2 file.
2101 2002-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
2102     * libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
2103       message.
2105 2002-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2106     * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
2107       accessed via the $GLOBALS[] array.
2109 2002-07-06 Marc Delisle  <lem9@users.sourceforge.net>
2110     * tbl_properties_structure.php3: undefined variable
2111     * pdf_pages.php3: bug 574637 undefined index
2112     * db_details_structure.php3: remove a PMA_backquote added today that
2113       introduces a bug
2114     * pdf_schema.php3: undefined variables
2116 2002-07-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2117     * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
2119 2002-07-05 Marc Delisle  <lem9@users.sourceforge.net>
2120     * Documentation.html: about html entities in translations
2121     * libraries/common.lib.php3: charset_conversion needs the constants
2122     * libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
2123     * tbl_qbe.php3 renamed db_details_qbe.php3:
2124        - bug 576510: (affects also db_details_links.php3)
2126 2002-07-01 Loïc Chapeaux  <lolo@phpheaven.net>
2127     * Documentation.html: coding standards and xhtml fixes.
2129 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2130     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
2131       compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
2133 2002-07-04 Robin Johnson  <robbat2@users.sourceforge.net>
2134     * config.inc.php3, libraries/common.lib.php3:
2135       Code for $cfg['PmaAbsoluteUri_DisableWarning']
2137 2002-07-03 Marc Delisle  <lem9@users.sourceforge.net>
2138     * lang/japanese* updates:, thanks to Yukihiro Kawada
2139     * Documentation.html: explain the oslash symbol in the statistics
2140     * left.php3: the - as first choice is not clear
2141     * tbl_properties_table_info.php3, tbl_properties_links.php3: bug
2142       576776: ShowAll never displayed
2143     * display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight
2145 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2146     * sql.php3: Completed fix against bug #575867 (Error with limit or load in
2147       the table name).
2149 2002-07-01 Olivier L. Müller  <om@omnis.ch>
2150     * header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
2151     * tbl_properties.php3: added insert button to Marc's <select> :)
2153 2002-07-01 Marc Delisle  <lem9@users.sourceforge.net>
2154     * tbl_properties_links.php3, db_details_links.php3: better vertical spacing
2155     * tbl_properties.php3, db_details.php3: misplaced bullet
2156     * tbl_properties.php3: add field list on the query page
2157     * pdf_schema.php3: color for all segments of primary key, thanks to
2158       Joshua Eichorn (jeichorn at joshuaeichorn.com)
2160 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2161     * sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
2162       partly.
2164 2002-06-30 Marc Delisle  <lem9@users.sourceforge.net>
2165     * user_details.php3: fix the tooltip
2166     2.3.0-rc2 released
2168 2002-06-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2169     * user_details.php3: Added a tooltip for the new documenation link.
2170     * sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
2171       thanks to Svetlozar Kovachev (svetlio).
2172     * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
2173       without javascript).
2175 2002-06-29 Marc Delisle  <lem9@users.sourceforge.net>
2176     * tbl_qbe.php3: show upper links
2177     * Documentation.html, user_details.php3: link to document what happens
2178       with grants and underscores.
2180 2002-06-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2181     * libraries/config_import.lib.php3, libraries/common.lib.php3:
2182       Backwards compatibility for config files < rev. 1.113.
2183     * lang/german*.inc.php3: Better translation for $strQBE.
2185 2002-06-29 Olivier L. Müller  <om@omnis.ch>
2186     * Documentation.html: docs about $cfg['DefaultTabDatabase']
2187       and $cfg['DefaultTabTable']
2188     * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
2189       default tab selection is now customizable from config.inc.php3.
2191 2002-06-28 Olivier L. Müller  <om@omnis.ch>
2192     * ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
2193       to improve and check
2195 2002-06-28 Marc Delisle  <lem9@users.sourceforge.net>
2196     * tbl_change.php3, tbl_properties_common.php3,
2197       new libraries/db_table_exists.lib.php3: menu on insert/edit
2199 2002-06-27 Marc Delisle  <lem9@users.sourceforge.net>
2200     * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
2201       Select and no table
2202     * lang/slovak-iso: updates, thanks to Lubos Klokner
2203     * Documentation.html: faq about silent column type changing
2205 2002-06-26 Alexander M. Turek  <rabus@users.sourceforge.net>
2206     * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
2207       Michal Cihar (nijel).
2208     * index.php3, header.inc.php3, header_printview.php3, left.php3,
2209       libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
2210       detect character encoding).
2212 2002-06-26 Marc Delisle  <lem9@users.sourceforge.net>
2213     * Documentation.html: update the persons/towns/countries example
2214     * sql.php3, tbl_properties_table_info.php3: sub-page links on browse
2215     * lang/japanese* updates: thanks to Yukihiro Kawada
2216     * libraries/mysql_wrappers.lib.php3: patch #574009, charset
2217       conversion for db names, thanks to Michal Cihar_
2219 2002-06-26 Olivier L. Müller  <om@omnis.ch>
2220     * tbl_change.php3: display the submit button every 15 lines:
2221       may be useful for tables with 200 fields...
2222     * db_details_structure.php3: fixed a wrong link: [Properties]
2223       was opening the tbl_properties.php3 instead of
2224       tbl_properties_structure.php3
2226 2002-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2227     * lang/german-utf8.inc.php3: Synchronization.
2228     * ChangeLog: Added a note about the older ChangeLogs at EoF.
2230 2002-06-25 Marc Delisle  <lem9@users.sourceforge.net>
2231     * lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
2232     * lang/ukrainian-win1251 updates: thanks to Markijan Baran
2234 2002-06-25 Olivier L. Müller  <om@omnis.ch>
2235     * lang/german.inc.php3: Du -> Sie
2237 2002-06-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2238     * lang/lithuanian.inc.php3: Removed line feed at EoF.
2240 2002-06-23 Robin Johnson  <robbat2@users.sourceforge.net>
2241     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
2243 2002-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2244     Revised some files in /lang/:
2245     * chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
2246         - Reordered Strings.
2247     * arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
2248       croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
2249       serbian-win1250.inc.php3:
2250         - Synchronized the untranslated string
2251           $strSplitWordsWithSpace with the English translation.
2253 2002-06-23 Olivier L. Müller  <om@omnis.ch>
2254     * db_stats.php3: Fixed warning from mysql_free_result.
2256 2002-06-22 Olivier L. Müller  <om@omnis.ch>
2257     * lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
2258       shorter term for QBE
2259     * config.inc.php3: added configuration variables for default tabs
2260     * tbl_properties_links.php3: 'Empty' tab is now red as well
2261     * db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
2262       moved 'Structure' to the front and use it as default value.
2263       TODO: make that customizable.
2264     * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag
2266 2002-06-22 Robin Johnson  <robbat2@users.sourceforge.net>
2267     * sql.php3:
2268         - Fix warning and error from mysql_free_result($cna_all_result);
2269     * tbl_printview.php3:
2270         - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
2271           last <div>, to stop a blank page being printed
2272         - Moved <hr /> to just inside </div> - gets line on the same page
2273     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
2274     * lang/chinese*.inc.php3 updates: thanks to Siu Sun
2275     * lang/english*: $strSplitWordsWithSpace
2276         - Fix spelling 'seperated' -> 'separated'
2278 2002-06-21 Olivier L. Müller  <om@omnis.ch>
2279     * libraries/common.lib.php3, main.php3: be more tolerant with lazy
2280       sysadmins or users by letting them having an empty
2281       $cfg['PmaAbsoluteUri']. A default value (which should work according
2282       to the docs...) will be set and a warning displayed on main.php3.
2284 2002-06-21 Robin Johnson  <robbat2@users.sourceforge.net>
2285     * lang/english*: $strSplitWordsWithSpace
2286         - 'splitted' changed to 'seperated'
2287     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
2288     * lang/polish.inc.php3 updates: thanks to Jakub Wilk
2289     * db_details_links.php3, header.inc.php3,
2290       tbl_properties_links.php3, libraries/common.lib.php3:
2291         - Neater tab code by Michal Cihar (Patch #571837)
2293 2002-06-21 Marc Delisle  <lem9@users.sourceforge.net>
2294     * sql.php3: patch 565627 for the old bug 461192: wrong query count
2295       for groups, thanks to Svetlozar Kovachev
2296     * lang/czech* updates: thanks to Michal Cihar
2297     * lang/greek updates: thanks to Kyriakos Xagoraris
2298     * lang/norwegian updates: thanks to Sven-Erik Andersen
2299     * tbl_properties_structure.php3, bug 572127: wrong back link, thanks
2300       to "nobody"
2301     * tbl_addfield.php3: goback to the structure sub-page
2303 2002-06-20 Robin Johnson  <robbat2@users.sourceforge.net>
2304     * tbl_qbe.php3: Using * for tables fields disables
2305       sorting for that field (Fix for bug #570698)
2306     * db_details_links.php3: Added $args3, $args4 = '', for no tables case
2308 2002-06-20 Marc Delisle  <lem9@users.sourceforge.net>
2309     * ChangeLog_till_2.2.6.gz: removed from the distribution and copied
2310       to home page
2311     * lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
2312     * lang/polish updates: thanks to Jakub Wilk
2313     * lang/galician updates: thanks to Xosé Calvo
2315 2002-06-20 Alexander M. Turek  <rabus@users.sourceforge.net>
2316     * header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
2317       Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).
2319 2002-06-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2320     * libraries/common.lib.php3, libraries/config_import.lib.php3,
2321       config.inc.php3: Rewrote the whole backwards compatibility code for old
2322       config files.
2323     * config.inc.php3: Beautified code.
2324     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
2325       Header and footer may now be included inside a function as well
2326       (Better fix against bug #549570).
2328 2002-06-19 Marc Delisle  <lem9@users.sourceforge.net>
2329     * index.php3: missing header, thanks to Michal Cihar
2330     * lang/japanese* updates: thanks to Yukihiro Kawada
2331     * lang/spanish, catalan updates: thanks to Xavier Navarro
2332     * lang/dutch updates: thanks to Ivo Teel.
2333     * lang/swedish updates: thanks to Björn T. Hallberg
2334     * lang/galician updates: thanks to Xosé Calvo
2335     * libraries/config_import.lib.php3, fixed 3 parse errors
2336     * common.lib.php3: due to formatting problems, bypass PMA_format_sql
2337       for 2.3.0-rc1
2338     * 2.3.0-rc1 release
2340 2002-06-19 Robin Johnson  <robbat2@users.sourceforge.net>
2341     * libraries/charset_conversion.lib.php3,
2342       libraries/common.lib.php3,
2343       main.php3:
2344         - added isset() before some configuration variables
2346 2002-06-18 Marc Delisle  <lem9@users.sourceforge.net>
2347     * lang/chinese* updates: thanks to Siu Sun
2348     * lang/lithuanian updates: thanks to Vilius Zigmantas
2349     * lang/romanian updates: thanks to Valics Lehel
2350     * lang/thai updates: thanks to Arthit Suriyawongkul.
2351     * lang/turkish updates: thanks to Bora Alioglu
2352     * tbl_relation.php3, bug 570691: query was executed too many times
2354 2002-06-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2355     * lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
2357 2002-06-18 Robin Johnson  <robbat2@users.sourceforge.net>
2358     * libraries/relation.lib.php3:83
2359         - Fixed $cfg['Servers']['Server'] -> $cfg['Server']
2360     * libraries/relation.lib.php3:144,190
2361         - Cleaned up is_array() to isset() && is_array()
2362     * tbl_change.php3:204
2363         - $type_nowrap added to case 'timestamp'
2364     * lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
2365         - Last fix for $strConfigFileError done as well
2367 2002-06-17 Robin Johnson  <robbat2@users.sourceforge.net>
2368     * lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
2369     * lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)
2371 2002-06-17 Marc Delisle  <lem9@users.sourceforge.net>
2372     * scripts/create-release.sh: the I option in tar for bzip output
2373       is deprecated and no longer works on sourceforge, use j
2374     * lang/french.inc.php3: updates
2375     * user_password.php3: parse error as reported by Olivier
2376     * libraries/relation.lib.php3: pmadb can be left blank
2378 2002-06-16 Marc Delisle  <lem9@users.sourceforge.net>
2379     * lang/sync_lang.sh: new script thanks to Michal Cihar
2380     * Documentation.html: typos
2381     * lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
2382     * lang/turkish.inc.php3 updates: thanks to Bora Alioglu
2384 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
2385     more changes because of new centralized db for pma
2386     * db_details_structure.php3
2387     * pdf_pages.php3
2388     * pdf_schema.php3
2389     * libraries/display_tbl.lib.php3
2390     now also honour new place of relationtables
2391     * Documentation.html
2392     * Documentation.txt
2393     described new db and tables
2394     * db_details_links.php3
2395       - put the link to tbl_qbe in topnavigation
2396     * tbl_relation.php3
2397         writing of column_comments possible
2398     * tbl_printview.php3
2399         column_comments will be displayed
2400     * relation.lib.php3
2401         new function: getComments($db,$table)
2403 2002-06-15 Marc Delisle  <lem9@users.sourceforge.net>
2404     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2405     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
2406     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
2407     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
2408     * lang/spanish.inc.php3:, catala.inc.php3 updates, thanks to Xavier Navarro
2409     * lang/czech* updates:, thanks to Michal Cihar
2410     * lang/norwegian.inc.php3: updates, thanks to Sven-Erik Andersen
2411     * lang/swedish.inc.php3: updates, thanks to Björn T. Hallberg
2413 2002-06-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2414     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
2415     * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
2416     * lang/german*.inc.php3: Translated $strComments.
2417     * config.inc.php3: Changed default values of some directives.
2419 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
2420     started putting the relationtables in a central db
2421     with the bookmarktable
2422     * config.inc.php3
2423       - renamed $cfg['Servers'][$i]['bookmarkdb'] to
2424         $cfg['Servers'][$i]['pmadb']
2425       - allready added $cfg['Servers'][$i]['column_comments']
2426     * tbl_relation.lib.php3  new file
2427       - PMA_getRelationsParam(): get and test config
2428       - getForeigners() get an array of tables/fields
2429         related to the one you supply
2430       - getDisplayField() get the tables display column
2431       - PMA_query_as_cu() query the pmadb using the controluser
2432         if possible, otherwise normal user
2433     changes to use new place of tables are allready finished for
2434     those files:
2435     * tbl_relation.php3
2436     * db_details_structure.php3
2437     * pdf_pages.php3
2438     * tbl_qbe.php3
2440 2002-06-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2441     * lang/german.inc.php3: Updates.
2442     * libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
2443       Added German UTF-8 file.
2444     * lang/italian.inc.php3: Updates, thanks again to
2445       Pietro Danesi <danone at users.sourceforge.net>.
2446     * libraries/user_details.js: Fixed a sytax error.
2448 2002-06-14 Marc Delisle  <lem9@users.sourceforge.net>
2449     * big patch for charset support, all files that call mysql have been
2450       modified; thanks to Michal Cihar.
2452 2002-06-14 Mike Beck  <mikebeck@users.sourceforge.net>
2453     * tbl_qbe:  Bugfixing
2454       - Don't try to use a generated SQL Statement without
2455         a SELECT (if none of the Columns is marked as display
2456         this could happen)
2457       - if no LEFT JOINS are generated make sure that the
2458         array containing tablenames is unique
2460 2002-06-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2461     * lang/turkish.inc.php3: Updates, thanks again to
2462       Bora Alioglu <bora@risc01.ktu.edu.tr>.
2463     * lang/german.inc.php3: Translated $strMissingBracket.
2464     * lang/english.inc.php3: Reordered strings.
2465     * config.inc.php3:
2466       - Use hex codes for colors;
2467       - Removed a dublicate.
2469 2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
2470     Syntaxcoloring for SQL - Statements
2471     * config.inc.php3: lines 226-,302-
2472     * libraries/common.lib.php3: lines 34,43,192-,312-,987,1062
2474 2002-06-12 Marc Delisle  <lem9@users.sourceforge.net>
2475     * lang/dutch.inc.php3: updates, thanks to Ivo Teel.
2476     * lang/slovak-iso.inc.php3: updates, thanks to Lubos Klokner
2478 2002-06-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2479     * libraries/display_tbl.lib.php3: JS fixes, thanks to
2480       Richard Hornsby <rhornsby at users.sourceforge.net>.
2481     * Documentation.html: Fixed a typo.
2482     * lang/german.inc.php3: Updates.
2483     * lang/italian.inc.php3:
2484       - Updates, thanks again to
2485         Pietro Danesi <danone at users.sourceforge.net>.
2486       - Removed HTML entities.
2488 2002-06-11 Marc Delisle  <lem9@users.sourceforge.net>
2489     * pdf_pages.php3, lang/*, Documentation.html: new message with doc
2490     * lang/hungarian.inc.php3: updates, thanks to Peter Bakondy
2491     * lang/japanese*.php3: updates, thanks to Yukihiro Kawada
2492     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
2494 2002-06-10 Marc Delisle  <lem9@users.sourceforge.net>
2495     * tbl_select.php3:, bug with end of lines
2497 2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
2498     * tbl_select.php3: lines 12-16,111-123,194-199
2499       - now you can use >= etc.
2501 2002-06-09 Marc Delisle  <lem9@users.sourceforge.net>
2502     * lang/french.inc.php3 updates
2504 2002-06-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2505     * libraries/common.lib.php3: Corrected path to config_import.lib.php3.
2506     * libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
2507       Catch parse errors in the config file.
2508     * lang/chinese_*.inc.php3: Converted to Unix line feed format.
2509     * lang/english.inc.php3: Reordered strings.
2511 2002-06-09 Robin Johnson  <robbat2@users.sourceforge.net>
2512     * libraries/common.lib.php3:
2513       - Initial checkin of base DB-Config code
2515 2002-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2516     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
2517     * translators.html:
2518       - Changed Dutch translator.
2519       - Changed special characters into HTML entities.
2520     * lang/norwegian.inc.php3: Updates, thanks again to
2521       Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
2522     * lang/polish.inc.php3: Small corrections, thanks again to
2523       Jakub Wilk <ubanus at users.sourceforge.net>.
2524     * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).
2526 2002-06-07 Marc Delisle  <lem9@users.sourceforge.net>
2527     * translators.html: updates (try to have only one official translator,
2528       probably the original author, or the one who now sends updates)
2529     * lang/czech*: updates, thanks to Michal Cihar
2530     * lang/chinese*: updates, thanks to Siu Sun
2532 2002-06-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2533     * Documentation.*:
2534       - The textarea bug still appears in Mozilla 1.0-final;
2535       - Fixed a typo;
2536       - Updated credits.
2537     * lang/albanian.inc.php3: Updates, thanks again to
2538       Laurent Dhima <laurent at users.sourceforge.net>.
2539     * lang/german.inc.php3: Updates, added feedback link.
2541 2002-06-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2542     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
2543     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
2544     * lang/italian.inc.php3: Updates, thanks again to
2545       Pietro Danesi <danone at users.sourceforge.net>.
2547 2002-06-05 Marc Delisle  <lem9@users.sourceforge.net>
2548     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
2549     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
2550     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2552 2002-06-03 Marc Delisle  <lem9@users.sourceforge.net>
2553     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2554     * lang/indonesian.inc.php3: updates, thanks to Rachim Tamsjadi
2556 2002-06-03 Mike Beck  <mike.beck@ibmiller.de>
2557     * pdf_pages.php3
2558     - new page to add and edit pdf pages
2559     * db_details_structure.php3 lines 452-482
2560       - added a link to pdf_pages
2561       - if pdf_pages exist offer to create pdfs
2562     * pdf_schema.pdf  lines lines 374-380,422-455,805-820
2563       - changed to work with the table_coords table
2564       - show primary_key and display_field in different color
2565     * config.inc.php3 lines 55,80,103
2566     - added a new servervariable $cfg['Servers'][$i]['table_coords']
2567     * Documentation.html line 593-770,1884-1920
2568     - added and changed Doku for Creating PDFs
2571 2002-06-02 Loïc Chapeaux  <lolo@phpheaven.net>
2572     * libraries/display_tbl.inc.php3, line 1413: xhtml fix.
2573     * libraries/fpdf/fpdf.php3: light optimizations and fixes.
2574     * sql.php3, lines 509-522: do print the page in "printview" mode.
2575     * scripts/check_lang.php3: added this script which goal is to ensure
2576       all languages files are valid.
2577     * Documentation.html; main.php3; translators.html:
2578       - Feature request #539644 (Translation feedback link).
2580 2002-06-01 Loïc Chapeaux  <lolo@phpheaven.net>
2581     * db_details_structure.php3, lines 440-441; Documentation.html;
2582       pdf_schema.php3; libraries/fpdf/*:
2583       - updated the FPDF library to the 1.5 revision;
2584       - rewrote it to make it PHP3 and xhtml compliant;
2585       - coding standards.
2586     * read_dump.php3, lines 245-252: improved the "open_basedir" handling.
2588 2002-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2589     * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
2590     * lang/italian.inc.php3: Updates, thanks again to
2591       Pietro Danesi <danone at users.sourceforge.net>.
2592     * lang/german.inc.php3: Small corrections.
2593     * lang/polish.inc.php3: Updates, thanks to
2594       Jakub Wilk <ubanus at users.sourcefore.net>.
2595     * header_printview.inc.php3, libraries/display_tbl.inc.php3:
2596       - Beautified generated code;
2597       - XHTML / CSS fixes.
2599 2002-05-31 Alexander M. Turek  <rabus@users.sourceforge.net>
2600     * lang/german.inc.php3: Small corrections.
2601     * sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
2602       - lang/*.inc.php3: Implemented one part of feature #472038:
2603       - Print view for SQL results (features #523325, #562505).
2605 2002-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2606     * lang/albanian.inc.php3: Updates, thanks again to
2607       Laurent Dhima <laurent at users.sourceforge.net>.
2609 2002-05-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2610     * lang/german.inc.php3: Translated $strPdfDbSchema.
2611     * lang/italian.inc.php3: Updates, thanks again to
2612       Pietro Danesi <danone@users.sourceforge.net>.
2614 2002-05-28 Loïc Chapeaux  <lolo@phpheaven.net>
2615     * pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
2617 2002-05-27 Loïc Chapeaux  <lolo@phpheaven.net>
2618     * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.
2620 2002-05-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2621     * lang/estonian.inc.php3: Updates, thanks to
2622       Alvar Soome <finsoft at users.sourceforge.net>.
2623     * README: Updated requirements.
2625 2002-05-26 Alexander M. Turek  <rabus@users.sourceforge.net>
2626     * header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
2627       images/vertical_line.gif:
2628       - Made it possible to specify a background image for the right frame.
2629       - Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
2630     * Documentation.html: The external global variables don't exist anymore
2631       since PHP 4.2.0!
2633 2002-05-26 Loïc Chapeaux  <lolo@phpheaven.net>
2634     * scripts/create-release.sh, line 60: added the "-P" option (prune empty
2635       directory) for the cvs checkout.
2636     * sql.php3:
2637       - fixed a warning thanks to
2638         Svetlio Kovachev <svetlio at users.sourceforge.net>;
2639       - coding standards.
2640     * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.
2642 2002-05-25 Loïc Chapeaux  <lolo@phpheaven.net>
2643     * libraries/common.lib.php3:
2644       - fixed a PHP3 bug and warnings;
2645       - optimized a bit;
2646       - coding standards.
2647     * lang/english.inc.php3; lang/french.inc.php3: sorted.
2648     * header.inc.php3: enforce relative url in CSS.
2649     * tbl_relation.php3:
2650       - fixed an error when $cfg['Server']['table_info'] is not valid;
2651       - optimized a bit;
2652       - removed an "onchange" js handler to lower server charge.
2653     * pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
2654       the "libraries" one.
2655     * read_dump.php3, lines 255-256: path must use "\" under winwin.
2657 2002-05-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2658     * lang/italian.inc.php3: Updates, thanks again to
2659       Pietro Danesi <danone@users.sourceforge.net>.
2660     * lang/german.inc.php3: Updates.
2662 2002-05-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2663     * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
2664     * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.
2666 2002-05-24 Marc Delisle  <lem9@users.sourceforge.net>
2667     * lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
2668       and "Create PHP Code", thanks to Mike Beck
2669       (TODO: avoid executing the query again)
2670     * sql.php3: $is_analyse was sometimes undefined
2671     * tbl_alter.php3: go back to structure sub-page
2673 2002-05-24 Loïc Chapeaux  <lolo@phpheaven.net>
2674     * config.inc.php3; db_details_links.php3; db_search.php3;
2675       Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
2676       - Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
2677     * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
2678       problem with Opera.
2679     * sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
2680       libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
2681       analyse(), thanks to Mike Beck.
2683 2002-05-23 Marc Delisle  <lem9@users.sourceforge.net>
2684     * Documentation.html, config.inc.php3, db_details_structure.php3,
2685       pdf_schema.php3: new 'table_coords' because a table can appear
2686       on more than one PDF page
2687     * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
2688       field maintenance, thanks to Mike Beck
2690 2002-05-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2691     * Documentation.*: The Mozilla textarea bug also appears in
2692       Mozilla 1.0-RC2 and Netscape 7.0-PR1.
2694 2002-05-22 Loïc Chapeaux  <lolo@phpheaven.net>
2695     * libraries/display_tbl.lib.php3: fixed possible errors with special
2696       characters in tables names.
2697     * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
2698       & PHP 4.2+ HTTP header bug.
2700 2002-05-22 Marc Delisle  <lem9@users.sourceforge.net>
2701     * Documentation.html, config.inc.php3, db_details_structure.php3,
2702       pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
2703       renamed to PMA_table_info, "foreign_display_field" moved from
2704       PMA_relation to PMA_table_info (once per table)
2705     * lang/indonesian.inc.php3:
2706       - updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)
2708 2002-05-21 Loïc Chapeaux  <lolo@phpheaven.net>
2709     * ldi_table.php3, line 44: beautified generated html.
2710     * tbl_properties_options.php3: fixed display errors with IE5.
2711     * lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
2712       translators.
2714 2002-05-21 Marc Delisle  <lem9@users.sourceforge.net>
2715     * lang/chinese*: updated thanks to Siu Sun
2717 2002-05-19 Marc Delisle  <lem9@users.sourceforge.net>
2718     * read_dump.php3, bug 556105: do not execute a bookmark if asked to
2719       only view it
2721 2002-05-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2722     * lang/german.inc.php3:
2723       - Updated serveral untranslated strings.
2724       - Better translation.
2725     * lang/albanian.inc.php3, libraries/select_lang.lib.php3:
2726       New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
2727     * ldi_table.php3: Added labels for checkboxes.
2729 2002-05-18 Marc Delisle  <lem9@users.sourceforge.net>
2730     * pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
2731     * Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
2733 2002-05-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2734     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
2735       some html special characters, display was not xhtml compilant.
2737 2002-05-18 Loïc Chapeaux  <lolo@phpheaven.net>
2738     * libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
2739       - exported the "IP-based Allow/Deny" code in a distinct library;
2740       - coding standards;
2741       - improved PHP3 compliance;
2742       - better ip checking.
2743     * Documentation.html: typos and line sizes.
2744     * tbl_qbe.php3: cleanup.
2745     * fpdf/*: removed ^M.
2746     * fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
2747       the PHP version and the "register globals" value.
2748     * pdf_schema.php3; lang/*: coding standards and PDF error handling.
2749     * config_import.lib.php3: fixed a parse error.
2751 2002-05-17 Robin Johnson  <robbat2@users.sourceforge.net>
2752     * config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
2753       from feature #484158
2754     * Documentation.*: feature #484158 documented
2756 2002-05-17 Marc Delisle  <lem9@users.sourceforge.net>
2757     * tbl_change.php3, bug 556296: field size for int
2758     * tbl_qbe.php3: adjust drop-down width, thanks to Mike Beck
2760 2002-05-17 Loïc Chapeaux  <lolo@phpheaven.net>
2761     * db_details_structure.php3, lines 442: does not display the "data scheme"
2762       form if there is no table in the database.
2763     * db_details_structure.php3, lines 446-458;
2764       tbl_properties_options.php3, lines 119-143: beautified generated code.
2765     * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
2766       case of table names under winwin, thanks to
2767       Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
2768     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
2769       some html tags, display was broken. Thanks to
2770       SailorMax <max at elcor.lv>.
2771     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2773 2002-05-16 Loïc Chapeaux  <lolo@phpheaven.net>
2774     * db_details_structure.php3; Documentation.html: coding standards.
2776 2002-05-14 Marc Delisle  <lem9@users.sourceforge.net>
2777     * pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
2778       Documentation.html:
2779       - new feature: pdf schema output,
2780       - thanks to Maxime Delorme (delorme.maxime at free.fr)
2781       - and to Olivier Plathey (www.fpdf.org)
2782       - (todo: scaling choice)
2784 2002-05-13 Loïc Chapeaux  <lolo@phpheaven.net>
2785     * left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
2786       fix against bug #546011 (Navigation tooltips).
2787     * lang/arabic.inc.php3: updated thanks to Tarik kallida.
2789 2002-05-13 Marc Delisle  <lem9@users.sourceforge.net>
2790     * lang/hungarian.inc.php3: updates, thanks to Péter Bakondy
2792 2002-05-09 Robin Johnson  <robbat2@users.sourceforge.net>
2793     * .cvsignore, libraries/common.lib.php3: Feature to stop developers
2794       commiting their config.inc.php3 so easily.
2796 2002-05-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2797     * left.php3, libraries/common.lib.php3:
2798       Fixed bug #546011 (Navigation tooltips).
2799     * lang/german.inc.php3: Updates.
2801 2002-05-08 Marc Delisle  <lem9@users.sourceforge.net>
2802     * Documentation.html: update example for foreign_display_field
2803     * display_tbl.lib.php3: more room for record number
2805 2002-05-08 Loïc Chapeaux  <lolo@phpheaven.net>
2806     * lang/english.inc.php3; lang/french.inc.php3;
2807       libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?
2809 2002-05-07 Loïc Chapeaux  <lolo@phpheaven.net>
2810     * tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
2811       slashed some values.
2812     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2814 2002-05-06 Marc Delisle  <lem9@users.sourceforge.net>
2815     * lang/romanian.inc.php3: updates thanks to Valics Lehel
2816     * lang/*, tbl_relation.php3, Documentation.html,
2817       libraries/display_tbl.lib.php3: foreign_display_field
2819 2002-05-05 Loïc Chapeaux  <lolo@phpheaven.net>
2820     * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
2821       Warit Wanasathian.
2822     * tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
2823       export only some records in xml format.
2824     * tbl_properties_export.php3: nicer display.
2825     * ldi_table.php3; tbl_select.php3: added top menu.
2827 2002-05-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2828     * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
2829       Use "SQL" instead of "home" as link name.
2830     * tbl_properties_export.php3: Added XML export option.
2831     * tbl_dump.php3: Beautified XML output.
2832     * lang/german.inc.php3: Better translation for $strDumpXRows.
2834 2002-05-04 Loïc Chapeaux  <lolo@phpheaven.net>
2835     * user_details.php3, line 984: do not use "mysql_result" if the query
2836       fails.
2837     * libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
2838     * tbl_qbe.php3: cleaned up a bit.
2839     * lang/chinese-*: updated thanks to Siu Sun.
2841 2002-05-03 Loïc Chapeaux  <lolo@phpheaven.net>
2842     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2843     * tbl_properties.php3; tbl_properties_export.php3;
2844       tbl_properties_operations.php3; tbl_properties_options.php3;
2845       tbl_properties_strucuture.php3:
2846       - messages are now displayed if a query had been submitted to change some
2847         options or to sort the table;
2848       - pursuit the "stay on the sub-pages as long as needed" work.
2849     * db_details.php3; db_details_export.php3; db_details_strucuture.php3:
2850       pursuit the "stay on the sub-pages as long as needed" work.
2851     * libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
2852       Cookie auth and cookies refused.
2854 2002-05-02 Loïc Chapeaux  <lolo@phpheaven.net>
2855     * lang/*.inc.php3: cleanup.
2856     * db_details.php3, line 38; db_details_links.php3, line 41: the start db
2857       details page couldn't be reached with an empty database.
2859 2002-05-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2860     * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
2861     * lang/italian.inc.php3: Updates, thanks again to
2862       Pietro Danesi <danone@users.sourceforge.net>.
2863     * lang/german.inc.php3: Updates.
2865 2002-05-01 Marc Delisle  <lem9@users.sourceforge.net>
2866     * tbl_properties.php3, tbl_properties_links.php3,
2867       new tbl_properties_structure, lang/*.php3: Structure page
2868       (todo: - stay on the sub-pages as long as needed)
2869     * tbl_qbe.php3: last changes from Mike Beck
2870     * new tbl_relation.php3 (relation management), thanks to Mike Beck
2872 2002-05-01 Loïc Chapeaux  <lolo@phpheaven.net>
2873     * tbl_properties.php3; tbl_properties_table_info.php3: comments.
2874     * tbl_properties_options.php3: added labels and beautified display.
2875     * db_stats.php3, lines 12-22: ensure this script can only be ran by a
2876       super-user.
2877     * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
2878       under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
2879     * libraries/common.lib.php3, line 791: fixed a warning thanks to
2880       Kris Wood <kris at navi.net>.
2881     * mosts scripts: optimization - do not call "mysql_numrows",
2882       "mysql_results" and "mysql_fetch_array" on invalid queries.
2883     * db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
2884       "database details" page in parts.
2885     * tbl_properties_links.php3: optimized (less server work).
2886     * tbl_dump.php3, lines 308-309: exporting a database with one table from
2887       the "database details" page doesn't export the table.
2889 2002-04-30 Loïc Chapeaux  <lolo@phpheaven.net>
2890     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
2892 2002-04-30 Marc Delisle  <lem9@users.sourceforge.net>
2893     * tbl_qbe.php3: try to make it work again
2894     * tbl_properties.php3, tbl_properties_table_info.php3,
2895       tbl_properties_options.php3: support for 3 MyISAM table options
2897 2002-04-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2898     * lang/german.inc.php3: Clarification ($strFlushTable).
2900 2002-04-29 Loïc Chapeaux  <lolo@phpheaven.net>
2901     * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
2902       usual translators.
2903     * tbl_qbe.php3: code was broken and warnings.
2904     * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
2905       changed when granting.
2907 2002-04-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2908     * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
2909       file extensions of XML files in ZIP archives.
2910     * lang/german.inc.php3: Translated $strOptions.
2911     * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
2912     * header.inc.php3, tbl_properties_links.php3: New link design.
2913     * header.inc.php3: removed db_stats link.
2915 2002-04-29 Marc Delisle  <lem9@users.sourceforge.net>
2916     * tbl_qbe.php3: corrections from Mike Beck for better joins
2917       when more than one table is the master in a relation
2918     * tbl_properties_links.php3, tbl_properties_operations.php3,
2919       new tbl_properties_options.php3, lang/*: new Options page
2920       (will grow when Feature request 441716 is done)
2922 2002-04-28 Marc Delisle  <lem9@users.sourceforge.net>
2923     * tbl_properties.php3, new tbl_properties_common.php3:
2924       start the split
2925     * tbl_properties.php3, new tbl_properties_export.php3,
2926       tbl_properties_links.php3, lang/*.php3: export is splitted
2927     * new tbl_properties_table_info, to be able to display links
2928       on the export page
2929     * new tbl_properties_operations.php3
2931 2002-04-28 Alexander M. Turek  <rabus@users.sourceforge.net>
2932     * header.inc.php3, lines 162-170: Improved patch #548696.
2933     * db_details.php3, tbl_dump.php3, lang/*.php3,
2934       libraries/build_dump.lib.php3: XML exports (experimental).
2935     * tbl_dump.php3: improved PHP3 compatibility.
2937 2002-04-28 Loïc Chapeaux  <lolo@phpheaven.net>
2938     * tbl_properties.php3, line 395: replaced a "require" by an include.
2939     * tbl_properties_links.php3: beautified code.
2940     * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
2941       xhtml fixes.
2942     * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
2943     * tbl_qbe.php3, line 732: fixed again a warning.
2944     * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
2945       replicate.
2946     * db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
2947     * tbl_properties.php3; tbl_properties_operations.php3: moved tables
2948       comments and type features and referential integrity checkings to the
2949       "table operations" page.
2950     * config.inc.php3, lines 184-185; db_details.php3, line 572;
2951       Documentation.html, lines 916-917; tbl_properties.php3, line 556:
2952       emphasized the sql query texteareas.
2954 2002-04-27 Marc Delisle  <lem9@users.sourceforge.net>
2955     * tbl_properties.php3, new tbl_properties_links.php3:
2956       remove duplicate links code.
2958 2002-04-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2959     * Recompressed old ChangeLog without saving its path in the archive.
2960     * header.inc.php3:
2961       - Patch #548696 (DB/Table titles should be links), thanks to
2962         Ray Black <allah03@users.sourceforge.net>.
2963       - lines: 161-164: Undefined variable.
2964     * common.lib.php3, lines 162, 163, 435-437:
2965       - Fixed bug #549570
2966       - (Strange error if controluser is invalid).
2968 2002-04-27 Loïc Chapeaux  <lolo@phpheaven.net>
2969     * Documentation.html:
2970       - xhtml fixes;
2971       - added a faq entry about bug #547064 (JS error with textareas under
2972         Mozilla).
2973     * libraries/display_tbl.lib.php3; libraries/functions.js: better fix
2974       against bug #547384 (Marker Color can't equal Pointer Color).
2975     * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
2976     * scripts/create-release.sh: improved so a CVS branch tag may be used.
2977     * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
2978       translations thanks to Sime Essert <sime@nofrx.org>.
2979     * tbl_properties.php3, lines 1238-1240: fix new fields names in the
2980       relation table.
2981     * tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
2982       standards.
2983     * header.inc.php3, lines 166-172: xhtml fixes.
2984     * Compressed ChangeLog till the 2.2.6 release.
2986 2002-04-26 Loïc Chapeaux  <lolo@phpheaven.net>
2987     * ## created 2.2.7 branch into the CVS tree ##
2988     * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
2989     * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
2990     * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
2991       Melvyn Sopacua <nyvlem at users.sourceforge.net>.
2992     * libraries/common.lib.php3, line 70: "invalid" path.
2993     * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
2995 2002-04-26 Marc Delisle  <lem9@users.sourceforge.net>
2996     * tbl_qbe.php3: automatic joins from Relation table, thanks
2997       to Mike Beck (mike.beck at ibmiller.de)
2998       (experimental: some things remain to be tested)
2999     * Documentation.html: example for automatic joins
3000     * tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
3001       Documentation.html: rename fields in the relation table
3003 2002-04-26 Alexander M. Turek  <rabus@users.sourceforge.net>
3004     * libraries/common.lib.php3: fixed a controluser bug.
3005     * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
3006       equal Pointer Color)
3008 2002-04-25 Alexander M. Turek  <rabus@users.sourceforge.net>
3009     * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.
3011 2002-04-24 Marc Delisle  <lem9@users.sourceforge.net>
3012     * tbl_*.php3: $cfg system changes
3014 2002-04-24 Alexander M. Turek  <rabus@users.sourceforge.net>
3015     * libraries/*, lang/*: $cfg system changes.
3016     * libraries/common.lib.php3, libraries/select_lang.lib.php3,
3017       libraries/config_import.lib.php3: Config file backwards compatibility.
3019 2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
3020     * *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
3021     * scripts/extchg.sh: Updated URL
3022     * scripts/convertcfg.pl: Conversion between old config files and new ones.
3023     * scripts/*: Updated comments somewhat
3024     * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
3025     * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
3026     * libraries/common.lib.php3: a single $cfgServer instance was forgotten
3028 2002-04-23 Marc Delisle  <lem9@users.sourceforge.net>
3029     * tbl_printview.php3, lang/*.php3: Relation links in printview,
3030       thanks to Mike Beck (mike.beck at ibmiller.de)
3032 2002-04-23 Alexander M. Turek  <rabus@users.sourceforge.net>
3033     * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
3034     * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
3035       beautified the generated code.
3036     * lang/german.inc.php3: Translated the new string.
3037     * Documentation.html: Changed notes concerning php 4.2.0.
3039 2002-04-22 Loïc Chapeaux  <lolo@phpheaven.net>
3040     * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
3042 2002-04-22 Marc Delisle  <lem9@users.sourceforge.net>
3043     * lang/japanese* updates, thanks to Yukihiro Kawada
3045 2002-04-22 Alexander M. Turek  <rabus@users.sourceforge.net>
3046     * lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
3047     * lang/german.inc.php3: better syntax.
3048     * db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
3049       Use TRUNCATE instead of DELETE when using MySQL 4.
3051 2002-04-21 Alexander M. Turek  <rabus@users.sourceforge.net>
3052     * main.php3: Restarted work on patch #538740 (get users priv. with
3053       SHOW GRANTS).
3055 2002-04-21 Loïc Chapeaux  <lolo@phpheaven.net>
3056     * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
3057       authentication mode with IIS.
3059 2002-04-21 Marc Delisle  <lem9@users.sourceforge.net>
3060     ### 2.2.6 released ###
3063          --- Older ChangeLogs can be found on our project website ---
3064                      http://www.phpmyadmin.net/ChangeLogs/
3066 # vim: ft=changelog
3067 # vim: expandtab ts=4 sw=4 sts=4
3068 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
3069 # vim: fdn=1 fdm=expr