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