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