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