update
[phpmyadmin/crack.git] / ChangeLog
blob85a06d4ab3575989a2da31fa06e9b180eb60ef91
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
9     * libraries/common.lib.php3: Better fix against possible "wrong parameter
10       count" errors.
11     * server_privileges.php3:
12       - Fixed a broken link in the user overview table;
13       - Fixed bug #539756 again.
14     * lang/german-*.inc.php3: Updates.
15     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
16       (Feature #623665, part 1).
18 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
19     * libraries/common.lib.php3, config_import.lib.php3:
20       MaxExactCount backwards compatibility
21     * db_details_structure.php3: undefined $row_count for InnoDB tables
23 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
24     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
25       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
26     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
27       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
28     * Documentation.*: Documented above.
29     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
30     * lang/galician: Added missing string.
31     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
33 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
34     * pdf_schema.php3, libraries/common.lib.php3,
35       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
36       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
37       (<20000 rows) tables (RFE #708533).
38     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
39     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
40       XHTML errors, document is again valid XHTML.
41     * lang/italian: Updated, thanks to Pietro Danesi (danone).
43 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
44     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
45       and XML dump.
46     * libraries/display_export.lib.php3: Added <br /> before charset
47       selection in export.
49 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
50     * lang/*: $updComTab -> $strUpdComTab
51     * libraries/relation.lib.php3: put back version 1.30 message
52       that uses $strUpdComTab
53     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
55 2003-04-09 Garvin Hicking <me@supergarv.de>
56     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
57       to prevent false arrow aligning when using 'same widths'.
59 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
60     * lang/galician: update, thanks to Xosé Calvo
61     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
62     * lang/italian: Updated, thanks to Pietro Danesi.
63     * lang/chinese_gb: update, thanks to (fundawang)
64     * lang/swedish: update, thanks to Björn T. Hallberg
65     * lang/norwegian: update, thanks to Sven-Erik Andersen
67 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
68     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
69       multi submit actions.
71 2003-04-06 Garvin Hicking <me@supergarv.de>
72     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
73       Now multiple fields can be inserted at cursor position (Mozilla/IE)
74       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
75     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
76       libraries/relation.lib.php3: RFE #715914: Sort query history by
77       (autoincrement) key instead of timevalue. Only save queries in
78       history if they were successful. This required the moving of
79       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
80       test, if this works for everyone. It does for me.
82 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
83     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
84       column before MySQL 3.23 (bug #712055).
85     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
86       machines with register_globals = off.
88 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
89     * lang/romanian updates, thanks to Valics Lehel
90     * lang/slovenian update, thanks to Kositer Uros
92 2003-04-03 Garvin Hicking <me@supergarv.de>
93     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
95 2003-04-02 Garvin Hicking <me@supergarv.de>
96     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
97     * tbl_move_copy.php3: At least one of the PDF integrity checks
98       on moving/copying a table can safely be enabled.
99     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
100       newly created table' depend on a selected checkbox. State of that
101       checkbox is saved in a cookie.
102     * lang/*: Added $strSwitchToTable for the above.
103     * lang/german-*: Translations
105 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
106     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
107       generated SQL dump, move to newly created table also after copying.
108     * tbl_properties_operations.php3: Some fixes for html entities in db/table
109       names.
110     * db_details_structure.php3, mult_submits.inc.php3,
111       tbl_properties_structure.php3: Show multi submits result after headers
112       and tabs from originating place.
113     * lang/czech: Updated.
114     * tbl_properties_operations.php3: Not only remember, but also recall state
115       of checkbox for move to newly created table (see Garvin's entry above).
117 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
118     * Documentation.html: clarify about wildcard database
119     * lang/bulgarian, translators.html: big update from the new translator:
120       Stanislav Yordanov, stan at stud.ru.acad.bg
121     * lang/italian: Updated, thanks to Pietro Danesi.
123 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
124     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
125       thanks to Jose Fandos (jose.fandos at sonnd.com)
127 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
128     * server_privileges.php3, lang/*.inc.php3:
129       - Fixed bug #708292 (Support for host-based privileges).
130       - Show SQL query when adding a user.
131     * server_processlist.php3, lang/*.inc.php3: Feature #707495
132       (SHOW FULL PROCESSLIST).
133     * lang/german-*.inc.php3: Updates.
135 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
136     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
138 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
139     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
140       tbl_properties_operations.php3, tbl_properties_structure.php3,
141       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
142       more fixes for HTML entities in field/table/db name.
144 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
145     * Documentation.html: Fixed GRANT queries for the controluser.
147 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
148     * main.php3: replace the 'USE mysql' test, as users with a global
149       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
151 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
152     * tbl_query_box.php3, tbl_properties_operations.php3,
153       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
154       HTML entities fixes.
155     * read_dump.php3: Fixed detection of $goto.
156     * header.inc.php3: Neated URL generating.
157     * lang/czech: Updated.
159 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
160     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
161       multisubmit actions (RFE #622603).
162     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
163       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
164       queries for multiple tables.
165     * db_details_structure.php3: Display correctly table names that contain
166       HTML entities.
167     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
168       caused HTML entities to be quoted twice.
169     * tbl_indexes.php3: Fixed editing of index with HTML entities.
170     * lang/czech: Updated.
171     * tbl_properties_structure.php3: Fix enabling/disabling links to index
172       creating (it requires type, but there was also MIME type added).
174 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
175     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
176       config.inc.php3, Documentation.html: disabling of the parser no
177       longer possible
179 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
180     * libraries/defines.lib.php3: Small bugfix.
181     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
182     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
183       errors.
185 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
186     * libraries/transformations/text_plain__imagelink: display the
187       image, with width and height options
188     * libraries/transformations/text_plain__link: the link was not
189       functional at my site; also, document this transform in lang.
191 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
192     * server_privileges.php3: typo
193     * lang/french update
194     * image_jpeg__plain renamed to text_plain__imagelink, because
195       the contents is not an image but a filename
197 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
198     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
199       to sql.php3.
200     * libraries/display_export.lib.php3: Again fixed selecting table/db
201       filename template.
202     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
203       table.
205 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
206     * lang/hebrew update, thanks to Yuval Sarna
208 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
209     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
210     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
211       type when doing charset conversion.
212     * libraries/display_export.lib.php3: Fixed selecting table/db filename
213       template.
214     * libraries/read_dump.lib.php3, db_details.php3,
215       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
216       Automatic detection of compression for uploaded data.
218 2003-03-19 Garvin Hicking <me@supergarv.de>
219     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
220       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
221       input area (SQL window, table properties) AND in the 'Insert/Update field' display
222       where you can upload files to blob fields. Experimental.
224 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
225     * lang/german-*.inc.php3: Updates.
227 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
228     * tbl_properties_operations.php3: fixed bad id of option (#706147).
229     * lang/dutch: Updated, thanks to Gilles van den Hoven.
230     * lang/thai: Updated.
231     * lang/italian: Updated, thanks to Pietro Danesi.
232     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
233     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
234     * lang/chinese: Updated, thanks to Siu Sun.
236 2003-03-18 Garvin Hicking <me@supergarv.de>
237     * libraries/display_export.lib.php3: Fixed variable usage.
238     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
239       libraries/common.lib.php3: Added new transforms for a substr()
240       function, a dateformat() modified and a basic plugin for external
241       programs. Support for TIDY has been experimentally been built in.
242       External programs make use of piping and thus cannot be used in
243       Windows.
244       Added the ability for transforms to adjust the "nowrap" option of a
245       cell.
246       Some german translation.
248 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
249     * libraries/select_lang.lib.php3: modify order of Russian lang files
250       because MSIE does not accept cp866 and users do not see anything,
251       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
253 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
254     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
255       Konqueror doesn't like it there and it is not needed.
256     * lang/czech: updated.
257     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
258       when using transformations.
259     * libraries/display_export.lib.php3, db_details_links.php3,
260       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
261       server_processlist.php3, server_status.php3, server_variables.php3,
262       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
263     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
264       specify how will filename for exported data look like (RFE #678642).
265     * Documentation.*: Next release seems to be 2.5.0.
266     * lang/latvian: Updated, thanks to Sandis Jerics.
268 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
269     * pdf_pages.php3  will now check if the pdf_pages table has entries
270       that reference tables that no longer exist. if it does user is prompted
271       to delete them.
273 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
274     * user_password.php3, header.inc.php3, libraries/user_password.js:
275       put back js functions for user password change (= old user_details.js)
276     * libraries/display_tbl.lib.php3, functions.js: new feature:
277       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
279 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
280     * pdf_pages.php3: Automatic layout of tables on the schema
282 2003-03-15 Garvin Hicking <me@supergarv.de>
283     * pdf_schema.php3: Fixed typo.
285 2003-03-14 Garvin Hicking <me@supergarv.de>
286     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
287     '../' safety issues, display transformations only if file exists
288     (Bug #703555)
290 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
291     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
292         - Typo fixes:
293         s/RestricColumnTypes/RestrictColumnTypes/
294         s/RestricFunctions/RestrictFunctions/
295     * scripts/create_tables.sql:
296         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
298 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
299     * server_status.php3: Fixed the Garvin's calculations.
300     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
301     * libraries/header_meta_style.inc.php3,
302       libraries/transformations/overview.php3: Fixed CSS link.
303     * tbl_properties.inc.php3: Added tooltips for transformations.
305 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
306     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
308 2003-03-13 Garvin Hicking <me@supergarv.de>
309     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
310     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
311     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
312       results page (1px border in the color of BrowserMarkerColor around the cells).
313       RFE #638800
314     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
315       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
316       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
317       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
318       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
319     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
320       clarity. Make it easier to enable defaults (RFE #695265)
322 2003-03-12 Garvin Hicking <me@supergarv.de>
323     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
324       was not displayed if it has no comment.
325     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
326       bookmarktable.
327     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
328       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
329       label as the tablename is found.
330     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
331       auto_increment value. (RFE #639655)
332     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
333       Display DB comments and MIME types, where appropriate.
334     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
335       the querywindow which didn't show the latest querys always.
336     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
337       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
338       to do, so please see Documentation.html. I thought it too hard to move the
339       bookmark-box around where you can store the bookmarks, because there are a couples
340       of redirections involved. So the major problem is that your to-be-stored bookmark
341       HAS to yield at least a single result row for you to be able to store that.
342     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
343       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
344       for that table.
345     * tbl_properties_export.php3, db_details_export.php3,
346       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
347       export now is a perfect look-alike except for a multi-tables dropdown.
348       Put the code to display the export into a seperate file for re-usability.
349     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
350       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
351       map to which MySQL field type and in the dropdown of the function list first
352       display the fitting functions, and then for compatibility reasons the rest of
353       the functions.
354       TODO: I don't know if I chose the correct mapping for all types. Please correct
355       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
356     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
357       tbl_rename.php3, libraries/relation.lib.php3:
358       Bugfix #579256 / RFE #577328 : Automatic update of relations,
359       display fields, comments, bookmarks, ... on update, delete and duplicate.
360       Automatic duplication/moving of PDF pages does not yet work. Would the
361       original author please be so kind to have a look at the tbl_move_copy.php
362       script, search for '[TODO]' and apply necessary fixes? ;)
363     * tbl_dump.php3: New $sql_structure variable for the new table export
364       design broke DB export functionality. Fixed this.
366 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
367     * lang/ukrainian: update, thanks to Markijan Baran
369 2003-03-11 Garvin Hicking <me@supergarv.de>
370     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
371       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
372       Improved security of docSQL importer. You now can only access
373       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
374       file on its own via File Upload (if $is_upload is true).
375       Filenames not matching the converter will no more printed out to
376       maintain security. Permits input of '../'.
377     * transformation_wrapper.php3 - Remove $err_url, because if a query
378       fails here, the user won't get to see the error string anyways.
379       Can happen if you want to display a blob without having an index
380       key in your query, because the blob cannot be filtered by a content
381       WHERE-string.
383 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
384     * libraries/sqlparser.data.php3: bug 700082, support of XOR
386 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
387     * translators.html: Another mechanism against stupid people who use the
388       translator list as a list of localised support hotlines or try to get a
389       translation by mail order... :o)
390     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
391       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
392       that the correct font families are used.
394 2003-03-10 Garvin Hicking <me@supergarv.de>
395     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
396       thanks to Csaba Gabor!
397     * sql.php3: Fixed another occurence of addslashes() where it no longer
398       belongs.
399     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
400       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
401       - when creating/altering/adding table fields you can now change the
402       wrong form input, instead of losing all your data. Have fun. :-)
403     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
404       lang/*:
405       Added new table export format by Michal Cihar. db_details_export.php3
406       should be adapted to the new layout somewhen. Fixed Compression.
407     * header.inc.php3, header_printview.inc.php3, index.php3,
408       left.php3, queryframe.php3, querywindow.php3,
409       transformation_wrapper.php3, css/phpmyadmin.css.php3,
410       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
411       libraries/functions.js, libraries/header_http.inc.php3,
412       libraries/header_meta_style.inc.php3, libraries/left.js
413       libraries/sqlparser.lib.php3:
414       Massive code-cleanup. Put all stylesheets into new central file
415       css/phpmyadmin.css.php3. To reduce overhead in this file, the
416       common.lib.php3 has a new variable to determine whether the full
417       code structure or only those codes needed for the stylesheet class
418       is parsed. This is to prevent duplicated code, even though it looks
419       somehow ugly. The stylesheet is now embedded via a <link rel>-
420       directive and should also be able to be cached by the browser.
421       See patch #699454.
422       Also some unneccessary code was removed from querywindow/wrapper.
423     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
424       fieldnames to be mapped to false keys for display.
426 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
427     * transformation_wrapper.php3, lang/*,
428       libraries/transformations/image_png__inline.inc.php3:
429       new transformation for png (inline)
430       (still issues with PNG's transparency in PHP 4.3.0)
431     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
433 2003-03-09 Garvin Hicking <me@supergarv.de>
434     * db_printview.php3: Added print button (#700205)
436 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
437     * libraries/transformations/*.sh: did not work in bash
439 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
440     * transformation_wrapper.php3, lang/*,
441       libraries/transformations/image_jpeg__inline.inc.php3:
442       now 2 options for resize: width, height
444 2003-03-06 Garvin Hicking <me@supergarv.de>
445     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
446       Fix bug #658668, special escaping of \n, \r and \t characters.
447       Please test, works fine for me now (both magic_quotes on/off).
449 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
450     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
451     * updatedocs.sh: Script to make conversion easier
453 2003-03-05 Garvin Hicking <me@supergarv.de>
454     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
455     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
456       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
457       call with PMA_sqlAddslashes() call because of new global s
458       lashes-handling.
459     * sql.php3: Fixed querytime bug, when query was only shown for PHP
460       display.
461     * read_dump.php3, sql.php3, tbl_alter.php3,
462       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
463       where not neccessary, because grab_globals already stripslashed
464       the data. This fixes the problem of the SQL Pretty printer showing
465       the data wrongly formatted.
467 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
468     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
469      #697961)
471 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
472     * Documentation.html, faq 1.29 about the "duplicate field names" problem
473     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
474       libraries/transformations/image_jpeg__inline.inc.php3:
475       resized thumbnails
477 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
478     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
479       containing quotes.
480     * libraries/common.lib.php3:
481       - Avoid reloading the left frame twice;
482       - PHP3 compatibility;
483       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
484         in CGI mode.
486 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
487     * badwords.txt: bug 692874: "date" is not a reserved word
489 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
490     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
491       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
492       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
493       tbl_move_copy.php3, tbl_properties.inc.php3,
494       tbl_properties_operations.php3, tbl_properties_options.php3,
495       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
496       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
497       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
498       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
499       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
500       extracting the arrays $_GET and $_POST. This should replace a lots of
501       workarounds and avoid present and future problems with magic_quotes_gpc.
502     * server_privileges.php3, libraries/common.lib.php3:
503       - Escape wildcard characters in the database and table dropdown boxes;
504       - CSS fixes.
506 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
507     * lang/english: typo
508     * tbl_dump.php3: undefined variable $use_comments
509     * tbl_properties_export.php3: bug 692143: now we remove the
510       LIMIT clause from the original query to use the limits entered
511       on the export form
512     * pdf_schema.php3: better header/footer for long pages,
513       thanks to Maxime Delorme
515 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
516     * tbl_indexes.php3: Cleaner solution for showing query after changing
517       index.
519 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
520     * libraries/xpath/XPath.class.php, libraries/xpath/:
521     - Removed (was part of the early DB config prototype)
522     * lang/translatecount.sh:
523     - Counts just how out of date the translations are!
525 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
526     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
527       #694800), show structure after modifying index.
529 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
530     * Documentation.html: Fixed a typo.
531     * server_privileges.php3: Fixed bug #691910.
532     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
533       thanks to Jason Carlson (jjcarlson).
535 2003-02-28 Garvin Hicking <me@supergarv.de>
536     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
537       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
538       Documentation.html:
539       - Finetuneing for query window: Only three tabs, if DefaultTab
540         is not set to 'full'.
541       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
542       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
543          Rabus ;).
544       - Made the textarea smaller (*1.25 instead of *2) for the window only.
545       - Fixed a bug when you changed from a table to a database on the left frame and the
546         query window still wants to show the previous table.
547     * tbl_query_box.php3: Only show fieldlist, when $table is set.
548     * translators.html: Adjusted to same topmenu as Documentation.html.
549       With the new 'Transformations' item the bar was too large to fit
550       on standard 800x600 browser windows.
552 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
553     * lang/czech: Updated.
554     * lang/english: Resorted.
556 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
557     * libraries/common.lib.php3, libraries/config_import.lib.php3:
558       - Backwards compatibility;
559       - Removed some unnecessary code;
560       - Added a small HOWTO.
561     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
562     * lang/german-*.inc.php3: Grammar.
563     * Documentation.html: Fixed some dead links.
564     * scripts/create_tables.sql: Adjusted table comments.
566 2003-02-27 Garvin Hicking <me@supergarv.de>
567     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
568       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
569     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
570       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
571       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
572     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
573       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
574       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
575       directions, so with this mode you can see about 6 columns at once on a single screen.
576     * tbl_properties.inc.php3: Fixed bug when certain fields are not
577       enabled, they threw an undefined offset. [2nd try, now for real :)]
578     * Documentation.html: Updated for my new features. Should include
579       everyting, I hope. But seriously needs a proofread.
580     * config.inc.php3: Inserted new directives for empty
581       $cfg['Servers'][$i]. (history, verbose_check)
582     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
583       to suppress Notices/Warnings when MIME-types are not enabled.
585 2003-02-26 Garvin Hicking <me@supergarv.de>
586     * lang/german-*: better grammar. ;)
587     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
588       usage for special queries like 'SHOW FIELDS', where certain variables are
589       not set.
590     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
591       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
592       transformation_wrapper.php3, libraries/config_import.lib.php3,
593       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
594       scripts/create_tables.sql:
595        Test if MIME-feature are really available. Preparation for PMA_db-based
596        SQL-History.
597        Removed a dupe for inserting comments, fixed integrity check when
598        moving/renaming tables and keeping comments.
599      * header.inc.php3: Added one more Javascript if-structure to make sure
600        the frameset is initialized when querying for an active window. Without
601        this, when starting phpMyAdmin for the first time, IE6 may complain
602        depending on the order it loads the framesets.
604 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
605     * db_details_structure.php3: undefined variable $comment
606     * tbl_move_copy.php3: 'column_info'
608 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
609     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
610       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
611       $datefmt (translations #692065).
612     * lang/japanese-*.inc.php3: Fixed some inconsistences.
613     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
614       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
615       libraries/config_import.lib.php3, libraries/relation.lib.php3,
616       libraries/transformations.lib.php3: Changed 'column_comments' to
617       'column_info'.
618     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
619       <http://www.phpmyadmin.net/ChangeLogs/>.
621 2003-02-25 Garvin Hicking <me@supergarv.de>
622     * tbl_properties.inc.php3: Fixed duped display of comments due to
623       merging diff conflict.
624     * lang/german*: German translations, only missing transformation
625       descriptions. They shouldn't be translated at that early point, I guess.
626     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
627       libraries/transformations.lib.php3: 'column_info', they were somehow
628       not included in rabus' commit?!
630 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
631     * common.lib.php3: Backwards compatibility.
633 2003-02-24 Garvin Hicking <me@supergarv.de>
634     Submitted multiple patches from the patch tracker:
635     * JS rowmarker now works in vertical display mode
636         Files: libraries/functions.js, display_tbl.lib.php3
637     * Display nav_bar even when only one row is returned, to enable display in
638         vertical/horizontal mode (especially for rotated headers)
639         Files: libraries/display_tbl.lib.php3
640     * Measures basic query time [#571934]
641         Files: sql.php3, display_tbl.lib.php3
642     * New display mode with 90 degree rotated table headers [#544361]. Works
643         either as CSS or as 'faked' PHP-transformation.
644         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
645     * Update and display column comments in Add/Edit Fieldmode and CREATE table
646         mode. Display comments in table structure (optional) with underlined
647         CSS-mouseovers. Display comments in browser mode (optional), both in
648         vertical and horizontal display mode. Keep column comments in synch, when
649         DROPping/ALTERing and moving/copying tables.
650         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
651         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
652         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
653         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
654         libraries/relation.lib.php3
655     * Display and enter DB/table comments for navigation, stored in pma comments table.
656         May be displayed as Alias-Tooltips in left frame. [#650064]
657         Files: db_details_structure.php3, left.php3, relation.lib.php3
658     * Display column comments in table/database dumps, as inline SQL-Comments
659         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
660     * Display MIME types to transform any table cell. You can only choose from a
661         list of pre-defined MIME-types. The list gets built by a function searching
662         a directory for valid transforms. For further information see
663         libraries/transformations/README-file and soon in documentation. ;)
664         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
665         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
666         tbl_move_copy.php3, transformation_wrapper.php3,
667         libraries/display_tbl.lib.php3, libraries/transformations/*
668         TODO: Add predefined functions!
669     * Display a (javascript) based query window as a new frame below the left
670         frame with query history [#526008]. Currently a bit experimental, works with
671         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
672         work with any browser.
673         Files: queryframe.php3, querywindow.php3, header.inc.php3,
674         tbl_query_box.php3, common.lib.php3
676 2003-02-24 Olivier L. Müller  <om@omnis.ch>
677     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
678       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
679       generated URL -> prevents a double password query with some browsers
680       (Safari) in case of http authentication.  (tested with https, http and
681       http running on port 8080)
683 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
684     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
685       fields type into special variable. Fixes #647689.
686     * db_details_structure.php3: Removed extra /. Fixes #692171.
688 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
689     ### 2.4.0 released
691 2003-02-23 Olivier L. Müller  <om@omnis.ch>
692     * docs.css: highlight FAQ questions in blue -> more readble.
694 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
695     * server_privileges: Better code for "check privileges"; This should fix
696       bug #687808 and a few other problems.
697     * ANNOUNCE.txt: Updated list of known bugs.
698     * server_variables.php3: Modified generated XHTML code.
700 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
701     * lang/italian update, thanks to Pietro Danesi
702     * lang/slovak update, thanks to Lubos Klokner
703     * lang/polish: update, thanks to Jakub Wilk
704     * lang/thai: update, thanks to Arthit Suriyawongkul
705     * tbl_change.php3: do not use enctype="multipart/form-data"
706       if !$is_upload (possible solution for bug 689215)
707     * lang/swedish: update, thanks to Björn T. Hallberg
709 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
710     * libraries/display_tbl.lib.php3: Coding standards.
711     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
712     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
713     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
714     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
716 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
717     * sql.php3: bug 649665: undefined variables with UNION, and
718       also get the correct row count
719     * lang/norwegian: update, thanks to Sven-Erik Andersen
721 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
722     * server_databases.php3:
723       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
724       - The link "check privileges" is now only displayed to superusers.
726 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
727     * lang/czech: Updated.
728     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
730 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
731     * server_privileges.php3: Fixed edit link.
732     * Documentation.html:
733       - Reformulated some passages;
734       - FAQ 1.28.
735     * ANNOUNCE.txt: Synchronized features list with documentation.
736     * server_databases.php3: Fixed bug #688271 (missing "?").
738 2003-02-17 Garvin Hicking <me@supergarv.de>
739     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
740       Reworked blob file upload. More security cautions, and preserve
741       fields contents, if no new file was uploaded. Moved is_uploaded_file
742       function from read_dump.php3 to common.lib.php3 for reusability.
744 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
745     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
746       upload, upload field moved into table.
748 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
749     ### 2.4.0-rc2 released
750     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
751       correct number of rows
753 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
754     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
755       - Reimplemented ability to change a user's login information
756         (bug #684984);
757       - Feature: copy user profiles;
758       - "Check privileges" should now also check for wildcards;
759       - The revoke mode for deleting users did not always produce valid MySQL.
760     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
761     * ANNOUNCE.txt: synchronized list of features and fixes.
763 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
764     * lang/czech: Updated.
765     * docs.css: Fixed URL.
767 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
768     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
769       for splitting the SELECT clauses, to solve almost all records
770       counting bugs
771     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
772     * lang/japanese: update, thanks to Yukihiro Kawada
774 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
775     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
776       it if necessary.
777     * libraries/common.lib.php3: Don't display edit link for
778       database-independant queries.
779     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
780     * docs.css:
781       - Wrong URI;
782       - Typo.
784 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
785     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
786       Reimplemented "check privileges" feature.
788 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
789     * sql.php3: Fix simple little bug #685082
791 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
792     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
793       is broken), thanks to Alexander Schuch (ci-dev).
795 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
796     * lang/indonesian update, thanks to Rachim Tamsjadi
797     * lang/italian update, thanks to Pietro Danesi
798     * lang/lithuanian update, thanks to Vilius Zigmantas
799     * lang/slovenian update, thanks to Kositer Uros
800     * lang/swedish: update, thanks to Björn T. Hallberg
801     * tbl_change.php3: upload field only to BLOBs
802     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
803       font size
805 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
806     * tbl_replace_fields.php3: sometimes we receive "none" as the file
807       name when there is no field upload for some field
808     * sql.php3: bug 684712, undefined variable $table (js disabled
809       and confirmation for drop database)
811 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
812     * server_databases.php3: Wrong link title.
814 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
815     * server_databases.php3: Ensured that the database list is built.
817 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
818     * lang/catalan: update, thanks to Xavier Navarro
820 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
821     * lang/Galician*: Updates thanks to xosecalvo
823 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
824     * lang/czech: Updated again.
826 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
827     * server_databases.php3, lang/*.inc.php3:
828       - Bugfixes & interface cosmetic;
829       - Drop multiple databases.
830     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
831     * lang/german-*.inc.php3: Updates.
832     * config.inc.php3: Added a note about another possible setting.
833     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
834     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
835     * translators.html: Fixed a typo.
836     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
837     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
839 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
840     * config.inc.php3, lang/add_message.sh: Typos.
841     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
842     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
843       Reworte db_stats.php3 to be conform with the new server_ pages.
845 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
846     * lang/czech: Updated.
848 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
849     * lang/italian: update, thanks to Pietro Danesi
850     * lang/norwegian: update, thanks to Sven-Erik Andersen
851     * lang/polish: update, thanks to Jakub Wilk
852     * lang/swedish: update, thanks to Björn T. Hallberg
853     * lang/slovak: remove duplicates
854     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
856 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
857     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
858     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
859       be '$strDBGMax'
860     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
862 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
863     * libraries/sqlparser.lib.php3: PHP3 parse error
864     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
865       libraries/relation.lib.php3: bug 681298, we should always backquote
866       a restricted word like "comment" when used as an identifier
867     * Documentation.html, bug 681776, wrong command for my.ini file
868     * libraries/left.js: png files
870 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
871     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
872       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
873     * Documentation.html: Removed FAQ entry about Opera 7.
874     * db_stats.php3: One <img> tag still pointed to a GIF file.
876 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
877     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
878       UPDATE query if there was some binary upload in it, otherwise
879       display it
881 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
882     * common.lib.php3:
883       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
884         Bailey (charles_bailey);
885       - Don't use small fonts for Opera 7.
886     * ldi_check.php3: Backslahes should be escaped.
887     * Documentation.html: Added a note about Opera 7.
889 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
890     * Documentation.*: Added information about binary checkbox when uploading
891       files.
893 2003-02-04 Garvin Hicking  <me@supergarv.de>
894     * common.lib.php3: Fixed a possible 'undefined index' error.
896 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
897     * Documentation.html: new faq entry about IE bug with http auth,
898       switching from one server to the other
899     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
900       and only table selected)
901     * ldi_check.php3: check local_infile on recent MySQL versions,
902       thanks to Alexander
904 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
905     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
906       #678729).
907     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
908     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
909       variable: charset_of_file).
911 2003-02-03 Garvin Hicking  <me@supergarv.de>
912     * pdf_schema.php3, libraries/dbg/profiling.php3,
913       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
915 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
916     ### 2.4.0-rc1 released
917     and after the release:
918     * lang/romanian: update, thanks to Valics Lehel
919     * lang/spanish: update, thanks to Daniel Hinostroza C.
920     * lang/catalan: update, thanks to Xavier Navarro
921     * lang/dutch update, thanks to Ivo Teel
923 2003-02-02 Olivier L. Müller  <om@omnis.ch>
924     * tbl_addfield.php3: ignore empty fields on alter table
926 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
927     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
928       compatibility.
929     * lang/german-*.inc.php3: Updates.
930     * server_privileges.php3: Remove column privileges.
931     * config.inc.php3: Added $cfg['DefaultTabServer'].
932     * header.inc.php3: Link the default tabs.
933     * libraries/common.lib.php3: PHP3 compatibility.
935 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
936     * lang/czech: Updated.
937     * lang/sort_lang.sh: This needs bash.
939 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
940     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
941     * lang/norwegian: update, thanks to Sven-Erik Andersen
942     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
943     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
944       (later when we get enough translations,
945        we can use it instead of $strCandLoadMySQL)
946     * lang/romanian: update, thanks to Valics Lehel
947     * lang/galician: update, thanks to Xosé Calvo
948     * lang/lithuanian: update, thanks to Vilius Zigmantas
949     * lang/japanese: update, thanks to Yukihiro Kawada
950     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
951       thanks to Alexander
953 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
954     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
955     re-entry into Earth's atmosphere. In memory of the brave men and women who
956     gave their lives for the people of Earth. ---
957     * Documentation.html: Removed a bit of duplication in [7.4] and the
958     Developers section
959     * libraries/dbg: New directory for DBG code
960     * libraries/dbg/setup.php3:
961        - DBG initialization code, including module support
962     * libraries/dbg/profiling.php3: Profiling code
963     * lang/*: New strings added for DBG extension
964     * config.inc.php3: config options for DBG, off by default
965     * footer.inc.php3: DBG profiling output
967 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
968     * Documentation.*, translators.html, docs.css: New documentation layout.
969     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
971 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
972     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
973       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
974       new Feature: BLOB field upload
975       (TODO: handle open_basedir restrictions)
977 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
978     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
979       libraries/config_import.lib.php3: Added experimental support for
980       compressed connections to the MySQL server.
982 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
983     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
984       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
986 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
987     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
988     * Documentation.html, translators.html: Unified using of font sizes.
990 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
991     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
992       user management.
993     * server_processlist.php3: Fixed a bug the denied the access to the
994       process list for normal users.
995     * config.inc.php3: Removed note about buggy setting.
996     * lang/german-*.inc.php3: Updates.
997     * Documentation.html: There won't be a PHP 4.5.0; typos.
999 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
1000     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1002 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
1003     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1005 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
1006     * lang/slovenian update: thanks to Kositer Uros (urosh)
1007     * lang/albanian: update, thanks to Laurent Dhima
1008     * lang/slovak update, thanks to Lubos Klokner
1010 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
1011     * libraries/relation.lib.php3: improve messages
1013 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
1014     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1016 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
1017     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1018     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1019     * lang/english*: Resorted and Resynced.
1020     * lang/farsi*: Added ready for Farsi translation
1021     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1022         - Updates ready for Farsi translation
1023     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1024     * fulltext.png, partialtext.png, pma_logo.png:
1025         - Ran PNGCRUSH on files to reduce size optimially.
1026     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1027     vertical_line.gif, item_rtl.gif, item_ltr.gif:
1028         - Old image files removed and replaced with PNG files (feature
1029         #458895)
1030     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1031     vertical_line.png, item_rtl.png, item_ltr.png:
1032         - New PNG image files (feature #458895)
1033     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1034         - Code changes for PNG images (feature #458895)
1036 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
1037     * libraries/sqlparser.lib.php3: checkType function
1039 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1040     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1042 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
1043     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1044       row limiting for exported results
1046 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
1047     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1048       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1049       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1050       be SIGNED/UNSIGNED/ZEROFILL.
1052 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1053     * server_privileges.php3: Added column privileges editor.
1055 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
1056     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1057       tbl_move_copy.php3, libraries/build_dump.lib.php3:
1058       Feature: Export results of SELECTs
1060 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
1061     * Documentation.html: faq 5.12 about OS X Safari problem
1062     * tbl_move_copy.php3: typo (wrong back link)
1064 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
1065     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1066     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1068 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1069     * server_privileges.php3: Wrong label.
1070     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1071       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1072       The script now works on the SF shell servers ONLY!
1074 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
1075     * lang/czech: Updated.
1076     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1077       field editing.
1079 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
1080     * lang/sort_lang.sh: Fix status output bug '\n'
1081     * db_details_importdocsql.php3: Move hardcoded strings to language files
1082     * lang/*.php3: Add new strings for docSQL importer
1083     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1084     * Documentation.html: Revised FAQ entry about SQL Validator
1086 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1087     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1088     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1089     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1090     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1091     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1093 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
1094     * pdf_pages.php3: feature: deleting a pdf page
1095     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1096       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1098 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1099     * server_privileges.php3:
1100       - Lookup database / table lists if possible;
1101       - The database name was displayed instead of the table name in the sub
1102         page heading.
1103     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1104     * lang/norwegian-*.inc.php3: Updates, thanks to
1105       Sven-Erik Andersen (sven-erik).
1106     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1107     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1109 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
1110     * lang/galician: update, thanks to Xosé Calvo
1111     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1113 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
1114     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1115       all for fields selection.
1116     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1117       (Jumping cursor using keyboard).
1118     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1119       functions.js to allow jumping using keyboard.
1120     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1121       works also for row editing.
1122     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1124 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
1125     * libraries/sqlvalidator.class.php3:
1126       - Removed dependency on overload extension
1127       - Started to fix bug #644709
1128     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1129       - Revert line 88 of sql.php3, and fix it a different way...
1131 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
1132     * read_dump.php3, sql.php3, libraries/common.lib.php3,
1133     libraries/sqlparser.lib.php3:
1134       - Fixed bug #641765, see mailing list post
1136 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1137     * server_*.php3:
1138       - The messages are now displayed by server_links.inc.php3, so
1139         server_common.inc.php3 may be included earlier;
1140       - Beautified code.
1141     * server_privileges.php3:
1142       - Wrong GRANT syntax;
1143       - Changed the default behavior of the for fields "pred_username" and
1144         "pred_password".
1146 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
1147     * tbl_change.php3: bug 665885, wrong back link after sql error
1148     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1149     * lang/ukrainian: update, thanks to Markijan Baran
1150     * lang/romanian: update, thanks to Valics Lehel
1151     * lang/japanese: update, thanks to Yukihiro Kawada
1153 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
1154     * lang/czech*: Updated.
1156 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
1157     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1158       support for the EXTRACT ... FROM syntax which is not a real
1159       SELECT ... FROM
1161 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1162     * server_privileges.php3, lang/*.inc.php3:
1163       - Forgot to implement "This host";
1164       - Drop the users' databases;
1165       - Don't send comments to the MySQL server;
1166       - When trying to delete multiple users, display an error message if none
1167         have been selected.
1169 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
1170     * libraries/sqlparser.lib.php3, libraries/functions.js,
1171       sql.php3: - use the parser for confirmation requests
1172                 - better check before appending LIMIT
1173     * lang/galician: update, thanks to Xosé Calvo
1174     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1175     * lang/indonesian: missing semicolon
1176     * lang/japanese: update, thanks to Yukihiro Kawada
1177     * lang/romanian: update, thanks to Valics Lehel
1179 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
1180     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1181       and hidden input generating stuff.
1182     * almost all php3 files: Use new URL and hidden input generation stuff.
1183     * libraries/common.lib.php3: Addded extra check for MySQL even when in
1184       safe mode (could fix #661949).
1186 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1187     * lang/english-*.inc.php3: Fixed a typo.
1188     * server_privileges.php3, libraries/url_generating.lib.php3:
1189       - Beautified generated XHTML code;
1190       - Coding standards;
1191       - Added a missing @param comment.
1193 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
1194     * lang/czech: Updated.
1196 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
1197     * server_privileges.php3: Sorting user list.
1198     * translators.html: Typo.
1199     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1200     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1201     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1202     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1203     * lang/norwegian-*.inc.php3: Updates, thanks to
1204       Sven-Erik Andersen (sven-erik).
1205     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1207 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
1208     * Documentation.html: clarification about cookie/http modes
1209     * lang/dutch update, thanks to Ivo Teel
1210     * lang/japanese: update, thanks to Yukihiro Kawada
1211     * lang/ukrainian: remove duplicate messages
1213 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1214     * server_privileges.php3:
1215       - Interface cosmetic;
1216       - Smaller bugfixes;
1217       - Added a db / table privileges editor.
1218     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1219     * server_privileges.php3, libraries/server_privileges.js:
1220       - Optimized some JS functions for the new interface;
1221       - Added ability to create new MySQL users via GRANT (feature #502465).
1222     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1223       Incremented version number to 2.4.0-dev.
1225 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1226     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1228 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
1229     * lang/estonian*, malay*: remove control M
1230     * lang/romanian: update, thanks to Valics Lehel
1231     * lang/galician: update, thanks to Xosé Calvo
1232     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1234 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
1235     * lang/german*: Updated.
1237 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
1238     * lang/czech*: Updated.
1239     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1240     * lang/sort_lang.sh: Made POSIX sh compatible.
1241     * lang/check_lang.sh: Made require bash.
1242     * lang/swedish*: Updated.
1243     * lang/*: For many translations fixed missing/duplicate strings.
1245 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
1246     * lang/ukrainian: update, thanks to Markijan Baran
1247     * user_details.php3: add $strGrantOption
1248     * lang/french update
1249     * main.php3, lang/*.php3: $strOriginalInterface
1251 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1252     * server_privileges.php3:
1253       - Made the script compatible to MySQL < 3.22.11;
1254       - Fixed the missing "LOCK TABLES" option in the privilege editor.
1255       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1256         if all privileges have been selected.
1257     * libraries/sqlparser.data.php3:
1258       - Fixed bug #655817 (New privileges are not detected correctly).
1259       - Updated function list.
1261 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1262     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1264 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1265     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1266       Added ability to delete users.
1268 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
1269     * tbl_dump.php3:
1270       - Fixed wrong charset information in XML exports.
1271       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1272         of '4.00.05'.
1274 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
1275     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1277 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
1278     * server_privileges.php3: Fixed undefined variable warning.
1279     * lang/czech*: Updated.
1280     * lang/*: Fixed a typo.
1282 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
1283     * lang/romanian: update, thanks to Valics Lehel
1284     * lang/dutch update, thanks to Ivo Teel
1286 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1287     * lang/norwegian-*.inc.php3:
1288       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1289       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1290     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1291     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1292     * lang/german-*.inc.php3: Updates.
1293     * lang/*.inc.php3: Fixed a typo.
1294     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1295     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1296     * server_privileges.php3, lang/*.inc.php3:
1297       - Bugfixes;
1298       - Small design modification;
1299       - Added ability to change passwords via SET PASSWORD FOR user.
1301 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1302     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1303       lang/*.inc.php3: Started rewriting the user administration; changes:
1304       - Use GRANT / REVOKE for privilege changes (feature #502465);
1305       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1306       - Support for user resource limits;
1307       - Improved user friendliness.
1308       Currently, it can only display and edit global privileges.
1309     * libraries/common.lib.php3: Undefined index.
1310     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1311     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1313 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
1314     * main.php3: Since every user has access to his processlist, set
1315       is_process_priv to TRUE as default (fixes undefined variable warning).
1317 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
1318     * tbl_select.php3, bug 648263
1319     * libraries/common.lib.php3, bug 653764
1320     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1321       append data only to a table
1323 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
1324     * lang/russian: update, thanks to Nicolay Zakharov
1326 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
1327     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1328     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1330 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
1331     * lang/russian: update, thanks to Nicolay Zakharov
1332     * lang/galician: update, thanks to Xosé Calvo
1334 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
1335     * libraries/get_foreign.lib.php3: bug 646263,
1336       bad drop-down in select sub-page
1338 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1339     * libraries/common.lib.php3: Removed a comment.
1341 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
1342     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1344 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
1345     * tbl_dump.php3: Fix output order of inserts/creates, generate file
1346       extension to include also file type, not only compression (now it
1347       generates something like dump.sql.gz).
1349 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1350     * pdf_schema.php3: Change generated filename to
1351       db_pdfname.pdf instead of db_pdfnumber.pdf
1353 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1354     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1355     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1356     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1357     * lang/norwegian-*.inc.php3: Updates, thanks again to
1358       Sven-Erik Andersen (sven-erik).
1359     * lang/german-*.inc.php3: Small grammar fix.
1361 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1362     * lang/german-*.inc.php3: Updates.
1363     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1364     * libraries/build_dump.php3:
1365       - Fixed part 2 of bug #652311 (Undefined variables);
1366       - Coding standards.
1368 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
1369     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1370       cleaner charset conversion for export.
1371     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1372       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1373       thanks to Valentine for creating the patch #627496.
1375 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
1376     * lang/galician: update, thanks to Xosé Calvo
1377     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1378       but there is still some work to do about how to split a UNION
1379     * tbl_properties_options.php3, bug 651522 wrong back-link,
1380       thanks to Mischka ( stollner at uni-muenster dot de )
1382 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
1383     * lang/czech*.php3: Updated translation.
1384     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1386 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1387     * server_*.php3, lang/*.inc.php3, main.php3:
1388       - Added 'SHOW PROCESSLIST' interface;
1389       - Small bugfixes.
1390       - XHTML fixes.
1391     * lang/spanish-*.inc.php3: Updates, thanks again to
1392       Dr. med. Daniel Hinostroza C.
1393     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1395 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1396     * lang/norwegian-*.inc.php3: Updates, thanks again to
1397       Sven-Erik Andersen (sven-erik).
1398     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1399     * lang/spanish-*.inc.php3: Updates, thanks again to
1400       Dr. med. Daniel Hinostroza C.
1402 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1403     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1404       server_common.inc.php3, server_links.inc.php3, server_status.php3,
1405       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1406       Started working on a new interface to server related pages.
1407     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1408     * lang/german-*.inc.php3: Updates.
1409     * lang/english-*.inc.php3: Reordered strings.
1411 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
1412     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1413       bug 633422, use a button if search result would generate a too big URL
1415 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1416     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1417       Choose between Landscape and Portrait for the
1418       Datadictionary in PDF Pages
1419     * pdf_schema.php3: lineheight for Textrows in Datadictionary
1420       was equal to textheight, i added one mm above and below text
1421       (hope your tables are not too big not to fit on a page now ;)
1423 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1424     * lang/german.inc.php3: Updates.
1425     * main.php3: Fixed bug #649641 (usernames containing '@' character).
1426     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1427       warning / php >= 4.3.0) by Mats Engstrom (matseng).
1428     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1429     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1430       (sven-erik).
1431     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1432     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1433     * lang/italian-*.inc.php3:
1434       - Updates, thanks to Pietro Danesi (danone).
1435       - Coding standards.
1437 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
1438     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1439       new data dict feature for PDF pages, thanks to Maxime Delorme
1440     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1441       thanks to Piotr Roszatycki (d3xter)
1443 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1444     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1446 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
1447     * pdf_schema.php3: remove control M
1448     * lang/dutch update, thanks to Ivo Teel
1450 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
1451     ### 2.3.3pl1 released
1454          --- Older ChangeLogs can be found on our project website ---
1455                      http://www.phpmyadmin.net/ChangeLogs/
1457 # vim: ft=changelog
1458 # vim: expandtab ts=4 sw=4 sts=4
1459 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1460 # vim: fdn=1 fdm=expr