update
[phpmyadmin/crack.git] / ChangeLog
blob1fe87f7b8fa1f2a88a61f64f409559d9e5e2ca05
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2002-07-28 Marc Delisle  <lem9@users.sourceforge.net>
9     * lang/romanian update, thanks to Valics Lehel
10     * lang/polish update, thanks to Jakub Wilk
11     
12 2002-07-27 Marc Delisle  <lem9@users.sourceforge.net>
13     * lang/italian update, thanks to Pietro Danesi
14     * lang/*, fix a typo
16 2002-07-26 Robin Johnson  <robbat2@users.sourceforge.net> 
17     * libraries/sqlparser.lib.php3:
18         - Fixed ANSI type string escaping
19         - Fixed formatting wrt. whitespace in FormatHTML
20         - PHP3 fix for gzcompress() bug code
21         - Fix for ob_flush() bug code
22     
23 2002-07-26 Marc Delisle  <lem9@users.sourceforge.net>
24     * Documentation.html: numbers for faq entries
25     * russian updates, from an anonymous contributor
27 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
28     * libraries/sqlparser.lib.php3:
29       - PHP3 parse errors fixed;
30       - coding standards.
31     * pdf_schema.php3; lang/*: translated a string.
32     * header.inc.php3, lines 155-156: better "fix" against bug
33       #585094 (Runtime Error on Line 62).
35 2002-07-25 Robin Johnson  <robbat2@users.sourceforge.net>
36     * config.inc.php3:
37         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
38           value.
39     * libraries/sqlparser.lib.php3:
40         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
41           value.
42         - Fix strpos on line 168/169 to work with PHP3
43         - Fixed analyze code to remove print_r()
44     * lang/estonian-iso-8859-1.inc.php:
45         - Updated translation (thanks to Alvar Soome)
47 2002-07-25 Marc Delisle  <lem9@users.sourceforge.net>
48     * Documentation.html, clarify about mysql extensions
49     * tbl_properties_options.php3, tbl_properties_table_info.php3:
50       bug 586230, thanks to Loïc
51     * common.lib.php3: fix bad variable name
52     * tbl_indexes.php3, tbl_change.php3: fixes for PHP3 compatibility
54 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
55     * coding standard: common.lib.php3, config.inc.php3, Documentation.html,
56       header.inc.php3, sqlparser.data.php3, sqlparser.lib.php3,
57       string.lib.php3, translators.html
59 2002-07-24 Marc Delisle  <lem9@users.sourceforge.net>
60     * new lang: slovenian, thanks to Kositer Uros (urosh)
62 2002-07-24 Robin Johnson  <robbat2@users.sourceforge.net>
63     * libraries/string.lib.php3: 
64         - optimizations/PHP3 fixes (thanks Loïc)
65     * libraries/sqlparser.lib.php3: 
66         - Merged
67         - Spacing around if statements
68         - Added require statements for parser
69         - Moved to global constants for size of keyword arrays
70         - Added CSS creation rules
71         - Cleaned up CSS creation functions
72         - Formatting fixes
73     * libraries/sqlparser.data.php3: 
74         - Merged
75         - Added 'ANALYSE' reserved word (note spelling)
76     * config.inc.php3: 
77         - Added SQL Parser variables
78         - Remove old SQL Parser variables
79     * header.inc.php3:
80         - Added CSS for SQL Parser
81     * libraries/common.lib.php3:
82         - Change of PMA_format_sql to use new SQL Parser
83     
84 2002-07-24 Loïc Chapeaux  <lolo@phpheaven.net>
85     * libraries/string.lib.php3: Function documentation
87 2002-07-23 Robin Johnson  <robbat2@users.sourceforge.net>
88     * libraries/string.lib.php3: String functions for the new
89       SQL Parser system
91 2002-07-22 Marc Delisle  <lem9@users.sourceforge.net>
92     * lang/dutch update, thanks to Ivo Teel.
94 2002-07-22 Loïc Chapeaux  <lolo@phpheaven.net>
95     * libraries/common.lib.php3, lines 198-200: open the documentation
96       link in the "documentation" window.
97     * libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
98       PHP3 fixes (don't use "require" inside a conditional statement).
99     * Documentation.html: XHTML fixes.
100     * db_details_structure.php3; tbl_properties.php3;
101       tbl_change.php3, line 336; tbl_properties_structure.php3;
102       tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
103     * db_details.php3; db_details_links.php3;
104       tbl_properties_export.php3, lines 156-158: beautified generated
105       XHTML code.
107 2002-07-21 Marc Delisle  <lem9@users.sourceforge.net>
108     * Documentation.html, libraries/common.lib.php3: added a faq about
109       mysql extension, and a link to it when the error occurs
111 2002-07-20 Marc Delisle  <lem9@users.sourceforge.net>
112     * tbl_properties*: missing $sub_part for back links (bug 584069)
114 2002-07-19 Alexander M. Turek  <rabus@users.sourceforge.net>
115     * tbl_properties_links.php3: Fixed bug #583969.
116     * lang/german-*.inc.php3: Updates.
118 2002-07-19 Marc Delisle  <lem9@users.sourceforge.net>
119     * pdf_schema.php3, bug 583833: should not complain if some tables
120       are missing
121     * lang/hungarian update, thanks to Peter Bakondy
122     * lang/thai updates: thanks to Arthit Suriyawongkul.
123     * lang/norwegian updates: thanks to Sven-Erik Andersen
125 2002-07-19 Loïc Chapeaux  <lolo@phpheaven.net>
126     * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
127     * tbl_properties_structure.php3: coding standards.
129 2002-07-18 Alexander M. Turek  <rabus@users.sourceforge.net>
130     * libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
131       the "real" config file if a developer edition exists.
132     * libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
133       used.
135 2002-07-18 Marc Delisle  <lem9@users.sourceforge.net>
136     * libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
137       for some browsers
138     * lang/italian update, thanks to Pietro Danesi
139     * lang/chinese update, thanks to Siu Sun
140     * lang/albanian update, thanks to Laurent Dhima.
141     * lang/czech update, thanks to Michal Cihar
142     * lang/sync_lang.sh, can exclude some languages from conversion,
143       thanks to Michal Cihar
144     * lang/turkish update, thanks to Bora Alioglu
145     * lang/polish update, thanks to Jakub Wilk
146     * lang/galician update, thanks to Xosé Calvo
147     * lang/romanian update, thanks to Valics Lehel
148     * sql.php3, bug 582356, Propose table structure was not working when
149       $cfg['ShowAll'] was FALSE
151 2002-07-18 Steve Alberty  <staybyte@users.sourceforge.net>
152     * It is now possible to print stats for more than 2 GB (up to exa byte)
153     * db_details_structure.php3: correct wrong link from table size to stats
154     * tbl_printview.php3: fixed warnings if relation is not defined
155     * db_printview.php3: fixed warnings and faults
157 2002-07-17 Marc Delisle  <lem9@users.sourceforge.net>
158     * lang/sync_lang.sh: support for multiple convertors (recode added),
159       thanks to Michal Cihar
160     * lang/spanish update, thanks to Daniel Hinostroza
161       (Daniel.Hinostroza  at grunenthal.com.ec)
162     * lang/swedish updates: thanks to Björn T. Hallberg
163     * lang/indonesian updates, thanks to Rachim Tamsjadi.
164     * lang/japanese* updates, thanks to Yukihiro Kawada
165     * lang/french updates
166     * lang/lithuanian updates, thanks to Vilius Zigmantas
167     * chk_rel.php3, db_details_structure.php3, Documentation.html,
168       pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
169       commits for Loic
170     * tbl_properties.php3, tbl_properties_structure.php3,
171       new tbl_query_box.php3: query box at the bottom of the structure page
173 2002-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
174     * libraries/common.lib.php3, libraries/config_import.lib.php3: Added
175       $cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
176     * config.inc.php3, Documentation.html: Remerged the changes that were
177       removed in the previous revision, thanks to Björn T. Hallberg (bth).
178     * libraries/select_lang.lib.php3: Disable UTF-8 if
179       $cfg['AllowAnywhereRecoding'] has been set to FALSE.
181 2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
182     * pdf_pages.php3: if a page is edit it can also be shown
183     * pdf_schema.php3: now it is possible to have all tables
184       displayed with the same (maximum) width
185       (feature request 576537)
187 2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
188     * libraries/relation.lib.php3: verbose mode
189     * db_details_structure.php3: show message if relation doesn't work
190     * chk_rel.php3: new file to show what is wrong with relation
192 2002-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
193     * header.inc.php3: Use include() instead of require().
195 2002-07-16 Marc Delisle  <lem9@users.sourceforge.net>
196     * libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
197       a better if, because sometimes the test for PHP3 succeeds even
198       for PHP4, thanks to Neil Darlow
199     * libraries/relation.lib.php3: undefined variable
201 2002-07-15 Alexander M. Turek  <rabus@users.sourceforge.net>
202     * libraries/config_import.lib.php3:
203       - Removed a comment and
204       - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
205     * header.inc.php3: Better fix against bug #571409, thanks to Loïc.
206     * libraries/common.lib.php3: Coding standards.
208 2002-07-15 Marc Delisle  <lem9@users.sourceforge.net>
209     * db_details_export.php3, db_details_links.php3, Documentation.html,
210       sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
211       libraries/select_lang.lib.php3: fixes from Loic
212     * config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
213       to avoid problems on multithreaded servers, thanks to Neil Darlow
214       (ndarlow)
215     * libraries/charset_conversion.lib.php3: remove the "@" before dl()
216       because multithreaded servers don't support dl(), and we want
217       to see the error message, thanks to /Leblanc
218     * header.inc.php3: js error with OmniWeb, thanks to Loïc
220 2002-07-14 Marc Delisle  <lem9@users.sourceforge.net>
221     * Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
222       add a link to a new faq entry explaining some dump options
223     * libraries/relation.lib.php3: bug 575868 Unitialized string offset
224     * 2.3.0-rc3 released
226 2002-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
227     * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
228     * lang/german-*.inc.php3: Clarification.
230 2002-07-13 Marc Delisle  <lem9@users.sourceforge.net>
231     * libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
232       not a SELECT
233     * sql.php3: better way to show php code
234     * sql.php3: bug 580920: do not display the confirm dialog
235     * db_details_links.php3: undefined variable if coming from a Show MySQL
236       link on the home page
238 2002-07-13 Alexander M. Turek  <rabus@users.sourceforge.net>
239     * Documentation.html: News about bug #540671.
241 2002-07-12 Alexander M. Turek  <rabus@users.sourceforge.net>
242     * main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
243       escaped in db name), thanks to Björn T. Hallberg (bth).
245 2002-07-12 Mike Beck    <mikebeck@users.sourceforge.net>
246     * sql.php3: only run query if we didn't ask for phpcode of sql.
248 2002-07-12 Marc Delisle  <lem9@users.sourceforge.net>
249     * libraries/select_lang.lib.php3: add -utf-8 choices.
250     * lang/indonesian updates, thanks to Rachim Tamsjadi.
251     * libraries/relation.lib.php3: better initialization for a variable,
252       thanks to Jurgen Schwietering <jurgen at schwietering.com>.
254 2002-07-11 Loïc Chapeaux  <lolo@phpheaven.net>
255     * pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
256       tbl_properties_operations.php3; tbl_relation.php3;
257       libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
258       libraries/relation.lib.php3: coding standards.
259     * libraries/common.lib.php3: coding standards and a little display bug.
261 2002-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
262     * libraries/common.lib.php3: PHP3 compatibility.
263     * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).
265 2002-07-11 Robin Johnson  <robbat2@users.sourceforge.net>
266     * libraries/common.lib.php3: Fix for case where HTTP_HOST contains
267       the port already, as adding HTTP_PORT is wrong then.
269 2002-07-10 Marc Delisle  <lem9@users.sourceforge.net>
270     * libraries/charset_conversion.lib.php3: wrong function called,
271       thanks to Michal Cihar
272     * lang/*: cleanup of file names to include charset
274 2002-07-09 Marc Delisle  <lem9@users.sourceforge.net>
275     * libraries/common.lib.php3: fix from Loïc for bug 579017
277 2002-07-08 Loïc Chapeaux  <lolo@phpheaven.net>
278     * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
279     * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
281 2002-07-08 Marc Delisle  <lem9@users.sourceforge.net>
282     * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
283     * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
284       scripts/create-release.sh: split defines.lib.php3 because
285       of charset_conversion needs (thanks to Michal Cihar)
286     * slovak: with permission from Peter Svek, now the windows-1250
287       is generated from the -iso-8859-2 file.
289 2002-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
290     * libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
291       message.
293 2002-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
294     * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
295       accessed via the $GLOBALS[] array.
297 2002-07-06 Marc Delisle  <lem9@users.sourceforge.net>
298     * tbl_properties_structure.php3: undefined variable
299     * pdf_pages.php3: bug 574637 undefined index
300     * db_details_structure.php3: remove a PMA_backquote added today that
301       introduces a bug
302     * pdf_schema.php3: undefined variables
304 2002-07-05 Alexander M. Turek  <rabus@users.sourceforge.net>
305     * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
307 2002-07-05 Marc Delisle  <lem9@users.sourceforge.net>
308     * Documentation.html: about html entities in translations
309     * libraries/common.lib.php3: charset_conversion needs the constants
310     * libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
311     * bug 576510: tbl_qbe.php3 renamed db_details_qbe.php3
312       (affects also db_details_links.php3)
314 2002-07-01 Loïc Chapeaux  <lolo@phpheaven.net>
315     * Documentation.html: coding standards and xhtml fixes.
317 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
318     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
319       compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
321 2002-07-04 Robin Johnson  <robbat2@users.sourceforge.net>
322     * config.inc.php3, libraries/common.lib.php3:
323       Code for $cfg['PmaAbsoluteUri_DisableWarning']
325 2002-07-03 Marc Delisle  <lem9@users.sourceforge.net>
326     * lang/japanese* updates:, thanks to Yukihiro Kawada
327     * Documentation.html: explain the oslash symbol in the statistics
328     * left.php3: the - as first choice is not clear
329     * tbl_properties_table_info.php3, tbl_properties_links.php3: bug
330       576776: ShowAll never displayed
331     * display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight
333 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
334     * sql.php3: Completed fix against bug #575867 (Error with limit or load in
335       the table name).
337 2002-07-01 Olivier L. Müller  <om@omnis.ch>
338     * header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
339     * tbl_properties.php3: added insert button to Marc's <select> :)
341 2002-07-01 Marc Delisle  <lem9@users.sourceforge.net>
342     * tbl_properties_links.php3, db_details_links.php3: better vertical spacing
343     * tbl_properties.php3, db_details.php3: misplaced bullet
344     * tbl_properties.php3: add field list on the query page
345     * pdf_schema.php3: color for all segments of primary key, thanks to
346       Joshua Eichorn (jeichorn at joshuaeichorn.com)
348 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
349     * sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
350       partly.
352 2002-06-30 Marc Delisle  <lem9@users.sourceforge.net>
353     * user_details.php3: fix the tooltip
354     * 2.3.0-rc2 released
356 2002-06-30 Alexander M. Turek  <rabus@users.sourceforge.net>
357     * user_details.php3: Added a tooltip for the new documenation link.
358     * sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
359       thanks to Svetlozar Kovachev (svetlio).
360     * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
361       without javascript).
363 2002-06-29 Marc Delisle  <lem9@users.sourceforge.net>
364     * tbl_qbe.php3: show upper links
365     * Documentation.html, user_details.php3: link to document what happens
366       with grants and underscores.
368 2002-06-29 Alexander M. Turek  <rabus@users.sourceforge.net>
369     * libraries/config_import.lib.php3, libraries/common.lib.php3:
370       Backwards compatibility for config files < rev. 1.113.
371     * lang/german*.inc.php3: Better translation for $strQBE.
373 2002-06-29 Olivier L. Müller  <om@omnis.ch>
374     * Documentation.html: docs about $cfg['DefaultTabDatabase']
375       and $cfg['DefaultTabTable']
376     * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
377       default tab selection is now customizable from config.inc.php3.
379 2002-06-28 Olivier L. Müller  <om@omnis.ch>
380     * ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
381       to improve and check
383 2002-06-28 Marc Delisle  <lem9@users.sourceforge.net>
384     * tbl_change.php3, tbl_properties_common.php3,
385       new libraries/db_table_exists.lib.php3: menu on insert/edit
387 2002-06-27 Marc Delisle  <lem9@users.sourceforge.net>
388     * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
389       Select and no table
390     * lang/slovak-iso updates, thanks to Lubos Klokner
391     * Documentation.html: faq about silent column type changing
393 2002-06-26 Alexander M. Turek  <rabus@users.sourceforge.net>
394     * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
395       Michal Cihar (nijel).
396     * index.php3, header.inc.php3, header_printview.php3, left.php3,
397       libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
398       detect character encoding).
400 2002-06-26 Marc Delisle  <lem9@users.sourceforge.net>
401     * Documentation.html: update the persons/towns/countries example
402     * sql.php3, tbl_properties_table_info.php3: sub-page links on browse
403     * lang/japanese* updates: thanks to Yukihiro Kawada
404     * libraries/mysql_wrappers.lib.php3: patch #574009, charset
405       conversion for db names, thanks to Michal Cihar_
407 2002-06-26 Olivier L. Müller  <om@omnis.ch>
408     * tbl_change.php3: display the submit button every 15 lines:
409       may be useful for tables with 200 fields...
410     * db_details_structure.php3: fixed a wrong link: [Properties]
411       was opening the tbl_properties.php3 instead of
412       tbl_properties_structure.php3
414 2002-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
415     * lang/german-utf8.inc.php3: Synchronization.
416     * ChangeLog: Added a note about the older ChangeLogs at EoF.
418 2002-06-25 Marc Delisle  <lem9@users.sourceforge.net>
419     * lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
420     * lang/ukrainian-win1251 updates: thanks to Markijan Baran
422 2002-06-25 Olivier L. Müller  <om@omnis.ch>
423     * lang/german.inc.php3: Du -> Sie
425 2002-06-24 Alexander M. Turek  <rabus@users.sourceforge.net>
426     * lang/lithuanian.inc.php3: Removed line feed at EoF.
428 2002-06-23 Robin Johnson  <robbat2@users.sourceforge.net>
429     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
431 2002-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
432     * Revised some files in /lang/:
433       - chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
434         Reordered Strings.
435       - arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
436         croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
437         serbian-win1250.inc.php3: Synchronized the untranslated string
438         $strSplitWordsWithSpace with the English translation.
440 2002-06-23 Olivier L. Müller  <om@omnis.ch>
441     * db_stats.php3: Fixed warning from mysql_free_result.
443 2002-06-22 Olivier L. Müller  <om@omnis.ch>
444     * lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
445       shorter term for QBE
446     * config.inc.php3: added configuration variables for default tabs
447     * tbl_properties_links.php3: 'Empty' tab is now red as well
448     * db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
449       moved 'Structure' to the front and use it as default value.
450       TODO: make that customizable.
451     * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag
453 2002-06-22 Robin Johnson  <robbat2@users.sourceforge.net>
454     * sql.php3:
455         - Fix warning and error from mysql_free_result($cna_all_result);
456     * tbl_printview.php3:
457         - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
458           last <div>, to stop a blank page being printed
459         - Moved <hr /> to just inside </div> - gets line on the same page
460     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
461     * lang/chinese*.inc.php3 updates: thanks to Siu Sun
462     * lang/english*: $strSplitWordsWithSpace
463         - Fix spelling 'seperated' -> 'separated'
465 2002-06-21 Olivier L. Müller  <om@omnis.ch>
466     * libraries/common.lib.php3, main.php3: be more tolerant with lazy
467       sysadmins or users by letting them having an empty
468       $cfg['PmaAbsoluteUri']. A default value (which should work according
469       to the docs...) will be set and a warning displayed on main.php3.
471 2002-06-21 Robin Johnson  <robbat2@users.sourceforge.net>
472     * lang/english*: $strSplitWordsWithSpace
473         - 'splitted' changed to 'seperated'
474     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
475     * lang/polish.inc.php3 updates: thanks to Jakub Wilk
476     * db_details_links.php3, header.inc.php3,
477       tbl_properties_links.php3, libraries/common.lib.php3:
478         - Neater tab code by Michal Cihar (Patch #571837)
480 2002-06-21 Marc Delisle  <lem9@users.sourceforge.net>
481     * sql.php3: patch 565627 for the old bug 461192: wrong query count
482       for groups, thanks to Svetlozar Kovachev
483     * lang/czech* updates: thanks to Michal Cihar
484     * lang/greek updates: thanks to Kyriakos Xagoraris
485     * lang/norwegian updates: thanks to Sven-Erik Andersen
486     * tbl_properties_structure.php3, bug 572127: wrong back link, thanks
487       to "nobody"
488     * tbl_addfield.php3: goback to the structure sub-page
490 2002-06-20 Robin Johnson  <robbat2@users.sourceforge.net>
491     * tbl_qbe.php3: Using * for tables fields disables
492       sorting for that field (Fix for bug #570698)
493     * db_details_links.php3: Added $args3, $args4 = '', for no tables case
495 2002-06-20 Marc Delisle  <lem9@users.sourceforge.net>
496     * ChangeLog_till_2.2.6.gz: removed from the distribution and copied
497       to home page
498     * lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
499     * lang/polish updates: thanks to Jakub Wilk
500     * lang/galician updates: thanks to Xosé Calvo
502 2002-06-20 Alexander M. Turek  <rabus@users.sourceforge.net>
503     * header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
504       Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).
506 2002-06-19 Alexander M. Turek  <rabus@users.sourceforge.net>
507     * libraries/common.lib.php3, libraries/config_import.lib.php3,
508       config.inc.php3: Rewrote the whole backwards compatibility code for old
509       config files.
510     * config.inc.php3: Beautified code.
511     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
512       Header and footer may now be included inside a function as well
513       (Better fix against bug #549570).
515 2002-06-19 Marc Delisle  <lem9@users.sourceforge.net>
516     * index.php3: missing header, thanks to Michal Cihar
517     * lang/japanese* updates: thanks to Yukihiro Kawada
518     * lang/spanish, catala updates: thanks to Xavier Navarro
519     * lang/dutch updates: thanks to Ivo Teel.
520     * lang/swedish updates: thanks to Björn T. Hallberg
521     * lang/galician updates: thanks to Xosé Calvo
522     * libraries/config_import.lib.php3, fixed 3 parse errors
523     * common.lib.php3: due to formatting problems, bypass PMA_format_sql
524       for 2.3.0-rc1
525     * 2.3.0-rc1 release
527 2002-06-19 Robin Johnson  <robbat2@users.sourceforge.net>
528     * libraries/charset_conversion.lib.php3,
529       libraries/common.lib.php3,
530       main.php3:
531         - added isset() before some configuration variables
533 2002-06-18 Marc Delisle  <lem9@users.sourceforge.net>
534     * lang/chinese* updates: thanks to Siu Sun
535     * lang/lithuanian updates: thanks to Vilius Zigmantas
536     * lang/romanian updates: thanks to Valics Lehel
537     * lang/thai updates: thanks to Arthit Suriyawongkul.
538     * lang/turkish updates: thanks to Bora Alioglu
539     * tbl_relation.php3, bug 570691: query was executed too many times
541 2002-06-18 Alexander M. Turek  <rabus@users.sourceforge.net>
542     * lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
544 2002-06-18 Robin Johnson  <robbat2@users.sourceforge.net>
545     * libraries/relation.lib.php3:83
546         - Fixed $cfg['Servers']['Server'] -> $cfg['Server']
547     * libraries/relation.lib.php3:144,190
548         - Cleaned up is_array() to isset() && is_array()
549     * tbl_change.php3:204
550         - $type_nowrap added to case 'timestamp'
551     * lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
552         - Last fix for $strConfigFileError done as well
554 2002-06-17 Robin Johnson  <robbat2@users.sourceforge.net>
555     * lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
556     * lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)
558 2002-06-17 Marc Delisle  <lem9@users.sourceforge.net>
559     * scripts/create-release.sh: the I option in tar for bzip output
560       is deprecated and no longer works on sourceforge, use j
561     * lang/french.inc.php3: updates
562     * user_password.php3: parse error as reported by Olivier
563     * libraries/relation.lib.php3: pmadb can be left blank
565 2002-06-16 Marc Delisle  <lem9@users.sourceforge.net>
566     * lang/sync_lang.sh: new script thanks to Michal Cihar
567     * Documentation.html: typos
568     * lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
569     * lang/turkish.inc.php3 updates: thanks to Bora Alioglu
571 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
572     more changes because of new centralized db for pma
573     * db_details_structure.php3
574     * pdf_pages.php3
575     * pdf_schema.php3
576     * libraries/display_tbl.lib.php3
577     now also honour new place of relationtables
578     * Documentation.html
579     * Documentation.txt
580     described new db and tables
581     * db_details_links.php3
582       - put the link to tbl_qbe in topnavigation
583     * tbl_relation.php3
584         writing of column_comments possible
585     * tbl_printview.php3
586         column_comments will be displayed
587     * relation.lib.php3
588         new function: getComments($db,$table)
590 2002-06-15 Marc Delisle  <lem9@users.sourceforge.net>
591     * lang/romanian.inc.php3 updates, thanks to Valics Lehel
592     * lang/lithuanian.inc.php3 updates, thanks to Vilius Zigmantas
593     * lang/polish.inc.php3 updates, thanks to Jakub Wilk
594     * lang/ukrainian.inc.php3 updates, thanks to Markijan Baran
595     * lang/spanish.inc.php3, catala.inc.php3 updates, thanks to Xavier Navarro
596     * lang/czech* updates, thanks to Michal Cihar
597     * lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen
598     * lang/swedish.inc.php3 updates, thanks to Björn T. Hallberg
600 2002-06-15 Alexander M. Turek  <rabus@users.sourceforge.net>
601     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
602     * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
603     * lang/german*.inc.php3: Translated $strComments.
604     * config.inc.php3: Changed default values of some directives.
606 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
607     started putting the relationtables in a central db
608     with the bookmarktable
609     * config.inc.php3
610       - renamed $cfg['Servers'][$i]['bookmarkdb'] to
611         $cfg['Servers'][$i]['pmadb']
612       - allready added $cfg['Servers'][$i]['column_comments']
613     * tbl_relation.lib.php3  new file
614       - PMA_getRelationsParam(): get and test config
615       - getForeigners() get an array of tables/fields
616         related to the one you supply
617       - getDisplayField() get the tables display column
618       - PMA_query_as_cu() query the pmadb using the controluser
619         if possible, otherwise normal user
620     changes to use new place of tables are allready finished for
621     those files:
622     * tbl_relation.php3
623     * db_details_structure.php3
624     * pdf_pages.php3
625     * tbl_qbe.php3
627 2002-06-14 Alexander M. Turek  <rabus@users.sourceforge.net>
628     * lang/german.inc.php3: Updates.
629     * libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
630       Added German UTF-8 file.
631     * lang/italian.inc.php3: Updates, thanks again to
632       Pietro Danesi <danone at users.sourceforge.net>.
633     * libraries/user_details.js: Fixed a sytax error.
635 2002-06-14 Marc Delisle  <lem9@users.sourceforge.net>
636     * big patch for charset support, all files that call mysql have been
637       modified; thanks to Michal Cihar.
639 2002-06-14 Mike Beck  <mikebeck@users.sourceforge.net>
640     * tbl_qbe:  Bugfixing
641       - Don't try to use a generated SQL Statement without
642         a SELECT (if none of the Columns is marked as display
643         this could happen)
644       - if no LEFT JOINS are generated make sure that the
645         array containing tablenames is unique
647 2002-06-12 Alexander M. Turek  <rabus@users.sourceforge.net>
648     * lang/turkish.inc.php3: Updates, thanks again to
649       Bora Alioglu <bora@risc01.ktu.edu.tr>.
650     * lang/german.inc.php3: Translated $strMissingBracket.
651     * lang/english.inc.php3: Reordered strings.
652     * config.inc.php3:
653       - Use hex codes for colors;
654       - Removed a dublicate.
656 2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
657     Syntaxcoloring for SQL - Statements
658     * config.inc.php3 lines 226-,302-
659     * libraries/common.lib.php3 lines 34,43,192-,312-,987,1062
661 2002-06-12 Marc Delisle  <lem9@users.sourceforge.net>
662     * lang/dutch.inc.php3 updates, thanks to Ivo Teel.
663     * lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
665 2002-06-11 Alexander M. Turek  <rabus@users.sourceforge.net>
666     * libraries/display_tbl.lib.php3: JS fixes, thanks to
667       Richard Hornsby <rhornsby at users.sourceforge.net>.
668     * Documentation.html: Fixed a typo.
669     * lang/german.inc.php3: Updates.
670     * lang/italian.inc.php3:
671       - Updates, thanks again to
672         Pietro Danesi <danone at users.sourceforge.net>.
673       - Removed HTML entities.
675 2002-06-11 Marc Delisle  <lem9@users.sourceforge.net>
676     * pdf_pages.php3, lang/*, Documentation.html: new message with doc
677     * lang/hungarian.inc.php3 updates, thanks to Peter Bakondy
678     * lang/japanese*.php3 updates, thanks to Yukihiro Kawada
679     * lang/lithuanian.inc.php3 updates, thanks to Vilius Zigmantas
681 2002-06-10 Marc Delisle  <lem9@users.sourceforge.net>
682     * tbl_select.php3, bug with end of lines
684 2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
685     * tbl_select.php3: lines 12-16,111-123,194-199
686       - now you can use >= etc.
688 2002-06-09 Marc Delisle  <lem9@users.sourceforge.net>
689     * lang/french.inc.php3 updates
691 2002-06-09 Alexander M. Turek  <rabus@users.sourceforge.net>
692     * libraries/common.lib.php3: Corrected path to config_import.lib.php3.
693     * libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
694       Catch parse errors in the config file.
695     * lang/chinese_*.inc.php3: Converted to Unix line feed format.
696     * lang/english.inc.php3: Reordered strings.
698 2002-06-09 Robin Johnson  <robbat2@users.sourceforge.net>
699     * Initial checkin of base DB-Config code
701 2002-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
702     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
703     * translators.html:
704       - Changed Dutch translator.
705       - Changed special characters into HTML entities.
706     * lang/norwegian.inc.php3: Updates, thanks again to
707       Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
708     * lang/polish.inc.php3: Small corrections, thanks again to
709       Jakub Wilk <ubanus at users.sourceforge.net>.
710     * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).
712 2002-06-07 Marc Delisle  <lem9@users.sourceforge.net>
713     * translators.html: updates (try to have only one official translator,
714       probably the original author, or the one who now sends updates)
715     * lang/czech* updates, thanks to Michal Cihar
716     * lang/chinese* updates, thanks to Siu Sun
718 2002-06-06 Alexander M. Turek  <rabus@users.sourceforge.net>
719     * Documentation.*:
720       - The textarea bug still appears in Mozilla 1.0-final;
721       - Fixed a typo;
722       - Updated credits.
723     * lang/albanian.inc.php3: Updates, thanks again to
724       Laurent Dhima <laurent at users.sourceforge.net>.
725     * lang/german.inc.php3: Updates, added feedback link.
727 2002-06-05 Alexander M. Turek  <rabus@users.sourceforge.net>
728     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
729     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
730     * lang/italian.inc.php3: Updates, thanks again to
731       Pietro Danesi <danone at users.sourceforge.net>.
733 2002-06-05 Marc Delisle  <lem9@users.sourceforge.net>
734     * lang/polish.inc.php3 updates, thanks to Jakub Wilk
735     * lang/ukrainian.inc.php3 updates, thanks to Markijan Baran
736     * lang/romanian.inc.php3 updates, thanks to Valics Lehel
738 2002-06-03 Marc Delisle  <lem9@users.sourceforge.net>
739     * lang/romanian.inc.php3 updates, thanks to Valics Lehel
740     * lang/indonesian.inc.php3 updates, thanks to Rachim Tamsjadi
742 2002-06-03 Mike Beck  <mike.beck@ibmiller.de>
743     * pdf_pages.php3
744     - new page to add and edit pdf pages
745     * db_details_structure.php3 lines 452-482
746       - added a link to pdf_pages
747       - if pdf_pages exist offer to create pdfs
748     * pdf_schema.pdf  lines lines 374-380,422-455,805-820
749       - changed to work with the table_coords table
750       - show primary_key and display_field in different color
751     * config.inc.php3 lines 55,80,103
752     - added a new servervariable $cfg['Servers'][$i]['table_coords']
753     * Documentation.html line 593-770,1884-1920
754     - added and changed Doku for Creating PDFs
757 2002-06-02 Loïc Chapeaux  <lolo@phpheaven.net>
758     * libraries/display_tbl.inc.php3, line 1413: xhtml fix.
759     * libraries/fpdf/fpdf.php3: light optimizations and fixes.
760     * sql.php3, lines 509-522: do print the page in "printview" mode.
761     * scripts/check_lang.php3: added this script which goal is to ensure
762       all languages files are valid.
763     * Documentation.html; main.php3; translators.html: feature request #539644
764       (Translation feedback link).
766 2002-06-01 Loïc Chapeaux  <lolo@phpheaven.net>
767     * db_details_structure.php3, lines 440-441; Documentation.html;
768       pdf_schema.php3; libraries/fpdf/*:
769       - updated the FPDF library to the 1.5 revision;
770       - rewrote it to make it PHP3 and xhtml compliant;
771       - coding standards.
772     * read_dump.php3, lines 245-252: improved the "open_basedir" handling.
774 2002-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
775     * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
776     * lang/italian.inc.php3: Updates, thanks again to
777       Pietro Danesi <danone at users.sourceforge.net>.
778     * lang/german.inc.php3: Small corrections.
779     * lang/polish.inc.php3: Updates, thanks to
780       Jakub Wilk <ubanus at users.sourcefore.net>.
781     * header_printview.inc.php3, libraries/display_tbl.inc.php3:
782       - Beautified generated code;
783       - XHTML / CSS fixes.
785 2002-05-31 Alexander M. Turek  <rabus@users.sourceforge.net>
786     * lang/german.inc.php3: Small corrections.
787     * sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
788       lang/*.inc.php3: Implemented one part of feature #472038:
789       Print view for SQL results (features #523325, #562505).
791 2002-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
792     * lang/albanian.inc.php3: Updates, thanks again to
793       Laurent Dhima <laurent at users.sourceforge.net>.
795 2002-05-29 Alexander M. Turek  <rabus@users.sourceforge.net>
796     * lang/german.inc.php3: Translated $strPdfDbSchema.
797     * lang/italian.inc.php3: Updates, thanks again to
798       Pietro Danesi <danone@users.sourceforge.net>.
800 2002-05-28 Loïc Chapeaux  <lolo@phpheaven.net>
801     * pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
803 2002-05-27 Loïc Chapeaux  <lolo@phpheaven.net>
804     * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.
806 2002-05-27 Alexander M. Turek  <rabus@users.sourceforge.net>
807     * lang/estonian.inc.php3: Updates, thanks to
808       Alvar Soome <finsoft at users.sourceforge.net>.
809     * README: Updated requirements.
811 2002-05-26 Alexander M. Turek  <rabus@users.sourceforge.net>
812     * header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
813       images/vertical_line.gif:
814       - Made it possible to specify a background image for the right frame.
815       - Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
816     * Documentation.html: The external global variables don't exist anymore
817       since PHP 4.2.0!
819 2002-05-26 Loïc Chapeaux  <lolo@phpheaven.net>
820     * scripts/create-release.sh, line 60: added the "-P" option (prune empty
821       directory) for the cvs checkout.
822     * sql.php3:
823       - fixed a warning thanks to
824         Svetlio Kovachev <svetlio at users.sourceforge.net>;
825       - coding standards.
826     * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.
828 2002-05-25 Loïc Chapeaux  <lolo@phpheaven.net>
829     * libraries/common.lib.php3:
830       - fixed a PHP3 bug and warnings;
831       - optimized a bit;
832       - coding standards.
833     * lang/english.inc.php3; lang/french.inc.php3: sorted.
834     * header.inc.php3: enforce relative url in CSS.
835     * tbl_relation.php3:
836       - fixed an error when $cfg['Server']['table_info'] is not valid;
837       - optimized a bit;
838       - removed an "onchange" js handler to lower server charge.
839     * pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
840       the "libraries" one.
841     * read_dump.php3, lines 255-256: path must use "\" under winwin.
843 2002-05-25 Alexander M. Turek  <rabus@users.sourceforge.net>
844     * lang/italian.inc.php3: Updates, thanks again to
845       Pietro Danesi <danone@users.sourceforge.net>.
846     * lang/german.inc.php3: Updates.
848 2002-05-24 Alexander M. Turek  <rabus@users.sourceforge.net>
849     * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
850     * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.
852 2002-05-24 Marc Delisle  <lem9@users.sourceforge.net>
853     * lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
854       and "Create PHP Code", thanks to Mike Beck
855       (TODO: avoid executing the query again)
856     * sql.php3: $is_analyse was sometimes undefined
857     * tbl_alter.php3: go back to structure sub-page
859 2002-05-24 Loïc Chapeaux  <lolo@phpheaven.net>
860     * config.inc.php3; db_details_links.php3; db_search.php3;
861       Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
862       - Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
863     * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
864       problem with Opera.
865     * sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
866       libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
867       analyse(), thanks to Mike Beck.
869 2002-05-23 Marc Delisle  <lem9@users.sourceforge.net>
870     * Documentation.html, config.inc.php3, db_details_structure.php3,
871       pdf_schema.php3: new 'table_coords' because a table can appear
872       on more than one PDF page
873     * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
874       field maintenance, thanks to Mike Beck
876 2002-05-23 Alexander M. Turek  <rabus@users.sourceforge.net>
877     * Documentation.*: The Mozilla textarea bug also appears in
878       Mozilla 1.0-RC2 and Netscape 7.0-PR1.
880 2002-05-22 Loïc Chapeaux  <lolo@phpheaven.net>
881     * libraries/display_tbl.lib.php3: fixed possible errors with special
882       characters in tables names.
883     * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
884       & PHP 4.2+ HTTP header bug.
886 2002-05-22 Marc Delisle  <lem9@users.sourceforge.net>
887     * Documentation.html, config.inc.php3, db_details_structure.php3,
888       pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
889       renamed to PMA_table_info, "foreign_display_field" moved from
890       PMA_relation to PMA_table_info (once per table)
891     * lang/indonesian.inc.php3 updates thanks to Rachim Tamsjadi
892       (tamsjadi at icqmail.com)
894 2002-05-21 Loïc Chapeaux  <lolo@phpheaven.net>
895     * ldi_table.php3, line 44: beautified generated html.
896     * tbl_properties_options.php3: fixed display errors with IE5.
897     * lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
898       translators.
900 2002-05-21 Marc Delisle  <lem9@users.sourceforge.net>
901     * lang/chinese*: updated thanks to Siu Sun
903 2002-05-19 Marc Delisle  <lem9@users.sourceforge.net>
904     * read_dump.php3, bug 556105: do not execute a bookmark if asked to
905       only view it
907 2002-05-19 Alexander M. Turek  <rabus@users.sourceforge.net>
908     * lang/german.inc.php3:
909       - Updated serveral untranslated strings.
910       - Better translation.
911     * lang/albanian.inc.php3, libraries/select_lang.lib.php3:
912       New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
913     * ldi_table.php3: Added labels for checkboxes.
915 2002-05-18 Marc Delisle  <lem9@users.sourceforge.net>
916     * pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
917     * Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
919 2002-05-18 Alexander M. Turek  <rabus@users.sourceforge.net>
920     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
921       some html special characters, display was not xhtml compilant.
923 2002-05-18 Loïc Chapeaux  <lolo@phpheaven.net>
924     * libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
925       - exported the "IP-based Allow/Deny" code in a distinct library;
926       - coding standards;
927       - improved PHP3 compliance;
928       - better ip checking.
929     * Documentation.html: typos and line sizes.
930     * tbl_qbe.php3: cleanup.
931     * fpdf/*: removed ^M.
932     * fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
933       the PHP version and the "register globals" value.
934     * pdf_schema.php3; lang/*: coding standards and PDF error handling.
935     * config_import.lib.php3: fixed a parse error.
937 2002-05-17 Robin Johnson  <robbat2@users.sourceforge.net>
938     * config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
939       from feature #484158
940     * Documentation.*: feature #484158 documented
942 2002-05-17 Marc Delisle  <lem9@users.sourceforge.net>
943     * tbl_change.php3, bug 556296: field size for int
944     * tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
946 2002-05-17 Loïc Chapeaux  <lolo@phpheaven.net>
947     * db_details_structure.php3, lines 442: does not display the "data scheme"
948       form if there is no table in the database.
949     * db_details_structure.php3, lines 446-458;
950       tbl_properties_options.php3, lines 119-143: beautified generated code.
951     * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
952       case of table names under winwin, thanks to
953       Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
954     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
955       some html tags, display was broken. Thanks to
956       SailorMax <max at elcor.lv>.
957     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
959 2002-05-16 Loïc Chapeaux  <lolo@phpheaven.net>
960     * db_details_structure.php3; Documentation.html: coding standards.
962 2002-05-14 Marc Delisle  <lem9@users.sourceforge.net>
963     * pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
964       Documentation.html: new feature: pdf schema output,
965       thanks to Maxime Delorme (delorme.maxime at free.fr)
966       and to Olivier Plathey (www.fpdf.org)
967       (todo: scaling choice)
969 2002-05-13 Loïc Chapeaux  <lolo@phpheaven.net>
970     * left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
971       fix against bug #546011 (Navigation tooltips).
972     * lang/arabic.inc.php3: updated thanks to Tarik kallida.
974 2002-05-13 Marc Delisle  <lem9@users.sourceforge.net>
975     * lang/hungarian.inc.php3 updates, thanks to Péter Bakondy
977 2002-05-09 Robin Johnson  <robbat2@users.sourceforge.net>
978     * .cvsignore, libraries/common.lib.php3: Feature to stop developers
979       commiting their config.inc.php3 so easily.
981 2002-05-09 Alexander M. Turek  <rabus@users.sourceforge.net>
982     * left.php3, libraries/common.lib.php3:
983       Fixed bug #546011 (Navigation tooltips).
984     * lang/german.inc.php3: Updates.
986 2002-05-08 Marc Delisle  <lem9@users.sourceforge.net>
987     * Documentation.html: update example for foreign_display_field
988     * display_tbl.lib.php3: more room for record number
990 2002-05-08 Loïc Chapeaux  <lolo@phpheaven.net>
991     * lang/english.inc.php3; lang/french.inc.php3;
992       libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?
994 2002-05-07 Loïc Chapeaux  <lolo@phpheaven.net>
995     * tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
996       slashed some values.
997     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
999 2002-05-06 Marc Delisle  <lem9@users.sourceforge.net>
1000     * lang/romanian.inc.php3 updates thanks to Valics Lehel
1001     * lang/*, tbl_relation.php3, Documentation.html,
1002       libraries/display_tbl.lib.php3: foreign_display_field
1004 2002-05-05 Loïc Chapeaux  <lolo@phpheaven.net>
1005     * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
1006       Warit Wanasathian.
1007     * tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
1008       export only some records in xml format.
1009     * tbl_properties_export.php3: nicer display.
1010     * ldi_table.php3; tbl_select.php3: added top menu.
1012 2002-05-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1013     * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
1014       Use "SQL" instead of "home" as link name.
1015     * tbl_properties_export.php3: Added XML export option.
1016     * tbl_dump.php3: Beautified XML output.
1017     * lang/german.inc.php3: Better translation for $strDumpXRows.
1019 2002-05-04 Loïc Chapeaux  <lolo@phpheaven.net>
1020     * user_details.php3, line 984: do not use "mysql_result" if the query
1021       fails.
1022     * libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
1023     * tbl_qbe.php3: cleaned up a bit.
1024     * lang/chinese-*: updated thanks to Siu Sun.
1026 2002-05-03 Loïc Chapeaux  <lolo@phpheaven.net>
1027     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
1028     * tbl_properties.php3; tbl_properties_export.php3;
1029       tbl_properties_operations.php3; tbl_properties_options.php3;
1030       tbl_properties_strucuture.php3:
1031       - messages are now displayed if a query had been submitted to change some
1032         options or to sort the table;
1033       - pursuit the "stay on the sub-pages as long as needed" work.
1034     * db_details.php3; db_details_export.php3; db_details_strucuture.php3:
1035       pursuit the "stay on the sub-pages as long as needed" work.
1036     * libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
1037       Cookie auth and cookies refused.
1039 2002-05-02 Loïc Chapeaux  <lolo@phpheaven.net>
1040     * lang/*.inc.php3: cleanup.
1041     * db_details.php3, line 38; db_details_links.php3, line 41: the start db
1042       details page couldn't be reached with an empty database.
1044 2002-05-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1045     * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
1046     * lang/italian.inc.php3: Updates, thanks again to
1047       Pietro Danesi <danone@users.sourceforge.net>.
1048     * lang/german.inc.php3: Updates.
1050 2002-05-01 Marc Delisle  <lem9@users.sourceforge.net>
1051     * tbl_properties.php3, tbl_properties_links.php3,
1052       new tbl_properties_structure, lang/*.php3: Structure page
1053       (todo: - stay on the sub-pages as long as needed)
1054     * tbl_qbe.php3: last changes from Mike Beck
1055     * new tbl_relation.php3 (relation management), thanks to Mike Beck
1057 2002-05-01 Loïc Chapeaux  <lolo@phpheaven.net>
1058     * tbl_properties.php3; tbl_properties_table_info.php3: comments.
1059     * tbl_properties_options.php3: added labels and beautified display.
1060     * db_stats.php3, lines 12-22: ensure this script can only be ran by a
1061       super-user.
1062     * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
1063       under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
1064     * libraries/common.lib.php3, line 791: fixed a warning thanks to
1065       Kris Wood <kris at navi.net>.
1066     * mosts scripts: optimization - do not call "mysql_numrows",
1067       "mysql_results" and "mysql_fetch_array" on invalid queries.
1068     * db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
1069       "database details" page in parts.
1070     * tbl_properties_links.php3: optimized (less server work).
1071     * tbl_dump.php3, lines 308-309: exporting a database with one table from
1072       the "database details" page doesn't export the table.
1074 2002-04-30 Loïc Chapeaux  <lolo@phpheaven.net>
1075     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
1077 2002-04-30 Marc Delisle  <lem9@users.sourceforge.net>
1078     * tbl_qbe.php3, try to make it work again
1079     * tbl_properties.php3, tbl_properties_table_info.php3,
1080       tbl_properties_options.php3: support for 3 MyISAM table options
1082 2002-04-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1083     * lang/german.inc.php3: Clarification ($strFlushTable).
1085 2002-04-29 Loïc Chapeaux  <lolo@phpheaven.net>
1086     * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
1087       usual translators.
1088     * tbl_qbe.php3: code was broken and warnings.
1089     * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
1090       changed when granting.
1092 2002-04-29 Alexander M. Turek  <rabus@users.sourceforge.net>
1093     * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
1094       file extensions of XML files in ZIP archives.
1095     * lang/german.inc.php3: Translated $strOptions.
1096     * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
1097     * header.inc.php3, tbl_properties_links.php3: New link design.
1098     * header.inc.php3: removed db_stats link.
1100 2002-04-29 Marc Delisle  <lem9@users.sourceforge.net>
1101     * tbl_qbe.php3: corrections from Mike Beck for better joins
1102       when more than one table is the master in a relation
1103     * tbl_properties_links.php3, tbl_properties_operations.php3,
1104       new tbl_properties_options.php3, lang/*: new Options page
1105       (will grow when Feature request 441716 is done)
1107 2002-04-28 Marc Delisle  <lem9@users.sourceforge.net>
1108     * tbl_properties.php3, new tbl_properties_common.php3:
1109       start the split
1110     * tbl_properties.php3, new tbl_properties_export.php3,
1111       tbl_properties_links.php3, lang/*.php3: export is splitted
1112     * new tbl_properties_table_info, to be able to display links
1113       on the export page
1114     * new tbl_properties_operations.php3
1116 2002-04-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1117     * header.inc.php3, lines 162-170: Improved patch #548696.
1118     * db_details.php3, tbl_dump.php3, lang/*.php3,
1119       libraries/build_dump.lib.php3: XML exports (experimental).
1120     * tbl_dump.php3: improved PHP3 compatibility.
1122 2002-04-28 Loïc Chapeaux  <lolo@phpheaven.net>
1123     * tbl_properties.php3, line 395: replaced a "require" by an include.
1124     * tbl_properties_links.php3: beautified code.
1125     * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
1126       xhtml fixes.
1127     * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
1128     * tbl_qbe.php3, line 732: fixed again a warning.
1129     * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
1130       replicate.
1131     * db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
1132     * tbl_properties.php3; tbl_properties_operations.php3: moved tables
1133       comments and type features and referential integrity checkings to the
1134       "table operations" page.
1135     * config.inc.php3, lines 184-185; db_details.php3, line 572;
1136       Documentation.html, lines 916-917; tbl_properties.php3, line 556:
1137       emphasized the sql query texteareas.
1139 2002-04-27 Marc Delisle  <lem9@users.sourceforge.net>
1140     * tbl_properties.php3, new tbl_properties_links.php3:
1141       remove duplicate links code.
1143 2002-04-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1144     * Recompressed old ChangeLog without saving its path in the archive.
1145     * header.inc.php3:
1146       - Patch #548696 (DB/Table titles should be links), thanks to
1147         Ray Black <allah03@users.sourceforge.net>.
1148       - lines: 161-164: Undefined variable.
1149     * common.lib.php3, lines 162, 163, 435-437: Fixed bug #549570
1150       (Strange error if controluser is invalid).
1152 2002-04-27 Loïc Chapeaux  <lolo@phpheaven.net>
1153     * Documentation.html:
1154       - xhtml fixes;
1155       - added a faq entry about bug #547064 (JS error with textareas under
1156         Mozilla).
1157     * libraries/display_tbl.lib.php3; libraries/functions.js: better fix
1158       against bug #547384 (Marker Color can't equal Pointer Color).
1159     * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
1160     * scripts/create-release.sh: improved so a CVS branch tag may be used.
1161     * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
1162       translations thanks to Sime Essert <sime@nofrx.org>.
1163     * tbl_properties.php3, lines 1238-1240: fix new fields names in the
1164       relation table.
1165     * tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
1166       standards.
1167     * header.inc.php3, lines 166-172: xhtml fixes.
1168     * Compressed ChangeLog till the 2.2.6 release.
1170 2002-04-26 Loïc Chapeaux  <lolo@phpheaven.net>
1171     * ## created 2.2.7 branch into the CVS tree ##
1172     * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
1173     * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
1174     * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
1175       Melvyn Sopacua <nyvlem at users.sourceforge.net>.
1176     * libraries/common.lib.php3, line 70: "invalid" path.
1177     * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
1179 2002-04-26 Marc Delisle  <lem9@users.sourceforge.net>
1180     * tbl_qbe.php3: automatic joins from Relation table, thanks
1181       to Mike Beck (mike.beck at ibmiller.de)
1182       (experimental: some things remain to be tested)
1183     * Documentation.html: example for automatic joins
1184     * tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
1185       Documentation.html: rename fields in the relation table
1187 2002-04-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1188     * libraries/common.lib.php3: fixed a controluser bug.
1189     * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
1190       equal Pointer Color)
1192 2002-04-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1193     * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.
1195 2002-04-24 Marc Delisle  <lem9@users.sourceforge.net>
1196     * tbl_*.php3: $cfg system changes
1198 2002-04-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1199     * libraries/*, lang/*: $cfg system changes.
1200     * libraries/common.lib.php3, libraries/select_lang.lib.php3,
1201       libraries/config_import.lib.php3: Config file backwards compatibility.
1203 2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
1204     * *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
1205     * scripts/extchg.sh: Updated URL
1206     * scripts/convertcfg.pl: Conversion between old config files and new ones.
1207     * scripts/*: Updated comments somewhat
1208     * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
1209     * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
1210     * libraries/common.lib.php3: a single $cfgServer instance was forgotten
1212 2002-04-23 Marc Delisle  <lem9@users.sourceforge.net>
1213     * tbl_printview.php3, lang/*.php3: Relation links in printview,
1214       thanks to Mike Beck (mike.beck at ibmiller.de)
1216 2002-04-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1217     * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
1218     * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
1219       beautified the generated code.
1220     * lang/german.inc.php3: Translated the new string.
1221     * Documentation.html: Changed notes concerning php 4.2.0.
1223 2002-04-22 Loïc Chapeaux  <lolo@phpheaven.net>
1224     * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
1226 2002-04-22 Marc Delisle  <lem9@users.sourceforge.net>
1227     * lang/japanese* updates, thanks to Yukihiro Kawada
1229 2002-04-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1230     * lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
1231     * lang/german.inc.php3: better syntax.
1232     * db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
1233       Use TRUNCATE instead of DELETE when using MySQL 4.
1235 2002-04-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1236     * main.php3: Restarted work on patch #538740 (get users priv. with
1237       SHOW GRANTS).
1239 2002-04-21 Loïc Chapeaux  <lolo@phpheaven.net>
1240     * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
1241       authentication mode with IIS.
1243 2002-04-21 Marc Delisle  <lem9@users.sourceforge.net>
1244     * ### 2.2.6 released ###
1247          --- Older ChangeLogs can be found on our project website ---
1248                      http://www.phpmyadmin.net/ChangeLogs/