tbl_move_copy
[phpmyadmin/crack.git] / ChangeLog
blobf48530751629eebfcd0bee691b62744dcaa1c876
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
9     * Documentation.html: faq 5.12 about OS X Safari problem
10     * tbl_move_copy.php3: typo (wrong back link)
12 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
13     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
14     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
16 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
17     * server_privileges.php3: Wrong label.
18     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
19       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
20       The script now works on the SF shell servers ONLY!
22 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
23     * lang/czech: Updated.
24     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
25       field editing.
27 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
28     * lang/sort_lang.sh: Fix status output bug '\n'
29     * db_details_importdocsql.php3: Move hardcoded strings to language files
30     * lang/*.php3: Add new strings for docSQL importer
31     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
32     * Documentation.html: Revised FAQ entry about SQL Validator
34 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
35     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
36     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
37     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
38     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
39     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
41 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
42     * pdf_pages.php3: feature: deleting a pdf page
43     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
44       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
46 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
47     * server_privileges.php3:
48       - Lookup database / table lists if possible;
49       - The database name was displayed instead of the table name in the sub
50         page heading.
51     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
52     * lang/norwegian-*.inc.php3: Updates, thanks to
53       Sven-Erik Andersen (sven-erik).
54     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
55     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
57 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
58     * lang/galician: update, thanks to Xosé Calvo
59     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
61 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
62     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
63       all for fields selection.
64     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
65       (Jumping cursor using keyboard).
66     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
67       functions.js to allow jumping using keyboard.
68     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
69       works also for row editing.
70     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
72 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
73     * libraries/sqlvalidator.class.php3:
74       - Removed dependency on overload extension
75       - Started to fix bug #644709
76     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
77       - Revert line 88 of sql.php3, and fix it a different way...
79 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
80     * read_dump.php3, sql.php3, libraries/common.lib.php3,
81     libraries/sqlparser.lib.php3:
82       - Fixed bug #641765, see mailing list post
84 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
85     * server_*.php3:
86       - The messages are now displayed by server_links.inc.php3, so
87         server_common.inc.php3 may be included earlier;
88       - Beautified code.
89     * server_privileges.php3:
90       - Wrong GRANT syntax;
91       - Changed the default behavior of the for fields "pred_username" and
92         "pred_password".
94 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
95     * tbl_change.php3: bug 665885, wrong back link after sql error
96     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
97     * lang/ukrainian: update, thanks to Markijan Baran
98     * lang/romanian: update, thanks to Valics Lehel
99     * lang/japanese: update, thanks to Yukihiro Kawada
101 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
102     * lang/czech*: Updated.
104 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
105     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
106       support for the EXTRACT ... FROM syntax which is not a real
107       SELECT ... FROM
109 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
110     * server_privileges.php3, lang/*.inc.php3:
111       - Forgot to implement "This host";
112       - Drop the users' databases;
113       - Don't send comments to the MySQL server;
114       - When trying to delete multiple users, display an error message if none
115         have been selected.
117 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
118     * libraries/sqlparser.lib.php3, libraries/functions.js,
119       sql.php3: - use the parser for confirmation requests
120                 - better check before appending LIMIT
121     * lang/galician: update, thanks to Xosé Calvo
122     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
123     * lang/indonesian: missing semicolon
124     * lang/japanese: update, thanks to Yukihiro Kawada
125     * lang/romanian: update, thanks to Valics Lehel
127 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
128     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
129       and hidden input generating stuff.
130     * almost all php3 files: Use new URL and hidden input generation stuff.
131     * libraries/common.lib.php3: Addded extra check for MySQL even when in
132       safe mode (could fix #661949).
134 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
135     * lang/english-*.inc.php3: Fixed a typo.
136     * server_privileges.php3, libraries/url_generating.lib.php3:
137       - Beautified generated XHTML code;
138       - Coding standards;
139       - Added a missing @param comment.
141 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
142     * lang/czech: Updated.
144 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
145     * server_privileges.php3: Sorting user list.
146     * translators.html: Typo.
147     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
148     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
149     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
150     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
151     * lang/norwegian-*.inc.php3: Updates, thanks to
152       Sven-Erik Andersen (sven-erik).
153     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
155 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
156     * Documentation.html: clarification about cookie/http modes
157     * lang/dutch update, thanks to Ivo Teel
158     * lang/japanese: update, thanks to Yukihiro Kawada
159     * lang/ukrainian: remove duplicate messages
161 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
162     * server_privileges.php3:
163       - Interface cosmetic;
164       - Smaller bugfixes;
165       - Added a db / table privileges editor.
166     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
167     * server_privileges.php3, libraries/server_privileges.js:
168       - Optimized some JS functions for the new interface;
169       - Added ability to create new MySQL users via GRANT (feature #502465).
170     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
171       Incremented version number to 2.4.0-dev.
173 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
174     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
176 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
177     * lang/estonian*, malay*: remove control M
178     * lang/romanian: update, thanks to Valics Lehel
179     * lang/galician: update, thanks to Xosé Calvo
180     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
182 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
183     * lang/german*: Updated.
185 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
186     * lang/czech*: Updated.
187     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
188     * lang/sort_lang.sh: Made POSIX sh compatible.
189     * lang/check_lang.sh: Made require bash.
190     * lang/swedish*: Updated.
191     * lang/*: For many translations fixed missing/duplicate strings.
193 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
194     * lang/ukrainian: update, thanks to Markijan Baran
195     * user_details.php3: add $strGrantOption
196     * lang/french update
197     * main.php3, lang/*.php3: $strOriginalInterface
199 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
200     * server_privileges.php3:
201       - Made the script compatible to MySQL < 3.22.11;
202       - Fixed the missing "LOCK TABLES" option in the privilege editor.
203       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
204         if all privileges have been selected.
205     * libraries/sqlparser.data.php3:
206       - Fixed bug #655817 (New privileges are not detected correctly).
207       - Updated function list.
209 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
210     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
212 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
213     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
214       Added ability to delete users.
216 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
217     * tbl_dump.php3:
218       - Fixed wrong charset information in XML exports.
219       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
220         of '4.00.05'.
222 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
223     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
225 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
226     * server_privileges.php3: Fixed undefined variable warning.
227     * lang/czech*: Updated.
228     * lang/*: Fixed a typo.
230 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
231     * lang/romanian: update, thanks to Valics Lehel
232     * lang/dutch update, thanks to Ivo Teel
234 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
235     * lang/norwegian-*.inc.php3:
236       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
237       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
238     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
239     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
240     * lang/german-*.inc.php3: Updates.
241     * lang/*.inc.php3: Fixed a typo.
242     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
243     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
244     * server_privileges.php3, lang/*.inc.php3:
245       - Bugfixes;
246       - Small design modification;
247       - Added ability to change passwords via SET PASSWORD FOR user.
249 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
250     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
251       lang/*.inc.php3: Started rewriting the user administration; changes:
252       - Use GRANT / REVOKE for privilege changes (feature #502465);
253       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
254       - Support for user resource limits;
255       - Improved user friendliness.
256       Currently, it can only display and edit global privileges.
257     * libraries/common.lib.php3: Undefined index.
258     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
259     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
261 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
262     * main.php3: Since every user has access to his processlist, set
263       is_process_priv to TRUE as default (fixes undefined variable warning).
265 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
266     * tbl_select.php3, bug 648263
267     * libraries/common.lib.php3, bug 653764
268     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
269       append data only to a table
271 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
272     * lang/russian: update, thanks to Nicolay Zakharov
274 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
275     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
276     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
278 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
279     * lang/russian: update, thanks to Nicolay Zakharov
280     * lang/galician: update, thanks to Xosé Calvo
282 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
283     * libraries/get_foreign.lib.php3: bug 646263,
284       bad drop-down in select sub-page
286 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
287     * libraries/common.lib.php3: Removed a comment.
289 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
290     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
292 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
293     * tbl_dump.php3: Fix output order of inserts/creates, generate file
294       extension to include also file type, not only compression (now it
295       generates something like dump.sql.gz).
297 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
298     * pdf_schema.php3: Change generated filename to
299       db_pdfname.pdf instead of db_pdfnumber.pdf
301 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
302     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
303     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
304     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
305     * lang/norwegian-*.inc.php3: Updates, thanks again to
306       Sven-Erik Andersen (sven-erik).
307     * lang/german-*.inc.php3: Small grammar fix.
309 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
310     * lang/german-*.inc.php3: Updates.
311     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
312     * libraries/build_dump.php3:
313       - Fixed part 2 of bug #652311 (Undefined variables);
314       - Coding standards.
316 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
317     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
318       cleaner charset conversion for export.
319     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
320       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
321       thanks to Valentine for creating the patch #627496.
323 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
324     * lang/galician: update, thanks to Xosé Calvo
325     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
326       but there is still some work to do about how to split a UNION
327     * tbl_properties_options.php3, bug 651522 wrong back-link,
328       thanks to Mischka ( stollner at uni-muenster dot de )
330 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
331     * lang/czech*.php3: Updated translation.
332     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
334 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
335     * server_*.php3, lang/*.inc.php3, main.php3:
336       - Added 'SHOW PROCESSLIST' interface;
337       - Small bugfixes.
338       - XHTML fixes.
339     * lang/spanish-*.inc.php3: Updates, thanks again to
340       Dr. med. Daniel Hinostroza C.
341     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
343 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
344     * lang/norwegian-*.inc.php3: Updates, thanks again to
345       Sven-Erik Andersen (sven-erik).
346     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
347     * lang/spanish-*.inc.php3: Updates, thanks again to
348       Dr. med. Daniel Hinostroza C.
350 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
351     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
352       server_common.inc.php3, server_links.inc.php3, server_status.php3,
353       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
354       Started working on a new interface to server related pages.
355     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
356     * lang/german-*.inc.php3: Updates.
357     * lang/english-*.inc.php3: Reordered strings.
359 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
360     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
361       bug 633422, use a button if search result would generate a too big URL
363 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
364     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
365       Choose between Landscape and Portrait for the
366       Datadictionary in PDF Pages
367     * pdf_schema.php3: lineheight for Textrows in Datadictionary
368       was equal to textheight, i added one mm above and below text
369       (hope your tables are not too big not to fit on a page now ;)
371 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
372     * lang/german.inc.php3: Updates.
373     * main.php3: Fixed bug #649641 (usernames containing '@' character).
374     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
375       warning / php >= 4.3.0) by Mats Engstrom (matseng).
376     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
377     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
378       (sven-erik).
379     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
380     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
381     * lang/italian-*.inc.php3:
382       - Updates, thanks to Pietro Danesi (danone).
383       - Coding standards.
385 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
386     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
387       new data dict feature for PDF pages, thanks to Maxime Delorme
388     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
389       thanks to Piotr Roszatycki (d3xter)
391 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
392     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
394 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
395     * pdf_schema.php3: remove control M
396     * lang/dutch update, thanks to Ivo Teel
398 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
399     ### 2.3.3pl1 released
401 2002-12-04 Alexander M. Turek  <rabus@users.sourceforge.net>
402     * sql.php3: Back to previous version.
404 2002-12-03 Alexander M. Turek  <rabus@users.sourceforge.net>
405     * sql.php3: Fixed bug #641652, thanks to "bumperbox".
406     * lang/latvian-windows-1257.inc.php3, lang/norwegian-iso-8859-1.inc.php3,
407       lang/polish-utf-8.inc.php3, lang/romanian-iso-8859-1.inc.php3,
408       lang/serbian-windows-1250.inc.php3, lang/slovak-windows-1250.inc.php3,
409       lang/slovenian.inc.php3, lang/swedish-iso-8859-1.inc.php3,
410       lang/turkish.inc.php3: Added missing strings.
411     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
413 2002-12-02 Marc Delisle  <lem9@users.sourceforge.net>
414     * db_search.php3: automatic wildcard
415     * lang/japanese-*.inc.php3: remove control Ms
416     ### 2.3.3 released
418 2002-12-02 Alexander M. Turek  <rabus@users.sourceforge.net>
419     * libraries/grab_globals.lib.php3: Back to previous version.
421 2002-12-01 Alexander M. Turek  <rabus@users.sourceforge.net>
422     * libraries/grab_globals.lib.php3: Possible fix against bug #641652.
424 2002-12-01 Marc Delisle  <lem9@users.sourceforge.net>
425     * user_details.php3: the script wrongly created a user % when asked
426       to create an anonymous user (should be empty)
428 2002-11-29 Michal Cihar  <nijel@users.sourceforge.net>
429     * lang/czech*.php3: Updated translation.
431 2002-11-29 Alexander M. Turek  <rabus@users.sourceforge.net>
432     * lang/italian.inc.php3: Updates, thanks again to Pietro Danesi (danone).
433     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
434     * lang/japanese-*.inc.php3: Updates.
436 2002-11-29 Marc Delisle  <lem9@users.sourceforge.net>
437     * tbl_change.php3, tbl_select.php3, tbl_properties_operations.php3:
438       bug 645173 wrong back link for inserts
440 2002-11-28 Marc Delisle  <lem9@users.sourceforge.net>
441     * main.php3: display PHP 4.2.3 warning only if mbstring is loaded
443 2002-11-28 Alexander M. Turek  <rabus@users.sourceforge.net>
444     * db_datadict.php3, db_details_structure.php3, db_printview.php3,
445       db_stats.php3, tbl_printview.php3, tbl_properties_structure.php3,
446       lang/*.inc.php3: Fixed bug #644526 (ucfirst php function causes trouble).
447     * lang/german-*.inc.php3: Clarification.
449 2002-11-27 Marc Delisle  <lem9@users.sourceforge.net>
450     * libraries/sqlparser.lib.php3: bug 644030 part 1: syntax error
451       on a REVOKE
453 2002-11-26 Marc Delisle  <lem9@users.sourceforge.net>
454     * sql.php3: bug 644108: incorrect affected rows count
455     * libraries/sqlparser.data.php3: bug 643992, INTERVAL can be a
456       function but also a reserved word for date arithmetic functions
458 2002-11-25 Marc Delisle  <lem9@users.sourceforge.net>
459     * tbl_properties_structure.php3: wrong back link in case of errors
460     * sql.php3: undefined variable $sql_query when adding a bookmark
462 2002-11-23 Marc Delisle  <lem9@users.sourceforge.net>
463     * libraries/display_tbl.lib.php3: clicking on a COUNT() column to sort
464     * read_dump.php3: bug 634074: we now use is_writeable() on the tmp
465       subdir, instead of looking for a dot in the open_basedir path
466     * tbl_relation.php3: show a field in "Links to" if it has been defined
467       manually in the relationtable, even if it's not a key in the foreign table
469 2002-11-22 Marc Delisle  <lem9@users.sourceforge.net>
470     * libraries/display_tbl.lib.php3: numeric foreign keys used as alias
471     * sql.php3, libraries/sqlparser.lib.php3: bug 642319, navigation
472       and GROUP BY
474 2002-11-22 Alexander M. Turek  <rabus@users.sourceforge.net>
475     * scripts/create-release.sh: The script should now work at the SF shell
476       again.
478 2002-11-21 Marc Delisle  <lem9@users.sourceforge.net>
479     * libraries/display_tbl.lib.php3: undefined variable $display_field
481 2002-11-21 Alexander M. Turek  <rabus@users.sourceforge.net>
482     * lang/japanese-*.inc.php3: Updates.
484 2002-11-20 Marc Delisle  <lem9@users.sourceforge.net>
485     * lang/slovenian update: thanks to Kositer Uros (urosh)
486     * lang/slovak update, thanks to Lubos Klokner
487     * lang/malay update, thanks to Shafique (sicksand)
488     * lang/spanish update, thanks to Daniel Hinostroza
490 2002-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
491     * lang/norwegian-*.inc.php3: Updates, thanks to Sven Erik Andersen.
492     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas.
493     * lang/catalan-*.inc.php3, lang/spanish-*.inc.php3: Updates, thanks to
494       Xavier Navarro.
495     * lang/dutch-*.inc.php3: Updates, thanks to Ivo Teel.
496     * Documentation.html: Fixed typos.
498 2002-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
499     * db_create.php3, db_datadict.php3, db_details.php3, db_details_export.php3,
500       db_details_import.php3, db_details_qbe.php3, db_details_structure.php3,
501       db_stats.php3, header.inc.php3, ldi_table.php3, left.php3,
502       mult_submits.php3, pdf_pages.php3, sql.php3, tbl_change.php3,
503       tbl_create.php3, tbl_indexes.php3, tbl_properties.inc.php3,
504       tbl_properties_export.php3, tbl_properties_operations.php3,
505       tbl_properties_options.php3, tbl_properties_structure.php3,
506       tbl_query_box.php3, tbl_relation.php3, tbl_select.php3:
507       Fixed bug #640055 (HTML entities in db / table name) partly.
509 2002-11-19 Marc Delisle  <lem9@users.sourceforge.net>
510     ### 2.3.3-rc1 released
511     * lang/russian*: updates and new russian-dos-866, thanks to Nicolay Zakharov
512       (info at melody.org.ru)
513     * libraries/select_lang.lib.php3: russian-dos-866
514     * lang/sync_lang.sh: russian-dos-866 seems unsupported by convertors
515     * lang/polish: update thanks to Jakub Wilk
516     * lang/galician: update, thanks to Xosé Calvo
518 2002-11-18 Marc Delisle  <lem9@users.sourceforge.net>
519     * db_search.php3: undefined variable
521 2002-11-18 Michal Cihar  <nijel@users.sourceforge.net>
522     * lang/czech*.php3: Updated translation.
524 2002-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
525     * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
526       Feature #506106: Read compressed dump.
527     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
528     * libraries/grab_globals.lib.php3: Fixed bug #638548 (table name with a
529       quote).
530     * Documentation.txt: Update.
531     * lang/thai-*.inc.php3: Updates, thanks again to Arthit Suriyawongkul
532       (bacteria).
534 2002-11-16 Marc Delisle  <lem9@users.sourceforge.net>
535     * libraries/build_dump.lib.php3: fix for old MySQL, thanks to
536       Flavio Poletti (flavio at polettix.it)
537     * tbl_replace.php3: bug 638275: ignore NULL checkbox is there is
538       a value for the field (possible if js is disabled, or broken browser
539       like Konqueror 2.2.2); implemented on insert or update
540     * lang/thai* typo
541     * lang/malay update, thanks to Shafique (sicksand)
542     * lang/slovak update, thanks to Lubos Klokner
543     * lang/dutch update, thanks to Ivo Teel
544     * lang/spanish update, thanks to Daniel Hinostroza
545     * lang/korean update, thanks to Juhyon Kim (woosuhan)
546     * lang/hindi update, thanks to Girish Nair (girish_nair)
548 2002-11-16 Robin Johnson  <robbat2@users.sourceforge.net>
549     * libraries/sqlparser.data.php3: Bug #639291 fixed
551 2002-11-16 Alexander M. Turek  <rabus@users.sourceforge.net>
552     * tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly
553       with MySQL >= 4.0.2-alpha).
554     * sql.php3: Fixed bug #584411 ("USE" command in query box).
556 2002-11-15 Alexander M. Turek  <rabus@users.sourceforge.net>
557     * scripts/create_tables.sql: Added a 'USE' command after 'CREATE DATABASE'.
559 2002-11-14 Marc Delisle  <lem9@users.sourceforge.net>
560     * sql.php3: stripslashes issues (with LOAD DATA)
561     * libraries/display_tbl.lib.php3: could not Edit or Delete when only
562       an alias is displayed
564 2002-11-13 Marc Delisle  <lem9@users.sourceforge.net>
565     * libraries/sqlparser.lib.php3: bug 636575 (unquoted identifiers)
566     * libraries/sqlparser.lib.php3, libraries/common.lib.php3, sql.php3:
567       bug 636563 undefined variable when deleting a row
568     * libraries/sqlparser.lib.php3: bug 636553 SELECT VERSION()
570 2002-11-11 Alexander M. Turek  <rabus@users.sourceforge.net>
571     * libaries/common.lib.php3: Fixed bug #636345 (Error when modifying table
572       keys).
574 2002-11-11 Marc Delisle  <lem9@users.sourceforge.net>
575     * libraries/sqlparser.lib.php3: LEFT JOIN ... USING
576     * libraries/sqlparser.lib.php3: bug 636575 (double and single quotes)
578 2002-11-10 Alexander M. Turek  <rabus@users.sourceforge.net>
579     * lang/german-*.inc.php3: Fixed a typo.
581 2002-11-08 Robin Johnson  <robbat2@users.sourceforge.net>
582     * config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3
583       libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser
584       and pretty printer from bugs #605030 and #631421.
586 2002-11-07 Alexander M. Turek  <rabus@users.sourceforge.net>
587     * libraries/config_import.lib.php3: Fixed a small inconsistance.
588     * config.inc.php3: Added a note about bug #634931.
589     * tbl_properties_operations.php3:
590       - Fixed bug #628581 (Check referential integrity and NULL foreign key).
591       - Fixed bug #628583 (Check referential integrity and self-linked table).
592     * lang/thai-*.inc.php3: Upadtes, thanks again to
593       Arthit Suriyawongkul (bacteria).
594     * lang/norwegian-*.inc.php3: Updates, thanks again to
595       Sven-Erik Andersen (sven-erik).
596     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo (xosecalvo).
597     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
599 2002-11-06 Alexander M. Turek  <rabus@users.sourceforge.net>
600     * translators.html, lang/*.inc.php3: Fixed some typos.
602 2002-11-06 Loïc Chapeaux  <lolo@phpheaven.net>
603     * db_datadict.php3, tbl_printview.php3: code cleanup
605 2002-11-06 Marc Delisle  <lem9@users.sourceforge.net>
606     * lang/ukrainian: update, thanks to Markijan Baran
607     * lang/japanese: update, thanks to Yukihiro Kawada
608     * db_search.php3: bug 633422, inconsistent use of radio buttons
610 2002-11-05 Alexander M. Turek  <rabus@users.sourceforge.net>
611     * lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel.
612     * lang/catalan-*.inc.php3:
613       - Updates and ortographical corrections, thanks again to
614         Xavier Navarro (xavin);
615       - Removed HTML entities.
616     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
617     * lang/albanian-*.inc.php3:
618       - Updates, thanks again to Laurent Dhima (laurenti);
619       - Removed new line at end of file.
621 2002-11-05 Michal Cihar  <nijel@users.sourceforge.net>
622     * lang/{czech,italian,lithuanian,slovenian,swedish}*.php3: updated
623       translations, thanks to me ;), Pietro Danesi, Vilius Zigmantas, Kositer
624       Uros and Björn T. Hallberg.
625     * tbl_dump.php3: Fixed bug #632310 (Export fails with UTF-8).
627 2002-11-05 Marc Delisle  <lem9@users.sourceforge.net>
628     * main.php3: when the user does not have required privs to create
629       a db, inform him of the situation
630     * lang/romanian: update, thanks to Valics Lehel
632 2002-11-04 Marc Delisle  <lem9@users.sourceforge.net>
633     * libraries/display_tbl.lib.php3, sort order problem
634       SELECT tablename.columnname ... order by tablename.columnname
636 2002-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
637     * translators.html: Added another message to avoid annoying emails.
639 2002-11-03 Loïc Chapeaux  <lolo@phpheaven.net>
640     * tbl_create.php3: bug 629630 auto-increment key does not have to
641       be the primary key
643 2002-11-02 Marc Delisle  <lem9@users.sourceforge.net>
644     * libraries/sqlparser.lib.php3: correct detection of PHP 4.2.x
645     * main.php3, lang/*.php3: PHP 4.2.3 warning
647 2002-11-02 Alexander M. Turek  <rabus@users.sourceforge.net>
648     * db_datadict.php3: Fixed bug #632515 (JS error in data dictonary).
649     * lang/german-*.inc.php3: Updates.
651 2002-11-01 Marc Delisle  <lem9@users.sourceforge.net>
652     * libraries/sqlparser.lib.php3, libraries/display_tbl.lib.php3,
653       sql.php3: analyzer for db, table, column, alias, with additional
654       performance improvements by Robin
656 2002-11-01 Alexander M. Turek  <rabus@users.sourceforge.net>
657     * libraries/sqlparser.lib.php3: Avoid regex if possible.
659 2002-10-31 Marc Delisle  <lem9@users.sourceforge.net>
660     * db_details_structure.php3, header.inc.php3, new db_datadict.php3,
661       lang/*.php3: data dictionary feature, thanks to Ian Davidson
662       (Ian.Davidson at tayside.pnn.police.uk)
663     * tbl_printview.php3: better format, thanks to Ian Davidson
665 2002-10-30 Alexander M. Turek  <rabus@users.sourceforge.net>
666     * libraries/common.lib.php3: Better display of the query if parser is
667       disabled.
668     * libraries/sqlparser.lib.php3:
669       - ANSI Comments were not recognized if the two '-' characters were
670         followed up by a line feed character instead of a space one;
671       - Fixed the misinterpretation of Windows / Mac line feeds.
673 2002-10-28 Alexander M. Turek  <rabus@users.sourceforge.net>
674     * lang/dutch.inc.php3: Fixed a bug in the Dutch language files
675       (see Translations #629818).
677 2002-10-25 Loïc Chapeaux  <lolo@phpheaven.net>
678     * libraries/common.lib.php3; libraries/display_tbl.lib.php3;
679       libraries/kanji-encoding.lib.php3; libraries/sqlparser.lib.php3
680       libraries/string.lib.php3; user_password.php3: coding standards.
681     * libraries/auth/cookie.auth.php3: fixes a PHP3 bug.
682     * libraries/functiuons.js: fixed bug #627567 - Javascript bug in
683       setPointer() function thanks to Christopher Bloom
684       <xangelusx at users.sourceforge.net>
685     * libraries/display_tbl.lib.php3, lines 1123-1124: fixed bug
686       #626366 - "date" columns wrap in browse mode.
688 2002-10-25 Marc Delisle  <lem9@users.sourceforge.net>
689     * Documentation.html, clarification about using Relation View
691 2002-10-22 Robin Johnson  <robbat2@users.sourceforge.net>
692     * user_password.php3: From Patch #625703.
693     * Changelog: Added VIM modelines for filetype, folding and indentation
694     * `find -name '*.php3'`: Added vim modelines for PEAR style indentation
696 2002-10-22 Marc Delisle  <lem9@users.sourceforge.net>
697     * pdf_pages.php3: undefined variable, fix thanks to
698       Jose Fandos (jose.fandos at sonnd.com).
700 2002-10-21 Alexander M. Turek  <rabus@users.sourceforge.net>
701     * lang/german-*.inc.php3: Clarifications.
703 2002-10-21 Marc Delisle  <lem9@users.sourceforge.net>
704     * lang/spanish: removed control M
705     * tbl_relation.php3: bug 619100, relation and non-primary key
706     * libraries/display_tbl.lib.ph3: bug 619097, order by sum(var)
708 2002-10-19 Alexander M. Turek  <rabus@users.sourceforge.net>
709     * translators.html, spanish-*.inc.php3: Updates, thanks again to
710       Dr. med. Daniel Hinostroza C.
712 2002-10-17 Alexander M. Turek  <rabus@users.sourceforge.net>
713     * Documentation.html: Added some notes about the MySQL 4.1 branch. See bug
714       report #623665 for more details.
716 2002-10-17 Marc Delisle  <lem9@users.sourceforge.net>
717     * lang/dutch: update, thanks to Ivo Teel.
719 2002-10-17 Loïc Chapeaux  <lolo@phpheaven.net>
720     * sql.php3: bug 624020, can't delete a row with a TEXT field containing
721       newlines
723 2002-10-15 Alexander M. Turek  <rabus@users.sourceforge.net>
724     * Documentation.html: FAQ entry about browser charset settings.
726 2002-10-15 Marc Delisle  <lem9@users.sourceforge.net>
727     * libraries/auth/cookie.auth.lib.php3: let them use a blank password,
728       thanks to Juliano Ravasi Ferraz (jferraz)
729     * main.php3: extend the warning about blank root password to all auth modes
731 2002-10-14 Alexander M. Turek  <rabus@users.sourceforge.net>
732     * libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
733       FUNCTION(`field`) fails).
735 2002-10-14 Marc Delisle  <lem9@users.sourceforge.net>
736     * Documentation.html: clarification about pmadb when you are not
737       the superuser
739 2002-10-13 Robin Johnson  <robbat2@users.sourceforge.net>
740     * libraries/sqlparser.lib.php3: bug #621357
741     * libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3:
742        - Fixed MB bug
744 2002-10-11 Marc Delisle  <lem9@users.sourceforge.net>
745     * libraries/common.lib.php3: bug 620624
747 2002-10-11 Loïc Chapeaux  <lolo@phpheaven.net>
748     * tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
749     * db_details_structure.php3: removed trailing whitespaces.
751 2002-10-10 Michal Cihar  <nijel@users.sourceforge.net>
752     * libraries/auth/config.auth.lib.php3: bug #620624 - displaying password
753       from config when MySQL connection can't be established
755 2002-10-09 Loïc Chapeaux  <lolo@phpheaven.net>
756     * libraries/display_tbl.lib.php3, bug 619735: display broken (bad HTML)
758 2002-10-09 Marc Delisle  <lem9@users.sourceforge.net>
759     * libraries/get_foreign.lib.php3: there are no functions
760       in this file that need to be protected from being defined
761       twice.  The added code introduced a bug
762     * db_details_structure.php3: total of records for InnoDB tables
764 2002-10-08 Marc Delisle  <lem9@users.sourceforge.net>
765     * ### 2.3.2 released ###
767 2002-10-05 Marc Delisle  <lem9@users.sourceforge.net>
768     * db_details_structure.php3: get true row count for InnoDB tables
769     * lang/albanian: update, thanks to Laurent Dhima
771 2002-10-03 Loïc Chapeaux  <lolo@phpheaven.net>
772     * tbl_select.php3, tbl_change.php3: require musn't be used inside
773       conditional statements.
774     * pdf_schema.php3; libraries/fpdf/fpdf.php3: upgraded to the 1.51 release
775       of the FPDF library.
776     * libraries/build_dump.lib.php3: fixed a parse error.
778 2002-10-03 Marc Delisle  <lem9@users.sourceforge.net>
779     * tbl_select.php3, tbl_change.php3,
780       new libraries/get_foreign.lib.php3: drop-down of foreign keys
781       on Select sub-page, thanks to Markus L. Noga (mlnoga)
783 2002-10-03 Alexander M. Turek  <rabus@users.sourceforge.net>
784     * tbl_dump.php3, libraries/build_dump.lib.php3: Completed fix against
785       bug #607896, thanks to Loïc.
786     * lang/english.inc.php3: Reordered strings.
787     * libraries/common.lib.php3: Added more fake settings in case of an
788       errornous config file.
790 2002-10-02 Alexander M. Turek  <rabus@users.sourceforge.net>
791     * header.inc.php3, header_prinview.inc.php3: Corrected value for the
792       'Expires' HTTP header (Fixed bug #607896).
793     * lang/german-utf-8.inc.php3: Wrong $charset value.
795 2002-10-02 Loïc Chapeaux  <lolo@phpheaven.net>
796     * tbl_change.php3, bug 617029: tabindex for linked fields
798 2002-10-02 Marc Delisle  <lem9@users.sourceforge.net>
799     * lang/thai: update, thanks to Arthit Suriyawongkul
800     * lang/german: remove control Ms from the utf-8 file
801     * libraries/bookmark.lib.php3: feature 584042, validation of
802       bookmark insert errors
804 2002-10-01 Marc Delisle  <lem9@users.sourceforge.net>
805     * Documentation.html, typo about GRANT: patch 616772,
806       thanks to Vince LaMonica (vjl323)
807     * tbl_alter.php3: patch 617044 for change field type,
808       thanks to Mats Engstrom (matseng)
810 2002-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
811     * lang/german-*.inc.php3: Fixed some typos,
812       thanks to Kai Michael Poppe (sdcepoppe).
814 2002-09-29 Marc Delisle  <lem9@users.sourceforge.net>
815     * lang/slovak update, thanks to Lubos Klokner
816     * lang/estonian: update, thanks to Alvar Soome
817     * Documentation.html: faq 1.24 about the PHP 4.2.3 bug
818     * ### 2.3.1 released ###
820 2002-09-29 Alexander M. Turek  <rabus@users.sourceforge.net>
821     * read_dump.php3: Fixed an "undefined variable" error.
823 2002-09-28 Alexander M. Turek  <rabus@users.sourceforge.net>
824     * libraries/common.lib.php3: $cfg['PmaAbsoluteURI'] detection did not work
825       properly on IIS 6.0.
826     * libraries/config_import.lib.php3:
827       - Fixed an inconsitence;
828       - Fixed an "undefined index" error.
829     * tbl_alter.php3: Fixed bug #615888 (error in column naming).
831 2002-09-27 Loïc Chapeaux  <lolo@phpheaven.net>
832     * db_details_qbe.php3: PHP3 fixes & coding standards.
833     * db_details_importdocsql.php3: optimization, xhtml fixes & coding
834       standards.
835     * ldi_check.php3, ldi_table.php3, sql.php3, most of "tbl_properties*"
836       scripts, tbl_relation.php3, tbl_select.php3: fixed bug #614303
837       (Duplicate args in table tabs links)
839 2002-09-26 Marc Delisle  <lem9@users.sourceforge.net>
840     * config.inc.php3, libraries/config_import.lib.php3: let UploadDir
841       empty because this means to not use the feature, thanks to Loïc
843 2002-09-25 Marc Delisle  <lem9@users.sourceforge.net>
844     * read_dump.php3: bug 611970, do not display the imported query
845       if larger than 500 (I don't think it's necessary to add another
846       config variable), thanks to Loïc
848 2002-09-24 Marc Delisle  <lem9@users.sourceforge.net>
849     * sql.php3: could not go to next page when browsing a query containing
850       a function like SUM(), due to IFs in reversed sequence
851     * lang/french update
853 2002-09-24 Michal Cihar  <nijel@users.sourceforge.net>
854     * lang/czech-*.inc.php3: update
856 2002-09-23 Marc Delisle  <lem9@users.sourceforge.net>
857     * lang/japanese: update, thanks to Yukihiro Kawada
858     * lang/italian: update, thanks to Pietro Danesi
859     * lang/galician: update, thanks to Xosé Calvo
860     * lang/chinese_*: update, thanks to Siu Sun (siusun)
861     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
862     * tbl_replace.php3: inserts and foreign keys, thanks to Markus L. Noga
864 2002-09-23 Loïc Chapeaux  <lolo@phpheaven.net>
865     * libraries/display_tbl.lib.php3, tbl_change.php3: coding standards
867 2002-09-23 Michal Cihar  <nijel@users.sourceforge.net>
868     * libraries/sqlparser.lib.php3: fix for #613102 (ALTER TABLE:missing
869       spacebar)
871 2002-09-22 Loïc Chapeaux  <lolo@phpheaven.net>
872     * tbl_relation.php3: fix fox #611519 (slash in comment)
873     * libraries/sqlparser.lib.php3: coding standards
875 2002-09-21 Alexander M. Turek  <rabus@users.sourceforge.net>
876     * lang/german-*.inc.php3: Updates.
877     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
878       compatibility for config.inc.php3 < rev 1.144.
880 2002-09-20 Marc Delisle  <lem9@users.sourceforge.net>
881     * libraries/display_tbl.lib.php3: bug 612117, vertical view and
882       buttons as links
883     * libraries/tbl_change.js, tbl_change.php3, tbl_replace.php3:
884       patch 612202: NULL for foreign keys, thanks to Markus L. Noga
886 2002-09-19 Marc Delisle  <lem9@users.sourceforge.net>
887     * libraries/sqlparser.lib.php3: bug 608459: syntax coloring and
888       alias without AS
889     * libraries/display_tbl.lib.php3: bug 574852: relation and ORDER BY
890     * db_details_qbe.php3: missing global $dbh
892 2002-09-19 Loïc Chapeaux  <lolo@phpheaven.net>
893     * tbl_printview.php3: fix for #611499 (empty comment column)
894     * libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)
896 2002-09-19 Michal Cihar  <nijel@users.sourceforge.net>
897     * Documentation.html, config.inc.php3, tbl_change.php3,
898       libraries/config_import.lib.php3: fix for #581494 - problems with \n in
899       CHAR/VARCHAR, added new configs $cfg['CharEditing'] and
900       $cfg['CharTextarea{Cols,Rows}']
901     * tbl_change.php3: revised by Loïc to fit coding standards
903 2002-09-18 Mike Beck    <mikebeck@users.sourceforge.net>
904     * db_details_qbe.php3: complete rewrite of the code
905             that creates the JOINS hoping that this will
906             be much faster in certain circumstances
907             please try - this needs some testing
909 2002-09-18 Marc Delisle  <lem9@users.sourceforge.net>
910     * lang/slovenian update: thanks to Kositer Uros (urosh)
912 2002-09-18 Loïc Chapeaux  <lolo@phpheaven.net>
913     * tbl_change.php3, tbl_replace.php3, sql.php3,
914       libraries/display_tbl.lib.php3: bug 610315 full text toggle
916 2002-09-18 Michal Cihar  <nijel@users.sourceforge.net>
917     * lang/*.php3, tbl_properties_export.php3: removed duplicate message
918       with typo in name strCvsData (replaced by strStrucCSV)
919     * lang/czech-*.inc.php3: Updates.
920     * lang/sync_lang.sh: accepts parameters --iconv/--recode to force
921       convertor
923 2002-09-17 Marc Delisle  <lem9@users.sourceforge.net>
924     * lang/spanish: update, thanks to Daniel Hinostroza
925     * tbl_change.php3: bug 609614, default value for datetime ignored
926     * lang/catalan: update, thanks to Xavier Navarro
927     * lang/norwegian: update, thanks to Sven-Erik Andersen
928     * lang/finnish: update, thanks to Visa Kopu (visa)
929     * lang/swedish: update, thanks to Björn T. Hallberg
931 2002-09-17 Loïc Chapeaux  <lolo@phpheaven.net>
932     * tbl_change.php3: bug 610310: spaces in drop-down for foreign values
934 2002-09-16 Marc Delisle  <lem9@users.sourceforge.net>
935     * lang/japanese: update, thanks to Yukihiro Kawada
937 2002-09-15 Marc Delisle  <lem9@users.sourceforge.net>
938     * lang/romanian: update, thanks to Valics Lehel
939     * lang/polish: update, thanks to Jakub Wilk
940     * lang/lithuanian: update, thanks to Vilius Zigmantas
941     * lang/galician: update, thanks to Xosé Calvo
942     * ### 2.3.1-rc1 released
944 2002-09-14 Alexander M. Turek  <rabus@users.sourceforge.net>
945     * lang/german-*.inc.php3: Updates.
946     * lang/albanian-*.inc.php3: Updates, thanks again to
947       Laurent Dhima (laurenti).
949 2002-09-14 Marc Delisle  <lem9@users.sourceforge.net>
950     * Documentation.html: clarifications about Mac OS X, and installing
951     * lang/italian: update, thanks to Pietro Danesi
952     * lang/malay: update, thanks to Shafique (sicksand)
953     * lang/sync_lang.sh: added malay
955 2002-09-13 Loïc Chapeaux  <lolo@phpheaven.net>
956     * db_details.php3, line 121: XHTML fix.
957     * tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
958       feature #601603 (Field names on CSV export).
959     * main.php3, lines 11-13: new fix against bug #571409 (it doesn't work
960       properly with Zend Accelerator).
961     * libraries/relation.lib.php3, lines 70 & 79: PHP3 fix.
962     * libraries/display_tbl.lib.php3: fixed warnings.
964 2002-09-12 Marc Delisle  <lem9@users.sourceforge.net>
965     * libraries/display_tbl.lib.php3: bug 601809: when two fields have the
966       same name, both are showed NULL even if only one is NULL
968 2002-09-12 Alexander M. Turek  <rabus@users.sourceforge.net>
969     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
971 2002-09-11 Marc Delisle  <lem9@users.sourceforge.net>
972     * tbl_change.php3: "empty drop-downs" bug, and avoid displaying a
973       drop-down if more than 200 rows in the foreign table
975 2002-09-11 Loïc Chapeaux  <lolo@phpheaven.net> and Marc
976     * tbl_change.php3: bug 605342, edit fills current time in datetime field
978 2002-09-11 Michal Cihar  <nijel@users.sourceforge.net>
979     * lang/czech-*.inc.php3: Updates.
981 2002-09-11 Alexander M. Turek  <rabus@users.sourceforge.net>
982     * libraries/config_import.lib.php3: Another fix against bug #582890.
983     * lang/german-*.inc.php3: Updates.
984     * libraries/sqlparser.lib.php3: XHTML fix (nl2br() is not XHTML compilant
985       before PHP 4.0.5).
987 2002-09-10: Robin Johnson  <robbat2@users.sourceforge.net>
988     * libraries/common.lib.php3, main.php3:
989          - Final solution to bug #582890
990     * lang/*:
991          - String for localization used in auto-generation of names
993 2002-09-10 Alexander M. Turek  <rabus@users.sourceforge.net>
994     * Documentation.html: Added an FAQ entry about lower_case_table_names on
995       Windows machines.
997 2002-09-09 Alexander M. Turek  <rabus@users.sourceforge.net>
998     * lang/hindi-utf-8.inc.php3: Updates, thanks again to
999       Girish Nair (girish_nair).
1001 2002-09-08 Robin Johnson  <robbat2@users.sourceforge.net>
1002     * scripts/create-release.sh: Tweaked instruction list
1003     * Documentaion.html, lib/sqlvalidator.class.php3:
1004         - Noted overload * requirement
1006 2002-09-07 Marc Delisle  <lem9@users.sourceforge.net>
1007     * lang/dutch: update, thanks to Ivo Teel.
1008     * lang/estonian: update, thanks to Alvar Soome
1009     * lang/spanish: update, thanks to Enrique Garcia M. (egarcam)
1010     * lang/italian: update, thanks to Pietro Danesi
1011     * lang/norwegian: update, thanks to Sven-Erik Andersen
1012     * lang/thai: update, thanks to Arthit Suriyawongkul
1013     * lang/romanian: update, thanks to Valics Lehel
1014     * lang/japanese: update, thanks to Yukihiro Kawada
1016 2002-09-05 Marc Delisle  <lem9@users.sourceforge.net>
1017     * tbl_change.php3: display values in drop-down even if no
1018       display field is defined
1020 2002-09-05 Loïc Chapeaux  <lolo@phpheaven.net>
1021     * Documentation.html: modify name of relations in FAQ 6.6
1022     * tbl_change.php3: check $cfgRelation['relwork'] before
1023       using PMA_getForeigners(), thanks to Martyn Allan (mallan2)
1025 2002-09-04 Loïc Chapeaux  <lolo@phpheaven.net>
1026     * tbl_change.php3: protect with backquotes
1028 2002-09-03 Marc Delisle  <lem9@users.sourceforge.net>
1029     * tbl_change.php3: drop-down for foreign keys, patch 603939,
1030       thanks to Markus L. Noga (markus at noga.de)
1032 2002-09-03 Loïc Chapeaux  <lolo@phpheaven.net>
1033     * libraries/display_tbl.lib.php3:
1034       - fix a PHP3 problem (foreach function was called);
1035       - XHTML fixes;
1036       - coding standards.
1038 2002-09-02 Marc Delisle  <lem9@users.sourceforge.net>
1039     * db_details_structure.php3, mult_submits.inc.php3: Patch 582904:
1040       add REPAIR TABLE choice in drop-down of db view, thanks to
1041       Cal Henderson (iamcal)
1042     * libraries/display_tbl.lib.php3: new function PMA_linkOrButton
1043       to accomodate some browsers' limitations on the URL length, used on
1044       left and right Edit and Delete links (or buttons), idea
1045       and part of the code from patch 591497, thanks to Ruben Barkow (rubo77)
1047 2002-09-01 Loïc Chapeaux  <lolo@phpheaven.net>
1048     * libraries/auth/cookie.auth.lib.php3: bug 601721 (cookie and IIS)
1050 2002-08-30 Loïc Chapeaux  <lolo@phpheaven.net>
1051     * tbl_relation.php3, line 324; user_details.php3; lines 262-269:
1052       fixed some warnings.
1053     * libraries/display_tbl.lib.php3: fixed first part of bug
1054       #601776 (Undefined variables).
1055     * libraries/sqlvalidator.lib.php3: removed trailing spaces.
1057 2002-08-29 Robin Johnson  <robbat2@users.sourceforge.net>
1058     * libraries/sqlvalidator.lib.php3:
1059         - Fix for bug in Alex's fix for bug #594947
1060           line 67, change || to &&
1061         - Fix for undefined string in error case of sqlvalidator that is
1062           actually never reached. Just commented out for now
1064 2002-08-28 Marc Delisle  <lem9@users.sourceforge.net>
1065     * libraries/display_tbl.lib.php3: Bug 576895: matching a float field
1067 2002-08-26 Michal Cihar  <nijel@users.sourceforge.net>
1068     * lang/czech-*.inc.php3: Updates, fixes.
1070 2002-08-26 Loïc Chapeaux  <lolo@phpheaven.net>
1071     * tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
1073 2002-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1074     * lang/japanese-*.inc.php3: Updates, thanks again to Yukihiro Kawada.
1075     * lang/german-*.inc.php3: Updates.
1076     * libraries/sqlvalidator.lib.php3, lang/*.inc.php3:
1077       Better fix against bug #594947.
1078     * libraries/common.lib.php3: Fixed a JS error.
1080 2002-08-24 Marc Delisle  <lem9@users.sourceforge.net>
1081     * Documentation.html, faq 6.15: creating an index on a BLOB field
1082       and faq 1.22 about php.ini file_uploads
1084 2002-08-23 Loïc Chapeaux  <lolo@phpheaven.net>
1085     * left.php3, lines 169-181: XHTML optimizations.
1086     * db_details_common.php3, tbl_properties_common.php3,
1087       libraries/sqlparser.lib.php3: Fixed bug #571409 (it doesn't work properly
1088       with Zend Accelerator).
1089     * db_details.php3, lang/*: validation on web-server upload dir
1091 2002-08-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1092     * libraries/charset_conversion.lib.php3: Don't let php display an error
1093       message if dl() fails.
1094     * translators.html, lang/malay-*.inc.php3: Updates.
1096 2002-08-22 Robin Johnson  <robbat2@users.sourceforge.net>
1097     * config.inc.php3, left.php3:
1098         - $cfg['LeftDisplayLogo'] to turn off PMA logo display
1100 2002-08-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1101     * libraries/sqlvalidator.lib.php3: Fixed bug #594947.
1102     * libraries/common.lib.php3, libraries/config_import.lib.php3, left.php3:
1103       Backwards compatibility.
1104     * lang/malay-*.inc.php3, libraries/select_lang.lib.php3, translators.html:
1105       New language, thanks to "Shafique" (sicksand).
1106     * db_details.php3, Documentation.html: Display .sql files only.
1108 2002-08-21 Marc Delisle  <lem9@users.sourceforge.net>
1109     * db_details.php3, read_dump.php3, libraries/functions.js, lang/*,
1110       config.inc.php3, Documentation.html: web-based upload directory,
1111       thanks to Sönke J. Peters (s03nk3)
1112     * tbl_properties_structure.php3: undefined index for innodb,
1113       thanks to Loïc
1114     * images/pma_logo.png, left.php3, libraries/auth/cookie.auth.lib.php3:
1115       new logo, thanks to Ivan R. Lanin (ivanlanin); logo made transparent
1116       by Alexander M. Turek
1118 2002-08-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1119     * Documentation.html:
1120       - Updated FAQ 1.6.
1121       - Converted special characters into HTML entities.
1122     * lang/german-*.inc.php3: Updates.
1123     * translators.html: Another note in order to avoid annoying mails.
1125 2002-08-21 Loïc Chapeaux  <lolo@phpheaven.net>
1126     * config.inc.php3, db_details.php3, db_details_export.php3,
1127       db_details_qbe.php3, Documentation.html, ldi_check.php3, ldi_table.php3,
1128       tbl_dump.php3, tbl_properties_export.php3, tbl_query_box.php3,
1129       libraries/charset_conversion.lib.php3: Coding standards.
1130     * db_details.php3, read_dump.php3: optimize web-based upload directory
1132 2002-08-21 Michal Cihar  <nijel@users.sourceforge.net>
1133     * libraries/common.lib.php3: revised to fit coding standards (by Loïc) and
1134       added documentation about parameters for PMA_showMySQLDocu()
1136 2002-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1137     * sql.php3, libraries/sqlparser.lib.php3: Fixed bug #597184 (PHP3
1138       compatibility).
1139     * libraries/common.lib.php3: Undefined variable.
1141 2002-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1142     * main.php3: Fixed bug #596019 (Undefined variable $re).
1144 2002-08-15 Marc Delisle  <lem9@users.sourceforge.net>
1145     * config.inc.php3, tbl_query_box.php3, db_details.php3, Documentation.html:
1146       new $cfg['TextareaAutoSelect'] (Bug 582637)
1148 2002-08-15 Michal Cihar  <nijel@users.sourceforge.net>
1149     * Documentation.html, config.inc.php3, db_details.php3, db_search.php3,
1150       ldi_table.php3, main.php3, tbl_indexes.php3, tbl_properties.inc.php3,
1151       tbl_properties_operations.php3, tbl_properties_options.php3,
1152       tbl_properties_structure.php3, tbl_query_box.php3, tbl_select.php3,
1153       user_details.php3, libraries/common.lib.php3:
1154       Implemented feature #545379 - phpMyAdmin has now support for all MySQL
1155       manuals available.
1157 2002-08-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1158     * main.php3: Undefined variable.
1159     * lang/german-*.inc.php3: Fixed a typo, thanks to Steve Alberty (staybyte).
1160     * Documentation.html: XHTML fixes.
1161     * libraries/common.lib.php3, libraries/config_import.lib.php3: Improved
1162       backwards compatibility for old config files.
1164 2002-08-14 Olivier L. Müller  <om@omnis.ch>
1165     * Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
1166       updated mail address of Tobias Ratschiller (requested by himself :)
1168 2002-08-14 Michal Cihar  <nijel@users.sourceforge.net>
1169     * libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
1170       Improved detection of used recoding function, now can be configured
1171       which function should be preffered ($cfg['RecodingEngine']).
1172     * libraries/charset_conversion.lib.php3, read_dump.php3:
1173       read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
1174       iconv.
1175     * libraries/charset_conversion.lib.php3, ldi_check.php3, ldi_table.php3:
1176       Support for converting charset of loaded files, used new function
1177       PMA_convert_file.
1178     * tbl_dump.php3, db_details_export.php3, tbl_properties_export.php3:
1179       Support for exporting in custom charset.
1181 2002-08-14 Marc Delisle  <lem9@users.sourceforge.net>
1182     * lang/japanese update: thanks to Yukihiro Kawada
1184 2002-08-14 Loïc Chapeaux  <lolo@phpheaven.net>
1185     * Documentation.html, lines 2251-2252: fixed an XHTML error.
1186     * main.php3: removed some extra space characters.
1187     * scripts/create_release.sh: add a reminder about checking language files
1188       validity.
1190 2002-08-13 Michal Cihar  <nijel@users.sourceforge.net>
1191     * lang/czech-*.inc.php3: Updates.
1192     * lang/sync_lang.sh: Allow running only on specified translations.
1194 2002-08-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1195     * lang/german-*.inc.php3: Updates.
1196     * Documentation.*: Updated credits.
1197     * libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
1198       Pawe³ Szczepañski (pauluz).
1199     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1201 2002-08-13 Marc Delisle  <lem9@users.sourceforge.net>
1202     * lang/*, main.php3: new warning strInsecureMySQL, when running with
1203       the default MySQL privileged account
1205 2002-08-12 Robin Johnson  <robbat2@users.sourceforge.net>
1206     * libraries/sqlparser.lib.php3:
1207         - Fixed bug #594098
1209 2002-08-12 Marc Delisle  <lem9@users.sourceforge.net>
1210     * lang/japanese update: thanks to Yukihiro Kawada
1211     * lang/slovenian update: thanks to Kositer Uros (urosh)
1213 2002-08-12 Mike Beck  <mikebeck@users.sourceforge.net>
1214     * tbl_select.php3: Bugfix: it created IS 'NULL'
1215       instead of IS NULL.
1217 2002-08-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1218     * libraries/defines_php.lib.php3, Documentation.*, translators.html:
1219       corrected version number.
1220     * libraries/grab_globals.lib.php3: disallow accessing serious server files
1221       via "?goto=".
1222     * lang/hindi-utf-8.inc.php3: File was corrupted.
1223     * lang/chinese_gb-utf-8.inc.php3: Back to previous version.
1224     * lang/czech-*.inc.php3: Small fixes, thanks again to Michal Cihar (nijel).
1226 2002-08-11 Robin Johnson  <robbat2@users.sourceforge.net>
1227     ### 2.3.0 is released ###
1228     * Documentation.html:
1229         - Updates for SQL Validator notes
1230     * lang/sort_lang.sh:
1231         - Fixed sorting bugs
1232         - Now correctely arranges str values.
1233         - Avoids extra blank line at top before CVS ID tag
1234     * lang/hindi:
1235         - Added '//to translate' to all untranslated strings
1236     * lang/*:
1237         - Resorted language files with fixed sort_lang.sh
1238     * scripts/create-release.sh:
1239         - Fix bug for existance of directory
1241 2002-08-11 Marc Delisle  <lem9@users.sourceforge.net>
1242     * lang/afrikaans: update, thanks to Andreas Pauley
1243     * ### 2.2.7 is released ###
1245 2002-08-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1246     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1247     * lang/slovak-*.inc.php3: Updates, thanks again to Lubos Klokner (erkac).
1248     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1249     * lang/albanian-*.inc.php3: Updates, thanks again to
1250       Laurent Dhima (laurenti).
1251     * lang/chinese_*.inc.php3: Updates, thanks again to Siu Sun (siusun).
1252     * lang/german-*.inc.php3: Updates.
1253     * tbl_properties_links.php3: Use "TRUNCATE TABLE" instead of "TRUNCATE".
1254     * tbl_indexes.php3: Default page for databases.
1255     * libraries/common.lib.php3: Workaround against bug #590055
1256       (Tables need repair after empty).
1258 2002-08-10 Robin Johnson  <robbat2@users.sourceforge.net>
1259     * libraries/string.lib.php3:
1260         - Fix for bug #593386
1261           Might need more work depending on character set
1262           research. We will need to end up knowing the
1263           character set MySQL is using to do it totally right.
1264     * libraries/common.lib.php3:
1265         - Fix for bug #582890
1266           Just detects for connect_type == 'tcp' before
1267           empty host. Might need better long term fix to
1268           detect socket connect_type, and check that a
1269           value exists for it, even if it is only the default.
1271 2002-08-10 Marc Delisle  <lem9@users.sourceforge.net>
1272     * lang/french: update.
1274 2002-08-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1275     * sql.php3, db_details_common.php3, tbl_properties_common.php3,
1276       libraries/common.lib.php3: Default pages for tables / databases.
1278 2002-08-10 Loïc Chapeaux  <lolo@phpheaven.net>
1279     * config.inc.php3: coding standards.
1280     * db_details.php3; db_details_qbe.php3; tbl_change.php3;
1281       tbl_query_box.php3: fixed bug #592000 (dir="ltr" for textarea tags).
1282     * user_details.php3, lines 90-95: fixed bug #576896 - No "FILE" privileges
1283       on a database if neither "INSERT" nor "UPDATE" one.
1285 2002-08-09 Marc Delisle  <lem9@users.sourceforge.net>
1286     * user_details.php3: bug 591602, mysql.user lowercase "password",
1287       thanks to Thomas Bähr <baehr at glaswald.de>
1288     * lang/romanian: update, thanks to Valics Lehel
1290 2002-08-09 Robin Johnson  <robbat2@users.sourceforge.net>
1291     * Documentation.html:
1292         - Updates for SQL Parser
1293     * lang/finnish: update, thanks to Visa Kopu (visa)
1294     * lang/indonesion: update, thanks to Rachim Tamsjadi (tamsy)
1295     * lang/italian: update, thanks to Pietro Danesi (danone)
1296     * lang/sort_lang.sh:
1297         - New script to neaten all language files
1298     * lang/check_lang.sh:
1299         - New script to check language files for consistancy
1300     * lang/*.sh:
1301         - Added CVS tags to scripts
1302     * lang/*.inc.php3:
1303         - All languages neatened by lang/sort_lang.sh script.
1304     * libraries/string.lib.php3:
1305         - Added function to match accented characters
1307 2002-08-08 Robin Johnson  <robbat2@users.sourceforge.net>
1308     * Documentation.html:
1309         - Cleaned up and re-arranged Configuration section to match
1310           config.inc.php3
1311     * config.inc.php3:
1312         - Cleaned up and re-arranged Configuration section to match
1313           config.inc.php3
1315 2002-08-08 Loïc Chapeaux  <lolo@phpheaven.net>
1316     * left.php3: xhtml fixes (id name must start with a letter).
1317     * pdf_pages.php3, tbl_printview.php3, tbl_realtion.php3,
1318       scripts/decode_bug.php3: xhtml fixes.
1320 2002-08-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1321     * lang/spanish-*.inc.php3:
1322       - Updates, thanks again to Daniel Hinostroza;
1323       - Reordered strings.
1324     * libraries/common.lib.php3: The ID names have been changed.
1325     * lang/hindi-utf-8.inc.php3, libraries/select_lang.lib.php3,
1326       translators.php3: Added Hindi language file, thanks to
1327       Girish Nair (girish_nair).
1328     * libraries/select_lang.lib.php3: The Georgian UTF-8 language file was
1329       offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE.
1330     * lang/galician-*.inc.php3: Updates, thanks again to Xosé Calvo.
1331     * lang/thai-*.inc.php3: Updates, thanks again to
1332       Arthit Suriyawongkul (bacteria).
1334 2002-08-07 Marc Delisle  <lem9@users.sourceforge.net>
1335     * lang/afrikaans: update, thanks to Andreas Pauley
1336     * lang/turkish: update, thanks to Bora Alioglu
1337     * lang/polish: update, thanks to Jakub Wilk
1338     * lang/spanish: update, thanks to Daniel Hinostroza
1339     * lang/galician: update, thanks to Xosé Calvo
1340     * lang/hungarian: update, thanks to Peter Bakondy
1342 2002-08-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1343     * lang/turkish-*.inc.php3: Updates, thanks again to
1344       Bora Alioglu <bora at risc01.ktu.edu.tr>.
1345     * lang/english-*.inc.php3: Reordered strings.
1346     * lang/czech-*.inc.php3: Updates, thanks agains to Michal Cihar (nijel).
1348 2002-08-07 Loïc Chapeaux  <lolo@phpheaven.net>
1349     * db_details.php3, read_dump.php3, tbl_properties_links.php3:
1350       Coding standards.
1351     * db_search.php3, tbl_alter.php3, tbl_properties_links.php3,
1352       tbl_properties_operations.php3, tbl_query_box.php3, tbl_select.php3,
1353       user_details.php3, libraries/build_dump.lib.php3,
1354       libraries/display_tbl.lib.php3: Improved MySQL 3.21 compatibility.
1355     * libraries/sqlparser.lib.php3:
1356         - Coding standard improvements (Merged by Robin)
1357     * scripts/decode_bug.php3:
1358         - Coding standard improvements (Merged by Robin)
1360 2002-08-07 Robin Johnson  <robbat2@users.sourceforge.net>
1361     * lang/slovak-iso-8859-2.inc.php3:
1362         - Updates, thanks to Lubos Klokner (erkac)
1363     * lang/indonesian-iso-8859-1.inc.php3:
1364         - Updates, thanks to Rachim Tamsjadi (tamsy)
1365     * lang/estonian-iso-8859-1.inc.php3:
1366         - Updates, thanks to Alvar Soome (finsoft)
1367     * lang/czech-iso-8859-2.inc.php3:
1368         - Updates, thanks to Michal Cihar (nijel)
1369     * lang/greek-iso-8859-7.inc.php3:
1370         - Updates, thanks to Kyriakos Xagoraris (theremon)
1371     * lang.swedish-iso-8859-1.inc.php3:
1372         - Updates, thanks to Björn T. Hallberg (bth)
1373     * libraries/sqlparser.lib.php3:
1374         - Added LANG to the list of BUG() data
1375         - Made easier to understand throwError() output
1376         - Spelling fix in
1377           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
1378     * lang/*:
1379         - Spelling fix in $strSQLParserBugMessage where not yet translated
1380         - Spelling fix in $strSQPBugUnknownPunctation where not yet translated
1381         - Spelling fix in
1382           $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
1384 2002-08-06 Robin Johnson  <robbat2@users.sourceforge.net>
1385     * libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3:
1386         - Renamed libraries/sqlvalidator.php3 to libraries/sqlvalidator.lib.php3
1387     * scripts/decode_bug.php3:
1388         - Cleaned up code to use <pre> arouund output
1389     * libraries/sqlparser.lib.php3:
1390         - Converted code to use $str* variables
1391         - BUG() code cleaned up (PMA_SQP_BUG, PMA_SQP_throwError)
1392         - More PHP3 compatibility
1393     * lang/*:
1394         - New variables for SQL Parser error messages
1396 2002-08-06 Marc Delisle  <lem9@users.sourceforge.net>
1397     * tbl_properties_links.php3: bug 590867: avoid undefined variable
1398       and add comments in the code for a future correction
1400 2002-08-06 Loïc Chapeaux  <lolo@phpheaven.net>
1401     * libraries/display_tbl.lib.php3, line 1412: do not die if relation table
1402       is broken in browse mode
1403     * libraries/sqlvalidator.lib.php3, libraries/sqlvalidator.class.php3:
1404         - Coding style fixes, documentation.
1406 2002-08-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1407     * lang/english-*.inc.php3: Typo.
1408     * db_details.php3, read_dump.php3, tbl_query_box.php3, lang/*.inc.php3:
1409       Fixed bug #590863 (Importing an SQL dump fails when using UTF-8) by
1410       allowing the user to specify the charset of an uploaded SQL file.
1411     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1413 2002-08-05 Loïc Chapeaux  <lolo@phpheaven.net>
1414     * tbl_indexes.php3, ldi_check.php3, libraries/sqlparser.lib.php3:
1415       coding standard
1417 2002-08-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1418     * translators.html:
1419       - Added a small note in order to avoid annoying emails.
1420       - Corrected the name of the Chinese translator.
1421     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1422     * lang/chinese_.inc.php3: Updates, thanks again to Siu Sun (siusun).
1423     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1425 2002-08-04 Marc Delisle  <lem9@users.sourceforge.net>
1426     * tbl_indexes.php3: was corrupting the query displayed in query box
1427       because it was using $sql_query for local needs. Replaced by $local_query
1429 2002-08-04 Alexander M. Turek  <rabus@users.sourceforge.net>
1430     * libraries/common.lib.php3, line 88: default language should be
1431       en-iso-8859-1.
1432     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1433       compatibility for config file revisions before 1.131.
1434     * config.inc.php3: Display syntax errors when the user calls the config file
1435       directly even if "display_errors" has been switched off in php.ini.
1436     * lang/german-*.inc.php3: Updates.
1437     * lang/afrikaans-*.inc.php3: Tidied up a bit.
1438     * Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
1439     * Documentation.html:
1440       - Beautified XHTML code;
1441       - Edited my credit;
1442       - Fixed a typo.
1443     * tbl_properties.inc.php3: Tried to work around bug #590481 (By default
1444       radio button for primary key).
1446 2002-08-03 Marc Delisle  <lem9@users.sourceforge.net>
1447     * Documentation.html: remove unneeded GRANT
1448     * lang/turkish: update, thanks to Bora Alioglu
1449     * lang/french: update
1451 2002-08-03 Robin Johnson  <robbat2@users.sourceforge.net>
1452     * lang/*:
1453         - Strings for SQL Validator
1454     * config.inc.php3:
1455         - Config options for SQL Validator
1456     * libraries/common.lib.php3, sql.php3:
1457         - SQL Validator usage code
1458     * libraries/sqlvalidator.class.php3:
1459         - PHP Class to run SQL Validator
1460     * libraries/sqlvalidator.php3:
1461         - SQL Validator interface code
1462     * ChangeLog:
1463         - Neatened Changelog to general follow a format
1464         - (* <filename>: <details>)
1465     * db_details.php3, db_stats.php3, main.php3, sql.php3
1466       tbl_change.php3, tbl_query_box.php3, user_details.php3
1467       libraries/common.lib.php3:
1468         - changed show_query to use 1/0 instead of 'y'/'n'
1469     * sql.php3, libraries/common.lib.php3:
1470         - Improved logic of edit, show_as_php, explain and validator
1471           in the SQL query box
1472     * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3:
1473         - Function documentation and cleanup
1474     * config.inc.php3:
1475         - Comments for SQL Validator options
1477 2002-08-02 Robin Johnson  <robbat2@users.sourceforge.net>
1478     * libraries/defines*:
1479         - Add another set of defines to make the original
1480           version datas available as strings
1481     * libraries/common.lib.php3:
1482         - Cleaned up SQL Query links
1483         - Made customizable in $cfg
1484     * config.inc.php3:
1485         - Added $cfg['SQLQuery']* for customizing SQL Query links
1486         - Set defaults of $cfg['SQLQuery']* to act like old behavior
1487     * lang/*:
1488         - Changed $strExplain to say 'Query' instead of code
1489         - Added $strNoExplain for reverse of Explain state
1491 2002-08-02 Marc Delisle  <lem9@users.sourceforge.net>
1492     * lang/portuguese: update, thanks to Lopo Pizarro
1493     * lang/catalan: update, thanks to Xavier Navarro
1494     * lang/ukrainian: update, thanks to Markijan Baran
1495     * ldi_check.php3: undefined $sub_part
1497 2002-08-01 Robin Johnson  <robbat2@users.sourceforge.net>
1498     * scripts/decode_bug.php3:
1499         - Improvements and PHP3 fixes thanks to Loic
1500     * libraries/string.lib.php3:
1501         - Detect U+00A0 as whitespace
1503 2002-08-01 Marc Delisle  <lem9@users.sourceforge.net>
1504     * lang/afrikaans: new language
1505         - thanks to Andreas Pauley (pauley at buitegroep.org.za)
1506     * lang/spanish: remove control m
1508 2002-07-31 Robin Johnson  <robbat2@users.sourceforge.net>
1509     * tbl_properties_structure.php3 +40: Fix for a warning notice
1510     * libraries/sqlparser.lib.php3: Fix for another minor formatting quirk
1512 2002-07-31 Marc Delisle  <lem9@users.sourceforge.net>
1513     * lang/thai: update, thanks to Arthit Suriyawongkul
1515 2002-07-30 Robin Johnson  <robbat2@users.sourceforge.net>
1516     * scripts/decode_bug.php3: Parser BUG decoder merged
1517     * lang/russian: Update thanks to http://psyonline.ru/
1518     * lang/spanish: Update thanks to Daniel ?
1519     * lang/*: ran sync_lang.sh
1521 2002-07-30 Marc Delisle  <lem9@users.sourceforge.net>
1522     * config.inc.php3: how to test auto-detect
1523     * lang/turkish: update, thanks to Bora Alioglu
1524     * lang/galician: update, thanks to Xosé Calvo
1525     * lang/albanian: update, thanks to Laurent Dhima.
1526     * lang/czech: update, thanks to Michal Cihar
1527     * lang/slovak-iso: update, thanks to Lubos Klokner
1529 2002-07-30 Loïc Chapeaux  <lolo@phpheaven.net>
1530     * Documentation.html: coding standards (line size <= 80).
1531     * db_details_structure.php3:, 456-460, beautified generated page.
1533 2002-07-29 Marc Delisle  <lem9@users.sourceforge.net>
1534     * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth
1535     * lang/turkish: update, thanks to Bora Alioglu
1537 2002-07-29 Robin Johnson  <robbat2@users.sourceforge.net>
1538     * lang/galician*: Merged update from #588154
1539     * lang/estonian*: Merged update from Alvar Soome
1540     * lang/indonesian*: Merged update from Rachim Tamsjadi
1541     * lang/*: ran sync_lang.sh
1543 2002-07-29 Loïc Chapeaux  <lolo@phpheaven.net>
1544     * tbl_change.php3, line 203: fixed an xhtml bug (#587974) thanks to
1545       Christophe Jaillet <tititou at users.sourceforge.net>
1546     * libraries/sqlparser.lib.php3: fixed parse errors (bug #588010)
1547       thanks to Nagi Peters <nagipeters at users.sourceforge.net> and
1548       coding standards.
1549     * Documentation.html: coding standards.
1550     * libraries/relation.lib.php3: beautified generated page.
1552 2002-07-28 Marc Delisle  <lem9@users.sourceforge.net>
1553     * lang/romanian: update, thanks to Valics Lehel
1554     * lang/polish: update, thanks to Jakub Wilk
1555     * lang/swedish: update, thanks to Björn T. Hallberg
1556     * lang/italian: update, thanks to Pietro Danesi
1557     * lang/lithuanian: update, thanks to Vilius Zigmantas
1558     * lang/dutch: update, thanks to Ivo Teel.
1559     2.3.0-rc4 released
1561 2002-07-27 Marc Delisle  <lem9@users.sourceforge.net>
1562     * lang/italian: update, thanks to Pietro Danesi
1563     * lang/*: fix a typo
1565 2002-07-26 Robin Johnson  <robbat2@users.sourceforge.net>
1566     * libraries/sqlparser.lib.php3:
1567         - Fixed ANSI type string escaping
1568         - Fixed formatting wrt. whitespace in FormatHTML
1569         - PHP3 fix for gzcompress() bug code
1570         - Fix for ob_flush() bug code
1572 2002-07-26 Marc Delisle  <lem9@users.sourceforge.net>
1573     * Documentation.html: numbers for faq entries
1574     * russian: updates, from an anonymous contributor
1576 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1577     * libraries/sqlparser.lib.php3:
1578         - PHP3 parse errors fixed;
1579         - coding standards.
1580     * pdf_schema.php3; lang/*: translated a string.
1581     * header.inc.php3, lines 155-156: better "fix" against bug
1582       #585094 (Runtime Error on Line 62).
1584 2002-07-25 Robin Johnson  <robbat2@users.sourceforge.net>
1585     * config.inc.php3:
1586         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1587           value.
1588     * libraries/sqlparser.lib.php3:
1589         - Fix code to work around CSS bug in Mozilla/Konqueror with 'inherit'
1590           value.
1591         - Fix strpos on line 168/169 to work with PHP3
1592         - Fixed analyze code to remove print_r()
1593     * lang/estonian-iso-8859-1.inc.php:
1594         - Updated translation (thanks to Alvar Soome)
1596 2002-07-25 Marc Delisle  <lem9@users.sourceforge.net>
1597     * Documentation.html, clarify about mysql extensions
1598     * tbl_properties_options.php3, tbl_properties_table_info.php3:
1599       bug 586230, thanks to Loïc
1600     * common.lib.php3: fix bad variable name
1601     * tbl_indexes.php3, tbl_change.php3: fixes for PHP3 compatibility
1603 2002-07-25 Loïc Chapeaux  <lolo@phpheaven.net>
1604     * coding standard: common.lib.php3, config.inc.php3, Documentation.html,
1605       header.inc.php3, sqlparser.data.php3, sqlparser.lib.php3,
1606       string.lib.php3, translators.html
1608 2002-07-24 Marc Delisle  <lem9@users.sourceforge.net>
1609     * new lang: slovenian, thanks to Kositer Uros (urosh)
1611 2002-07-24 Robin Johnson  <robbat2@users.sourceforge.net>
1612     * libraries/string.lib.php3:
1613         - optimizations/PHP3 fixes (thanks Loïc)
1614     * libraries/sqlparser.lib.php3:
1615         - Merged
1616         - Spacing around if statements
1617         - Added require statements for parser
1618         - Moved to global constants for size of keyword arrays
1619         - Added CSS creation rules
1620         - Cleaned up CSS creation functions
1621         - Formatting fixes
1622     * libraries/sqlparser.data.php3:
1623         - Merged
1624         - Added 'ANALYSE' reserved word (note spelling)
1625     * config.inc.php3:
1626         - Added SQL Parser variables
1627         - Remove old SQL Parser variables
1628     * header.inc.php3:
1629         - Added CSS for SQL Parser
1630     * libraries/common.lib.php3:
1631         - Change of PMA_format_sql to use new SQL Parser
1633 2002-07-24 Loïc Chapeaux  <lolo@phpheaven.net>
1634     * libraries/string.lib.php3: Function documentation
1636 2002-07-23 Robin Johnson  <robbat2@users.sourceforge.net>
1637     * libraries/string.lib.php3: String functions for the new
1638       SQL Parser system
1640 2002-07-22 Marc Delisle  <lem9@users.sourceforge.net>
1641     * lang/dutch update, thanks to Ivo Teel.
1643 2002-07-22 Loïc Chapeaux  <lolo@phpheaven.net>
1644     * libraries/common.lib.php3, lines 198-200: open the documentation
1645       link in the "documentation" window.
1646     * libraries/charset_conversion.lib.php3; libraries/select_lang.lib.php3:
1647       PHP3 fixes (don't use "require" inside a conditional statement).
1648     * Documentation.html: XHTML fixes.
1649     * db_details_structure.php3; tbl_properties.php3;
1650       tbl_change.php3, line 336; tbl_properties_structure.php3;
1651       tbl_select.php3, lines 122 & 127; tbl_query_box.php3: XHTML fixes.
1652     * db_details.php3; db_details_links.php3;
1653       tbl_properties_export.php3, lines 156-158: beautified generated
1654       XHTML code.
1656 2002-07-21 Marc Delisle  <lem9@users.sourceforge.net>
1657     * Documentation.html, libraries/common.lib.php3: added a faq about
1658       mysql extension, and a link to it when the error occurs
1660 2002-07-20 Marc Delisle  <lem9@users.sourceforge.net>
1661     * tbl_properties*: missing $sub_part for back links (bug 584069)
1663 2002-07-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1664     * tbl_properties_links.php3: Fixed bug #583969.
1665     * lang/german-*.inc.php3: Updates.
1667 2002-07-19 Marc Delisle  <lem9@users.sourceforge.net>
1668     * pdf_schema.php3, bug 583833: should not complain if some tables
1669       are missing
1670     * lang/hungarian update, thanks to Peter Bakondy
1671     * lang/thai updates: thanks to Arthit Suriyawongkul.
1672     * lang/norwegian updates: thanks to Sven-Erik Andersen
1674 2002-07-19 Loïc Chapeaux  <lolo@phpheaven.net>
1675     * pdf_schema.php3; pdf_page.php3; libraries/common.lib.php3: PHP3 fixes.
1676     * tbl_properties_structure.php3: coding standards.
1678 2002-07-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1679     * libraries/common.lib.php3, libraries/select_lang.lib.php3: Don't include
1680       the "real" config file if a developer edition exists.
1681     * libraries/charset_conversion.lib.php3: Exit the script if iconv cannot be
1682       used.
1684 2002-07-18 Marc Delisle  <lem9@users.sourceforge.net>
1685     * libraries/display_tbl.lib.php3: bug 579785, Edit links URLs too long
1686       for some browsers
1687     * lang/italian: update, thanks to Pietro Danesi
1688     * lang/chinese: update, thanks to Siu Sun
1689     * lang/albanian: update, thanks to Laurent Dhima.
1690     * lang/czech: update, thanks to Michal Cihar
1691     * lang/sync_lang.sh: can exclude some languages from conversion,
1692       thanks to Michal Cihar
1693     * lang/turkish: update, thanks to Bora Alioglu
1694     * lang/polish: update, thanks to Jakub Wilk
1695     * lang/galician: update, thanks to Xosé Calvo
1696     * lang/romanian: update, thanks to Valics Lehel
1697     * sql.php3: bug 582356, Propose table structure was not working when
1698       $cfg['ShowAll'] was FALSE
1700 2002-07-18 Steve Alberty  <staybyte@users.sourceforge.net>
1701     It is now possible to print stats for more than 2 GB (up to exa byte)
1702     * db_details_structure.php3: correct wrong link from table size to stats
1703     * tbl_printview.php3: fixed warnings if relation is not defined
1704     * db_printview.php3: fixed warnings and faults
1706 2002-07-17 Marc Delisle  <lem9@users.sourceforge.net>
1707     * lang/sync_lang.sh: support for multiple convertors (recode added),
1708       thanks to Michal Cihar
1709     * lang/spanish update:
1710         - thanks to Daniel Hinostroza
1711         - (Daniel.Hinostroza  at grunenthal.com.ec)
1712     * lang/swedish: updates: thanks to Björn T. Hallberg
1713     * lang/indonesian: updates, thanks to Rachim Tamsjadi.
1714     * lang/japanese*: updates, thanks to Yukihiro Kawada
1715     * lang/french: updates
1716     * lang/lithuanian: updates, thanks to Vilius Zigmantas
1717     * chk_rel.php3, db_details_structure.php3, Documentation.html,
1718       pdf_pages.php3, pdf_shema.php3, libraries/select_lang.lib.php3:
1719       commits for Loic
1720     * tbl_properties.php3, tbl_properties_structure.php3,
1721       new tbl_query_box.php3: query box at the bottom of the structure page
1723 2002-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1724     * libraries/common.lib.php3, libraries/config_import.lib.php3: Added
1725       $cfg['PmaNoRelation_DisableWarning'] to the backwards compatibility code.
1726     * config.inc.php3, Documentation.html: Remerged the changes that were
1727       removed in the previous revision, thanks to Björn T. Hallberg (bth).
1728     * libraries/select_lang.lib.php3: Disable UTF-8 if
1729       $cfg['AllowAnywhereRecoding'] has been set to FALSE.
1731 2002-07-17 Mike Beck <mikebeck@users.sourceforge.net>
1732     * pdf_pages.php3: if a page is edit it can also be shown
1733     * pdf_schema.php3: now it is possible to have all tables
1734       displayed with the same (maximum) width (feature request 576537)
1736 2002-07-16 Mike Beck <mikebeck@users.sourceforge.net>
1737     * libraries/relation.lib.php3: verbose mode
1738     * db_details_structure.php3: show message if relation doesn't work
1739     * chk_rel.php3: new file to show what is wrong with relation
1741 2002-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1742     * header.inc.php3: Use include() instead of require().
1744 2002-07-16 Marc Delisle  <lem9@users.sourceforge.net>
1745     * libraries: charset_conversion.lib.php3, common.lib.php3: bug 581577:
1746       a better if, because sometimes the test for PHP3 succeeds even
1747       for PHP4, thanks to Neil Darlow
1748     * libraries/relation.lib.php3: undefined variable
1750 2002-07-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1751     * libraries/config_import.lib.php3:
1752         - Removed a comment and
1753         - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
1754     * header.inc.php3: Better fix against bug #571409, thanks to Loïc.
1755     * libraries/common.lib.php3: Coding standards.
1757 2002-07-15 Marc Delisle  <lem9@users.sourceforge.net>
1758     * db_details_export.php3, db_details_links.php3, Documentation.html,
1759       sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
1760       libraries/select_lang.lib.php3: fixes from Loic
1761     * config.inc.php3: default value for $cfg['AllowAnywhereRecoding'] = FALSE;
1762       to avoid problems on multithreaded servers, thanks to Neil Darlow
1763       (ndarlow)
1764     * libraries/charset_conversion.lib.php3: remove the "@" before dl()
1765       because multithreaded servers don't support dl(), and we want
1766       to see the error message, thanks to /Leblanc
1767     * header.inc.php3: js error with OmniWeb, thanks to Loïc
1769 2002-07-14 Marc Delisle  <lem9@users.sourceforge.net>
1770     * Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
1771       add a link to a new faq entry explaining some dump options
1772     * libraries/relation.lib.php3: bug 575868 Unitialized string offset
1773     2.3.0-rc3 released
1775 2002-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1776     * config.inc.php3, libraries/common.lib.php3: Fixed bug #576018.
1777     * lang/german-*.inc.php3: Clarification.
1779 2002-07-13 Marc Delisle  <lem9@users.sourceforge.net>
1780     * libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
1781       not a SELECT
1782     * sql.php3: better way to show php code
1783     * sql.php3: bug 580920: do not display the confirm dialog
1784     * db_details_links.php3: undefined variable if coming from a Show MySQL
1785       link on the home page
1787 2002-07-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1788     * Documentation.html: News about bug #540671.
1790 2002-07-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1791     * main.php3: Fixed a bug of the SHOW GRANTS patch (bug #568174: Wildcards
1792       escaped in db name), thanks to Björn T. Hallberg (bth).
1794 2002-07-12 Mike Beck    <mikebeck@users.sourceforge.net>
1795     * sql.php3: only run query if we didn't ask for phpcode of sql.
1797 2002-07-12 Marc Delisle  <lem9@users.sourceforge.net>
1798     * libraries/select_lang.lib.php3: add -utf-8 choices.
1799     * lang/indonesian updates, thanks to Rachim Tamsjadi.
1800     * libraries/relation.lib.php3: better initialization for a variable,
1801       thanks to Jurgen Schwietering <jurgen at schwietering.com>.
1803 2002-07-11 Loïc Chapeaux  <lolo@phpheaven.net>
1804     * pdf_schema.php3; tbl_printview.php3; tbl_properties_links.php3;
1805       tbl_properties_operations.php3; tbl_relation.php3;
1806       libraries/charset_conversion.lib.php3; libraries/display_tbl.lib.php3;
1807       libraries/relation.lib.php3: coding standards.
1808     * libraries/common.lib.php3: coding standards and a little display bug.
1810 2002-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1811     * libraries/common.lib.php3: PHP3 compatibility.
1812     * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft).
1814 2002-07-11 Robin Johnson  <robbat2@users.sourceforge.net>
1815     * libraries/common.lib.php3: Fix for case where HTTP_HOST contains
1816       the port already, as adding HTTP_PORT is wrong then.
1818 2002-07-10 Marc Delisle  <lem9@users.sourceforge.net>
1819     * libraries/charset_conversion.lib.php3: wrong function called,
1820       thanks to Michal Cihar
1821     * lang/*: cleanup of file names to include charset
1823 2002-07-09 Marc Delisle  <lem9@users.sourceforge.net>
1824     * libraries/common.lib.php3: fix from Loïc for bug 579017
1826 2002-07-08 Loïc Chapeaux  <lolo@phpheaven.net>
1827     * tbl_create.php3: Fixed bug #578321 (Wrong page after table creation).
1828     * libraries/common.lib.php3: Fixed bug #578404 (js error in no-frame mode).
1830 2002-07-08 Marc Delisle  <lem9@users.sourceforge.net>
1831     * libraries/display_tbl.lib.php3: bug 577645: extra space in the cell
1832     * libraries/common.lib.php3, defines.lib.php3, defines_php.lib.php3,
1833       scripts/create-release.sh: split defines.lib.php3 because
1834       of charset_conversion needs (thanks to Michal Cihar)
1835     * slovak: with permission from Peter Svek, now the windows-1250
1836       is generated from the -iso-8859-2 file.
1838 2002-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1839     * libraries/common.lib.php3: Forgot a <meta /> tag in the config file error
1840       message.
1842 2002-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1843     * libraries/charset_conversion.lib.php3: $strCantUseRecodeIconv has to be
1844       accessed via the $GLOBALS[] array.
1846 2002-07-06 Marc Delisle  <lem9@users.sourceforge.net>
1847     * tbl_properties_structure.php3: undefined variable
1848     * pdf_pages.php3: bug 574637 undefined index
1849     * db_details_structure.php3: remove a PMA_backquote added today that
1850       introduces a bug
1851     * pdf_schema.php3: undefined variables
1853 2002-07-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1854     * header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
1856 2002-07-05 Marc Delisle  <lem9@users.sourceforge.net>
1857     * Documentation.html: about html entities in translations
1858     * libraries/common.lib.php3: charset_conversion needs the constants
1859     * libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
1860     * tbl_qbe.php3 renamed db_details_qbe.php3:
1861        - bug 576510: (affects also db_details_links.php3)
1863 2002-07-01 Loïc Chapeaux  <lolo@phpheaven.net>
1864     * Documentation.html: coding standards and xhtml fixes.
1866 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1867     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1868       compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
1870 2002-07-04 Robin Johnson  <robbat2@users.sourceforge.net>
1871     * config.inc.php3, libraries/common.lib.php3:
1872       Code for $cfg['PmaAbsoluteUri_DisableWarning']
1874 2002-07-03 Marc Delisle  <lem9@users.sourceforge.net>
1875     * lang/japanese* updates:, thanks to Yukihiro Kawada
1876     * Documentation.html: explain the oslash symbol in the statistics
1877     * left.php3: the - as first choice is not clear
1878     * tbl_properties_table_info.php3, tbl_properties_links.php3: bug
1879       576776: ShowAll never displayed
1880     * display_tbl.lib.php3: bug 576786: printview and ModifyDeleteAtRight
1882 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1883     * sql.php3: Completed fix against bug #575867 (Error with limit or load in
1884       the table name).
1886 2002-07-01 Olivier L. Müller  <om@omnis.ch>
1887     * header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
1888     * tbl_properties.php3: added insert button to Marc's <select> :)
1890 2002-07-01 Marc Delisle  <lem9@users.sourceforge.net>
1891     * tbl_properties_links.php3, db_details_links.php3: better vertical spacing
1892     * tbl_properties.php3, db_details.php3: misplaced bullet
1893     * tbl_properties.php3: add field list on the query page
1894     * pdf_schema.php3: color for all segments of primary key, thanks to
1895       Joshua Eichorn (jeichorn at joshuaeichorn.com)
1897 2002-07-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1898     * sql.php3: Fixed bug #575867 (Error with limit or load in the table name)
1899       partly.
1901 2002-06-30 Marc Delisle  <lem9@users.sourceforge.net>
1902     * user_details.php3: fix the tooltip
1903     2.3.0-rc2 released
1905 2002-06-30 Alexander M. Turek  <rabus@users.sourceforge.net>
1906     * user_details.php3: Added a tooltip for the new documenation link.
1907     * sql.php3: Fixed bug #574855 (wrong counted rows with many functions)
1908       thanks to Svetlozar Kovachev (svetlio).
1909     * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work
1910       without javascript).
1912 2002-06-29 Marc Delisle  <lem9@users.sourceforge.net>
1913     * tbl_qbe.php3: show upper links
1914     * Documentation.html, user_details.php3: link to document what happens
1915       with grants and underscores.
1917 2002-06-29 Alexander M. Turek  <rabus@users.sourceforge.net>
1918     * libraries/config_import.lib.php3, libraries/common.lib.php3:
1919       Backwards compatibility for config files < rev. 1.113.
1920     * lang/german*.inc.php3: Better translation for $strQBE.
1922 2002-06-29 Olivier L. Müller  <om@omnis.ch>
1923     * Documentation.html: docs about $cfg['DefaultTabDatabase']
1924       and $cfg['DefaultTabTable']
1925     * config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
1926       default tab selection is now customizable from config.inc.php3.
1928 2002-06-28 Olivier L. Müller  <om@omnis.ch>
1929     * ANNOUNCE.txt: preparing 2.3.0 announcement... Feel free
1930       to improve and check
1932 2002-06-28 Marc Delisle  <lem9@users.sourceforge.net>
1933     * tbl_change.php3, tbl_properties_common.php3,
1934       new libraries/db_table_exists.lib.php3: menu on insert/edit
1936 2002-06-27 Marc Delisle  <lem9@users.sourceforge.net>
1937     * sql.php3, db_details_db_info.php3, db_details_links.php3: bug with a
1938       Select and no table
1939     * lang/slovak-iso: updates, thanks to Lubos Klokner
1940     * Documentation.html: faq about silent column type changing
1942 2002-06-26 Alexander M. Turek  <rabus@users.sourceforge.net>
1943     * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
1944       Michal Cihar (nijel).
1945     * index.php3, header.inc.php3, header_printview.php3, left.php3,
1946       libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
1947       detect character encoding).
1949 2002-06-26 Marc Delisle  <lem9@users.sourceforge.net>
1950     * Documentation.html: update the persons/towns/countries example
1951     * sql.php3, tbl_properties_table_info.php3: sub-page links on browse
1952     * lang/japanese* updates: thanks to Yukihiro Kawada
1953     * libraries/mysql_wrappers.lib.php3: patch #574009, charset
1954       conversion for db names, thanks to Michal Cihar_
1956 2002-06-26 Olivier L. Müller  <om@omnis.ch>
1957     * tbl_change.php3: display the submit button every 15 lines:
1958       may be useful for tables with 200 fields...
1959     * db_details_structure.php3: fixed a wrong link: [Properties]
1960       was opening the tbl_properties.php3 instead of
1961       tbl_properties_structure.php3
1963 2002-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1964     * lang/german-utf8.inc.php3: Synchronization.
1965     * ChangeLog: Added a note about the older ChangeLogs at EoF.
1967 2002-06-25 Marc Delisle  <lem9@users.sourceforge.net>
1968     * lang/georgian-utf-8 updates: thanks to Kakha Mchedlidze
1969     * lang/ukrainian-win1251 updates: thanks to Markijan Baran
1971 2002-06-25 Olivier L. Müller  <om@omnis.ch>
1972     * lang/german.inc.php3: Du -> Sie
1974 2002-06-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1975     * lang/lithuanian.inc.php3: Removed line feed at EoF.
1977 2002-06-23 Robin Johnson  <robbat2@users.sourceforge.net>
1978     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
1980 2002-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1981     Revised some files in /lang/:
1982     * chinese_*.inc.php3, estonian.inc.php3, finnish.inc.php3:
1983         - Reordered Strings.
1984     * arabic.inc.php3, brazilian_portuguese.inc.php3, bulgarian_*.php3,
1985       croatian-*.php3, danish.inc.php3, korean.inc.php3, russian_*.inc.php3,
1986       serbian-win1250.inc.php3:
1987         - Synchronized the untranslated string
1988           $strSplitWordsWithSpace with the English translation.
1990 2002-06-23 Olivier L. Müller  <om@omnis.ch>
1991     * db_stats.php3: Fixed warning from mysql_free_result.
1993 2002-06-22 Olivier L. Müller  <om@omnis.ch>
1994     * lang/english-utf8.inc.php3, lang/english.inc.php3, lang/french.inc.php3:
1995       shorter term for QBE
1996     * config.inc.php3: added configuration variables for default tabs
1997     * tbl_properties_links.php3: 'Empty' tab is now red as well
1998     * db_details_links.php3, index.php3, left.php3, tbl_properties_links.php3:
1999       moved 'Structure' to the front and use it as default value.
2000       TODO: make that customizable.
2001     * config.inc.php3, main.php3, docs: added cfg['SuggestDBName'] flag
2003 2002-06-22 Robin Johnson  <robbat2@users.sourceforge.net>
2004     * sql.php3:
2005         - Fix warning and error from mysql_free_result($cna_all_result);
2006     * tbl_printview.php3:
2007         - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
2008           last <div>, to stop a blank page being printed
2009         - Moved <hr /> to just inside </div> - gets line on the same page
2010     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
2011     * lang/chinese*.inc.php3 updates: thanks to Siu Sun
2012     * lang/english*: $strSplitWordsWithSpace
2013         - Fix spelling 'seperated' -> 'separated'
2015 2002-06-21 Olivier L. Müller  <om@omnis.ch>
2016     * libraries/common.lib.php3, main.php3: be more tolerant with lazy
2017       sysadmins or users by letting them having an empty
2018       $cfg['PmaAbsoluteUri']. A default value (which should work according
2019       to the docs...) will be set and a warning displayed on main.php3.
2021 2002-06-21 Robin Johnson  <robbat2@users.sourceforge.net>
2022     * lang/english*: $strSplitWordsWithSpace
2023         - 'splitted' changed to 'seperated'
2024     * lang/portuguese.inc.php3 updates: thanks to Lopo Pizarro
2025     * lang/polish.inc.php3 updates: thanks to Jakub Wilk
2026     * db_details_links.php3, header.inc.php3,
2027       tbl_properties_links.php3, libraries/common.lib.php3:
2028         - Neater tab code by Michal Cihar (Patch #571837)
2030 2002-06-21 Marc Delisle  <lem9@users.sourceforge.net>
2031     * sql.php3: patch 565627 for the old bug 461192: wrong query count
2032       for groups, thanks to Svetlozar Kovachev
2033     * lang/czech* updates: thanks to Michal Cihar
2034     * lang/greek updates: thanks to Kyriakos Xagoraris
2035     * lang/norwegian updates: thanks to Sven-Erik Andersen
2036     * tbl_properties_structure.php3, bug 572127: wrong back link, thanks
2037       to "nobody"
2038     * tbl_addfield.php3: goback to the structure sub-page
2040 2002-06-20 Robin Johnson  <robbat2@users.sourceforge.net>
2041     * tbl_qbe.php3: Using * for tables fields disables
2042       sorting for that field (Fix for bug #570698)
2043     * db_details_links.php3: Added $args3, $args4 = '', for no tables case
2045 2002-06-20 Marc Delisle  <lem9@users.sourceforge.net>
2046     * ChangeLog_till_2.2.6.gz: removed from the distribution and copied
2047       to home page
2048     * lang/georgian-utf-8: thanks to Kakha Mchedlidze <kakha at qartuli.com>
2049     * lang/polish updates: thanks to Jakub Wilk
2050     * lang/galician updates: thanks to Xosé Calvo
2052 2002-06-20 Alexander M. Turek  <rabus@users.sourceforge.net>
2053     * header.inc.php3, *_links.php3, libraries/common.lib.php3: Implemented
2054       Patch #571426 (Tabbed navigation), thanks to Joachim Fornallaz (jfornall).
2056 2002-06-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2057     * libraries/common.lib.php3, libraries/config_import.lib.php3,
2058       config.inc.php3: Rewrote the whole backwards compatibility code for old
2059       config files.
2060     * config.inc.php3: Beautified code.
2061     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3:
2062       Header and footer may now be included inside a function as well
2063       (Better fix against bug #549570).
2065 2002-06-19 Marc Delisle  <lem9@users.sourceforge.net>
2066     * index.php3: missing header, thanks to Michal Cihar
2067     * lang/japanese* updates: thanks to Yukihiro Kawada
2068     * lang/spanish, catalan updates: thanks to Xavier Navarro
2069     * lang/dutch updates: thanks to Ivo Teel.
2070     * lang/swedish updates: thanks to Björn T. Hallberg
2071     * lang/galician updates: thanks to Xosé Calvo
2072     * libraries/config_import.lib.php3, fixed 3 parse errors
2073     * common.lib.php3: due to formatting problems, bypass PMA_format_sql
2074       for 2.3.0-rc1
2075     * 2.3.0-rc1 release
2077 2002-06-19 Robin Johnson  <robbat2@users.sourceforge.net>
2078     * libraries/charset_conversion.lib.php3,
2079       libraries/common.lib.php3,
2080       main.php3:
2081         - added isset() before some configuration variables
2083 2002-06-18 Marc Delisle  <lem9@users.sourceforge.net>
2084     * lang/chinese* updates: thanks to Siu Sun
2085     * lang/lithuanian updates: thanks to Vilius Zigmantas
2086     * lang/romanian updates: thanks to Valics Lehel
2087     * lang/thai updates: thanks to Arthit Suriyawongkul.
2088     * lang/turkish updates: thanks to Bora Alioglu
2089     * tbl_relation.php3, bug 570691: query was executed too many times
2091 2002-06-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2092     * lang/arabic.inc.php3: Changed $cfgPmaAbsoluteUri into $cfg['...'].
2094 2002-06-18 Robin Johnson  <robbat2@users.sourceforge.net>
2095     * libraries/relation.lib.php3:83
2096         - Fixed $cfg['Servers']['Server'] -> $cfg['Server']
2097     * libraries/relation.lib.php3:144,190
2098         - Cleaned up is_array() to isset() && is_array()
2099     * tbl_change.php3:204
2100         - $type_nowrap added to case 'timestamp'
2101     * lang/estonian.inc.php3 updates, thanks to Alvar Soome (#570330)
2102         - Last fix for $strConfigFileError done as well
2104 2002-06-17 Robin Johnson  <robbat2@users.sourceforge.net>
2105     * lang/finnish.inc.php3 updates: thanks to Visa Kopu (#569317)
2106     * lang/italian.inc.php3 update: thanks to Pietro Danesi (#569424)
2108 2002-06-17 Marc Delisle  <lem9@users.sourceforge.net>
2109     * scripts/create-release.sh: the I option in tar for bzip output
2110       is deprecated and no longer works on sourceforge, use j
2111     * lang/french.inc.php3: updates
2112     * user_password.php3: parse error as reported by Olivier
2113     * libraries/relation.lib.php3: pmadb can be left blank
2115 2002-06-16 Marc Delisle  <lem9@users.sourceforge.net>
2116     * lang/sync_lang.sh: new script thanks to Michal Cihar
2117     * Documentation.html: typos
2118     * lang/hebrew.inc.php3 updates: thanks to Yuval Sarna
2119     * lang/turkish.inc.php3 updates: thanks to Bora Alioglu
2121 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
2122     more changes because of new centralized db for pma
2123     * db_details_structure.php3
2124     * pdf_pages.php3
2125     * pdf_schema.php3
2126     * libraries/display_tbl.lib.php3
2127     now also honour new place of relationtables
2128     * Documentation.html
2129     * Documentation.txt
2130     described new db and tables
2131     * db_details_links.php3
2132       - put the link to tbl_qbe in topnavigation
2133     * tbl_relation.php3
2134         writing of column_comments possible
2135     * tbl_printview.php3
2136         column_comments will be displayed
2137     * relation.lib.php3
2138         new function: getComments($db,$table)
2140 2002-06-15 Marc Delisle  <lem9@users.sourceforge.net>
2141     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2142     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
2143     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
2144     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
2145     * lang/spanish.inc.php3:, catala.inc.php3 updates, thanks to Xavier Navarro
2146     * lang/czech* updates:, thanks to Michal Cihar
2147     * lang/norwegian.inc.php3: updates, thanks to Sven-Erik Andersen
2148     * lang/swedish.inc.php3: updates, thanks to Björn T. Hallberg
2150 2002-06-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2151     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
2152     * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
2153     * lang/german*.inc.php3: Translated $strComments.
2154     * config.inc.php3: Changed default values of some directives.
2156 2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
2157     started putting the relationtables in a central db
2158     with the bookmarktable
2159     * config.inc.php3
2160       - renamed $cfg['Servers'][$i]['bookmarkdb'] to
2161         $cfg['Servers'][$i]['pmadb']
2162       - allready added $cfg['Servers'][$i]['column_comments']
2163     * tbl_relation.lib.php3  new file
2164       - PMA_getRelationsParam(): get and test config
2165       - getForeigners() get an array of tables/fields
2166         related to the one you supply
2167       - getDisplayField() get the tables display column
2168       - PMA_query_as_cu() query the pmadb using the controluser
2169         if possible, otherwise normal user
2170     changes to use new place of tables are allready finished for
2171     those files:
2172     * tbl_relation.php3
2173     * db_details_structure.php3
2174     * pdf_pages.php3
2175     * tbl_qbe.php3
2177 2002-06-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2178     * lang/german.inc.php3: Updates.
2179     * libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
2180       Added German UTF-8 file.
2181     * lang/italian.inc.php3: Updates, thanks again to
2182       Pietro Danesi <danone at users.sourceforge.net>.
2183     * libraries/user_details.js: Fixed a sytax error.
2185 2002-06-14 Marc Delisle  <lem9@users.sourceforge.net>
2186     * big patch for charset support, all files that call mysql have been
2187       modified; thanks to Michal Cihar.
2189 2002-06-14 Mike Beck  <mikebeck@users.sourceforge.net>
2190     * tbl_qbe:  Bugfixing
2191       - Don't try to use a generated SQL Statement without
2192         a SELECT (if none of the Columns is marked as display
2193         this could happen)
2194       - if no LEFT JOINS are generated make sure that the
2195         array containing tablenames is unique
2197 2002-06-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2198     * lang/turkish.inc.php3: Updates, thanks again to
2199       Bora Alioglu <bora@risc01.ktu.edu.tr>.
2200     * lang/german.inc.php3: Translated $strMissingBracket.
2201     * lang/english.inc.php3: Reordered strings.
2202     * config.inc.php3:
2203       - Use hex codes for colors;
2204       - Removed a dublicate.
2206 2002-06-12 Mike Beck <mikebeck@users.sourceforge.net>
2207     Syntaxcoloring for SQL - Statements
2208     * config.inc.php3: lines 226-,302-
2209     * libraries/common.lib.php3: lines 34,43,192-,312-,987,1062
2211 2002-06-12 Marc Delisle  <lem9@users.sourceforge.net>
2212     * lang/dutch.inc.php3: updates, thanks to Ivo Teel.
2213     * lang/slovak-iso.inc.php3: updates, thanks to Lubos Klokner
2215 2002-06-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2216     * libraries/display_tbl.lib.php3: JS fixes, thanks to
2217       Richard Hornsby <rhornsby at users.sourceforge.net>.
2218     * Documentation.html: Fixed a typo.
2219     * lang/german.inc.php3: Updates.
2220     * lang/italian.inc.php3:
2221       - Updates, thanks again to
2222         Pietro Danesi <danone at users.sourceforge.net>.
2223       - Removed HTML entities.
2225 2002-06-11 Marc Delisle  <lem9@users.sourceforge.net>
2226     * pdf_pages.php3, lang/*, Documentation.html: new message with doc
2227     * lang/hungarian.inc.php3: updates, thanks to Peter Bakondy
2228     * lang/japanese*.php3: updates, thanks to Yukihiro Kawada
2229     * lang/lithuanian.inc.php3: updates, thanks to Vilius Zigmantas
2231 2002-06-10 Marc Delisle  <lem9@users.sourceforge.net>
2232     * tbl_select.php3:, bug with end of lines
2234 2002-06-10 Mike Beck <mikebeck@users.sourceforge.net>
2235     * tbl_select.php3: lines 12-16,111-123,194-199
2236       - now you can use >= etc.
2238 2002-06-09 Marc Delisle  <lem9@users.sourceforge.net>
2239     * lang/french.inc.php3 updates
2241 2002-06-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2242     * libraries/common.lib.php3: Corrected path to config_import.lib.php3.
2243     * libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
2244       Catch parse errors in the config file.
2245     * lang/chinese_*.inc.php3: Converted to Unix line feed format.
2246     * lang/english.inc.php3: Reordered strings.
2248 2002-06-09 Robin Johnson  <robbat2@users.sourceforge.net>
2249     * libraries/common.lib.php3:
2250       - Initial checkin of base DB-Config code
2252 2002-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2253     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
2254     * translators.html:
2255       - Changed Dutch translator.
2256       - Changed special characters into HTML entities.
2257     * lang/norwegian.inc.php3: Updates, thanks again to
2258       Sven-Erik Andersen <sven-erik at users.sourceforge.net>.
2259     * lang/polish.inc.php3: Small corrections, thanks again to
2260       Jakub Wilk <ubanus at users.sourceforge.net>.
2261     * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments).
2263 2002-06-07 Marc Delisle  <lem9@users.sourceforge.net>
2264     * translators.html: updates (try to have only one official translator,
2265       probably the original author, or the one who now sends updates)
2266     * lang/czech*: updates, thanks to Michal Cihar
2267     * lang/chinese*: updates, thanks to Siu Sun
2269 2002-06-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2270     * Documentation.*:
2271       - The textarea bug still appears in Mozilla 1.0-final;
2272       - Fixed a typo;
2273       - Updated credits.
2274     * lang/albanian.inc.php3: Updates, thanks again to
2275       Laurent Dhima <laurent at users.sourceforge.net>.
2276     * lang/german.inc.php3: Updates, added feedback link.
2278 2002-06-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2279     * lang/dutch.inc.php3: Updates, thanks to "CaliMonk" <calimonk at gmx.net>.
2280     * lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
2281     * lang/italian.inc.php3: Updates, thanks again to
2282       Pietro Danesi <danone at users.sourceforge.net>.
2284 2002-06-05 Marc Delisle  <lem9@users.sourceforge.net>
2285     * lang/polish.inc.php3: updates, thanks to Jakub Wilk
2286     * lang/ukrainian.inc.php3: updates, thanks to Markijan Baran
2287     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2289 2002-06-03 Marc Delisle  <lem9@users.sourceforge.net>
2290     * lang/romanian.inc.php3: updates, thanks to Valics Lehel
2291     * lang/indonesian.inc.php3: updates, thanks to Rachim Tamsjadi
2293 2002-06-03 Mike Beck  <mike.beck@ibmiller.de>
2294     * pdf_pages.php3
2295     - new page to add and edit pdf pages
2296     * db_details_structure.php3 lines 452-482
2297       - added a link to pdf_pages
2298       - if pdf_pages exist offer to create pdfs
2299     * pdf_schema.pdf  lines lines 374-380,422-455,805-820
2300       - changed to work with the table_coords table
2301       - show primary_key and display_field in different color
2302     * config.inc.php3 lines 55,80,103
2303     - added a new servervariable $cfg['Servers'][$i]['table_coords']
2304     * Documentation.html line 593-770,1884-1920
2305     - added and changed Doku for Creating PDFs
2308 2002-06-02 Loïc Chapeaux  <lolo@phpheaven.net>
2309     * libraries/display_tbl.inc.php3, line 1413: xhtml fix.
2310     * libraries/fpdf/fpdf.php3: light optimizations and fixes.
2311     * sql.php3, lines 509-522: do print the page in "printview" mode.
2312     * scripts/check_lang.php3: added this script which goal is to ensure
2313       all languages files are valid.
2314     * Documentation.html; main.php3; translators.html:
2315       - Feature request #539644 (Translation feedback link).
2317 2002-06-01 Loïc Chapeaux  <lolo@phpheaven.net>
2318     * db_details_structure.php3, lines 440-441; Documentation.html;
2319       pdf_schema.php3; libraries/fpdf/*:
2320       - updated the FPDF library to the 1.5 revision;
2321       - rewrote it to make it PHP3 and xhtml compliant;
2322       - coding standards.
2323     * read_dump.php3, lines 245-252: improved the "open_basedir" handling.
2325 2002-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2326     * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
2327     * lang/italian.inc.php3: Updates, thanks again to
2328       Pietro Danesi <danone at users.sourceforge.net>.
2329     * lang/german.inc.php3: Small corrections.
2330     * lang/polish.inc.php3: Updates, thanks to
2331       Jakub Wilk <ubanus at users.sourcefore.net>.
2332     * header_printview.inc.php3, libraries/display_tbl.inc.php3:
2333       - Beautified generated code;
2334       - XHTML / CSS fixes.
2336 2002-05-31 Alexander M. Turek  <rabus@users.sourceforge.net>
2337     * lang/german.inc.php3: Small corrections.
2338     * sql.php3, header_printview.inc.php3, libraries/display_tbl.inc.php3,
2339       - lang/*.inc.php3: Implemented one part of feature #472038:
2340       - Print view for SQL results (features #523325, #562505).
2342 2002-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2343     * lang/albanian.inc.php3: Updates, thanks again to
2344       Laurent Dhima <laurent at users.sourceforge.net>.
2346 2002-05-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2347     * lang/german.inc.php3: Translated $strPdfDbSchema.
2348     * lang/italian.inc.php3: Updates, thanks again to
2349       Pietro Danesi <danone@users.sourceforge.net>.
2351 2002-05-28 Loïc Chapeaux  <lolo@phpheaven.net>
2352     * pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
2354 2002-05-27 Loïc Chapeaux  <lolo@phpheaven.net>
2355     * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø.
2357 2002-05-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2358     * lang/estonian.inc.php3: Updates, thanks to
2359       Alvar Soome <finsoft at users.sourceforge.net>.
2360     * README: Updated requirements.
2362 2002-05-26 Alexander M. Turek  <rabus@users.sourceforge.net>
2363     * header.inc.php3, config.inc.php3, Documentation.html, images/bkg.gif,
2364       images/vertical_line.gif:
2365       - Made it possible to specify a background image for the right frame.
2366       - Renamed 'images/bkg.gif' to 'images/vertical_line.gif'.
2367     * Documentation.html: The external global variables don't exist anymore
2368       since PHP 4.2.0!
2370 2002-05-26 Loïc Chapeaux  <lolo@phpheaven.net>
2371     * scripts/create-release.sh, line 60: added the "-P" option (prune empty
2372       directory) for the cvs checkout.
2373     * sql.php3:
2374       - fixed a warning thanks to
2375         Svetlio Kovachev <svetlio at users.sourceforge.net>;
2376       - coding standards.
2377     * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism.
2379 2002-05-25 Loïc Chapeaux  <lolo@phpheaven.net>
2380     * libraries/common.lib.php3:
2381       - fixed a PHP3 bug and warnings;
2382       - optimized a bit;
2383       - coding standards.
2384     * lang/english.inc.php3; lang/french.inc.php3: sorted.
2385     * header.inc.php3: enforce relative url in CSS.
2386     * tbl_relation.php3:
2387       - fixed an error when $cfg['Server']['table_info'] is not valid;
2388       - optimized a bit;
2389       - removed an "onchange" js handler to lower server charge.
2390     * pdf_schema.php3; fpdf/*; libraries/fpdf/*: moved the "fpdf" directory in
2391       the "libraries" one.
2392     * read_dump.php3, lines 255-256: path must use "\" under winwin.
2394 2002-05-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2395     * lang/italian.inc.php3: Updates, thanks again to
2396       Pietro Danesi <danone@users.sourceforge.net>.
2397     * lang/german.inc.php3: Updates.
2399 2002-05-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2400     * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155.
2401     * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3.
2403 2002-05-24 Marc Delisle  <lem9@users.sourceforge.net>
2404     * lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
2405       and "Create PHP Code", thanks to Mike Beck
2406       (TODO: avoid executing the query again)
2407     * sql.php3: $is_analyse was sometimes undefined
2408     * tbl_alter.php3: go back to structure sub-page
2410 2002-05-24 Loïc Chapeaux  <lolo@phpheaven.net>
2411     * config.inc.php3; db_details_links.php3; db_search.php3;
2412       Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
2413       - Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
2414     * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript
2415       problem with Opera.
2416     * sql.php3, line 213; tbl_properties_structure.php3, lines 541-549; lang/*;
2417       libraries/display_tbl.lib.php3, lines 71-74: patch #559618 - procedure
2418       analyse(), thanks to Mike Beck.
2420 2002-05-23 Marc Delisle  <lem9@users.sourceforge.net>
2421     * Documentation.html, config.inc.php3, db_details_structure.php3,
2422       pdf_schema.php3: new 'table_coords' because a table can appear
2423       on more than one PDF page
2424     * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
2425       field maintenance, thanks to Mike Beck
2427 2002-05-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2428     * Documentation.*: The Mozilla textarea bug also appears in
2429       Mozilla 1.0-RC2 and Netscape 7.0-PR1.
2431 2002-05-22 Loïc Chapeaux  <lolo@phpheaven.net>
2432     * libraries/display_tbl.lib.php3: fixed possible errors with special
2433       characters in tables names.
2434     * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+
2435       & PHP 4.2+ HTTP header bug.
2437 2002-05-22 Marc Delisle  <lem9@users.sourceforge.net>
2438     * Documentation.html, config.inc.php3, db_details_structure.php3,
2439       pdf_schema.php3, libraries/display_tbl.lib.php3: PMA_pdf_table_position
2440       renamed to PMA_table_info, "foreign_display_field" moved from
2441       PMA_relation to PMA_table_info (once per table)
2442     * lang/indonesian.inc.php3:
2443       - updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com)
2445 2002-05-21 Loïc Chapeaux  <lolo@phpheaven.net>
2446     * ldi_table.php3, line 44: beautified generated html.
2447     * tbl_properties_options.php3: fixed display errors with IE5.
2448     * lang/portuguese.inc.php3; lang/italian.inc.php3: updated thanks to usual
2449       translators.
2451 2002-05-21 Marc Delisle  <lem9@users.sourceforge.net>
2452     * lang/chinese*: updated thanks to Siu Sun
2454 2002-05-19 Marc Delisle  <lem9@users.sourceforge.net>
2455     * read_dump.php3, bug 556105: do not execute a bookmark if asked to
2456       only view it
2458 2002-05-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2459     * lang/german.inc.php3:
2460       - Updated serveral untranslated strings.
2461       - Better translation.
2462     * lang/albanian.inc.php3, libraries/select_lang.lib.php3:
2463       New translation, thanks to Laurent Dhima <laurenti@users.sourceforge.net>.
2464     * ldi_table.php3: Added labels for checkboxes.
2466 2002-05-18 Marc Delisle  <lem9@users.sourceforge.net>
2467     * pdf_schema.php3: corrections by Loïc; and I fix the undefined variables
2468     * Documentation.html: PMA_relation, PMA_pdf_table_position, varchar(64)
2470 2002-05-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2471     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
2472       some html special characters, display was not xhtml compilant.
2474 2002-05-18 Loïc Chapeaux  <lolo@phpheaven.net>
2475     * libraries/common.lib.php3; libraries/ip_allow_deny.lib.php3:
2476       - exported the "IP-based Allow/Deny" code in a distinct library;
2477       - coding standards;
2478       - improved PHP3 compliance;
2479       - better ip checking.
2480     * Documentation.html: typos and line sizes.
2481     * tbl_qbe.php3: cleanup.
2482     * fpdf/*: removed ^M.
2483     * fpdf/fpdf.php3, lines 1205+: ensure user agent is detected whatever are
2484       the PHP version and the "register globals" value.
2485     * pdf_schema.php3; lang/*: coding standards and PDF error handling.
2486     * config_import.lib.php3: fixed a parse error.
2488 2002-05-17 Robin Johnson  <robbat2@users.sourceforge.net>
2489     * config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
2490       from feature #484158
2491     * Documentation.*: feature #484158 documented
2493 2002-05-17 Marc Delisle  <lem9@users.sourceforge.net>
2494     * tbl_change.php3, bug 556296: field size for int
2495     * tbl_qbe.php3: adjust drop-down width, thanks to Mike Beck
2497 2002-05-17 Loïc Chapeaux  <lolo@phpheaven.net>
2498     * db_details_structure.php3, lines 442: does not display the "data scheme"
2499       form if there is no table in the database.
2500     * db_details_structure.php3, lines 446-458;
2501       tbl_properties_options.php3, lines 119-143: beautified generated code.
2502     * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
2503       case of table names under winwin, thanks to
2504       Pawe³ Szczepañski <pauluz at users.sourceforge.net>.
2505     * libraries/display_tbl.lib.php3, line 1006: if a binary record contains
2506       some html tags, display was broken. Thanks to
2507       SailorMax <max at elcor.lv>.
2508     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2510 2002-05-16 Loïc Chapeaux  <lolo@phpheaven.net>
2511     * db_details_structure.php3; Documentation.html: coding standards.
2513 2002-05-14 Marc Delisle  <lem9@users.sourceforge.net>
2514     * pdf_schema.php3, db_details_structure.php3, lang/*, fpdf/*,
2515       Documentation.html:
2516       - new feature: pdf schema output,
2517       - thanks to Maxime Delorme (delorme.maxime at free.fr)
2518       - and to Olivier Plathey (www.fpdf.org)
2519       - (todo: scaling choice)
2521 2002-05-13 Loïc Chapeaux  <lolo@phpheaven.net>
2522     * left.php3, libraries/common.lib.php3: fixed xhtml bugs and optimized the
2523       fix against bug #546011 (Navigation tooltips).
2524     * lang/arabic.inc.php3: updated thanks to Tarik kallida.
2526 2002-05-13 Marc Delisle  <lem9@users.sourceforge.net>
2527     * lang/hungarian.inc.php3: updates, thanks to Péter Bakondy
2529 2002-05-09 Robin Johnson  <robbat2@users.sourceforge.net>
2530     * .cvsignore, libraries/common.lib.php3: Feature to stop developers
2531       commiting their config.inc.php3 so easily.
2533 2002-05-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2534     * left.php3, libraries/common.lib.php3:
2535       Fixed bug #546011 (Navigation tooltips).
2536     * lang/german.inc.php3: Updates.
2538 2002-05-08 Marc Delisle  <lem9@users.sourceforge.net>
2539     * Documentation.html: update example for foreign_display_field
2540     * display_tbl.lib.php3: more room for record number
2542 2002-05-08 Loïc Chapeaux  <lolo@phpheaven.net>
2543     * lang/english.inc.php3; lang/french.inc.php3;
2544       libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1?
2546 2002-05-07 Loïc Chapeaux  <lolo@phpheaven.net>
2547     * tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
2548       slashed some values.
2549     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2551 2002-05-06 Marc Delisle  <lem9@users.sourceforge.net>
2552     * lang/romanian.inc.php3: updates thanks to Valics Lehel
2553     * lang/*, tbl_relation.php3, Documentation.html,
2554       libraries/display_tbl.lib.php3: foreign_display_field
2556 2002-05-05 Loïc Chapeaux  <lolo@phpheaven.net>
2557     * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul &
2558       Warit Wanasathian.
2559     * tbl_dump.php3; libraries/build_dump.lib.php3: enabled the ability to
2560       export only some records in xml format.
2561     * tbl_properties_export.php3: nicer display.
2562     * ldi_table.php3; tbl_select.php3: added top menu.
2564 2002-05-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2565     * db_details_links.php3, tbl_properties_links.php3, lang/*.inc.php3:
2566       Use "SQL" instead of "home" as link name.
2567     * tbl_properties_export.php3: Added XML export option.
2568     * tbl_dump.php3: Beautified XML output.
2569     * lang/german.inc.php3: Better translation for $strDumpXRows.
2571 2002-05-04 Loïc Chapeaux  <lolo@phpheaven.net>
2572     * user_details.php3, line 984: do not use "mysql_result" if the query
2573       fails.
2574     * libraries/auth/cookie.auth.lib.php3: fixed an infinite loop problem.
2575     * tbl_qbe.php3: cleaned up a bit.
2576     * lang/chinese-*: updated thanks to Siu Sun.
2578 2002-05-03 Loïc Chapeaux  <lolo@phpheaven.net>
2579     * lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2580     * tbl_properties.php3; tbl_properties_export.php3;
2581       tbl_properties_operations.php3; tbl_properties_options.php3;
2582       tbl_properties_strucuture.php3:
2583       - messages are now displayed if a query had been submitted to change some
2584         options or to sort the table;
2585       - pursuit the "stay on the sub-pages as long as needed" work.
2586     * db_details.php3; db_details_export.php3; db_details_strucuture.php3:
2587       pursuit the "stay on the sub-pages as long as needed" work.
2588     * libraries/auth/cookie.auth.lib.php3, lines 386-392: fixed bug #551898 -
2589       Cookie auth and cookies refused.
2591 2002-05-02 Loïc Chapeaux  <lolo@phpheaven.net>
2592     * lang/*.inc.php3: cleanup.
2593     * db_details.php3, line 38; db_details_links.php3, line 41: the start db
2594       details page couldn't be reached with an empty database.
2596 2002-05-02 Alexander M. Turek  <rabus@users.sourceforge.net>
2597     * tbl_properties_export.php3, lang/*.inc.php3: Clarified the interface.
2598     * lang/italian.inc.php3: Updates, thanks again to
2599       Pietro Danesi <danone@users.sourceforge.net>.
2600     * lang/german.inc.php3: Updates.
2602 2002-05-01 Marc Delisle  <lem9@users.sourceforge.net>
2603     * tbl_properties.php3, tbl_properties_links.php3,
2604       new tbl_properties_structure, lang/*.php3: Structure page
2605       (todo: - stay on the sub-pages as long as needed)
2606     * tbl_qbe.php3: last changes from Mike Beck
2607     * new tbl_relation.php3 (relation management), thanks to Mike Beck
2609 2002-05-01 Loïc Chapeaux  <lolo@phpheaven.net>
2610     * tbl_properties.php3; tbl_properties_table_info.php3: comments.
2611     * tbl_properties_options.php3: added labels and beautified display.
2612     * db_stats.php3, lines 12-22: ensure this script can only be ran by a
2613       super-user.
2614     * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function
2615       under php 3.0.12 thanks to Kris Wood <kris at navi.net>.
2616     * libraries/common.lib.php3, line 791: fixed a warning thanks to
2617       Kris Wood <kris at navi.net>.
2618     * mosts scripts: optimization - do not call "mysql_numrows",
2619       "mysql_results" and "mysql_fetch_array" on invalid queries.
2620     * db_details*.php3; mult_submits.inc.php3; sql.php3: splitted the large
2621       "database details" page in parts.
2622     * tbl_properties_links.php3: optimized (less server work).
2623     * tbl_dump.php3, lines 308-309: exporting a database with one table from
2624       the "database details" page doesn't export the table.
2626 2002-04-30 Loïc Chapeaux  <lolo@phpheaven.net>
2627     * lang/italian.inc.php3: updated thanks to Pietro Danesi.
2629 2002-04-30 Marc Delisle  <lem9@users.sourceforge.net>
2630     * tbl_qbe.php3: try to make it work again
2631     * tbl_properties.php3, tbl_properties_table_info.php3,
2632       tbl_properties_options.php3: support for 3 MyISAM table options
2634 2002-04-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2635     * lang/german.inc.php3: Clarification ($strFlushTable).
2637 2002-04-29 Loïc Chapeaux  <lolo@phpheaven.net>
2638     * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to
2639       usual translators.
2640     * tbl_qbe.php3: code was broken and warnings.
2641     * user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
2642       changed when granting.
2644 2002-04-29 Alexander M. Turek  <rabus@users.sourceforge.net>
2645     * tbl_dump.php3, lines 347, 348: Fixed a bug concerning the
2646       file extensions of XML files in ZIP archives.
2647     * lang/german.inc.php3: Translated $strOptions.
2648     * tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
2649     * header.inc.php3, tbl_properties_links.php3: New link design.
2650     * header.inc.php3: removed db_stats link.
2652 2002-04-29 Marc Delisle  <lem9@users.sourceforge.net>
2653     * tbl_qbe.php3: corrections from Mike Beck for better joins
2654       when more than one table is the master in a relation
2655     * tbl_properties_links.php3, tbl_properties_operations.php3,
2656       new tbl_properties_options.php3, lang/*: new Options page
2657       (will grow when Feature request 441716 is done)
2659 2002-04-28 Marc Delisle  <lem9@users.sourceforge.net>
2660     * tbl_properties.php3, new tbl_properties_common.php3:
2661       start the split
2662     * tbl_properties.php3, new tbl_properties_export.php3,
2663       tbl_properties_links.php3, lang/*.php3: export is splitted
2664     * new tbl_properties_table_info, to be able to display links
2665       on the export page
2666     * new tbl_properties_operations.php3
2668 2002-04-28 Alexander M. Turek  <rabus@users.sourceforge.net>
2669     * header.inc.php3, lines 162-170: Improved patch #548696.
2670     * db_details.php3, tbl_dump.php3, lang/*.php3,
2671       libraries/build_dump.lib.php3: XML exports (experimental).
2672     * tbl_dump.php3: improved PHP3 compatibility.
2674 2002-04-28 Loïc Chapeaux  <lolo@phpheaven.net>
2675     * tbl_properties.php3, line 395: replaced a "require" by an include.
2676     * tbl_properties_links.php3: beautified code.
2677     * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3:
2678       xhtml fixes.
2679     * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec.
2680     * tbl_qbe.php3, line 732: fixed again a warning.
2681     * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not
2682       replicate.
2683     * db_stats.php3; libraries/functions.js: added a check/uncheck all feature.
2684     * tbl_properties.php3; tbl_properties_operations.php3: moved tables
2685       comments and type features and referential integrity checkings to the
2686       "table operations" page.
2687     * config.inc.php3, lines 184-185; db_details.php3, line 572;
2688       Documentation.html, lines 916-917; tbl_properties.php3, line 556:
2689       emphasized the sql query texteareas.
2691 2002-04-27 Marc Delisle  <lem9@users.sourceforge.net>
2692     * tbl_properties.php3, new tbl_properties_links.php3:
2693       remove duplicate links code.
2695 2002-04-27 Alexander M. Turek  <rabus@users.sourceforge.net>
2696     * Recompressed old ChangeLog without saving its path in the archive.
2697     * header.inc.php3:
2698       - Patch #548696 (DB/Table titles should be links), thanks to
2699         Ray Black <allah03@users.sourceforge.net>.
2700       - lines: 161-164: Undefined variable.
2701     * common.lib.php3, lines 162, 163, 435-437:
2702       - Fixed bug #549570
2703       - (Strange error if controluser is invalid).
2705 2002-04-27 Loïc Chapeaux  <lolo@phpheaven.net>
2706     * Documentation.html:
2707       - xhtml fixes;
2708       - added a faq entry about bug #547064 (JS error with textareas under
2709         Mozilla).
2710     * libraries/display_tbl.lib.php3; libraries/functions.js: better fix
2711       against bug #547384 (Marker Color can't equal Pointer Color).
2712     * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
2713     * scripts/create-release.sh: improved so a CVS branch tag may be used.
2714     * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian
2715       translations thanks to Sime Essert <sime@nofrx.org>.
2716     * tbl_properties.php3, lines 1238-1240: fix new fields names in the
2717       relation table.
2718     * tbl_printview.php3; tbl_qbe.php3: optimization, warnings and coding
2719       standards.
2720     * header.inc.php3, lines 166-172: xhtml fixes.
2721     * Compressed ChangeLog till the 2.2.6 release.
2723 2002-04-26 Loïc Chapeaux  <lolo@phpheaven.net>
2724     * ## created 2.2.7 branch into the CVS tree ##
2725     * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen.
2726     * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins.
2727     * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to
2728       Melvyn Sopacua <nyvlem at users.sourceforge.net>.
2729     * libraries/common.lib.php3, line 70: "invalid" path.
2730     * tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
2732 2002-04-26 Marc Delisle  <lem9@users.sourceforge.net>
2733     * tbl_qbe.php3: automatic joins from Relation table, thanks
2734       to Mike Beck (mike.beck at ibmiller.de)
2735       (experimental: some things remain to be tested)
2736     * Documentation.html: example for automatic joins
2737     * tbl_qbe.php3, tbl_printview.php3, libraries/display_tbl.lib.php3,
2738       Documentation.html: rename fields in the relation table
2740 2002-04-26 Alexander M. Turek  <rabus@users.sourceforge.net>
2741     * libraries/common.lib.php3: fixed a controluser bug.
2742     * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't
2743       equal Pointer Color)
2745 2002-04-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2746     * lang/italian.inc.php3: updated, thanks again to Pietro Danesi.
2748 2002-04-24 Marc Delisle  <lem9@users.sourceforge.net>
2749     * tbl_*.php3: $cfg system changes
2751 2002-04-24 Alexander M. Turek  <rabus@users.sourceforge.net>
2752     * libraries/*, lang/*: $cfg system changes.
2753     * libraries/common.lib.php3, libraries/select_lang.lib.php3,
2754       libraries/config_import.lib.php3: Config file backwards compatibility.
2756 2002-04-24 Robin Johnson <robbat2@users.sourceforge.net>
2757     * *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes.
2758     * scripts/extchg.sh: Updated URL
2759     * scripts/convertcfg.pl: Conversion between old config files and new ones.
2760     * scripts/*: Updated comments somewhat
2761     * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer
2762     * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ']
2763     * libraries/common.lib.php3: a single $cfgServer instance was forgotten
2765 2002-04-23 Marc Delisle  <lem9@users.sourceforge.net>
2766     * tbl_printview.php3, lang/*.php3: Relation links in printview,
2767       thanks to Mike Beck (mike.beck at ibmiller.de)
2769 2002-04-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2770     * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch.
2771     * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and
2772       beautified the generated code.
2773     * lang/german.inc.php3: Translated the new string.
2774     * Documentation.html: Changed notes concerning php 4.2.0.
2776 2002-04-22 Loïc Chapeaux  <lolo@phpheaven.net>
2777     * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec.
2779 2002-04-22 Marc Delisle  <lem9@users.sourceforge.net>
2780     * lang/japanese* updates, thanks to Yukihiro Kawada
2782 2002-04-22 Alexander M. Turek  <rabus@users.sourceforge.net>
2783     * lang/russian-koi8.inc.php3: fixed a typo (bug #546981).
2784     * lang/german.inc.php3: better syntax.
2785     * db_details.php3, mult_submits.inx.php3, tbl_properties.php3:
2786       Use TRUNCATE instead of DELETE when using MySQL 4.
2788 2002-04-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2789     * main.php3: Restarted work on patch #538740 (get users priv. with
2790       SHOW GRANTS).
2792 2002-04-21 Loïc Chapeaux  <lolo@phpheaven.net>
2793     * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http
2794       authentication mode with IIS.
2796 2002-04-21 Marc Delisle  <lem9@users.sourceforge.net>
2797     ### 2.2.6 released ###
2800          --- Older ChangeLogs can be found on our project website ---
2801                      http://www.phpmyadmin.net/ChangeLogs/
2803 # vim: ft=changelog
2804 # vim: expandtab ts=4 sw=4 sts=4
2805 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
2806 # vim: fdn=1 fdm=expr