typo
[phpmyadmin/crack.git] / ChangeLog
blob499f0666b334862d9fb26bd00bf59469a81eb9fd
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2002-11-16 Marc Delisle  <lem9@users.sourceforge.net>
9     * libraries/build_dump.lib.php3: fix for old MySQL, thanks to
10       Flavio Poletti (flavio at polettix.it)
11     * tbl_replace.php3: bug 638275: ignore NULL checkbox is there is
12       a value for the field (possible if js is disabled, or broken browser
13       like Konqueror 2.2.2); implemented on insert or update
15 2002-11-08 Robin Johnson  <robbat2@users.sourceforge.net>
16     * lib/sqlparser.data.php3: Bug #639291 fixed
18 2002-11-16 Alexander M. Turek  <rabus@users.sourceforge.net>
19     * tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly
20       with MySQL >= 4.0.2-alpha).
22 2002-11-15 Alexander M. Turek  <rabus@users.sourceforge.net>
23     * scripts/create_tables.sql: Added a 'USE' command after 'CREATE DATABASE'.
25 2002-11-14 Marc Delisle  <lem9@users.sourceforge.net>
26     * sql.php3: stripslashes issues (with LOAD DATA)
27     * libraries/display_tbl.lib.php3: could not Edit or Delete when only
28       an alias is displayed
30 2002-11-13 Marc Delisle  <lem9@users.sourceforge.net>
31     * libraries/sqlparser.lib.php3: bug 636575 (unquoted identifiers)
32     * libraries/sqlparser.lib.php3, libraries/common.lib.php3, sql.php3:
33       bug 636563 undefined variable when deleting a row
34     * libraries/sqlparser.lib.php3: bug 636553 SELECT VERSION()
36 2002-11-11 Alexander M. Turek  <rabus@users.sourceforge.net>
37     * libaries/common.lib.php3: Fixed bug #636345 (Error when modifying table
38       keys).
40 2002-11-11 Marc Delisle  <lem9@users.sourceforge.net>
41     * libraries/sqlparser.lib.php3: LEFT JOIN ... USING
42     * libraries/sqlparser.lib.php3: bug 636575 (double and single quotes)
44 2002-11-10 Alexander M. Turek  <rabus@users.sourceforge.net>
45     * lang/german-*.inc.php3: Fixed a typo.
47 2002-11-08 Robin Johnson  <robbat2@users.sourceforge.net>
48     * config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3
49       libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser
50       and pretty printer from bugs #605030 and #631421.
52 2002-11-07 Alexander M. Turek  <rabus@users.sourceforge.net>
53     * libraries/config_import.lib.php3: Fixed a small inconsistance.
54     * config.inc.php3: Added a note about bug #634931.
55     * tbl_properties_operations.php3:
56       - Fixed bug #628581 (Check referential integrity and NULL foreign key).
57       - Fixed bug #628583 (Check referential integrity and self-linked table).
58     * lang/thai-*.inc.php3: Upadtes, thanks again to
59       Arthit Suriyawongkul (bacteria).
60     * lang/norwegian-*.inc.php3: Updates, thanks again to
61       Sven-Erik Andersen (sven-erik).
62     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo (xosecalvo).
63     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
65 2002-11-06 Alexander M. Turek  <rabus@users.sourceforge.net>
66     * translators.html, lang/*.inc.php3: Fixed some typos.
68 2002-11-06 Loïc Chapeaux  <lolo@phpheaven.net>
69     * db_datadict.php3, tbl_printview.php3: code cleanup
71 2002-11-06 Marc Delisle  <lem9@users.sourceforge.net>
72     * lang/ukrainian: update, thanks to Markijan Baran
73     * lang/japanese: update, thanks to Yukihiro Kawada
74     * db_search.php3: bug 633422, inconsistent use of radio buttons
76 2002-11-05 Alexander M. Turek  <rabus@users.sourceforge.net>
77     * lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel.
78     * lang/catalan-*.inc.php3:
79       - Updates and ortographical corrections, thanks again to
80         Xavier Navarro (xavin);
81       - Removed HTML entities.
82     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
83     * lang/albanian-*.inc.php3:
84       - Updates, thanks again to Laurent Dhima (laurenti);
85       - Removed new line at end of file.
87 2002-11-05 Michal Cihar  <nijel@users.sourceforge.net>
88     * lang/{czech,italian,lithuanian,slovenian,swedish}*.php3: updated
89       translations, thanks to me ;), Pietro Danesi, Vilius Zigmantas, Kositer
90       Uros and Björn T. Hallberg.
91     * tbl_dump.php3: Fixed bug #632310 (Export fails with UTF-8).
93 2002-11-05 Marc Delisle  <lem9@users.sourceforge.net>
94     * main.php3: when the user does not have required privs to create
95       a db, inform him of the situation
96     * lang/romanian: update, thanks to Valics Lehel
98 2002-11-04 Marc Delisle  <lem9@users.sourceforge.net>
99     * libraries/display_tbl.lib.php3, sort order problem
100       SELECT tablename.columnname ... order by tablename.columnname
102 2002-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
103     * translators.html: Added another message to avoid annoying emails.
105 2002-11-03 Loïc Chapeaux  <lolo@phpheaven.net>
106     * tbl_create.php3: bug 629630 auto-increment key does not have to
107       be the primary key
109 2002-11-02 Marc Delisle  <lem9@users.sourceforge.net>
110     * libraries/sqlparser.lib.php3: correct detection of PHP 4.2.x
111     * main.php3, lang/*.php3: PHP 4.2.3 warning
113 2002-11-02 Alexander M. Turek  <rabus@users.sourceforge.net>
114     * db_datadict.php3: Fixed bug #632515 (JS error in data dictonary).
115     * lang/german-*.inc.php3: Updates.
117 2002-11-01 Marc Delisle  <lem9@users.sourceforge.net>
118     * libraries/sqlparser.lib.php3, libraries/display_tbl.lib.php3,
119       sql.php3: analyzer for db, table, column, alias, with additional
120       performance improvements by Robin
122 2002-11-01 Alexander M. Turek  <rabus@users.sourceforge.net>
123     * libraries/sqlparser.lib.php3: Avoid regex if possible.
125 2002-10-31 Marc Delisle  <lem9@users.sourceforge.net>
126     * db_details_structure.php3, header.inc.php3, new db_datadict.php3,
127       lang/*.php3: data dictionary feature, thanks to Ian Davidson
128       (Ian.Davidson at tayside.pnn.police.uk)
129     * tbl_printview.php3: better format, thanks to Ian Davidson
131 2002-10-30 Alexander M. Turek  <rabus@users.sourceforge.net>
132     * libraries/common.lib.php3: Better display of the query if parser is
133       disabled.
134     * libraries/sqlparser.lib.php3:
135       - ANSI Comments were not recognized if the two '-' characters were
136         followed up by a line feed character instead of a space one;
137       - Fixed the misinterpretation of Windows / Mac line feeds.
139 2002-10-28 Alexander M. Turek  <rabus@users.sourceforge.net>
140     * lang/dutch.inc.php3: Fixed a bug in the Dutch language files
141       (see Translations #629818).
143 2002-10-25 Loïc Chapeaux  <lolo@phpheaven.net>
144     * libraries/common.lib.php3; libraries/display_tbl.lib.php3;
145       libraries/kanji-encoding.lib.php3; libraries/sqlparser.lib.php3
146       libraries/string.lib.php3; user_password.php3: coding standards.
147     * libraries/auth/cookie.auth.php3: fixes a PHP3 bug.
148     * libraries/functiuons.js: fixed bug #627567 - Javascript bug in
149       setPointer() function thanks to Christopher Bloom
150       <xangelusx at users.sourceforge.net>
151     * libraries/display_tbl.lib.php3, lines 1123-1124: fixed bug
152       #626366 - "date" columns wrap in browse mode.
154 2002-10-25 Marc Delisle  <lem9@users.sourceforge.net>
155     * Documentation.html, clarification about using Relation View
157 2002-10-22 Robin Johnson  <robbat2@users.sourceforge.net>
158     * user_password.php3: From Patch #625703.
159     * Changelog: Added VIM modelines for filetype, folding and indentation
160     * `find -name '*.php3'`: Added vim modelines for PEAR style indentation
162 2002-10-22 Marc Delisle  <lem9@users.sourceforge.net>
163     * pdf_pages.php3: undefined variable, fix thanks to
164       Jose Fandos (jose.fandos at sonnd.com).
166 2002-10-21 Alexander M. Turek  <rabus@users.sourceforge.net>
167     * lang/german-*.inc.php3: Clarifications.
169 2002-10-21 Marc Delisle  <lem9@users.sourceforge.net>
170     * lang/spanish: removed control M
171     * tbl_relation.php3: bug 619100, relation and non-primary key
172     * libraries/display_tbl.lib.ph3: bug 619097, order by sum(var)
174 2002-10-19 Alexander M. Turek  <rabus@users.sourceforge.net>
175     * translators.html, spanish-*.inc.php3: Updates, thanks again to
176       Dr. med. Daniel Hinostroza C.
178 2002-10-17 Alexander M. Turek  <rabus@users.sourceforge.net>
179     * Documentation.html: Added some notes about the MySQL 4.1 branch. See bug
180       report #623665 for more details.
182 2002-10-17 Marc Delisle  <lem9@users.sourceforge.net>
183     * lang/dutch: update, thanks to Ivo Teel.
185 2002-10-17 Loïc Chapeaux  <lolo@phpheaven.net>
186     * sql.php3: bug 624020, can't delete a row with a TEXT field containing
187       newlines
189 2002-10-15 Alexander M. Turek  <rabus@users.sourceforge.net>
190     * Documentation.html: FAQ entry about browser charset settings.
192 2002-10-15 Marc Delisle  <lem9@users.sourceforge.net>
193     * libraries/auth/cookie.auth.lib.php3: let them use a blank password,
194       thanks to Juliano Ravasi Ferraz (jferraz)
195     * main.php3: extend the warning about blank root password to all auth modes
197 2002-10-14 Alexander M. Turek  <rabus@users.sourceforge.net>
198     * libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
199       FUNCTION(`field`) fails).
201 2002-10-14 Marc Delisle  <lem9@users.sourceforge.net>
202     * Documentation.html: clarification about pmadb when you are not
203       the superuser
205 2002-10-13 Robin Johnson  <robbat2@users.sourceforge.net>
206     * libraries/sqlparser.lib.php3: bug #621357
207     * libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
208        - Fixed MB bug
210 2002-10-11 Marc Delisle  <lem9@users.sourceforge.net>
211     * libraries/common.lib.php3: bug 620624
213 2002-10-11 Loïc Chapeaux  <lolo@phpheaven.net>
214     * tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
215     * db_details_structure.php3: removed trailing whitespaces.
217 2002-10-10 Michal Cihar  <nijel@users.sourceforge.net>
218     * libraries/auth/config.auth.lib.php3: bug #620624 - displaying password
219       from config when MySQL connection can't be established
221 2002-10-09 Loïc Chapeaux  <lolo@phpheaven.net>
222     * libraries/display_tbl.lib.php3, bug 619735: display broken (bad HTML)
224 2002-10-09 Marc Delisle  <lem9@users.sourceforge.net>
225     * libraries/get_foreign.lib.php3: there are no functions
226       in this file that need to be protected from being defined
227       twice.  The added code introduced a bug
228     * db_details_structure.php3: total of records for InnoDB tables
230 2002-10-08 Marc Delisle  <lem9@users.sourceforge.net>
231     * ### 2.3.2 released ###
233 2002-10-05 Marc Delisle  <lem9@users.sourceforge.net>
234     * db_details_structure.php3: get true row count for InnoDB tables
235     * lang/albanian: update, thanks to Laurent Dhima
237 2002-10-03 Loïc Chapeaux  <lolo@phpheaven.net>
238     * tbl_select.php3, tbl_change.php3: require musn't be used inside
239       conditional statements.
240     * pdf_schema.php3; libraries/fpdf/fpdf.php3: upgraded to the 1.51 release
241       of the FPDF library.
242     * libraries/build_dump.lib.php3: fixed a parse error.
244 2002-10-03 Marc Delisle  <lem9@users.sourceforge.net>
245     * tbl_select.php3, tbl_change.php3,
246       new libraries/get_foreign.lib.php3: drop-down of foreign keys
247       on Select sub-page, thanks to Markus L. Noga (mlnoga)
249 2002-10-03 Alexander M. Turek  <rabus@users.sourceforge.net>
250     * tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against
251       bug #607896, thanks to Loïc.
252     * lang/english.inc.php3: Reordered strings.
253     * libraries/common.lib.php3: Added more fake settings in case of an
254       errornous config file.
256 2002-10-02 Alexander M. Turek  <rabus@users.sourceforge.net>
257     * header.inc.php3, header_prinview.inc.php3: Corrected value for the
258       'Expires' HTTP header (Fixed bug #607896).
259     * lang/german-utf-8.inc.php3: Wrong $charset value.
261 2002-10-02 Loïc Chapeaux  <lolo@phpheaven.net>
262     * tbl_change.php3, bug 617029: tabindex for linked fields
264 2002-10-02 Marc Delisle  <lem9@users.sourceforge.net>
265     * lang/thai: update, thanks to Arthit Suriyawongkul
266     * lang/german: remove control Ms from the utf-8 file
267     * libraries/bookmark.lib.php3: feature 584042, validation of
268       bookmark insert errors
270 2002-10-01 Marc Delisle  <lem9@users.sourceforge.net>
271     * Documentation.html, typo about GRANT: patch 616772,
272       thanks to Vince LaMonica (vjl323)
273     * tbl_alter.php3: patch 617044 for change field type,
274       thanks to Mats Engstrom (matseng)
276 2002-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
277     * lang/german-*.inc.php3: Fixed some typos,
278       thanks to Kai Michael Poppe (sdcepoppe).
280 2002-09-29 Marc Delisle  <lem9@users.sourceforge.net>
281     * lang/slovak update, thanks to Lubos Klokner
282     * lang/estonian: update, thanks to Alvar Soome
283     * Documentation.html: faq 1.24 about the PHP 4.2.3 bug
284     * ### 2.3.1 released ###
286 2002-09-29 Alexander M. Turek  <rabus@users.sourceforge.net>
287     * read_dump.php3: Fixed an "undefined variable" error.
289 2002-09-28 Alexander M. Turek  <rabus@users.sourceforge.net>
290     * libraries/common.lib.php3: $cfg['PmaAbsoluteURI'] detection did not work
291       properly on IIS 6.0.
292     * libraries/config_import.lib.php3:
293       - Fixed an inconsitence;
294       - Fixed an "undefined index" error.
295     * tbl_alter.php3: Fixed bug #615888 (error in column naming).
297 2002-09-27 Loïc Chapeaux  <lolo@phpheaven.net>
298     * db_details_qbe.php3: PHP3 fixes & coding standards.
299     * db_details_importdocsql.php3: optimization, xhtml fixes & coding
300       standards.
301     * ldi_check.php3, ldi_table.php3, sql.php3, most of "tbl_properties*"
302       scripts, tbl_relation.php3, tbl_select.php3: fixed bug #614303
303       (Duplicate args in table tabs links)
305 2002-09-26 Marc Delisle  <lem9@users.sourceforge.net>
306     * config.inc.php3, libraries/config_import.lib.php3: let UploadDir
307       empty because this means to not use the feature, thanks to Loïc
309 2002-09-25 Marc Delisle  <lem9@users.sourceforge.net>
310     * read_dump.php3: bug 611970, do not display the imported query
311       if larger than 500 (I don't think it's necessary to add another
312       config variable), thanks to Loïc
314 2002-09-24 Marc Delisle  <lem9@users.sourceforge.net>
315     * sql.php3: could not go to next page when browsing a query containing
316       a function like SUM(), due to IFs in reversed sequence
317     * lang/french update
319 2002-09-24 Michal Cihar  <nijel@users.sourceforge.net>
320     * lang/czech-*.inc.php3: update
322 2002-09-23 Marc Delisle  <lem9@users.sourceforge.net>
323     * lang/japanese: update, thanks to Yukihiro Kawada
324     * lang/italian: update, thanks to Pietro Danesi
325     * lang/galician: update, thanks to Xosé Calvo
326     * lang/chinese_*: update, thanks to Siu Sun (siusun)
327     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
328     * tbl_replace.php3: inserts and foreign keys, thanks to Markus L. Noga
330 2002-09-23 Loïc Chapeaux  <lolo@phpheaven.net>
331     * libraries/display_tbl.lib.php3, tbl_change.php3: coding standards
333 2002-09-23 Michal Cihar  <nijel@users.sourceforge.net>
334     * libraries/sqlparser.lib.php3: fix for #613102 (ALTER TABLE:missing
335       spacebar)
337 2002-09-22 Loïc Chapeaux  <lolo@phpheaven.net>
338     * tbl_relation.php3: fix fox #611519 (slash in comment)
339     * libraries/sqlparser.lib.php3: coding standards
341 2002-09-21 Alexander M. Turek  <rabus@users.sourceforge.net>
342     * lang/german-*.inc.php3: Updates.
343     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
344       compatibility for config.inc.php3 < rev 1.144.
346 2002-09-20 Marc Delisle  <lem9@users.sourceforge.net>
347     * libraries/display_tbl.lib.php3: bug 612117, vertical view and
348       buttons as links
349     * libraries/tbl_change.js, tbl_change.php3, tbl_replace.php3:
350       patch 612202: NULL for foreign keys, thanks to Markus L. Noga
352 2002-09-19 Marc Delisle  <lem9@users.sourceforge.net>
353     * libraries/sqlparser.lib.php3: bug 608459: syntax coloring and
354       alias without AS
355     * libraries/display_tbl.lib.php3: bug 574852: relation and ORDER BY
356     * db_details_qbe.php3: missing global $dbh
358 2002-09-19 Loïc Chapeaux  <lolo@phpheaven.net>
359     * tbl_printview.php3: fix for #611499 (empty comment column)
360     * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)
362 2002-09-19 Michal Cihar  <nijel@users.sourceforge.net>
363     * Documentation.html, config.inc.php3, tbl_change.php3,
364       libraries/config_import.lib.php3: fix for #581494 - problems with \n in
365       CHAR/VARCHAR, added new configs $cfg['CharEditing'] and
366       $cfg['CharTextarea{Cols,Rows}']
367     * tbl_change.php3: revised by Loïc to fit coding standards
369 2002-09-18 Mike Beck    <mikebeck@users.sourceforge.net>
370     * db_details_qbe.php3: complete rewrite of the code
371             that creates the JOINS hoping that this will
372             be much faster in certain circumstances
373             please try - this needs some testing
375 2002-09-18 Marc Delisle  <lem9@users.sourceforge.net>
376     * lang/slovenian update: thanks to Kositer Uros (urosh)
378 2002-09-18 Loïc Chapeaux  <lolo@phpheaven.net>
379     * tbl_change.php3, tbl_replace.php3, sql.php3,
380       libraries/display_tbl.lib.php3: bug 610315 full text toggle
382 2002-09-18 Michal Cihar  <nijel@users.sourceforge.net>
383     * lang/*.php3, tbl_properties_export.php3: removed duplicate message
384       with typo in name strCvsData (replaced by strStrucCSV)
385     * lang/czech-*.inc.php3: Updates.
386     * lang/sync_lang.sh: accepts parameters --iconv/--recode to force
387       convertor
389 2002-09-17 Marc Delisle  <lem9@users.sourceforge.net>
390     * lang/spanish: update, thanks to Daniel Hinostroza
391     * tbl_change.php3: bug 609614, default value for datetime ignored
392     * lang/catalan: update, thanks to Xavier Navarro
393     * lang/norwegian: update, thanks to Sven-Erik Andersen
394     * lang/finnish: update, thanks to Visa Kopu (visa)
395     * lang/swedish: update, thanks to Björn T. Hallberg
397 2002-09-17 Loïc Chapeaux  <lolo@phpheaven.net>
398     * tbl_change.php3: bug 610310: spaces in drop-down for foreign values
400 2002-09-16 Marc Delisle  <lem9@users.sourceforge.net>
401     * lang/japanese: update, thanks to Yukihiro Kawada
403 2002-09-15 Marc Delisle  <lem9@users.sourceforge.net>
404     * lang/romanian: update, thanks to Valics Lehel
405     * lang/polish: update, thanks to Jakub Wilk
406     * lang/lithuanian: update, thanks to Vilius Zigmantas
407     * lang/galician: update, thanks to Xosé Calvo
408     * ### 2.3.1-rc1 released
410 2002-09-14 Alexander M. Turek  <rabus@users.sourceforge.net>
411     * lang/german-*.inc.php3: Updates.
412     * lang/albanian-*.inc.php3: Updates, thanks again to
413       Laurent Dhima (laurenti).
415 2002-09-14 Marc Delisle  <lem9@users.sourceforge.net>
416     * Documentation.html: clarifications about Mac OS X, and installing
417     * lang/italian: update, thanks to Pietro Danesi
418     * lang/malay: update, thanks to Shafique (sicksand)
419     * lang/sync_lang.sh: added malay
421 2002-09-13 Loïc Chapeaux  <lolo@phpheaven.net>
422     * db_details.php3, line 121: XHTML fix.
423     * tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
424       feature #601603 (Field names on CSV export).
425     * main.php3, lines 11-13: new fix against bug #571409 (it doesn't work
426       properly with Zend Accelerator).
427     * libraries/relation.lib.php3, lines 70 & 79: PHP3 fix.
428     * libraries/display_tbl.lib.php3: fixed warnings.
430 2002-09-12 Marc Delisle  <lem9@users.sourceforge.net>
431     * libraries/display_tbl.lib.php3: bug 601809: when two fields have the
432       same name, both are showed NULL even if only one is NULL
434 2002-09-12 Alexander M. Turek  <rabus@users.sourceforge.net>
435     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
437 2002-09-11 Marc Delisle  <lem9@users.sourceforge.net>
438     * tbl_change.php3: "empty drop-downs" bug, and avoid displaying a
439       drop-down if more than 200 rows in the foreign table
441 2002-09-11 Loïc Chapeaux  <lolo@phpheaven.net> and Marc
442     * tbl_change.php3: bug 605342, edit fills current time in datetime field
444 2002-09-11 Michal Cihar  <nijel@users.sourceforge.net>
445     * lang/czech-*.inc.php3: Updates.
447 2002-09-11 Alexander M. Turek  <rabus@users.sourceforge.net>
448     * libraries/config_import.lib.php3: Another fix against bug #582890.
449     * lang/german-*.inc.php3: Updates.
450     * libraries/sqlparser.lib.php3: XHTML fix (nl2br() is not XHTML compilant
451       before PHP 4.0.5).
453 2002-09-10: Robin Johnson  <robbat2@users.sourceforge.net>
454     * libraries/common.lib.php3, main.php3:
455          - Final solution to bug #582890
456     * lang/*:
457          - String for localization used in auto-generation of names
459 2002-09-10 Alexander M. Turek  <rabus@users.sourceforge.net>
460     * Documentation.html: Added an FAQ entry about lower_case_table_names on
461       Windows machines.
463 2002-09-09 Alexander M. Turek  <rabus@users.sourceforge.net>
464     * lang/hindi-utf-8.inc.php3: Updates, thanks again to
465       Girish Nair (girish_nair).
467 2002-09-08 Robin Johnson  <robbat2@users.sourceforge.net>
468     * scripts/create-release.sh: Tweaked instruction list
469     * Documentaion.html, lib/sqlvalidator.class.php3:
470         - Noted overload * requirement
472 2002-09-07 Marc Delisle  <lem9@users.sourceforge.net>
473     * lang/dutch: update, thanks to Ivo Teel.
474     * lang/estonian: update, thanks to Alvar Soome
475     * lang/spanish: update, thanks to Enrique Garcia M. (egarcam)
476     * lang/italian: update, thanks to Pietro Danesi
477     * lang/norwegian: update, thanks to Sven-Erik Andersen
478     * lang/thai: update, thanks to Arthit Suriyawongkul
479     * lang/romanian: update, thanks to Valics Lehel
480     * lang/japanese: update, thanks to Yukihiro Kawada
482 2002-09-05 Marc Delisle  <lem9@users.sourceforge.net>
483     * tbl_change.php3: display values in drop-down even if no
484       display field is defined
486 2002-09-05 Loïc Chapeaux  <lolo@phpheaven.net>
487     * Documentation.html: modify name of relations in FAQ 6.6
488     * tbl_change.php3: check $cfgRelation['relwork'] before
489       using PMA_getForeigners(), thanks to Martyn Allan (mallan2)
491 2002-09-04 Loïc Chapeaux  <lolo@phpheaven.net>
492     * tbl_change.php3: protect with backquotes
494 2002-09-03 Marc Delisle  <lem9@users.sourceforge.net>
495     * tbl_change.php3: drop-down for foreign keys, patch 603939,
496       thanks to Markus L. Noga (markus at noga.de)
498 2002-09-03 Loïc Chapeaux  <lolo@phpheaven.net>
499     * libraries/display_tbl.lib.php3:
500       - fix a PHP3 problem (foreach function was called);
501       - XHTML fixes;
502       - coding standards.
504 2002-09-02 Marc Delisle  <lem9@users.sourceforge.net>
505     * db_details_structure.php3, mult_submits.inc.php3: Patch 582904:
506       add REPAIR TABLE choice in drop-down of db view, thanks to
507       Cal Henderson (iamcal)
508     * libraries/display_tbl.lib.php3: new function PMA_linkOrButton
509       to accomodate some browsers' limitations on the URL length, used on
510       left and right Edit and Delete links (or buttons), idea
511       and part of the code from patch 591497, thanks to Ruben Barkow (rubo77)
513 2002-09-01 Loïc Chapeaux  <lolo@phpheaven.net>
514     * libraries/auth/cookie.auth.lib.php3: bug 601721 (cookie and IIS)
516 2002-08-30 Loïc Chapeaux  <lolo@phpheaven.net>
517     * tbl_relation.php3, line 324; user_details.php3; lines 262-269:
518       fixed some warnings.
519     * libraries/display_tbl.lib.php3: fixed first part of bug
520       #601776 (Undefined variables).
521     * libraries/sqlvalidator.lib.php3: removed trailing spaces.
523 2002-08-29 Robin Johnson  <robbat2@users.sourceforge.net>
524     * libraries/sqlvalidator.lib.php3:
525         - Fix for bug in Alex's fix for bug #594947
526           line 67, change || to &&
527         - Fix for undefined string in error case of sqlvalidator that is
528           actually never reached. Just commented out for now
530 2002-08-28 Marc Delisle  <lem9@users.sourceforge.net>
531     * libraries/display_tbl.lib.php3: Bug 576895: matching a float field
533 2002-08-26 Michal Cihar  <nijel@users.sourceforge.net>
534     * lang/czech-*.inc.php3: Updates, fixes.
536 2002-08-26 Loïc Chapeaux  <lolo@phpheaven.net>
537     * tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
539 2002-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
540     * lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
541     * lang/german-*.inc.php3: Updates.
542     * libraries/sqlvalidator.lib.php3, lang/*.inc.php3:
543       Better fix against bug #594947.
544     * libraries/common.lib.php3: Fixed a JS error.
546 2002-08-24 Marc Delisle  <lem9@users.sourceforge.net>
547     * Documentation.html, faq 6.15: creating an index on a BLOB field
548       and faq 1.22 about php.ini file_uploads
550 2002-08-23 Loïc Chapeaux  <lolo@phpheaven.net>
551     * left.php3, lines 169-181: XHTML optimizations.
552     * db_details_common.php3, tbl_properties_common.php3,
553       libraries/sqlparser.lib.php3: Fixed bug #571409 (it doesn't work properly
554       with Zend Accelerator).
555     * db_details.php3, lang/*: validation on web-server upload dir
557 2002-08-23 Alexander M. Turek  <rabus@users.sourceforge.net>
558     * libraries/charset_conversion.lib.php3: Don't let php display an error
559       message if dl() fails.
560     * translators.html, lang/malay-*.inc.php3: Updates.
562 2002-08-22 Robin Johnson  <robbat2@users.sourceforge.net>
563     * config.inc.php3, left.php3:
564         - $cfg['LeftDisplayLogo'] to turn off PMA logo display
566 2002-08-22 Alexander M. Turek  <rabus@users.sourceforge.net>
567     * libraries/sqlvalidator.lib.php3: Fixed bug #594947.
568     * libraries/common.lib.php3, libraries/config_import.lib.php3, left.php3:
569       Backwards compatibility.
570     * lang/malay-*.inc.php3, libraries/select_lang.lib.php3, translators.html:
571       New language, thanks to "Shafique" (sicksand).
572     * db_details.php3, Documentation.html: Display .sql files only.
574 2002-08-21 Marc Delisle  <lem9@users.sourceforge.net>
575     * db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
576       config.inc.php3, Documentation.html: web-based upload directory,
577       thanks to Sönke J. Peters (s03nk3)
578     * tbl_properties_structure.php3: undefined index for innodb,
579       thanks to Loïc
580     * images/pma_logo.png, left.php3, libraries/auth/cookie.auth.lib.php3:
581       new logo, thanks to Ivan R. Lanin (ivanlanin); logo made transparent
582       by Alexander M. Turek
584 2002-08-21 Alexander M. Turek  <rabus@users.sourceforge.net>
585     * Documentation.html:
586       - Updated FAQ 1.6.
587       - Converted special characters into HTML entities.
588     * lang/german-*.inc.php3: Updates.
589     * translators.html: Another note in order to avoid annoying mails.
591 2002-08-21 Loïc Chapeaux  <lolo@phpheaven.net>
592     * config.inc.php3, db_details.php3, db_details_export.php3,
593       db_details_qbe.php3, Documentation.html, ldi_check.php3, ldi_table.php3,
594       tbl_dump.php3, tbl_properties_export.php3, tbl_query_box.php3,
595       libraries/charset_conversion.lib.php3: Coding standards.
596     * db_details.php3, read_dump.php3: optimize web-based upload directory
598 2002-08-21 Michal Cihar  <nijel@users.sourceforge.net>
599     * libraries/common.lib.php3: revised to fit coding standards (by Loïc) and
600       added documentation about parameters for PMA_showMySQLDocu()
602 2002-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
603     * sql.php3, libraries/sqlparser.lib.php3: Fixed bug #597184 (PHP3
604       compatibility).
605     * libraries/common.lib.php3: Undefined variable.
607 2002-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
608     * main.php3: Fixed bug #596019 (Undefined variable $re).
610 2002-08-15 Marc Delisle  <lem9@users.sourceforge.net>
611     * config.inc.php3, tbl_query_box.php3, db_details.php3, Documentation.html:
612       new $cfg['TextareaAutoSelect'] (Bug 582637)
614 2002-08-15 Michal Cihar  <nijel@users.sourceforge.net>
615     * Documentation.html, config.inc.php3, db_details.php3, db_search.php3,
616       ldi_table.php3, main.php3, tbl_indexes.php3, tbl_properties.inc.php3,
617       tbl_properties_operations.php3, tbl_properties_options.php3,
618       tbl_properties_structure.php3, tbl_query_box.php3, tbl_select.php3,
619       user_details.php3, libraries/common.lib.php3:
620       Implemented feature #545379 - phpMyAdmin has now support for all MySQL
621       manuals available.
623 2002-08-15 Alexander M. Turek  <rabus@users.sourceforge.net>
624     * main.php3: Undefined variable.
625     * lang/german-*.inc.php3: Fixed a typo, thanks to Steve Alberty (staybyte).
626     * Documentation.html: XHTML fixes.
627     * libraries/common.lib.php3, libraries/config_import.lib.php3: Improved
628       backwards compatibility for old config files.
630 2002-08-14 Olivier L. Müller  <om@omnis.ch>
631     * Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
632       updated mail address of Tobias Ratschiller (requested by himself :)
634 2002-08-14 Michal Cihar  <nijel@users.sourceforge.net>
635     * libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
636       Improved detection of used recoding function, now can be configured
637       which function should be preffered ($cfg['RecodingEngine']).
638     * libraries/charset_conversion.lib.php3, read_dump.php3:
639       read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
640       iconv.
641     * libraries/charset_conversion.lib.php3, ldi_check.php3, ldi_table.php3:
642       Support for converting charset of loaded files, used new function
643       PMA_convert_file.
644     * tbl_dump.php3, db_details_export.php3, tbl_properties_export.php3:
645       Support for exporting in custom charset.
647 2002-08-14 Marc Delisle  <lem9@users.sourceforge.net>
648     * lang/japanese update: thanks to Yukihiro Kawada
650 2002-08-14 Loïc Chapeaux  <lolo@phpheaven.net>
651     * Documentation.html, lines 2251-2252: fixed an XHTML error.
652     * main.php3: removed some extra space characters.
653     * scripts/create_release.sh: add a reminder about checking language files
654       validity.
656 2002-08-13 Michal Cihar  <nijel@users.sourceforge.net>
657     * lang/czech-*.inc.php3: Updates.
658     * lang/sync_lang.sh: Allow running only on specified translations.
660 2002-08-13 Alexander M. Turek  <rabus@users.sourceforge.net>
661     * lang/german-*.inc.php3: Updates.
662     * Documentation.*: Updated credits.
663     * libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
664       Pawe³ Szczepañski (pauluz).
665     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
667 2002-08-13 Marc Delisle  <lem9@users.sourceforge.net>
668     * lang/*, main.php3: new warning strInsecureMySQL, when running with
669       the default MySQL privileged account
671 2002-08-12 Robin Johnson  <robbat2@users.sourceforge.net>
672     * libraries/sqlparser.lib.php3:
673         - Fixed bug #594098
675 2002-08-12 Marc Delisle  <lem9@users.sourceforge.net>
676     * lang/japanese update: thanks to Yukihiro Kawada
677     * lang/slovenian update: thanks to Kositer Uros (urosh)
679 2002-08-12 Mike Beck  <mikebeck@users.sourceforge.net>
680     * tbl_select.php3: Bugfix: it created IS 'NULL'
681       instead of IS NULL.
683 2002-08-12 Alexander M. Turek  <rabus@users.sourceforge.net>
684     * libraries/defines_php.lib.php3, Documentation.*, translators.html:
685       corrected version number.
686     * libraries/grab_globals.lib.php3: disallow accessing serious server files
687       via "?goto=".
688     * lang/hindi-utf-8.inc.php3: File was corrupted.
689     * lang/chinese_gb-utf-8.inc.php3: Back to previous version.
690     * lang/czech-*.inc.php3: Small fixes, thanks again to Michal Cihar (nijel).
692 2002-08-11 Robin Johnson  <robbat2@users.sourceforge.net>
693     ### 2.3.0 is released ###
694     * Documentation.html:
695         - Updates for SQL Validator notes
696     * lang/sort_lang.sh:
697         - Fixed sorting bugs
698         - Now correctely arranges str values.
699         - Avoids extra blank line at top before CVS ID tag
700     * lang/hindi:
701         - Added '//to translate' to all untranslated strings
702     * lang/*:
703         - Resorted language files with fixed sort_lang.sh
704     * scripts/create-release.sh:
705         - Fix bug for existance of directory
707 2002-08-11 Marc Delisle  <lem9@users.sourceforge.net>
708     * lang/afrikaans: update, thanks to Andreas Pauley
709     * ### 2.2.7 is released ###
711 2002-08-11 Alexander M. Turek  <rabus@users.sourceforge.net>
712     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
713     * lang/slovak-*.inc.php3: Updates, thanks again to Lubos Klokner (erkac).
714     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
715     * lang/albanian-*.inc.php3: Updates, thanks again to
716       Laurent Dhima (laurenti).
717     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
718     * lang/german-*.inc.php3: Updates.
719     * tbl_properties_links.php3: Use "TRUNCATE TABLE" instead of "TRUNCATE".
720     * tbl_indexes.php3: Default page for databases.
721     * libraries/common.lib.php3: Workaround against bug #590055
722       (Tables need repair after empty).
724 2002-08-10 Robin Johnson  <robbat2@users.sourceforge.net>
725     * libraries/string.lib.php3:
726         - Fix for bug #593386
727           Might need more work depending on character set
728           research. We will need to end up knowing the
729           character set MySQL is using to do it totally right.
730     * libraries/common.lib.php3:
731         - Fix for bug #582890
732           Just detects for connect_type == 'tcp' before
733           empty host. Might need better long term fix to
734           detect socket connect_type, and check that a
735           value exists for it, even if it is only the default.
737 2002-08-10 Marc Delisle  <lem9@users.sourceforge.net>
738     * lang/french: update.
740 2002-08-10 Alexander M. Turek  <rabus@users.sourceforge.net>
741     * sql.php3, db_details_common.php3, tbl_properties_common.php3,
742       libraries/common.lib.php3: Default pages for tables / databases.
744 2002-08-10 Loïc Chapeaux  <lolo@phpheaven.net>
745     * config.inc.php3: coding standards.
746     * db_details.php3; db_details_qbe.php3; tbl_change.php3;
747       tbl_query_box.php3: fixed bug #592000 (dir="ltr" for textarea tags).
748     * user_details.php3, lines 90-95: fixed bug #576896 - No "FILE" privileges
749       on a database if neither "INSERT" nor "UPDATE" one.
751 2002-08-09 Marc Delisle  <lem9@users.sourceforge.net>
752     * user_details.php3: bug 591602, mysql.user lowercase "password",
753       thanks to Thomas Bähr <baehr at glaswald.de>
754     * lang/romanian: update, thanks to Valics Lehel
756 2002-08-09 Robin Johnson  <robbat2@users.sourceforge.net>
757     * Documentation.html:
758         - Updates for SQL Parser
759     * lang/finnish: update, thanks to Visa Kopu (visa)
760     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
761     * lang/italian: update, thanks to Pietro Danesi (danone)
762     * lang/sort_lang.sh:
763         - New script to neaten all language files
764     * lang/check_lang.sh:
765         - New script to check language files for consistancy
766     * lang/*.sh:
767         - Added CVS tags to scripts
768     * lang/*.inc.php3:
769         - All languages neatened by lang/sort_lang.sh script.
770     * libraries/string.lib.php3:
771         - Added function to match accented characters
773 2002-08-08 Robin Johnson  <robbat2@users.sourceforge.net>
774     * Documentation.html:
775         - Cleaned up and re-arranged Configuration section to match
776           config.inc.php3
777     * config.inc.php3:
778         - Cleaned up and re-arranged Configuration section to match
779           config.inc.php3
781 2002-08-08 Loïc Chapeaux  <lolo@phpheaven.net>
782     * left.php3: xhtml fixes (id name must start with a letter).
783     * pdf_pages.php3, tbl_printview.php3, tbl_realtion.php3,
784       scripts/decode_bug.php3: xhtml fixes.
786 2002-08-08 Alexander M. Turek  <rabus@users.sourceforge.net>
787     * lang/spanish-*.inc.php3:
788       - Updates, thanks again to Daniel Hinostroza;
789       - Reordered strings.
790     * libraries/common.lib.php3: The ID names have been changed.
791     * lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3,
792       translators.php3: Added Hindi language file, thanks to
793       Girish Nair (girish_nair).
794     * libraries/select_lang.lib.php3: The Georgian UTF-8 language file was
795       offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.
796     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo.
797     * lang/thai-*.inc.php3: Updates, thanks again to
798       Arthit Suriyawongkul (bacteria).
800 2002-08-07 Marc Delisle  <lem9@users.sourceforge.net>
801     * lang/afrikaans: update, thanks to Andreas Pauley
802     * lang/turkish: update, thanks to Bora Alioglu
803     * lang/polish: update, thanks to Jakub Wilk
804     * lang/spanish: update, thanks to Daniel Hinostroza
805     * lang/galician: update, thanks to Xosé Calvo
806     * lang/hungarian: update, thanks to Peter Bakondy
808 2002-08-07 Alexander M. Turek  <rabus@users.sourceforge.net>
809     * lang/turkish-*.inc.php3: Updates, thanks again to
810       Bora Alioglu <bora at risc01.ktu.edu.tr>.
811     * lang/english-*.inc.php3: Reordered strings.
812     * lang/czech-*.inc.php3: Updates, thanks agains to Michal Cihar (nijel).
814 2002-08-07 Loïc Chapeaux  <lolo@phpheaven.net>
815     * db_details.php3, read_dump.php3, tbl_properties_links.php3:
816       Coding standards.
817     * db_search.php3, tbl_alter.php3, tbl_properties_links.php3,
818       tbl_properties_operations.php3, tbl_query_box.php3, tbl_select.php3,
819       user_details.php3, libraries/build_dump.lib.php3,
820       libraries/display_tbl.lib.php3: Improved MySQL 3.21 compatibility.
821     * libraries/sqlparser.lib.php3:
822         - Coding standard improvements (Merged by Robin)
823     * scripts/decode_bug.php3:
824         - Coding standard improvements (Merged by Robin)
826 2002-08-07 Robin Johnson  <robbat2@users.sourceforge.net>
827     * lang/slovak-iso-8859-2.inc.php3:
828         - Updates, thanks to Lubos Klokner (erkac)
829     * lang/indonesian-iso-8859-1.inc.php3:
830         - Updates, thanks to Rachim Tamsjadi (tamsy)
831     * lang/estonian-iso-8859-1.inc.php3:
832         - Updates, thanks to Alvar Soome (finsoft)
833     * lang/czech-iso-8859-2.inc.php3:
834         - Updates, thanks to Michal Cihar (nijel)
835     * lang/greek-iso-8859-7.inc.php3:
836         - Updates, thanks to Kyriakos Xagoraris (theremon)
837     * lang.swedish-iso-8859-1.inc.php3:
838         - Updates, thanks to Björn T. Hallberg (bth)
839     * libraries/sqlparser.lib.php3:
840         - Added LANG to the list of BUG() data
841         - Made easier to understand throwError() output
842         - Spelling fix in
843           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
844     * lang/*:
845         - Spelling fix in $strSQLParserBugMessage where not yet translated
846         - Spelling fix in $strSQPBugUnknownPunctation where not yet translated
847         - Spelling fix in
848           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
850 2002-08-06 Robin Johnson  <robbat2@users.sourceforge.net>
851     * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3:
852         - Renamed libraries/sqlvalidator.php3 to libraries/sqlvalidator.lib.php3
853     * scripts/decode_bug.php3:
854         - Cleaned up code to use <pre> arouund output
855     * libraries/sqlparser.lib.php3:
856         - Converted code to use $str* variables
857         - BUG() code cleaned up (PMA_SQP_BUG, PMA_SQP_throwError)
858         - More PHP3 compatibility
859     * lang/*:
860         - New variables for SQL Parser error messages
862 2002-08-06 Marc Delisle  <lem9@users.sourceforge.net>
863     * tbl_properties_links.php3: bug 590867: avoid undefined variable
864       and add comments in the code for a future correction
866 2002-08-06 Loïc Chapeaux  <lolo@phpheaven.net>
867     * libraries/display_tbl.lib.php3, line 1412: do not die if relation table
868       is broken in browse mode
869     * libraries/sqlvalidator.lib.php3, libraries/sqlvalidator.class.php3:
870         - Coding style fixes, documentation.
872 2002-08-06 Alexander M. Turek  <rabus@users.sourceforge.net>
873     * lang/english-*.inc.php3: Typo.
874     * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
875       Fixed bug #590863 (Importing an SQL dump fails when using UTF-8) by
876       allowing the user to specify the charset of an uploaded SQL file.
877     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
879 2002-08-05 Loïc Chapeaux  <lolo@phpheaven.net>
880     * tbl_indexes.php3, ldi_check.php3, libraries/sqlparser.lib.php3:
881       coding standard
883 2002-08-05 Alexander M. Turek  <rabus@users.sourceforge.net>
884     * translators.html:
885       - Added a small note in order to avoid annoying emails.
886       - Corrected the name of the Chinese translator.
887     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
888     * lang/chinese_.inc.php3: Updates, thanks again to Siu Sun (siusun).
889     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
891 2002-08-04 Marc Delisle  <lem9@users.sourceforge.net>
892     * tbl_indexes.php3: was corrupting the query displayed in query box
893       because it was using $sql_query for local needs. Replaced by $local_query
895 2002-08-04 Alexander M. Turek  <rabus@users.sourceforge.net>
896     * libraries/common.lib.php3, line 88: default language should be
897       en-iso-8859-1.
898     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
899       compatibility for config file revisions before 1.131.
900     * config.inc.php3: Display syntax errors when the user calls the config file
901       directly even if "display_errors" has been switched off in php.ini.
902     * lang/german-*.inc.php3: Updates.
903     * lang/afrikaans-*.inc.php3: Tidied up a bit.
904     * Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
905     * Documentation.html:
906       - Beautified XHTML code;
907       - Edited my credit;
908       - Fixed a typo.
909     * tbl_properties.inc.php3: Tried to work around bug #590481 (By default
910       radio button for primary key).
912 2002-08-03 Marc Delisle  <lem9@users.sourceforge.net>
913     * Documentation.html: remove unneeded GRANT
914     * lang/turkish: update, thanks to Bora Alioglu
915     * lang/french: update
917 2002-08-03 Robin Johnson  <robbat2@users.sourceforge.net>
918     * lang/*:
919         - Strings for SQL Validator
920     * config.inc.php3:
921         - Config options for SQL Validator
922     * libraries/common.lib.php3, sql.php3:
923         - SQL Validator usage code
924     * libraries/sqlvalidator.class.php3:
925         - PHP Class to run SQL Validator
926     * libraries/sqlvalidator.php3:
927         - SQL Validator interface code
928     * ChangeLog:
929         - Neatened Changelog to general follow a format
930         - (* <filename>: <details>)
931     * db_details.php3, db_stats.php3, main.php3, sql.php3
932       tbl_change.php3, tbl_query_box.php3, user_details.php3
933       libraries/common.lib.php3:
934         - changed show_query to use 1/0 instead of 'y'/'n'
935     * sql.php3, libraries/common.lib.php3:
936         - Improved logic of edit, show_as_php, explain and validator
937           in the SQL query box
938     * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3:
939         - Function documentation and cleanup
940     * config.inc.php3:
941         - Comments for SQL Validator options
943 2002-08-02 Robin Johnson  <robbat2@users.sourceforge.net>
944     * libraries/defines*:
945         - Add another set of defines to make the original
946           version datas available as strings
947     * libraries/common.lib.php3:
948         - Cleaned up SQL Query links
949         - Made customizable in $cfg
950     * config.inc.php3:
951         - Added $cfg['SQLQuery']* for customizing SQL Query links
952         - Set defaults of $cfg['SQLQuery']* to act like old behavior
953     * lang/*:
954         - Changed $strExplain to say 'Query' instead of code
955         - Added $strNoExplain for reverse of Explain state
957 2002-08-02 Marc Delisle  <lem9@users.sourceforge.net>
958     * lang/portuguese: update, thanks to Lopo Pizarro
959     * lang/catalan: update, thanks to Xavier Navarro
960     * lang/ukrainian: update, thanks to Markijan Baran
961     * ldi_check.php3: undefined $sub_part
963 2002-08-01 Robin Johnson  <robbat2@users.sourceforge.net>
964     * scripts/decode_bug.php3:
965         - Improvements and PHP3 fixes thanks to Loic
966     * libraries/string.lib.php3:
967         - Detect U+00A0 as whitespace
969 2002-08-01 Marc Delisle  <lem9@users.sourceforge.net>
970     * lang/afrikaans: new language
971         - thanks to Andreas Pauley (pauley at buitegroep.org.za)
972     * lang/spanish: remove control m
974 2002-07-31 Robin Johnson  <robbat2@users.sourceforge.net>
975     * tbl_properties_structure.php3 +40: Fix for a warning notice
976     * libraries/sqlparser.lib.php3: Fix for another minor formatting quirk
978 2002-07-31 Marc Delisle  <lem9@users.sourceforge.net>
979     * lang/thai: update, thanks to Arthit Suriyawongkul
981 2002-07-30 Robin Johnson  <robbat2@users.sourceforge.net>
982     * scripts/decode_bug.php3: Parser BUG decoder merged
983     * lang/russian: Update thanks to http://psyonline.ru/
984     * lang/spanish: Update thanks to Daniel ?
985     * lang/*: ran sync_lang.sh
987 2002-07-30 Marc Delisle  <lem9@users.sourceforge.net>
988     * config.inc.php3: how to test auto-detect
989     * lang/turkish: update, thanks to Bora Alioglu
990     * lang/galician: update, thanks to Xosé Calvo
991     * lang/albanian: update, thanks to Laurent Dhima.
992     * lang/czech: update, thanks to Michal Cihar
993     * lang/slovak-iso: update, thanks to Lubos Klokner
995 2002-07-30 Loïc Chapeaux  <lolo@phpheaven.net>
996     * Documentation.html: coding standards (line size <= 80).
997     * db_details_structure.php3:, 456-460, beautified generated page.
999 2002-07-29 Marc Delisle  <lem9@users.sourceforge.net>
1000     * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth
1001     * lang/turkish: update, thanks to Bora Alioglu
1003 2002-07-29 Robin Johnson  <robbat2@users.sourceforge.net>
1004     * lang/galician*: Merged update from #588154
1005     * lang/estonian*: Merged update from Alvar Soome
1006     * lang/indonesian*: Merged update from Rachim Tamsjadi
1007     * lang/*: ran sync_lang.sh
1009 2002-07-29 Loïc Chapeaux  <lolo@phpheaven.net>
1010     * tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to
1011       Christophe Jaillet <tititou at users.sourceforge.net>
1012     * libraries/sqlparser.lib.php3: fixed parse errors (bug #588010)
1013       thanks to Nagi Peters <nagipeters at users.sourceforge.net> and
1014       coding standards.
1015     * Documentation.html: coding standards.
1016     * libraries/relation.lib.php3: beautified generated page.
1018 2002-07-28 Marc Delisle  <lem9@users.sourceforge.net>
1019     * lang/romanian: update, thanks to Valics Lehel
1020     * lang/polish: update, thanks to Jakub Wilk
1021     * lang/swedish: update, thanks to Björn T. Hallberg
1022     * lang/italian: update, thanks to Pietro Danesi
1023     * lang/lithuanian: update, thanks to Vilius Zigmantas
1024     * lang/dutch: update, thanks to Ivo Teel.
1025     2.3.0-rc4 released
1027 2002-07-27 Marc Delisle  <lem9@users.sourceforge.net>
1028     * lang/italian: update, thanks to Pietro Danesi
1029     * lang/*: fix a typo
1031 2002-07-26 Robin Johnson  <robbat2@users.sourceforge.net>
1032     * libraries/sqlparser.lib.php3:
1033         - Fixed ANSI type string escaping
1034         - Fixed formatting wrt. whitespace in FormatHTML
1035         - PHP3 fix for gzcompress() bug code
1036         - Fix for ob_flush() bug code
1038 2002-07-26 Marc Delisle  <lem9@users.sourceforge.net>
1039     * Documentation.html: numbers for faq entries
1040     * russian: updates, from an anonymous contributor
1042 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1043     * libraries/sqlparser.lib.php3:
1044         - PHP3 parse errors fixed;
1045         - coding standards.
1046     * pdf_schema.php3; lang/*: translated a string.
1047     * header.inc.php3, lines 155-156: better "fix" against bug
1048       #585094 (Runtime Error on Line 62).
1050 2002-07-25 Robin Johnson  <robbat2@users.sourceforge.net>
1051     * config.inc.php3:
1052         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1053           value.
1054     * libraries/sqlparser.lib.php3:
1055         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1056           value.
1057         - Fix strpos on line 168/169 to work with PHP3
1058         - Fixed analyze code to remove print_r()
1059     * lang/estonian-iso-8859-1.inc.php:
1060         - Updated translation (thanks to Alvar Soome)
1062 2002-07-25 Marc Delisle  <lem9@users.sourceforge.net>
1063     * Documentation.html, clarify about mysql extensions
1064     * tbl_properties_options.php3, tbl_properties_table_info.php3:
1065       bug 586230, thanks to Loïc
1066     * common.lib.php3: fix bad variable name
1067     * tbl_indexes.php3, tbl_change.php3: fixes for PHP3 compatibility
1069 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1070     * coding standard: common.lib.php3, config.inc.php3, Documentation.html,
1071       header.inc.php3, sqlparser.data.php3, sqlparser.lib.php3,
1072       string.lib.php3, translators.html
1074 2002-07-24 Marc Delisle  <lem9@users.sourceforge.net>
1075     * new lang: slovenian, thanks to Kositer Uros (urosh)
1077 2002-07-24 Robin Johnson  <robbat2@users.sourceforge.net>
1078     * libraries/string.lib.php3:
1079         - optimizations/PHP3 fixes (thanks Loïc)
1080     * libraries/sqlparser.lib.php3:
1081         - Merged
1082         - Spacing around if statements
1083         - Added require statements for parser
1084         - Moved to global constants for size of keyword arrays
1085         - Added CSS creation rules
1086         - Cleaned up CSS creation functions
1087         - Formatting fixes
1088     * libraries/sqlparser.data.php3:
1089         - Merged
1090         - Added 'ANALYSE' reserved word (note spelling)
1091     * config.inc.php3:
1092         - Added SQL Parser variables
1093         - Remove old SQL Parser variables
1094     * header.inc.php3:
1095         - Added CSS for SQL Parser
1096     * libraries/common.lib.php3:
1097         - Change of PMA_format_sql to use new SQL Parser
1099 2002-07-24 Loïc Chapeaux  <lolo@phpheaven.net>
1100     * libraries/string.lib.php3: Function documentation
1102 2002-07-23 Robin Johnson  <robbat2@users.sourceforge.net>
1103     * libraries/string.lib.php3: String functions for the new
1104       SQL Parser system
1106 2002-07-22 Marc Delisle  <lem9@users.sourceforge.net>
1107     * lang/dutch update, thanks to Ivo Teel.
1109 2002-07-22 Loïc Chapeaux  <lolo@phpheaven.net>
1110     * libraries/common.lib.php3, lines 198-200: open the documentation
1111       link in the "documentation" window.
1112     * libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
1113       PHP3 fixes (don't use "require" inside a conditional statement).
1114     * Documentation.html: XHTML fixes.
1115     * db_details_structure.php3; tbl_properties.php3;
1116       tbl_change.php3, line 336; tbl_properties_structure.php3;
1117       tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
1118     * db_details.php3; db_details_links.php3;
1119       tbl_properties_export.php3, lines 156-158: beautified generated
1120       XHTML code.
1122 2002-07-21 Marc Delisle  <lem9@users.sourceforge.net>
1123     * Documentation.html, libraries/common.lib.php3: added a faq about
1124       mysql extension, and a link to it when the error occurs
1126 2002-07-20 Marc Delisle  <lem9@users.sourceforge.net>
1127     * tbl_properties*: missing $sub_part for back links (bug 584069)
1129 2002-07-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1130     * tbl_properties_links.php3: Fixed bug #583969.
1131     * lang/german-*.inc.php3: Updates.
1133 2002-07-19 Marc Delisle  <lem9@users.sourceforge.net>
1134     * pdf_schema.php3, bug 583833: should not complain if some tables
1135       are missing
1136     * lang/hungarian update, thanks to Peter Bakondy
1137     * lang/thai updates: thanks to Arthit Suriyawongkul.
1138     * lang/norwegian updates: thanks to Sven-Erik Andersen
1140 2002-07-19 Loïc Chapeaux  <lolo@phpheaven.net>
1141     * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
1142     * tbl_properties_structure.php3: coding standards.
1144 2002-07-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1145     * libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
1146       the "real" config file if a developer edition exists.
1147     * libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
1148       used.
1150 2002-07-18 Marc Delisle  <lem9@users.sourceforge.net>
1151     * libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
1152       for some browsers
1153     * lang/italian: update, thanks to Pietro Danesi
1154     * lang/chinese: update, thanks to Siu Sun
1155     * lang/albanian: update, thanks to Laurent Dhima.
1156     * lang/czech: update, thanks to Michal Cihar
1157     * lang/sync_lang.sh: can exclude some languages from conversion,
1158       thanks to Michal Cihar
1159     * lang/turkish: update, thanks to Bora Alioglu
1160     * lang/polish: update, thanks to Jakub Wilk
1161     * lang/galician: update, thanks to Xosé Calvo
1162     * lang/romanian: update, thanks to Valics Lehel
1163     * sql.php3: bug 582356, Propose table structure was not working when
1164       $cfg['ShowAll'] was FALSE
1166 2002-07-18 Steve Alberty  <staybyte@users.sourceforge.net>
1167     It is now possible to print stats for more than 2 GB (up to exa byte)
1168     * db_details_structure.php3: correct wrong link from table size to stats
1169     * tbl_printview.php3: fixed warnings if relation is not defined
1170     * db_printview.php3: fixed warnings and faults
1172 2002-07-17 Marc Delisle  <lem9@users.sourceforge.net>
1173     * lang/sync_lang.sh: support for multiple convertors (recode added),
1174       thanks to Michal Cihar
1175     * lang/spanish update:
1176         - thanks to Daniel Hinostroza
1177         - (Daniel.Hinostroza  at grunenthal.com.ec)
1178     * lang/swedish: updates: thanks to Björn T. Hallberg
1179     * lang/indonesian: updates, thanks to Rachim Tamsjadi.
1180     * lang/japanese*: updates, thanks to Yukihiro Kawada
1181     * lang/french: updates
1182     * lang/lithuanian: updates, thanks to Vilius Zigmantas
1183     * chk_rel.php3, db_details_structure.php3, Documentation.html,
1184       pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
1185       commits for Loic
1186     * tbl_properties.php3, tbl_properties_structure.php3,
1187       new tbl_query_box.php3: query box at the bottom of the structure page
1189 2002-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1190     * libraries/common.lib.php3, libraries/config_import.lib.php3: Added
1191       $cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
1192     * config.inc.php3, Documentation.html: Remerged the changes that were
1193       removed in the previous revision, thanks to Björn T. Hallberg (bth).
1194     * libraries/select_lang.lib.php3: Disable UTF-8 if
1195       $cfg['AllowAnywhereRecoding'] has been set to FALSE.
1197 2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
1198     * pdf_pages.php3: if a page is edit it can also be shown
1199     * pdf_schema.php3: now it is possible to have all tables
1200       displayed with the same (maximum) width (feature request 576537)
1202 2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
1203     * libraries/relation.lib.php3: verbose mode
1204     * db_details_structure.php3: show message if relation doesn't work
1205     * chk_rel.php3: new file to show what is wrong with relation
1207 2002-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1208     * header.inc.php3: Use include() instead of require().
1210 2002-07-16 Marc Delisle  <lem9@users.sourceforge.net>
1211     * libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
1212       a better if, because sometimes the test for PHP3 succeeds even
1213       for PHP4, thanks to Neil Darlow
1214     * libraries/relation.lib.php3: undefined variable
1216 2002-07-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1217     * libraries/config_import.lib.php3:
1218         - Removed a comment and
1219         - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
1220     * header.inc.php3: Better fix against bug #571409, thanks to Loïc.
1221     * libraries/common.lib.php3: Coding standards.
1223 2002-07-15 Marc Delisle  <lem9@users.sourceforge.net>
1224     * db_details_export.php3, db_details_links.php3, Documentation.html,
1225       sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
1226       libraries/select_lang.lib.php3: fixes from Loic
1227     * config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
1228       to avoid problems on multithreaded servers, thanks to Neil Darlow
1229       (ndarlow)
1230     * libraries/charset_conversion.lib.php3: remove the "@" before dl()
1231       because multithreaded servers don't support dl(), and we want
1232       to see the error message, thanks to /Leblanc
1233     * header.inc.php3: js error with OmniWeb, thanks to Loïc
1235 2002-07-14 Marc Delisle  <lem9@users.sourceforge.net>
1236     * Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
1237       add a link to a new faq entry explaining some dump options
1238     * libraries/relation.lib.php3: bug 575868 Unitialized string offset
1239     2.3.0-rc3 released
1241 2002-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1242     * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
1243     * lang/german-*.inc.php3: Clarification.
1245 2002-07-13 Marc Delisle  <lem9@users.sourceforge.net>
1246     * libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
1247       not a SELECT
1248     * sql.php3: better way to show php code
1249     * sql.php3: bug 580920: do not display the confirm dialog
1250     * db_details_links.php3: undefined variable if coming from a Show MySQL
1251       link on the home page
1253 2002-07-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1254     * Documentation.html: News about bug #540671.
1256 2002-07-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1257     * main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
1258       escaped in db name), thanks to Björn T. Hallberg (bth).
1260 2002-07-12 Mike Beck    <mikebeck@users.sourceforge.net>
1261     * sql.php3: only run query if we didn't ask for phpcode of sql.
1263 2002-07-12 Marc Delisle  <lem9@users.sourceforge.net>
1264     * libraries/select_lang.lib.php3: add -utf-8 choices.
1265     * lang/indonesian updates, thanks to Rachim Tamsjadi.
1266     * libraries/relation.lib.php3: better initialization for a variable,
1267       thanks to Jurgen Schwietering <jurgen at schwietering.com>.
1269 2002-07-11 Loïc Chapeaux  <lolo@phpheaven.net>
1270     * pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
1271       tbl_properties_operations.php3; tbl_relation.php3;
1272       libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
1273       libraries/relation.lib.php3: coding standards.
1274     * libraries/common.lib.php3: coding standards and a little display bug.
1276 2002-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1277     * libraries/common.lib.php3: PHP3 compatibility.
1278     * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).
1280 2002-07-11 Robin Johnson  <robbat2@users.sourceforge.net>
1281     * libraries/common.lib.php3: Fix for case where HTTP_HOST contains
1282       the port already, as adding HTTP_PORT is wrong then.
1284 2002-07-10 Marc Delisle  <lem9@users.sourceforge.net>
1285     * libraries/charset_conversion.lib.php3: wrong function called,
1286       thanks to Michal Cihar
1287     * lang/*: cleanup of file names to include charset
1289 2002-07-09 Marc Delisle  <lem9@users.sourceforge.net>
1290     * libraries/common.lib.php3: fix from Loïc for bug 579017
1292 2002-07-08 Loïc Chapeaux  <lolo@phpheaven.net>
1293     * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
1294     * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
1296 2002-07-08 Marc Delisle  <lem9@users.sourceforge.net>
1297     * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
1298     * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
1299       scripts/create-release.sh: split defines.lib.php3 because
1300       of charset_conversion needs (thanks to Michal Cihar)
1301     * slovak: with permission from Peter Svek, now the windows-1250
1302       is generated from the -iso-8859-2 file.
1304 2002-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1305     * libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
1306       message.
1308 2002-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1309     * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
1310       accessed via the $GLOBALS[] array.
1312 2002-07-06 Marc Delisle  <lem9@users.sourceforge.net>
1313     * tbl_properties_structure.php3: undefined variable
1314     * pdf_pages.php3: bug 574637 undefined index
1315     * db_details_structure.php3: remove a PMA_backquote added today that
1316       introduces a bug
1317     * pdf_schema.php3: undefined variables
1319 2002-07-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1320     * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
1322 2002-07-05 Marc Delisle  <lem9@users.sourceforge.net>
1323     * Documentation.html: about html entities in translations
1324     * libraries/common.lib.php3: charset_conversion needs the constants
1325     * libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
1326     * tbl_qbe.php3 renamed db_details_qbe.php3:
1327        - bug 576510: (affects also db_details_links.php3)
1329 2002-07-01 Loïc Chapeaux  <lolo@phpheaven.net>
1330     * Documentation.html: coding standards and xhtml fixes.
1332 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1333     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1334       compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
1336 2002-07-04 Robin Johnson  <robbat2@users.sourceforge.net>
1337     * config.inc.php3, libraries/common.lib.php3:
1338       Code for $cfg['PmaAbsoluteUri_DisableWarning']
1340 2002-07-03 Marc Delisle  <lem9@users.sourceforge.net>
1341     * lang/japanese* updates:, thanks to Yukihiro Kawada
1342     * Documentation.html: explain the oslash symbol in the statistics
1343     * left.php3: the - as first choice is not clear
1344     * tbl_properties_table_info.php3, tbl_properties_links.php3: bug
1345       576776: ShowAll never displayed
1346     * display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight
1348 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1349     * sql.php3: Completed fix against bug #575867 (Error with limit or load in
1350       the table name).
1352 2002-07-01 Olivier L. Müller  <om@omnis.ch>
1353     * header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
1354     * tbl_properties.php3: added insert button to Marc's <select> :)
1356 2002-07-01 Marc Delisle  <lem9@users.sourceforge.net>
1357     * tbl_properties_links.php3, db_details_links.php3: better vertical spacing
1358     * tbl_properties.php3, db_details.php3: misplaced bullet
1359     * tbl_properties.php3: add field list on the query page
1360     * pdf_schema.php3: color for all segments of primary key, thanks to
1361       Joshua Eichorn (jeichorn at joshuaeichorn.com)
1363 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1364     * sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
1365       partly.
1367 2002-06-30 Marc Delisle  <lem9@users.sourceforge.net>
1368     * user_details.php3: fix the tooltip
1369     2.3.0-rc2 released
1371 2002-06-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1372     * user_details.php3: Added a tooltip for the new documenation link.
1373     * sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
1374       thanks to Svetlozar Kovachev (svetlio).
1375     * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
1376       without javascript).
1378 2002-06-29 Marc Delisle  <lem9@users.sourceforge.net>
1379     * tbl_qbe.php3: show upper links
1380     * Documentation.html, user_details.php3: link to document what happens
1381       with grants and underscores.
1383 2002-06-29 Alexander M. Turek  <rabus@users.sourceforge.net>
1384     * libraries/config_import.lib.php3, libraries/common.lib.php3:
1385       Backwards compatibility for config files < rev. 1.113.
1386     * lang/german*.inc.php3: Better translation for $strQBE.
1388 2002-06-29 Olivier L. Müller  <om@omnis.ch>
1389     * Documentation.html: docs about $cfg['DefaultTabDatabase']
1390       and $cfg['DefaultTabTable']
1391     * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
1392       default tab selection is now customizable from config.inc.php3.
1394 2002-06-28 Olivier L. Müller  <om@omnis.ch>
1395     * ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
1396       to improve and check
1398 2002-06-28 Marc Delisle  <lem9@users.sourceforge.net>
1399     * tbl_change.php3, tbl_properties_common.php3,
1400       new libraries/db_table_exists.lib.php3: menu on insert/edit
1402 2002-06-27 Marc Delisle  <lem9@users.sourceforge.net>
1403     * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
1404       Select and no table
1405     * lang/slovak-iso: updates, thanks to Lubos Klokner
1406     * Documentation.html: faq about silent column type changing
1408 2002-06-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1409     * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
1410       Michal Cihar (nijel).
1411     * index.php3, header.inc.php3, header_printview.php3, left.php3,
1412       libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
1413       detect character encoding).
1415 2002-06-26 Marc Delisle  <lem9@users.sourceforge.net>
1416     * Documentation.html: update the persons/towns/countries example
1417     * sql.php3, tbl_properties_table_info.php3: sub-page links on browse
1418     * lang/japanese* updates: thanks to Yukihiro Kawada
1419     * libraries/mysql_wrappers.lib.php3: patch #574009, charset
1420       conversion for db names, thanks to Michal Cihar_
1422 2002-06-26 Olivier L. Müller  <om@omnis.ch>
1423     * tbl_change.php3: display the submit button every 15 lines:
1424       may be useful for tables with 200 fields...
1425     * db_details_structure.php3: fixed a wrong link: [Properties]
1426       was opening the tbl_properties.php3 instead of
1427       tbl_properties_structure.php3
1429 2002-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1430     * lang/german-utf8.inc.php3: Synchronization.
1431     * ChangeLog: Added a note about the older ChangeLogs at EoF.
1433 2002-06-25 Marc Delisle  <lem9@users.sourceforge.net>
1434     * lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
1435     * lang/ukrainian-win1251 updates: thanks to Markijan Baran
1437 2002-06-25 Olivier L. Müller  <om@omnis.ch>
1438     * lang/german.inc.php3: Du -> Sie
1440 2002-06-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1441     * lang/lithuanian.inc.php3: Removed line feed at EoF.
1443 2002-06-23 Robin Johnson  <robbat2@users.sourceforge.net>
1444     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
1446 2002-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1447     Revised some files in /lang/:
1448     * chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
1449         - Reordered Strings.
1450     * arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
1451       croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
1452       serbian-win1250.inc.php3:
1453         - Synchronized the untranslated string
1454           $strSplitWordsWithSpace with the English translation.
1456 2002-06-23 Olivier L. Müller  <om@omnis.ch>
1457     * db_stats.php3: Fixed warning from mysql_free_result.
1459 2002-06-22 Olivier L. Müller  <om@omnis.ch>
1460     * lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
1461       shorter term for QBE
1462     * config.inc.php3: added configuration variables for default tabs
1463     * tbl_properties_links.php3: 'Empty' tab is now red as well
1464     * db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
1465       moved 'Structure' to the front and use it as default value.
1466       TODO: make that customizable.
1467     * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag
1469 2002-06-22 Robin Johnson  <robbat2@users.sourceforge.net>
1470     * sql.php3:
1471         - Fix warning and error from mysql_free_result($cna_all_result);
1472     * tbl_printview.php3:
1473         - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
1474           last <div>, to stop a blank page being printed
1475         - Moved <hr /> to just inside </div> - gets line on the same page
1476     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
1477     * lang/chinese*.inc.php3 updates: thanks to Siu Sun
1478     * lang/english*: $strSplitWordsWithSpace
1479         - Fix spelling 'seperated' -> 'separated'
1481 2002-06-21 Olivier L. Müller  <om@omnis.ch>
1482     * libraries/common.lib.php3, main.php3: be more tolerant with lazy
1483       sysadmins or users by letting them having an empty
1484       $cfg['PmaAbsoluteUri']. A default value (which should work according
1485       to the docs...) will be set and a warning displayed on main.php3.
1487 2002-06-21 Robin Johnson  <robbat2@users.sourceforge.net>
1488     * lang/english*: $strSplitWordsWithSpace
1489         - 'splitted' changed to 'seperated'
1490     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
1491     * lang/polish.inc.php3 updates: thanks to Jakub Wilk
1492     * db_details_links.php3, header.inc.php3,
1493       tbl_properties_links.php3, libraries/common.lib.php3:
1494         - Neater tab code by Michal Cihar (Patch #571837)
1496 2002-06-21 Marc Delisle  <lem9@users.sourceforge.net>
1497     * sql.php3: patch 565627 for the old bug 461192: wrong query count
1498       for groups, thanks to Svetlozar Kovachev
1499     * lang/czech* updates: thanks to Michal Cihar
1500     * lang/greek updates: thanks to Kyriakos Xagoraris
1501     * lang/norwegian updates: thanks to Sven-Erik Andersen
1502     * tbl_properties_structure.php3, bug 572127: wrong back link, thanks
1503       to "nobody"
1504     * tbl_addfield.php3: goback to the structure sub-page
1506 2002-06-20 Robin Johnson  <robbat2@users.sourceforge.net>
1507     * tbl_qbe.php3: Using * for tables fields disables
1508       sorting for that field (Fix for bug #570698)
1509     * db_details_links.php3: Added $args3, $args4 = '', for no tables case
1511 2002-06-20 Marc Delisle  <lem9@users.sourceforge.net>
1512     * ChangeLog_till_2.2.6.gz: removed from the distribution and copied
1513       to home page
1514     * lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
1515     * lang/polish updates: thanks to Jakub Wilk
1516     * lang/galician updates: thanks to Xosé Calvo
1518 2002-06-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1519     * header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
1520       Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).
1522 2002-06-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1523     * libraries/common.lib.php3, libraries/config_import.lib.php3,
1524       config.inc.php3: Rewrote the whole backwards compatibility code for old
1525       config files.
1526     * config.inc.php3: Beautified code.
1527     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
1528       Header and footer may now be included inside a function as well
1529       (Better fix against bug #549570).
1531 2002-06-19 Marc Delisle  <lem9@users.sourceforge.net>
1532     * index.php3: missing header, thanks to Michal Cihar
1533     * lang/japanese* updates: thanks to Yukihiro Kawada
1534     * lang/spanish, catalan updates: thanks to Xavier Navarro
1535     * lang/dutch updates: thanks to Ivo Teel.
1536     * lang/swedish updates: thanks to Björn T. Hallberg
1537     * lang/galician updates: thanks to Xosé Calvo
1538     * libraries/config_import.lib.php3, fixed 3 parse errors
1539     * common.lib.php3: due to formatting problems, bypass PMA_format_sql
1540       for 2.3.0-rc1
1541     * 2.3.0-rc1 release
1543 2002-06-19 Robin Johnson  <robbat2@users.sourceforge.net>
1544     * libraries/charset_conversion.lib.php3,
1545       libraries/common.lib.php3,
1546       main.php3:
1547         - added isset() before some configuration variables
1549 2002-06-18 Marc Delisle  <lem9@users.sourceforge.net>
1550     * lang/chinese* updates: thanks to Siu Sun
1551     * lang/lithuanian updates: thanks to Vilius Zigmantas
1552     * lang/romanian updates: thanks to Valics Lehel
1553     * lang/thai updates: thanks to Arthit Suriyawongkul.
1554     * lang/turkish updates: thanks to Bora Alioglu
1555     * tbl_relation.php3, bug 570691: query was executed too many times
1557 2002-06-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1558     * lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
1560 2002-06-18 Robin Johnson  <robbat2@users.sourceforge.net>
1561     * libraries/relation.lib.php3:83
1562         - Fixed $cfg['Servers']['Server'] -> $cfg['Server']
1563     * libraries/relation.lib.php3:144,190
1564         - Cleaned up is_array() to isset() && is_array()
1565     * tbl_change.php3:204
1566         - $type_nowrap added to case 'timestamp'
1567     * lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
1568         - Last fix for $strConfigFileError done as well
1570 2002-06-17 Robin Johnson  <robbat2@users.sourceforge.net>
1571     * lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
1572     * lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)
1574 2002-06-17 Marc Delisle  <lem9@users.sourceforge.net>
1575     * scripts/create-release.sh: the I option in tar for bzip output
1576       is deprecated and no longer works on sourceforge, use j
1577     * lang/french.inc.php3: updates
1578     * user_password.php3: parse error as reported by Olivier
1579     * libraries/relation.lib.php3: pmadb can be left blank
1581 2002-06-16 Marc Delisle  <lem9@users.sourceforge.net>
1582     * lang/sync_lang.sh: new script thanks to Michal Cihar
1583     * Documentation.html: typos
1584     * lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
1585     * lang/turkish.inc.php3 updates: thanks to Bora Alioglu
1587 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
1588     more changes because of new centralized db for pma
1589     * db_details_structure.php3
1590     * pdf_pages.php3
1591     * pdf_schema.php3
1592     * libraries/display_tbl.lib.php3
1593     now also honour new place of relationtables
1594     * Documentation.html
1595     * Documentation.txt
1596     described new db and tables
1597     * db_details_links.php3
1598       - put the link to tbl_qbe in topnavigation
1599     * tbl_relation.php3
1600         writing of column_comments possible
1601     * tbl_printview.php3
1602         column_comments will be displayed
1603     * relation.lib.php3
1604         new function: getComments($db,$table)
1606 2002-06-15 Marc Delisle  <lem9@users.sourceforge.net>
1607     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
1608     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
1609     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
1610     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
1611     * lang/spanish.inc.php3:, catala.inc.php3 updates, thanks to Xavier Navarro
1612     * lang/czech* updates:, thanks to Michal Cihar
1613     * lang/norwegian.inc.php3: updates, thanks to Sven-Erik Andersen
1614     * lang/swedish.inc.php3: updates, thanks to Björn T. Hallberg
1616 2002-06-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1617     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
1618     * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
1619     * lang/german*.inc.php3: Translated $strComments.
1620     * config.inc.php3: Changed default values of some directives.
1622 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
1623     started putting the relationtables in a central db
1624     with the bookmarktable
1625     * config.inc.php3
1626       - renamed $cfg['Servers'][$i]['bookmarkdb'] to
1627         $cfg['Servers'][$i]['pmadb']
1628       - allready added $cfg['Servers'][$i]['column_comments']
1629     * tbl_relation.lib.php3  new file
1630       - PMA_getRelationsParam(): get and test config
1631       - getForeigners() get an array of tables/fields
1632         related to the one you supply
1633       - getDisplayField() get the tables display column
1634       - PMA_query_as_cu() query the pmadb using the controluser
1635         if possible, otherwise normal user
1636     changes to use new place of tables are allready finished for
1637     those files:
1638     * tbl_relation.php3
1639     * db_details_structure.php3
1640     * pdf_pages.php3
1641     * tbl_qbe.php3
1643 2002-06-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1644     * lang/german.inc.php3: Updates.
1645     * libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
1646       Added German UTF-8 file.
1647     * lang/italian.inc.php3: Updates, thanks again to
1648       Pietro Danesi <danone at users.sourceforge.net>.
1649     * libraries/user_details.js: Fixed a sytax error.
1651 2002-06-14 Marc Delisle  <lem9@users.sourceforge.net>
1652     * big patch for charset support, all files that call mysql have been
1653       modified; thanks to Michal Cihar.
1655 2002-06-14 Mike Beck  <mikebeck@users.sourceforge.net>
1656     * tbl_qbe:  Bugfixing
1657       - Don't try to use a generated SQL Statement without
1658         a SELECT (if none of the Columns is marked as display
1659         this could happen)
1660       - if no LEFT JOINS are generated make sure that the
1661         array containing tablenames is unique
1663 2002-06-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1664     * lang/turkish.inc.php3: Updates, thanks again to
1665       Bora Alioglu <bora@risc01.ktu.edu.tr>.
1666     * lang/german.inc.php3: Translated $strMissingBracket.
1667     * lang/english.inc.php3: Reordered strings.
1668     * config.inc.php3:
1669       - Use hex codes for colors;
1670       - Removed a dublicate.
1672 2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
1673     Syntaxcoloring for SQL - Statements
1674     * config.inc.php3: lines 226-,302-
1675     * libraries/common.lib.php3: lines 34,43,192-,312-,987,1062
1677 2002-06-12 Marc Delisle  <lem9@users.sourceforge.net>
1678     * lang/dutch.inc.php3: updates, thanks to Ivo Teel.
1679     * lang/slovak-iso.inc.php3: updates, thanks to Lubos Klokner
1681 2002-06-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1682     * libraries/display_tbl.lib.php3: JS fixes, thanks to
1683       Richard Hornsby <rhornsby at users.sourceforge.net>.
1684     * Documentation.html: Fixed a typo.
1685     * lang/german.inc.php3: Updates.
1686     * lang/italian.inc.php3:
1687       - Updates, thanks again to
1688         Pietro Danesi <danone at users.sourceforge.net>.
1689       - Removed HTML entities.
1691 2002-06-11 Marc Delisle  <lem9@users.sourceforge.net>
1692     * pdf_pages.php3, lang/*, Documentation.html: new message with doc
1693     * lang/hungarian.inc.php3: updates, thanks to Peter Bakondy
1694     * lang/japanese*.php3: updates, thanks to Yukihiro Kawada
1695     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
1697 2002-06-10 Marc Delisle  <lem9@users.sourceforge.net>
1698     * tbl_select.php3:, bug with end of lines
1700 2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
1701     * tbl_select.php3: lines 12-16,111-123,194-199
1702       - now you can use >= etc.
1704 2002-06-09 Marc Delisle  <lem9@users.sourceforge.net>
1705     * lang/french.inc.php3 updates
1707 2002-06-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1708     * libraries/common.lib.php3: Corrected path to config_import.lib.php3.
1709     * libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
1710       Catch parse errors in the config file.
1711     * lang/chinese_*.inc.php3: Converted to Unix line feed format.
1712     * lang/english.inc.php3: Reordered strings.
1714 2002-06-09 Robin Johnson  <robbat2@users.sourceforge.net>
1715     * libraries/common.lib.php3:
1716       - Initial checkin of base DB-Config code
1718 2002-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1719     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
1720     * translators.html:
1721       - Changed Dutch translator.
1722       - Changed special characters into HTML entities.
1723     * lang/norwegian.inc.php3: Updates, thanks again to
1724       Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
1725     * lang/polish.inc.php3: Small corrections, thanks again to
1726       Jakub Wilk <ubanus at users.sourceforge.net>.
1727     * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).
1729 2002-06-07 Marc Delisle  <lem9@users.sourceforge.net>
1730     * translators.html: updates (try to have only one official translator,
1731       probably the original author, or the one who now sends updates)
1732     * lang/czech*: updates, thanks to Michal Cihar
1733     * lang/chinese*: updates, thanks to Siu Sun
1735 2002-06-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1736     * Documentation.*:
1737       - The textarea bug still appears in Mozilla 1.0-final;
1738       - Fixed a typo;
1739       - Updated credits.
1740     * lang/albanian.inc.php3: Updates, thanks again to
1741       Laurent Dhima <laurent at users.sourceforge.net>.
1742     * lang/german.inc.php3: Updates, added feedback link.
1744 2002-06-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1745     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
1746     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
1747     * lang/italian.inc.php3: Updates, thanks again to
1748       Pietro Danesi <danone at users.sourceforge.net>.
1750 2002-06-05 Marc Delisle  <lem9@users.sourceforge.net>
1751     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
1752     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
1753     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
1755 2002-06-03 Marc Delisle  <lem9@users.sourceforge.net>
1756     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
1757     * lang/indonesian.inc.php3: updates, thanks to Rachim Tamsjadi
1759 2002-06-03 Mike Beck  <mike.beck@ibmiller.de>
1760     * pdf_pages.php3
1761     - new page to add and edit pdf pages
1762     * db_details_structure.php3 lines 452-482
1763       - added a link to pdf_pages
1764       - if pdf_pages exist offer to create pdfs
1765     * pdf_schema.pdf  lines lines 374-380,422-455,805-820
1766       - changed to work with the table_coords table
1767       - show primary_key and display_field in different color
1768     * config.inc.php3 lines 55,80,103
1769     - added a new servervariable $cfg['Servers'][$i]['table_coords']
1770     * Documentation.html line 593-770,1884-1920
1771     - added and changed Doku for Creating PDFs
1774 2002-06-02 Loïc Chapeaux  <lolo@phpheaven.net>
1775     * libraries/display_tbl.inc.php3, line 1413: xhtml fix.
1776     * libraries/fpdf/fpdf.php3: light optimizations and fixes.
1777     * sql.php3, lines 509-522: do print the page in "printview" mode.
1778     * scripts/check_lang.php3: added this script which goal is to ensure
1779       all languages files are valid.
1780     * Documentation.html; main.php3; translators.html:
1781       - Feature request #539644 (Translation feedback link).
1783 2002-06-01 Loïc Chapeaux  <lolo@phpheaven.net>
1784     * db_details_structure.php3, lines 440-441; Documentation.html;
1785       pdf_schema.php3; libraries/fpdf/*:
1786       - updated the FPDF library to the 1.5 revision;
1787       - rewrote it to make it PHP3 and xhtml compliant;
1788       - coding standards.
1789     * read_dump.php3, lines 245-252: improved the "open_basedir" handling.
1791 2002-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1792     * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
1793     * lang/italian.inc.php3: Updates, thanks again to
1794       Pietro Danesi <danone at users.sourceforge.net>.
1795     * lang/german.inc.php3: Small corrections.
1796     * lang/polish.inc.php3: Updates, thanks to
1797       Jakub Wilk <ubanus at users.sourcefore.net>.
1798     * header_printview.inc.php3, libraries/display_tbl.inc.php3:
1799       - Beautified generated code;
1800       - XHTML / CSS fixes.
1802 2002-05-31 Alexander M. Turek  <rabus@users.sourceforge.net>
1803     * lang/german.inc.php3: Small corrections.
1804     * sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
1805       - lang/*.inc.php3: Implemented one part of feature #472038:
1806       - Print view for SQL results (features #523325, #562505).
1808 2002-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1809     * lang/albanian.inc.php3: Updates, thanks again to
1810       Laurent Dhima <laurent at users.sourceforge.net>.
1812 2002-05-29 Alexander M. Turek  <rabus@users.sourceforge.net>
1813     * lang/german.inc.php3: Translated $strPdfDbSchema.
1814     * lang/italian.inc.php3: Updates, thanks again to
1815       Pietro Danesi <danone@users.sourceforge.net>.
1817 2002-05-28 Loïc Chapeaux  <lolo@phpheaven.net>
1818     * pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
1820 2002-05-27 Loïc Chapeaux  <lolo@phpheaven.net>
1821     * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.
1823 2002-05-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1824     * lang/estonian.inc.php3: Updates, thanks to
1825       Alvar Soome <finsoft at users.sourceforge.net>.
1826     * README: Updated requirements.
1828 2002-05-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1829     * header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
1830       images/vertical_line.gif:
1831       - Made it possible to specify a background image for the right frame.
1832       - Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
1833     * Documentation.html: The external global variables don't exist anymore
1834       since PHP 4.2.0!
1836 2002-05-26 Loïc Chapeaux  <lolo@phpheaven.net>
1837     * scripts/create-release.sh, line 60: added the "-P" option (prune empty
1838       directory) for the cvs checkout.
1839     * sql.php3:
1840       - fixed a warning thanks to
1841         Svetlio Kovachev <svetlio at users.sourceforge.net>;
1842       - coding standards.
1843     * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.
1845 2002-05-25 Loïc Chapeaux  <lolo@phpheaven.net>
1846     * libraries/common.lib.php3:
1847       - fixed a PHP3 bug and warnings;
1848       - optimized a bit;
1849       - coding standards.
1850     * lang/english.inc.php3; lang/french.inc.php3: sorted.
1851     * header.inc.php3: enforce relative url in CSS.
1852     * tbl_relation.php3:
1853       - fixed an error when $cfg['Server']['table_info'] is not valid;
1854       - optimized a bit;
1855       - removed an "onchange" js handler to lower server charge.
1856     * pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
1857       the "libraries" one.
1858     * read_dump.php3, lines 255-256: path must use "\" under winwin.
1860 2002-05-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1861     * lang/italian.inc.php3: Updates, thanks again to
1862       Pietro Danesi <danone@users.sourceforge.net>.
1863     * lang/german.inc.php3: Updates.
1865 2002-05-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1866     * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
1867     * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.
1869 2002-05-24 Marc Delisle  <lem9@users.sourceforge.net>
1870     * lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
1871       and "Create PHP Code", thanks to Mike Beck
1872       (TODO: avoid executing the query again)
1873     * sql.php3: $is_analyse was sometimes undefined
1874     * tbl_alter.php3: go back to structure sub-page
1876 2002-05-24 Loïc Chapeaux  <lolo@phpheaven.net>
1877     * config.inc.php3; db_details_links.php3; db_search.php3;
1878       Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
1879       - Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
1880     * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
1881       problem with Opera.
1882     * sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
1883       libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
1884       analyse(), thanks to Mike Beck.
1886 2002-05-23 Marc Delisle  <lem9@users.sourceforge.net>
1887     * Documentation.html, config.inc.php3, db_details_structure.php3,
1888       pdf_schema.php3: new 'table_coords' because a table can appear
1889       on more than one PDF page
1890     * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
1891       field maintenance, thanks to Mike Beck
1893 2002-05-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1894     * Documentation.*: The Mozilla textarea bug also appears in
1895       Mozilla 1.0-RC2 and Netscape 7.0-PR1.
1897 2002-05-22 Loïc Chapeaux  <lolo@phpheaven.net>
1898     * libraries/display_tbl.lib.php3: fixed possible errors with special
1899       characters in tables names.
1900     * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
1901       & PHP 4.2+ HTTP header bug.
1903 2002-05-22 Marc Delisle  <lem9@users.sourceforge.net>
1904     * Documentation.html, config.inc.php3, db_details_structure.php3,
1905       pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
1906       renamed to PMA_table_info, "foreign_display_field" moved from
1907       PMA_relation to PMA_table_info (once per table)
1908     * lang/indonesian.inc.php3:
1909       - updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)
1911 2002-05-21 Loïc Chapeaux  <lolo@phpheaven.net>
1912     * ldi_table.php3, line 44: beautified generated html.
1913     * tbl_properties_options.php3: fixed display errors with IE5.
1914     * lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
1915       translators.
1917 2002-05-21 Marc Delisle  <lem9@users.sourceforge.net>
1918     * lang/chinese*: updated thanks to Siu Sun
1920 2002-05-19 Marc Delisle  <lem9@users.sourceforge.net>
1921     * read_dump.php3, bug 556105: do not execute a bookmark if asked to
1922       only view it
1924 2002-05-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1925     * lang/german.inc.php3:
1926       - Updated serveral untranslated strings.
1927       - Better translation.
1928     * lang/albanian.inc.php3, libraries/select_lang.lib.php3:
1929       New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
1930     * ldi_table.php3: Added labels for checkboxes.
1932 2002-05-18 Marc Delisle  <lem9@users.sourceforge.net>
1933     * pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
1934     * Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
1936 2002-05-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1937     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
1938       some html special characters, display was not xhtml compilant.
1940 2002-05-18 Loïc Chapeaux  <lolo@phpheaven.net>
1941     * libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
1942       - exported the "IP-based Allow/Deny" code in a distinct library;
1943       - coding standards;
1944       - improved PHP3 compliance;
1945       - better ip checking.
1946     * Documentation.html: typos and line sizes.
1947     * tbl_qbe.php3: cleanup.
1948     * fpdf/*: removed ^M.
1949     * fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
1950       the PHP version and the "register globals" value.
1951     * pdf_schema.php3; lang/*: coding standards and PDF error handling.
1952     * config_import.lib.php3: fixed a parse error.
1954 2002-05-17 Robin Johnson  <robbat2@users.sourceforge.net>
1955     * config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
1956       from feature #484158
1957     * Documentation.*: feature #484158 documented
1959 2002-05-17 Marc Delisle  <lem9@users.sourceforge.net>
1960     * tbl_change.php3, bug 556296: field size for int
1961     * tbl_qbe.php3: adjust drop-down width, thanks to Mike Beck
1963 2002-05-17 Loïc Chapeaux  <lolo@phpheaven.net>
1964     * db_details_structure.php3, lines 442: does not display the "data scheme"
1965       form if there is no table in the database.
1966     * db_details_structure.php3, lines 446-458;
1967       tbl_properties_options.php3, lines 119-143: beautified generated code.
1968     * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
1969       case of table names under winwin, thanks to
1970       Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
1971     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
1972       some html tags, display was broken. Thanks to
1973       SailorMax <max at elcor.lv>.
1974     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
1976 2002-05-16 Loïc Chapeaux  <lolo@phpheaven.net>
1977     * db_details_structure.php3; Documentation.html: coding standards.
1979 2002-05-14 Marc Delisle  <lem9@users.sourceforge.net>
1980     * pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
1981       Documentation.html:
1982       - new feature: pdf schema output,
1983       - thanks to Maxime Delorme (delorme.maxime at free.fr)
1984       - and to Olivier Plathey (www.fpdf.org)
1985       - (todo: scaling choice)
1987 2002-05-13 Loïc Chapeaux  <lolo@phpheaven.net>
1988     * left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
1989       fix against bug #546011 (Navigation tooltips).
1990     * lang/arabic.inc.php3: updated thanks to Tarik kallida.
1992 2002-05-13 Marc Delisle  <lem9@users.sourceforge.net>
1993     * lang/hungarian.inc.php3: updates, thanks to Péter Bakondy
1995 2002-05-09 Robin Johnson  <robbat2@users.sourceforge.net>
1996     * .cvsignore, libraries/common.lib.php3: Feature to stop developers
1997       commiting their config.inc.php3 so easily.
1999 2002-05-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2000     * left.php3, libraries/common.lib.php3:
2001       Fixed bug #546011 (Navigation tooltips).
2002     * lang/german.inc.php3: Updates.
2004 2002-05-08 Marc Delisle  <lem9@users.sourceforge.net>
2005     * Documentation.html: update example for foreign_display_field
2006     * display_tbl.lib.php3: more room for record number
2008 2002-05-08 Loïc Chapeaux  <lolo@phpheaven.net>
2009     * lang/english.inc.php3; lang/french.inc.php3;
2010       libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?
2012 2002-05-07 Loïc Chapeaux  <lolo@phpheaven.net>
2013     * tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
2014       slashed some values.
2015     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2017 2002-05-06 Marc Delisle  <lem9@users.sourceforge.net>
2018     * lang/romanian.inc.php3: updates thanks to Valics Lehel
2019     * lang/*, tbl_relation.php3, Documentation.html,
2020       libraries/display_tbl.lib.php3: foreign_display_field
2022 2002-05-05 Loïc Chapeaux  <lolo@phpheaven.net>
2023     * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
2024       Warit Wanasathian.
2025     * tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
2026       export only some records in xml format.
2027     * tbl_properties_export.php3: nicer display.
2028     * ldi_table.php3; tbl_select.php3: added top menu.
2030 2002-05-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2031     * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
2032       Use "SQL" instead of "home" as link name.
2033     * tbl_properties_export.php3: Added XML export option.
2034     * tbl_dump.php3: Beautified XML output.
2035     * lang/german.inc.php3: Better translation for $strDumpXRows.
2037 2002-05-04 Loïc Chapeaux  <lolo@phpheaven.net>
2038     * user_details.php3, line 984: do not use "mysql_result" if the query
2039       fails.
2040     * libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
2041     * tbl_qbe.php3: cleaned up a bit.
2042     * lang/chinese-*: updated thanks to Siu Sun.
2044 2002-05-03 Loïc Chapeaux  <lolo@phpheaven.net>
2045     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2046     * tbl_properties.php3; tbl_properties_export.php3;
2047       tbl_properties_operations.php3; tbl_properties_options.php3;
2048       tbl_properties_strucuture.php3:
2049       - messages are now displayed if a query had been submitted to change some
2050         options or to sort the table;
2051       - pursuit the "stay on the sub-pages as long as needed" work.
2052     * db_details.php3; db_details_export.php3; db_details_strucuture.php3:
2053       pursuit the "stay on the sub-pages as long as needed" work.
2054     * libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
2055       Cookie auth and cookies refused.
2057 2002-05-02 Loïc Chapeaux  <lolo@phpheaven.net>
2058     * lang/*.inc.php3: cleanup.
2059     * db_details.php3, line 38; db_details_links.php3, line 41: the start db
2060       details page couldn't be reached with an empty database.
2062 2002-05-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2063     * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
2064     * lang/italian.inc.php3: Updates, thanks again to
2065       Pietro Danesi <danone@users.sourceforge.net>.
2066     * lang/german.inc.php3: Updates.
2068 2002-05-01 Marc Delisle  <lem9@users.sourceforge.net>
2069     * tbl_properties.php3, tbl_properties_links.php3,
2070       new tbl_properties_structure, lang/*.php3: Structure page
2071       (todo: - stay on the sub-pages as long as needed)
2072     * tbl_qbe.php3: last changes from Mike Beck
2073     * new tbl_relation.php3 (relation management), thanks to Mike Beck
2075 2002-05-01 Loïc Chapeaux  <lolo@phpheaven.net>
2076     * tbl_properties.php3; tbl_properties_table_info.php3: comments.
2077     * tbl_properties_options.php3: added labels and beautified display.
2078     * db_stats.php3, lines 12-22: ensure this script can only be ran by a
2079       super-user.
2080     * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
2081       under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
2082     * libraries/common.lib.php3, line 791: fixed a warning thanks to
2083       Kris Wood <kris at navi.net>.
2084     * mosts scripts: optimization - do not call "mysql_numrows",
2085       "mysql_results" and "mysql_fetch_array" on invalid queries.
2086     * db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
2087       "database details" page in parts.
2088     * tbl_properties_links.php3: optimized (less server work).
2089     * tbl_dump.php3, lines 308-309: exporting a database with one table from
2090       the "database details" page doesn't export the table.
2092 2002-04-30 Loïc Chapeaux  <lolo@phpheaven.net>
2093     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
2095 2002-04-30 Marc Delisle  <lem9@users.sourceforge.net>
2096     * tbl_qbe.php3: try to make it work again
2097     * tbl_properties.php3, tbl_properties_table_info.php3,
2098       tbl_properties_options.php3: support for 3 MyISAM table options
2100 2002-04-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2101     * lang/german.inc.php3: Clarification ($strFlushTable).
2103 2002-04-29 Loïc Chapeaux  <lolo@phpheaven.net>
2104     * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
2105       usual translators.
2106     * tbl_qbe.php3: code was broken and warnings.
2107     * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
2108       changed when granting.
2110 2002-04-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2111     * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
2112       file extensions of XML files in ZIP archives.
2113     * lang/german.inc.php3: Translated $strOptions.
2114     * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
2115     * header.inc.php3, tbl_properties_links.php3: New link design.
2116     * header.inc.php3: removed db_stats link.
2118 2002-04-29 Marc Delisle  <lem9@users.sourceforge.net>
2119     * tbl_qbe.php3: corrections from Mike Beck for better joins
2120       when more than one table is the master in a relation
2121     * tbl_properties_links.php3, tbl_properties_operations.php3,
2122       new tbl_properties_options.php3, lang/*: new Options page
2123       (will grow when Feature request 441716 is done)
2125 2002-04-28 Marc Delisle  <lem9@users.sourceforge.net>
2126     * tbl_properties.php3, new tbl_properties_common.php3:
2127       start the split
2128     * tbl_properties.php3, new tbl_properties_export.php3,
2129       tbl_properties_links.php3, lang/*.php3: export is splitted
2130     * new tbl_properties_table_info, to be able to display links
2131       on the export page
2132     * new tbl_properties_operations.php3
2134 2002-04-28 Alexander M. Turek  <rabus@users.sourceforge.net>
2135     * header.inc.php3, lines 162-170: Improved patch #548696.
2136     * db_details.php3, tbl_dump.php3, lang/*.php3,
2137       libraries/build_dump.lib.php3: XML exports (experimental).
2138     * tbl_dump.php3: improved PHP3 compatibility.
2140 2002-04-28 Loïc Chapeaux  <lolo@phpheaven.net>
2141     * tbl_properties.php3, line 395: replaced a "require" by an include.
2142     * tbl_properties_links.php3: beautified code.
2143     * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
2144       xhtml fixes.
2145     * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
2146     * tbl_qbe.php3, line 732: fixed again a warning.
2147     * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
2148       replicate.
2149     * db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
2150     * tbl_properties.php3; tbl_properties_operations.php3: moved tables
2151       comments and type features and referential integrity checkings to the
2152       "table operations" page.
2153     * config.inc.php3, lines 184-185; db_details.php3, line 572;
2154       Documentation.html, lines 916-917; tbl_properties.php3, line 556:
2155       emphasized the sql query texteareas.
2157 2002-04-27 Marc Delisle  <lem9@users.sourceforge.net>
2158     * tbl_properties.php3, new tbl_properties_links.php3:
2159       remove duplicate links code.
2161 2002-04-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2162     * Recompressed old ChangeLog without saving its path in the archive.
2163     * header.inc.php3:
2164       - Patch #548696 (DB/Table titles should be links), thanks to
2165         Ray Black <allah03@users.sourceforge.net>.
2166       - lines: 161-164: Undefined variable.
2167     * common.lib.php3, lines 162, 163, 435-437:
2168       - Fixed bug #549570
2169       - (Strange error if controluser is invalid).
2171 2002-04-27 Loïc Chapeaux  <lolo@phpheaven.net>
2172     * Documentation.html:
2173       - xhtml fixes;
2174       - added a faq entry about bug #547064 (JS error with textareas under
2175         Mozilla).
2176     * libraries/display_tbl.lib.php3; libraries/functions.js: better fix
2177       against bug #547384 (Marker Color can't equal Pointer Color).
2178     * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
2179     * scripts/create-release.sh: improved so a CVS branch tag may be used.
2180     * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
2181       translations thanks to Sime Essert <sime@nofrx.org>.
2182     * tbl_properties.php3, lines 1238-1240: fix new fields names in the
2183       relation table.
2184     * tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
2185       standards.
2186     * header.inc.php3, lines 166-172: xhtml fixes.
2187     * Compressed ChangeLog till the 2.2.6 release.
2189 2002-04-26 Loïc Chapeaux  <lolo@phpheaven.net>
2190     * ## created 2.2.7 branch into the CVS tree ##
2191     * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
2192     * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
2193     * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
2194       Melvyn Sopacua <nyvlem at users.sourceforge.net>.
2195     * libraries/common.lib.php3, line 70: "invalid" path.
2196     * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
2198 2002-04-26 Marc Delisle  <lem9@users.sourceforge.net>
2199     * tbl_qbe.php3: automatic joins from Relation table, thanks
2200       to Mike Beck (mike.beck at ibmiller.de)
2201       (experimental: some things remain to be tested)
2202     * Documentation.html: example for automatic joins
2203     * tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
2204       Documentation.html: rename fields in the relation table
2206 2002-04-26 Alexander M. Turek  <rabus@users.sourceforge.net>
2207     * libraries/common.lib.php3: fixed a controluser bug.
2208     * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
2209       equal Pointer Color)
2211 2002-04-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2212     * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.
2214 2002-04-24 Marc Delisle  <lem9@users.sourceforge.net>
2215     * tbl_*.php3: $cfg system changes
2217 2002-04-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2218     * libraries/*, lang/*: $cfg system changes.
2219     * libraries/common.lib.php3, libraries/select_lang.lib.php3,
2220       libraries/config_import.lib.php3: Config file backwards compatibility.
2222 2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
2223     * *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
2224     * scripts/extchg.sh: Updated URL
2225     * scripts/convertcfg.pl: Conversion between old config files and new ones.
2226     * scripts/*: Updated comments somewhat
2227     * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
2228     * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
2229     * libraries/common.lib.php3: a single $cfgServer instance was forgotten
2231 2002-04-23 Marc Delisle  <lem9@users.sourceforge.net>
2232     * tbl_printview.php3, lang/*.php3: Relation links in printview,
2233       thanks to Mike Beck (mike.beck at ibmiller.de)
2235 2002-04-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2236     * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
2237     * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
2238       beautified the generated code.
2239     * lang/german.inc.php3: Translated the new string.
2240     * Documentation.html: Changed notes concerning php 4.2.0.
2242 2002-04-22 Loïc Chapeaux  <lolo@phpheaven.net>
2243     * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
2245 2002-04-22 Marc Delisle  <lem9@users.sourceforge.net>
2246     * lang/japanese* updates, thanks to Yukihiro Kawada
2248 2002-04-22 Alexander M. Turek  <rabus@users.sourceforge.net>
2249     * lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
2250     * lang/german.inc.php3: better syntax.
2251     * db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
2252       Use TRUNCATE instead of DELETE when using MySQL 4.
2254 2002-04-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2255     * main.php3: Restarted work on patch #538740 (get users priv. with
2256       SHOW GRANTS).
2258 2002-04-21 Loïc Chapeaux  <lolo@phpheaven.net>
2259     * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
2260       authentication mode with IIS.
2262 2002-04-21 Marc Delisle  <lem9@users.sourceforge.net>
2263     ### 2.2.6 released ###
2266          --- Older ChangeLogs can be found on our project website ---
2267                      http://www.phpmyadmin.net/ChangeLogs/
2269 # vim: ft=changelog
2270 # vim: expandtab ts=4 sw=4 sts=4
2271 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
2272 # vim: fdn=1 fdm=expr