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