update
[phpmyadmin/crack.git] / ChangeLog
blob973cc9901e9e8fefba433c1aee2ab07a6ac03d69
1 ----------------------
2 phpMyAdmin - Changelog
3 ----------------------
5 $Id$
6 $Source$
8 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
9     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
10       multi-submit buttons.
12 2003-07-28 Garvin Hicking <me@supergarv.de>
13     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
14       is set to 'none', positively retain any user formatting for query
15       output. (RFE #769219)
16     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
18 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
19     * sql.php3: bug 778899, could not create a bookmark
20     * ldi_table.php3: Users with register_global=off received some
21       Missing messages, due to a missing "require" in ldi_table.php3
23 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
24     * server_privileges.php3: A user could not edit his own global privileges.
26 2003-07-25 Garvin Hicking <me@supergarv.de>
27     * Documentation.html: Updated my E-Mail, added latest credits-items
28     * images/*, config.inc.php3, db_details_structure.php3,
29       libraries/common.lib.php3, table_details_structure.php3,
30       libraries/display_tbl.lib.php3, Documentation.html,
31       left.php3:
32       Even more new images on more places: DB properties, Table
33       properties, Table Display (LinkOrButton unified as well),
34       Left frame.
35       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
36       care?)
38 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
39     * header.inc.php3: XHTML compatibility
40     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
41       unable to insert record with FK in another db
43 2003-07-24 Garvin Hicking <me@supergarv.de>
44     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
45       TRUNCATE statements!
46     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
47     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
48       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
49       for the database properties page and implemented RFE #752062: multi-
50       column display for many tables.
51       (thanks to Kawika Ohumukini [boogie33]).
53 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
54     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
55       bug 772765, InnoDB and multi-columns foreign key
56     * tbl_select.php3: LIKE in Select sub-page for non-text fields
58 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
59     * libraries/mysql_charsets.lib.php3:
60       - better method for retrieving the supported MySQL charsets;
61       - fixed a bug that caused "armascii8" to appear twice in the charsets
62         list (as "armascii8" and "armascii");
63       - added ability to retrieve all collations and related MySQL settings;
64       - added a function to build description strings for given collations
65         (still needs some optimization).
66     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
67     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
68       New status page "Character Sets and Collations" for MySQL 4.1.
70 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
71     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
72     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
74 2003-07-23 Garvin Hicking <me@supergarv.de>
75     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
76       (Bug #769827)
77     * libraries/display_export.lib.php3, libraries/export/sql.php3
78       Only print Update/Creation/Check time when the checkbox 'Include
79       Comments' is chosen. So it is now also possible to check that
80       box even though the relational features could be deactivated.
81       But all checks to relational comments will only use those if
82       the relation features work.
84 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
85     * lang/estonian update, thanks to finsoft@sourceforge.net.
86     ### 2.5.2 released
88 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
89     * tbl_properties_operations.php3: Do not display the
90       "Referential integrity check" section for InnoDB tables
91       as this was intended for pmadb relations
93 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
94     * (in lots of scripts): checks for paths disclosure
95     * lang/catalan update, thanks to Xavier Navarro (xavin).
97 2003-07-18 Garvin Hicking <me@supergarv.de>
98     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
99       way of rewriting bookmark variables.
100     * Documentation.html: Bookmark variable expansion only works with PHP
101       4.3.0 and above
102     * tbl_query_box.php3: For the querywindow - if no items are available
103       for the 'file import' tab, hide the 'Go' button and instead display
104       a warning message. Can happen if you don't have $cfg['UploadDir']
105       set and $is_upload is false.
107 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
108     * server_status.php3: the percentages of Query types did not add up
109       to 100, because the number of connections is included in the total
110       number of queries, thanks to jht001 ( Jams H Thompson )
112 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
113     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
114       appeared when inserting values into ENUM or SET fields.
116 2003-07-17 Garvin Hicking <me@supergarv.de>
117     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
118       Thanks to andreas_e ;)
120 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
121     * lang/galician: Updated, thanks to Xosé Calvo.
123 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
124     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
126 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
127     * libraries/functions.js: Bug #771794 (CHAR length check although field name
128       is empty).
130 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
131     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
132       a LONGTEXT with character set latin7
133     * db_details_structure.php3, tbl_properties_structure.php3: missing
134       $err_url for mult_submits
135     * scripts/create-tables.sql: don't use backquotes in USE
137 2003-07-14 Garvin Hicking <me@supergarv.de>
138     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
140 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
141     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
143 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
144     ### 2.5.2-rc2 released
146 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
147     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
148     * lang/estonian update, thanks to finsoft@sourceforge.net.
150 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
151     * lang/turkish update, thanks to Bora Alioglu
152     * lang/slovak update, thanks to Lubos Klokner
154 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
155     * db_create.php3:
156       - Display CREATE DATABASE query;
157       - Call user-defined default tab instead of hardcoded db_details.php3.
158     * index.php3: Don't display scrollbars in queryframe (Opera fix).
159     * libraries/display_export.lib.php3: Disabled XML export for multiple
160       databases because an XML file must not contain more than one database.
162 2003-07-10 Garvin Hicking <me@supergarv.de>
163     * libraries/display_tbl.lib.php3: Let the default function take
164       the honor to replace special strings, so that a non-default function
165       does not necessary have them introduced. Very convenient for the
166       text/plain->formatted display, which would otherwise get every
167       CR/LF converted to a <br> and introduce nasty skew.
169 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
170     * pdf_schema.php3: do not display a foreign table if it's not selected
171       by user to be on the schema
173 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
174     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
175     * lang/italian: Updated, thanks to Pietro Danesi (danone).
176     * footer.inc.php3: Fix JS error when in query window is not active SQL
177       tab.
179 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
180     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
181       in password/username (bug #747020).
182     * server_privileges.php3: Fixed escaping when backslash in
183       password/username.
184     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
185       (bug #768351).
186     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
187     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
188     * lang/galician: Updated, thanks to Xosé Calvo.
190 2003-07-09 Garvin Hicking <me@supergarv.de>
191     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
192       whole frameset)
193     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
194       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
195       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
196       for all browsers except IE6.x. Created a meta-header to identify which
197       setting is used, to make our debugging of bugreports easier.
199 2003-07-08 Garvin Hicking <me@supergarv.de>
200     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
201       This enables phpMyAdmin to be used within a frameset without trying
202       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
203       1.4 and IE5.5.
205 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
206     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
207       incorrect row count for MySQL 4.1 subqueries;
208       bug 649665, incorrect row count for UNIONs
210 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
211     * config.inc.php3, tbl_properties_operations.php3,
212       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
213       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
214       AUTO_INCREMENT value (RFE #763957).
215     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
216     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
217     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
218     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
219     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
220     * lang/romanian: Updated, thanks to Valics Lehel.
221     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
222     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
223     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
225 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
226     * libraries/common.lib.php3: Send headers before exiting because of missing
227       MySQL extension.
228     * lang/german-*.inc.php3: Updates.
230 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
231     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
232       compatibility.
233     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
235 2003-07-07 Garvin Hicking <me@supergarv.de>
236     * tbl_change.php3: Fix undefined index for disp_query
237       (when inserting a new row with a file uploaded to a column)
238     * libraries/transformations/image_jpeg__inline.inc.php3,
239       libraries/transformations/image_png__inline.inc.php3: Proper escaping
240       of &amp;
241     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
242       smaller default font size (like OPERA). Bug #752646.
244 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
245     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
246       Documentation.html: only one blowfish secret is necessary for
247       all servers, thanks to Alexander M. Turek
248     ### 2.5.2-rc1 released
250 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
251     * lang/czech: Updated.
252     * css/phpmyadmin.css.php3: url() should not contain quotes.
254 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
255     * lang/german-*.inc.php3: Updates.
256     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
258 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
259     * libraries/auth/config.auth.lib.php3, lang/*.php3:
260       $strAccessDeniedExplanation
261     * lang/swedish update, thanks to Björn T. Hallberg (bth).
262     * lang/polish update, thanks to Jakub Wilk (ubanus).
264 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
265     * lang/czech: Updated.
267 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
268     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
269     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
270       sometimes, binary contents in cookies is not retrieved properly,
271       so protect it with base64_encode()
272     * lang/ukrainian: update, thanks to Markijan Baran
274 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
275     * lang/romanian update, thanks to Valics Lehel
276     * lang/turkish update, thanks to Bora Alioglu
277     * lang/italian update, thanks to Pietro Danesi
279 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
280     * Documentation.html: faq 8.1 about security alert of 2003-06-18
281     * tbl_properties_links.php3: fix missing SQL section for exports
282     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
283       libraries/common.lib.php3, libraries/config_import.lib.php3,
284       config.inc.php3, user_password.php3, Documentation.html, lang/*:
285       now used the blowfish algorithm to encrypt the password in the
286       temporary cookie
288 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
289     * lang/french: update
291 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
292     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
293       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
294     * tbl_query_box.php3: Moved load text files link outside form.
296 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
297     * left.php3: Removed debugging code
299 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
300     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
301       checks to avoid trying to use relations when no table (bug #761835).
303 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
304     * sql.php3: bug 760648: incorrect result count on MySQL 3
306 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
307     * lang/ukrainian: update, thanks to Markijan Baran
308     * libraries/sqlparser.lib.php3 typo
310 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
311     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
312       back to tbl_properties_structure.php3 when not dropping table.
314 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
315     * scripts/create-release.sh: typo, bzip should be bzip2
316     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
317       bug 760648 export SELECT DISTINCT results
319 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
320     * libraries/sqlparser.lib.php3: Fixed XSS problem.
321     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
322       specied length for CHAR/VARCHAR fields.
323     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
324       exporting custom SQL (also saves one SQL query for export) (fixes bug
325       #755386).
326     * lang/italian: Updated, thanks to Pietro Danesi (danone).
327     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
328     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
329     * lang/czech:  Updated.
330     * lang/*: Removed duplicate strReset.
331     * lang/check_lang.sh: Ignore japanese specific messages.
332     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
333       query into CSV/LaTeX/XML (RFE #684804).
335 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
336     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
338 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
339     * pdf_pages.php3: automatic layout start at 300,300 for better look
340       on the dom-drag scratchboard
342 2003-06-23 Garvin Hicking <me@supergarv.de>
343     * Documentation.html, config.inc.php3, pdf_pages.php3,
344       css/phpmyadmin.css.php3, libraries/common.lib.php3,
345       libraries/config_import.lib.php3, libraries/dom-drag.js,
346       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
347       for PDF-relation setup. Based on DOM-drag.js, a library provided
348       by Aaron Boodman (youngpup.net).
349     * lang/german*: Updates
350     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
352 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
353     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
354       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
355       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
356       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
357       files for incomplete arrays ($byteUnits, $day_of_week and $month).
358     * libraries/common.lib.php3: Security fix against bad JS code.
359     * translators.html: Removed Loïc from list; he is inactive at the moment.
360     * Documentation.html: Changed my email address.
362 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
363     * scripts/updatedocs.sh:
364       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
365     * scripts/create-release.sh:
366       - Moved to using updatedocs.sh for updating documentation.
367       - Make tarring faster by re-arranging ops.
369 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
370     * sql.php3: typo in call to cleanup columns
372 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
373     * pdf_schema.php3: use PMA_getForeigners()
374     * db_details_qbe.php3: undefined variable
376 2003-06-20 Garvin Hicking <me@supergarv.de>
377     * db_details_importdocsql.php3: Will now NEVER reveal any filename
378       the docSQL import isn't able to read. Can now only read contents
379       of the 'docSQL' subdirectory and never be able to go higher than
380       that level.
382 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
383     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
384     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
385     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
386     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
387       foreign keys defined in innnodb
388     * tbl_select.php3: use PMA_getForeigners() also for innodb
390 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
391     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
393 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
394     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
396 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
397     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
399 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
400     * export.php3: Fixed saving compressed dumps on server.
401     * libraries/display_export.lib.php3: Fixed description for line
402       terminating character.
404 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
405     * libraries/sqlparser.data.php3: bug 753813, "session" is not
406       a reserved word
408 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
409     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
410       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
411       function, that checks true dl availability (fixes #747717). All checks
412       are based on php 4.3.1 source, so if this gets changed, we will need to
413       change checks also.
415 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
416     * libraries/relation.lib.php3: bug 751787: should not disable all
417       the features, when the relation feature is broken
419 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
420     * libraries/auth/cookie.auth.lib.php3: undefined scheme
421     * main.php3: undefined scheme
423 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
424     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
425     * libraries/export/sql.php3: typo largeblob -> longblob
427 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
428     * scripts/create-release.sh: Set correct permissions before releasing.
429     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
430       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
431       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
432       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
433       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
434       changes:
435         - support for exporting selected databases
436         - if not needed buffering, output is send directly
437         - unifies all export, so there is now more common code
438         - sql export can contain relations and mime types in comments
439         - configurable defaults for export.
441 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
442     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
443       almost every select.
444     * lang/italian: Updated, thanks to Pietro Danesi (danone).
445     * lang/czech: Updated.
447 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
448     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
449     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
450       SET and ENUM fields may have a character set, too.
452 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
453     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
454       number.
455     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
456       tbl_properties.inc.php3, tbl_properties_operations.php3,
457       tbl_properties_structure.php3, tbl_properties_table_info.php3,
458       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
459       - phpMyAdmin is now able to assign / alter table and field charsets;
460       - The table structure page sometimes displayed "Array" in the charset
461         column;
462       - When altering the field type, the input box for the field length
463         sometimes had a strange default value.
465 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
466     * Documentation.html, config.inc.php3: new LimitChars behavior
468 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
469     * mult_submits.inc.php3: Missing ;.
470     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
471       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
472     * tbl_query_box.php3: Don't add target if not in query window.
473     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
474       (RFE #742123).
475     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
476       edit/display deleted page just after deleting.
477     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
478       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
479       select paper size for pdf (RFE #631551).
480     * read_dump.php3: Fixed undefined variable warning (bug #750070).
481     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
482       (bug #678289).
484 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
485     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
486     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
487     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
488       the Options tab into Operations
490 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
491     * libraries/display_export.lib.php3, libraries/functions.js: Some
492       javascript cleanup.
493     * db_details_links.php3: Display Query tab even with no tables.
494     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
495       string.
496     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
497       dropdown for server list in left frame (RFE #555978).
498     * tbl_query_box.php3: Possibility to upload SQL file with no database
499       selected (RFE #641760).
500     * lang/czech: Typo.
502 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
503     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
504       and GRANT or REVOKE
505     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
507 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
508     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
510 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
511     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
512     * lang/slovak update, thanks to Lubos Klokner
514 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
515     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
516       setting.
518 2003-06-03 Garvin Hicking <me@supergarv.de>
519     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
520       (Experimental)
521       New feature - The automatic update of the query window seems to
522       cause some headache for users. They type in their query, want to
523       look in a different table for some fields, want to switch back to
524       their browser window and the changes are lost because the last table
525       is always filled in. Now we have a checkbox to preserve the edited
526       content from any update outside of the window. It is automatically
527       checked by editing the contents of the query textarea and can be
528       unchecked to restore previous behaviour. Thanks to Alexander Meis
529       for this suggestion. Optionally we could build in a config variable
530       to override this 'onChange' effect, but I guess it's not necessary.
531     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
532       of ereg_replace, because it interprets \0, \1 and so on not as strings
533       but as regex-subpatterns and fails to convert those strings correctly.
534       We'll have to see if that can be the case on other usages of
535       preg_replace as well.
537 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
538     * server_status.php3: RFE #723325 (Move total query statistics).
540 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
541     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
542       executing bookmark (bug #745993).
543     * scripts/create-release.sh: Better checking for input, exit when cvs
544       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
545       everything to 775.
546     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
547       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
548       (RFE #747343).
549     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
550       export.
551     * main.php3: Add server to phpinfo link to avoid relogin with more
552       servers.
553     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
554       target="_blank" as it should be.
556 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
557     ### 2.5.1 released
558     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
559       PROCEDURE ANALYSE()
561 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
562     * Happy Birthday to me :-)
563     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
565 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
566     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
567       parameters to empty string, as older iconv version don't support it
568       (bug #747164).
570 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
571     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
573 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
574     * lang/chinese_gb: Update thanks to Wang (fundawang).
576 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
577     * lang/romanian updates, thanks to Valics Lehel
578     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
579     * lang/polish: update, thanks to Jakub Wilk
581 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
582     * lang/bulgarian-*.inc.php3: Updates, thanks to
583       Stanislav Yordanov (stanprog).
584     * tbl_properties_structure.inc.php3:
585       - Fixed display for tables with few indexes;
586       - BLOBs are always binary;
587       - RFE #623665 (MySQL 4.1 support):
588         - Fixed display of field charsets;
589         - The table charset is now displayed.
590     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
591     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
592       as SET fields (again RFE #623665).
593     * Documentation.html:
594       - Declared MySQL 4.1 support as experimental;
595       - Added some notes about MySQL 4.1 / 5.0;
596       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
597         least on my test machines for a couple of months.
598     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
599     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
600       even if it was used in "CHARACTER SET".
601     * libraries/common.lib.php3:
602       - Removed check for default tab values: They are already checked in
603         config_import.lib.php3;
604       - Corrected config file revison;
605       - XHTML fixes.
606     * server_databases.php3: Small interface fixes.
607     * translators.html: Removed a dublicate message.
609 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
610     * lang/czech: Updated.
612 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
613     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
614       the best method (LOCAL or not) in the LOAD dialog, and allow user
615       to override it
617 2003-05-29 Garvin Hicking <me@supergarv.de>
618     * index.php3: Add frameborder to allow resizing. Introduces a 1px
619       bar, but cannot be solved. Note that this is only neccessary
620       for Mozilla, IE5/6 allow resizing with a "0" frameborder
621     * footer.inc.php3: Only update queryframes DB/Table info when
622       no error happened in a query.
623     * ldi_table.php3: Use <label> tags for the new radio buttons as with
624       our other GUI elements.
626 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
627     * translators.html: Typo.
629 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
630     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
631     * lang/chinese_gb: Update thanks to Wang (fundawang).
632     * translators.html: more typos
634 2003-05-28 Garvin Hicking <me@supergarv.de>
635     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
636       the PEAR library and PHP changed the way how referenced variables
637       get accessed, we have to pre-initialize the array and submit that
638       to the PEAR call() funktion.
639     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
640       Petit!
641     * tbl_relation.php3: Will now not show a selected display field, if
642       none has been set yet for a table to not let users think, the key
643       is set.
645 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
646     * lang/czech: sorted.
648 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
649     * lang/chinese_big5: Updated, thanks to Siu Sun
650     ### 2.5.1-rc1 released
652 2003-05-26 michal cihar  <nijel@users.sourceforge.net>
653     * documentation, config.inc.php3, tbl_change.php3,
654       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
655       to disable ctrl+arrows moving.
657 2003-05-25 Garvin Hicking <me@supergarv.de>
658     * left.php3: Fix #742632 finally: Refresh to main.php3
659       if an empty DB has been selected.
661 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
662     * left.php3: new fix for #742632
663     * lang/polish: update, thanks to Jakub Wilk
664     * lang/italian: Updated, thanks to Pietro Danesi (danone).
666 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
667     * Documentation.html: talk about left frame levels
668     * lang/galician: update, thanks to Xosé Calvo
669     * lang/turkish: update, thanks to Bora Alioglu
671 2003-05-24 Garvin Hicking <me@supergarv.de>
672     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
673     * read_dump.php3: Bug #741256
674     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
675       when a query was submitted from the query window
677 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
678     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
679       the analyzer, bug analyzed thanks to Michal!
681 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
682     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
684 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
685     * lang/romanian updates, thanks to Valics Lehel
687 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
688     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
689       when editing indexes.
690     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
691       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
692       #741599).
693     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
694       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
695       #741192).
696     * lang/sync_lang.sh: Removed dropped farsi translation.
697     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
698     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
699     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
701 2003-05-22 Garvin Hicking <me@supergarv.de>
702     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
703       a query in (with/without) PHP code views, and display a new
704       "Execute query" link in this mode.
705     * lang/german*: Update.
707 2003-05-20 Garvin Hicking <me@supergarv.de>
708     * index.php3: New rewrite of how the frameset is created
709       (Patch item #738226 plus some <noframes> corrections).
710       This fixes compatibility problems, even though it's not
711       valid XHTML 1.0, because the <script>/<noscript> tags are
712       not allowed in there.
714 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
715     * lang/korean update, thanks to WooSuhan
716     * lang/estonian update, thanks to finsoft@sourceforge.net.
717     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
718     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
719     * lang/slovak update, thanks to Lubos Klokner
721 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
722     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
723       false.
724     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
726 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
727     * left.php3, index.php3: bug 739348: because the db name is no longer
728       encoded in left.php3 (to accomodate html entities), we have to stop
729       decoding it, otherwise a db name with a plus sign is not selectable
730     * sql.php3: bug 738508: do a quick count on the rows to avoid
731       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
733 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
734     * Documentation, config.inc.php3, tbl_change.php3,
735       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
736       configurable (RFE #737174).
738 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
739     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
740       CSV for multiple tables, it just puts all content into one file, but
741       some people seem to want this (based on patch #735136).
742     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
743       slashes in filename with underscore to avoid possible problems.
744     * db_details_export.php3: Remember selected tables after exporting to a
745       file.
746     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
747       highliting tabs when including files (set $active_page for highliting).
748     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
749       #737660).
751 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
752     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
754 2003-05-14 Garvin Hicking <me@supergarv.de>
755     * lang/german*: Translations.
756     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
757       better fix for #624712), by Maxime Delorme. Thanks!
758     * tbl_change.php3: RFE #737174 implemented (comments welcome)
759     * tbl_change.php3: RFE #723124 implemented (reset button)
760     * read_dump.php3, tbl_query_box.php3: RFE #641760
761     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
763 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
764     * libraries/sqlparser.data.php3: bug 736793, new reserved
765       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
766       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
767       it in the reserved words for now.
769 2003-05-13 Garvin Hicking <me@supergarv.de>
770     * footer.inc.php3, querywindow.php3: Fix bug #736197
771       (clicking on edit link from a sql-query now switches
772        to sql tab of the query window)
773     * left.php3: Improved performance by using str_replace instead
774       of ereg_replace.
775     * lang/german*: Translations.
776     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
777       'Show as PHP')
779 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
780     * left.php3: Fixed displaying of tables with quote in name.
781     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
782     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
783       (RFE #734985).
784     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
785     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
786     * read_dump.php3: Correctly checks whether table exists.
787     * libraries/common.lib.php3: Highlight tab also when current page is
788       read_dump.php3 and $goto is link of current tab.
789     * tbl_replace.php3: Display message after updating row.
790     * libraries/common.lib.php3: Fix tab attributes when some specified as
791       parameters.
792     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
793       #737023).
794     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
795       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
796       Documentation.html: Support for saving to file on server (part of RFE
797       #730197).
799 2003-05-12 Garvin Hicking <me@supergarv.de>
800     * queryframe.php3: Remove left/bottom margin to better fit the link title
801       in the small frame.
802     * footer.inc.php3: Only update db/table variables if the query was correct.
803       Fixes #735970.
804     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
805       common.lib.php3: Patch #725839 (Nested display of tables)
806     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
808 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
809     * index.php3: Better fix for #736003.
810     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
811     * mult_submits.inc.php3, server_databases.php: Add confirmation when
812       dropping databases (bug #736238).
814 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
815     * Documentation.html, config.inc.php3,
816       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
817       Merged patch #729514 - support for iconv parameters.
818     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
819       multi statement query result. Closes RFE #728833.
820     * tbl_dump.php3, libraries/build_dump.lib.php3,
821       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
822       export improvements. Now can export table structure and some other
823       options. Closes RFE #718942.
824     * tbl_change.php3: Remember state of insert as another row - fixes
825       #736064, show used query.
826     * index.php3: Fixed typo in hash, fixed bad hash propagated with
827       JavaScript. Fixes #736003.
829 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
830      ### 2.5.0 released
832 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
833      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
834        show just the pages near the current page
836 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
837      * libraries/common.lib.php3: Whole tab is now link.
838      * libraries/display_export.lib.php3: Disable CSV export for multiple
839        tables - fixes #734104.
840      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
841      * lang/chinese: Update thanks to Wang (fundawang).
842      * lang/sync_lang.sh: Fix for POSIX sh.
843      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
844        count - fixes #735441.
845      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
846        fields (was treated like BLOB).
847      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
848        be undefined.
850 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
851      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
852        TEXT fields (a if on the type returns "blob") caused
853        problems
855 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
856      * libraries/build_dump.lib.php3: bug 731866: text fields were
857        exported hexified, because mysql_field_type() was used and
858        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
860 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
861     * libraries/get_foreign.lib.php3: bug 731480: was not counting
862       the rows of the foreign, thanks to Stefan Elssner
864 2003-05-02 Garvin Hicking <me@supergarv.de>
865     * css/phpmyadmin.css.php3: Small typo, seems to be
866       solution of support request #728820
867     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
868       thanks to Ryan)
869     * Added scripts/inno2pma (from Ernie Hershey). Please see
870       Patch Tracker #709383 for further information.
871     * libraries/display_tbl.lib.php3: Bug #728813 (title for
872       relations when foreign_db != master_db)
873     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
874       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
875       the fix for Bug #730718.
876       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
877       altered the way the form is submitted in LeftFrameLight mode to
878       keep the queryframe. Only if JavaScript is usable, otherwise it's
879       not necessary to keep the 'opener' pointer.
880     * libraries/display_tbl.lib.php3: PHP3 compatibility.
881     * libraries/common.lib.php3, db_details_common.php3, index.php3,
882       main.php3: Still have to propagate $hash to the left frame...
884 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
885     * pdf_schema.php3, bug 729517, better comment output,
886       thanks to Maxime Delorme
888 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
889     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
891 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
892     * server_privileges.php3: No need to escape wild characters here.
894 2003-04-29 Garvin Hicking <me@supergarv.de>
895     * tbl_move_copy.php3: Bug #729416
896     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
897     * index.php3: Typo
898     * db_details_structure.php3: Prevent uninitialized variable
900 2003-04-28 Garvin Hicking <me@supergarv.de>
901     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
902       Even more issues when QueryFrameJS is set to true, but JS is not
903       activated. Haven't ever thought this would be necessary. ;)
904       I tested everything with QueryFrame/QueryFrameJS set to true/false
905       with and without JavaScript enabled, and got everything working.
906       Please verify for yourselves! :)
908 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
909     * lang/polish: update, thanks to Jakub Wilk
911 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
912     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
913       javascript). But there are still problems without javascript.
915 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
916     ### 2.5.0-rc2 released
918 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
919     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
920     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
921     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
922     * lang/{catalan,english,indonesian,spanish}: Added some missing
923       translations.
925 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
926     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
927     * libraries/display_export.lib.php3: Automatically check "Save as file"
928       when selecting compression.
930 2003-04-22 Garvin Hicking <me@supergarv.de>
931     * libraries/common.lib.php3, main.php3, db_details_common.php3:
932       When reloading the frame, propagate hash value (for querywindow)
934 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
935     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
936       in the drop-down box
938 2003-04-20 Garvin Hicking <me@supergarv.de>
939     * libraries/display_tbl.lib.php3, index.php3, left.php3,
940       tbl_query_box.php3, queryframe.php3, querywindow.php3:
941       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
942       (serious) issues with multiple instances of phpMyAdmin and
943       the query window. Also made sure that disabling the QueryFrame
944       is possible without seeing errors. Of course, this is
945       extremely reduced usability without JS.
947 2003-04-18 Garvin Hicking <me@supergarv.de>
948     * left.php3, index.php3, tbl_query_box.php3,
949       libraries/display_tbl.lib.php3, queryframe.php3:
950       Fixed Bug #723713
952 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
953     * Documentation.html: faq about double auth windows
954     * lang/ukrainian: update, thanks to Markijan Baran
955     * tbl_relation.php3: bug 696215: can now choose all segments
956       of the primary key
958 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
959     * lang/ukrainian: update, thanks to Markijan Baran
960     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
961       test in MySQL 4 to check if superuser
963 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
964     * tbl_replace_fields.php3: Fix typo.
965     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
966       MySQL sometimes problems...
968 2003-04-17 Garvin Hicking <me@supergarv.de>
969     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
970       detect changes in BLOB fields with a special name.
971     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
972       original values of a BLOB field when 'Insert as new row' is
973       chosen on edit.
974     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
975       crossing DB borders now allowed)
977 2003-04-16 Garvin Hicking <me@supergarv.de>
978     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
979       with no $db set
981 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
982     * badwords.txt: "status" is not a reserved word
984 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
985     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
986     * tbl_properties_common.php3: Avoid displaying message twice in some cases
987       (fixes bug #722378).
988     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
990 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
991     * tbl_query_box.php3: Only display charset selection when a DB is
992       selected.
993     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
994       key and with BLOB field (bug #708182).
996 2003-04-15 Garvin Hicking <me@supergarv.de>
997     * footer.inc.php3, queryframe.php3: Changed anchor target
998       and window name of queryframe as suggested by Armel
999       Fauveau (thanks!)
1001 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
1002     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
1003       a reserved word in MySQL
1004     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
1005       are functions
1006     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
1008 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
1009     * lang/some translations: Damn, I didn't commit all empty translations
1010       yesterday...
1011     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
1012       which translations has failed, now also converts by default only
1013       modified files and is capable to get charset from filename when reading
1014       from file has failed.
1015     * left.php3: More fixes for HTML entities.
1016     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
1017       when changing it.
1018     * lang/czech: Updated.
1019     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
1020     * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
1021     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1022     * lang/catalan: Updated, thanks to Xavier Navarro.
1023     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
1024       characters in db/table name.
1025     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
1026     * db_details.php3, tbl_query_box.php3: Display choice for charset also
1027       when only UploadDir available.
1029 2003-04-14 Garvin Hicking <me@supergarv.de>
1030     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
1031       usage. (Bug #720846)
1032     * footer.inc.php3: Needed \n for some cases.
1033     * tbl_query_box.php3: Only display file import when a DB is selected.
1035 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
1036     * lang/french: update
1037     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
1038     * lang/polish: update, thanks to Jakub Wilk
1039     ### 2.5.0-rc1 released
1041 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1042     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
1043       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
1044       Added $strCharset.
1046 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
1047     * lang/{slovenian,russian,croatian,bulgarian}: We don't
1048       want empty translations...
1050 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1051     * libraries/common.lib.php3: Better fix against possible "wrong parameter
1052       count" errors.
1053     * server_privileges.php3:
1054       - Fixed a broken link in the user overview table;
1055       - Fixed bug #539756 again.
1056     * lang/german-*.inc.php3: Updates.
1057     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
1058       (Feature #623665, part 1).
1060 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
1061     * libraries/common.lib.php3, config_import.lib.php3:
1062       MaxExactCount backwards compatibility
1063     * db_details_structure.php3: undefined $row_count for InnoDB tables
1065 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
1066     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
1067       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
1068     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
1069       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
1070     * Documentation.*: Documented above.
1071     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
1072     * lang/galician: Added missing string.
1073     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
1075 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
1076     * pdf_schema.php3, libraries/common.lib.php3,
1077       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
1078       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
1079       (<20000 rows) tables (RFE #708533).
1080     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
1081     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
1082       XHTML errors, document is again valid XHTML.
1083     * lang/italian: Updated, thanks to Pietro Danesi (danone).
1085 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
1086     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
1087       and XML dump.
1088     * libraries/display_export.lib.php3: Added <br /> before charset
1089       selection in export.
1091 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
1092     * lang/*: $updComTab -> $strUpdComTab
1093     * libraries/relation.lib.php3: put back version 1.30 message
1094       that uses $strUpdComTab
1095     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
1097 2003-04-09 Garvin Hicking <me@supergarv.de>
1098     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
1099       to prevent false arrow aligning when using 'same widths'.
1101 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
1102     * lang/galician: update, thanks to Xosé Calvo
1103     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
1104     * lang/italian: Updated, thanks to Pietro Danesi.
1105     * lang/chinese_gb: update, thanks to (fundawang)
1106     * lang/swedish: update, thanks to Björn T. Hallberg
1107     * lang/norwegian: update, thanks to Sven-Erik Andersen
1109 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
1110     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
1111       multi submit actions.
1113 2003-04-06 Garvin Hicking <me@supergarv.de>
1114     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
1115       Now multiple fields can be inserted at cursor position (Mozilla/IE)
1116       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
1117     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
1118       libraries/relation.lib.php3: RFE #715914: Sort query history by
1119       (autoincrement) key instead of timevalue. Only save queries in
1120       history if they were successful. This required the moving of
1121       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
1122       test, if this works for everyone. It does for me.
1124 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
1125     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
1126       column before MySQL 3.23 (bug #712055).
1127     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
1128       machines with register_globals = off.
1130 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
1131     * lang/romanian updates, thanks to Valics Lehel
1132     * lang/slovenian update, thanks to Kositer Uros
1134 2003-04-03 Garvin Hicking <me@supergarv.de>
1135     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
1137 2003-04-02 Garvin Hicking <me@supergarv.de>
1138     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
1139     * tbl_move_copy.php3: At least one of the PDF integrity checks
1140       on moving/copying a table can safely be enabled.
1141     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
1142       newly created table' depend on a selected checkbox. State of that
1143       checkbox is saved in a cookie.
1144     * lang/*: Added $strSwitchToTable for the above.
1145     * lang/german-*: Translations
1147 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
1148     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
1149       generated SQL dump, move to newly created table also after copying.
1150     * tbl_properties_operations.php3: Some fixes for html entities in db/table
1151       names.
1152     * db_details_structure.php3, mult_submits.inc.php3,
1153       tbl_properties_structure.php3: Show multi submits result after headers
1154       and tabs from originating place.
1155     * lang/czech: Updated.
1156     * tbl_properties_operations.php3: Not only remember, but also recall state
1157       of checkbox for move to newly created table (see Garvin's entry above).
1159 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
1160     * Documentation.html: clarify about wildcard database
1161     * lang/bulgarian, translators.html: big update from the new translator:
1162       Stanislav Yordanov, stan at stud.ru.acad.bg
1163     * lang/italian: Updated, thanks to Pietro Danesi.
1165 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
1166     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
1167       thanks to Jose Fandos (jose.fandos at sonnd.com)
1169 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1170     * server_privileges.php3, lang/*.inc.php3:
1171       - Fixed bug #708292 (Support for host-based privileges).
1172       - Show SQL query when adding a user.
1173     * server_processlist.php3, lang/*.inc.php3: Feature #707495
1174       (SHOW FULL PROCESSLIST).
1175     * lang/german-*.inc.php3: Updates.
1177 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
1178     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
1180 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
1181     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
1182       tbl_properties_operations.php3, tbl_properties_structure.php3,
1183       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
1184       more fixes for HTML entities in field/table/db name.
1186 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1187     * Documentation.html: Fixed GRANT queries for the controluser.
1189 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
1190     * main.php3: replace the 'USE mysql' test, as users with a global
1191       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
1193 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
1194     * tbl_query_box.php3, tbl_properties_operations.php3,
1195       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
1196       HTML entities fixes.
1197     * read_dump.php3: Fixed detection of $goto.
1198     * header.inc.php3: Neated URL generating.
1199     * lang/czech: Updated.
1201 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
1202     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
1203       multisubmit actions (RFE #622603).
1204     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
1205       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
1206       queries for multiple tables.
1207     * db_details_structure.php3: Display correctly table names that contain
1208       HTML entities.
1209     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
1210       caused HTML entities to be quoted twice.
1211     * tbl_indexes.php3: Fixed editing of index with HTML entities.
1212     * lang/czech: Updated.
1213     * tbl_properties_structure.php3: Fix enabling/disabling links to index
1214       creating (it requires type, but there was also MIME type added).
1216 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
1217     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
1218       config.inc.php3, Documentation.html: disabling of the parser no
1219       longer possible
1221 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
1222     * libraries/defines.lib.php3: Small bugfix.
1223     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
1224     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
1225       errors.
1227 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
1228     * libraries/transformations/text_plain__imagelink: display the
1229       image, with width and height options
1230     * libraries/transformations/text_plain__link: the link was not
1231       functional at my site; also, document this transform in lang.
1233 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
1234     * server_privileges.php3: typo
1235     * lang/french update
1236     * image_jpeg__plain renamed to text_plain__imagelink, because
1237       the contents is not an image but a filename
1239 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
1240     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
1241       to sql.php3.
1242     * libraries/display_export.lib.php3: Again fixed selecting table/db
1243       filename template.
1244     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
1245       table.
1247 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
1248     * lang/hebrew update, thanks to Yuval Sarna
1250 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
1251     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
1252     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
1253       type when doing charset conversion.
1254     * libraries/display_export.lib.php3: Fixed selecting table/db filename
1255       template.
1256     * libraries/read_dump.lib.php3, db_details.php3,
1257       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
1258       Automatic detection of compression for uploaded data.
1260 2003-03-19 Garvin Hicking <me@supergarv.de>
1261     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
1262       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
1263       input area (SQL window, table properties) AND in the 'Insert/Update field' display
1264       where you can upload files to blob fields. Experimental.
1266 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1267     * lang/german-*.inc.php3: Updates.
1269 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
1270     * tbl_properties_operations.php3: fixed bad id of option (#706147).
1271     * lang/dutch: Updated, thanks to Gilles van den Hoven.
1272     * lang/thai: Updated.
1273     * lang/italian: Updated, thanks to Pietro Danesi.
1274     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
1275     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
1276     * lang/chinese: Updated, thanks to Siu Sun.
1278 2003-03-18 Garvin Hicking <me@supergarv.de>
1279     * libraries/display_export.lib.php3: Fixed variable usage.
1280     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
1281       libraries/common.lib.php3: Added new transforms for a substr()
1282       function, a dateformat() modified and a basic plugin for external
1283       programs. Support for TIDY has been experimentally been built in.
1284       External programs make use of piping and thus cannot be used in
1285       Windows.
1286       Added the ability for transforms to adjust the "nowrap" option of a
1287       cell.
1288       Some german translation.
1290 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
1291     * libraries/select_lang.lib.php3: modify order of Russian lang files
1292       because MSIE does not accept cp866 and users do not see anything,
1293       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
1295 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
1296     * libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
1297       Konqueror doesn't like it there and it is not needed.
1298     * lang/czech: updated.
1299     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
1300       when using transformations.
1301     * libraries/display_export.lib.php3, db_details_links.php3,
1302       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
1303       server_processlist.php3, server_status.php3, server_variables.php3,
1304       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
1305     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
1306       specify how will filename for exported data look like (RFE #678642).
1307     * Documentation.*: Next release seems to be 2.5.0.
1308     * lang/latvian: Updated, thanks to Sandis Jerics.
1310 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
1311     * pdf_pages.php3  will now check if the pdf_pages table has entries
1312       that reference tables that no longer exist. if it does user is prompted
1313       to delete them.
1315 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
1316     * user_password.php3, header.inc.php3, libraries/user_password.js:
1317       put back js functions for user password change (= old user_details.js)
1318     * libraries/display_tbl.lib.php3, functions.js: new feature:
1319       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
1321 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
1322     * pdf_pages.php3: Automatic layout of tables on the schema
1324 2003-03-15 Garvin Hicking <me@supergarv.de>
1325     * pdf_schema.php3: Fixed typo.
1327 2003-03-14 Garvin Hicking <me@supergarv.de>
1328     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
1329     '../' safety issues, display transformations only if file exists
1330     (Bug #703555)
1332 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
1333     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
1334         - Typo fixes:
1335         s/RestricColumnTypes/RestrictColumnTypes/
1336         s/RestricFunctions/RestrictFunctions/
1337     * scripts/create_tables.sql:
1338         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
1340 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
1341     * server_status.php3: Fixed the Garvin's calculations.
1342     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
1343     * libraries/header_meta_style.inc.php3,
1344       libraries/transformations/overview.php3: Fixed CSS link.
1345     * tbl_properties.inc.php3: Added tooltips for transformations.
1347 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
1348     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
1350 2003-03-13 Garvin Hicking <me@supergarv.de>
1351     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
1352     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
1353     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
1354       results page (1px border in the color of BrowserMarkerColor around the cells).
1355       RFE #638800
1356     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
1357       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
1358       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
1359       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
1360       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
1361     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
1362       clarity. Make it easier to enable defaults (RFE #695265)
1364 2003-03-12 Garvin Hicking <me@supergarv.de>
1365     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
1366       was not displayed if it has no comment.
1367     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
1368       bookmarktable.
1369     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
1370       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
1371       label as the tablename is found.
1372     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
1373       auto_increment value. (RFE #639655)
1374     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
1375       Display DB comments and MIME types, where appropriate.
1376     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
1377       the querywindow which didn't show the latest querys always.
1378     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
1379       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
1380       to do, so please see Documentation.html. I thought it too hard to move the
1381       bookmark-box around where you can store the bookmarks, because there are a couples
1382       of redirections involved. So the major problem is that your to-be-stored bookmark
1383       HAS to yield at least a single result row for you to be able to store that.
1384     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
1385       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
1386       for that table.
1387     * tbl_properties_export.php3, db_details_export.php3,
1388       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
1389       export now is a perfect look-alike except for a multi-tables dropdown.
1390       Put the code to display the export into a seperate file for re-usability.
1391     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
1392       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
1393       map to which MySQL field type and in the dropdown of the function list first
1394       display the fitting functions, and then for compatibility reasons the rest of
1395       the functions.
1396       TODO: I don't know if I chose the correct mapping for all types. Please correct
1397       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
1398     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
1399       tbl_rename.php3, libraries/relation.lib.php3:
1400       Bugfix #579256 / RFE #577328 : Automatic update of relations,
1401       display fields, comments, bookmarks, ... on update, delete and duplicate.
1402       Automatic duplication/moving of PDF pages does not yet work. Would the
1403       original author please be so kind to have a look at the tbl_move_copy.php
1404       script, search for '[TODO]' and apply necessary fixes? ;)
1405     * tbl_dump.php3: New $sql_structure variable for the new table export
1406       design broke DB export functionality. Fixed this.
1408 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
1409     * lang/ukrainian: update, thanks to Markijan Baran
1411 2003-03-11 Garvin Hicking <me@supergarv.de>
1412     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
1413       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
1414       Improved security of docSQL importer. You now can only access
1415       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
1416       file on its own via File Upload (if $is_upload is true).
1417       Filenames not matching the converter will no more printed out to
1418       maintain security. Permits input of '../'.
1419     * transformation_wrapper.php3 - Remove $err_url, because if a query
1420       fails here, the user won't get to see the error string anyways.
1421       Can happen if you want to display a blob without having an index
1422       key in your query, because the blob cannot be filtered by a content
1423       WHERE-string.
1425 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
1426     * libraries/sqlparser.data.php3: bug 700082, support of XOR
1428 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1429     * translators.html: Another mechanism against stupid people who use the
1430       translator list as a list of localised support hotlines or try to get a
1431       translation by mail order... :o)
1432     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
1433       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
1434       that the correct font families are used.
1436 2003-03-10 Garvin Hicking <me@supergarv.de>
1437     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
1438       thanks to Csaba Gabor!
1439     * sql.php3: Fixed another occurence of addslashes() where it no longer
1440       belongs.
1441     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1442       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
1443       - when creating/altering/adding table fields you can now change the
1444       wrong form input, instead of losing all your data. Have fun. :-)
1445     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
1446       lang/*:
1447       Added new table export format by Michal Cihar. db_details_export.php3
1448       should be adapted to the new layout somewhen. Fixed Compression.
1449     * header.inc.php3, header_printview.inc.php3, index.php3,
1450       left.php3, queryframe.php3, querywindow.php3,
1451       transformation_wrapper.php3, css/phpmyadmin.css.php3,
1452       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
1453       libraries/functions.js, libraries/header_http.inc.php3,
1454       libraries/header_meta_style.inc.php3, libraries/left.js
1455       libraries/sqlparser.lib.php3:
1456       Massive code-cleanup. Put all stylesheets into new central file
1457       css/phpmyadmin.css.php3. To reduce overhead in this file, the
1458       common.lib.php3 has a new variable to determine whether the full
1459       code structure or only those codes needed for the stylesheet class
1460       is parsed. This is to prevent duplicated code, even though it looks
1461       somehow ugly. The stylesheet is now embedded via a <link rel>-
1462       directive and should also be able to be cached by the browser.
1463       See patch #699454.
1464       Also some unneccessary code was removed from querywindow/wrapper.
1465     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
1466       fieldnames to be mapped to false keys for display.
1468 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
1469     * transformation_wrapper.php3, lang/*,
1470       libraries/transformations/image_png__inline.inc.php3:
1471       new transformation for png (inline)
1472       (still issues with PNG's transparency in PHP 4.3.0)
1473     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
1475 2003-03-09 Garvin Hicking <me@supergarv.de>
1476     * db_printview.php3: Added print button (#700205)
1478 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
1479     * libraries/transformations/*.sh: did not work in bash
1481 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
1482     * transformation_wrapper.php3, lang/*,
1483       libraries/transformations/image_jpeg__inline.inc.php3:
1484       now 2 options for resize: width, height
1486 2003-03-06 Garvin Hicking <me@supergarv.de>
1487     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
1488       Fix bug #658668, special escaping of \n, \r and \t characters.
1489       Please test, works fine for me now (both magic_quotes on/off).
1491 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
1492     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
1493     * updatedocs.sh: Script to make conversion easier
1495 2003-03-05 Garvin Hicking <me@supergarv.de>
1496     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
1497     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
1498       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
1499       call with PMA_sqlAddslashes() call because of new global s
1500       lashes-handling.
1501     * sql.php3: Fixed querytime bug, when query was only shown for PHP
1502       display.
1503     * read_dump.php3, sql.php3, tbl_alter.php3,
1504       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
1505       where not neccessary, because grab_globals already stripslashed
1506       the data. This fixes the problem of the SQL Pretty printer showing
1507       the data wrongly formatted.
1509 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
1510     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
1511      #697961)
1513 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
1514     * Documentation.html, faq 1.29 about the "duplicate field names" problem
1515     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
1516       libraries/transformations/image_jpeg__inline.inc.php3:
1517       resized thumbnails
1519 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
1520     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
1521       containing quotes.
1522     * libraries/common.lib.php3:
1523       - Avoid reloading the left frame twice;
1524       - PHP3 compatibility;
1525       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
1526         in CGI mode.
1528 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
1529     * badwords.txt: bug 692874: "date" is not a reserved word
1531 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1532     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
1533       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
1534       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
1535       tbl_move_copy.php3, tbl_properties.inc.php3,
1536       tbl_properties_operations.php3, tbl_properties_options.php3,
1537       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
1538       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
1539       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
1540       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
1541       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
1542       extracting the arrays $_GET and $_POST. This should replace a lots of
1543       workarounds and avoid present and future problems with magic_quotes_gpc.
1544     * server_privileges.php3, libraries/common.lib.php3:
1545       - Escape wildcard characters in the database and table dropdown boxes;
1546       - CSS fixes.
1548 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
1549     * lang/english: typo
1550     * tbl_dump.php3: undefined variable $use_comments
1551     * tbl_properties_export.php3: bug 692143: now we remove the
1552       LIMIT clause from the original query to use the limits entered
1553       on the export form
1554     * pdf_schema.php3: better header/footer for long pages,
1555       thanks to Maxime Delorme
1557 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
1558     * tbl_indexes.php3: Cleaner solution for showing query after changing
1559       index.
1561 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
1562     * libraries/xpath/XPath.class.php, libraries/xpath/:
1563     - Removed (was part of the early DB config prototype)
1564     * lang/translatecount.sh:
1565     - Counts just how out of date the translations are!
1567 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
1568     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
1569       #694800), show structure after modifying index.
1571 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
1572     * Documentation.html: Fixed a typo.
1573     * server_privileges.php3: Fixed bug #691910.
1574     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
1575       thanks to Jason Carlson (jjcarlson).
1577 2003-02-28 Garvin Hicking <me@supergarv.de>
1578     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
1579       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
1580       Documentation.html:
1581       - Finetuneing for query window: Only three tabs, if DefaultTab
1582         is not set to 'full'.
1583       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
1584       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
1585          Rabus ;).
1586       - Made the textarea smaller (*1.25 instead of *2) for the window only.
1587       - Fixed a bug when you changed from a table to a database on the left frame and the
1588         query window still wants to show the previous table.
1589     * tbl_query_box.php3: Only show fieldlist, when $table is set.
1590     * translators.html: Adjusted to same topmenu as Documentation.html.
1591       With the new 'Transformations' item the bar was too large to fit
1592       on standard 800x600 browser windows.
1594 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
1595     * lang/czech: Updated.
1596     * lang/english: Resorted.
1598 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
1599     * libraries/common.lib.php3, libraries/config_import.lib.php3:
1600       - Backwards compatibility;
1601       - Removed some unnecessary code;
1602       - Added a small HOWTO.
1603     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
1604     * lang/german-*.inc.php3: Grammar.
1605     * Documentation.html: Fixed some dead links.
1606     * scripts/create_tables.sql: Adjusted table comments.
1608 2003-02-27 Garvin Hicking <me@supergarv.de>
1609     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
1610       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
1611     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
1612       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
1613       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
1614     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
1615       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
1616       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
1617       directions, so with this mode you can see about 6 columns at once on a single screen.
1618     * tbl_properties.inc.php3: Fixed bug when certain fields are not
1619       enabled, they threw an undefined offset. [2nd try, now for real :)]
1620     * Documentation.html: Updated for my new features. Should include
1621       everyting, I hope. But seriously needs a proofread.
1622     * config.inc.php3: Inserted new directives for empty
1623       $cfg['Servers'][$i]. (history, verbose_check)
1624     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
1625       to suppress Notices/Warnings when MIME-types are not enabled.
1627 2003-02-26 Garvin Hicking <me@supergarv.de>
1628     * lang/german-*: better grammar. ;)
1629     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
1630       usage for special queries like 'SHOW FIELDS', where certain variables are
1631       not set.
1632     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1633       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
1634       transformation_wrapper.php3, libraries/config_import.lib.php3,
1635       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
1636       scripts/create_tables.sql:
1637        Test if MIME-feature are really available. Preparation for PMA_db-based
1638        SQL-History.
1639        Removed a dupe for inserting comments, fixed integrity check when
1640        moving/renaming tables and keeping comments.
1641      * header.inc.php3: Added one more Javascript if-structure to make sure
1642        the frameset is initialized when querying for an active window. Without
1643        this, when starting phpMyAdmin for the first time, IE6 may complain
1644        depending on the order it loads the framesets.
1646 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
1647     * db_details_structure.php3: undefined variable $comment
1648     * tbl_move_copy.php3: 'column_info'
1650 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
1651     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
1652       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
1653       $datefmt (translations #692065).
1654     * lang/japanese-*.inc.php3: Fixed some inconsistences.
1655     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
1656       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
1657       libraries/config_import.lib.php3, libraries/relation.lib.php3,
1658       libraries/transformations.lib.php3: Changed 'column_comments' to
1659       'column_info'.
1660     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
1661       <http://www.phpmyadmin.net/ChangeLogs/>.
1663 2003-02-25 Garvin Hicking <me@supergarv.de>
1664     * tbl_properties.inc.php3: Fixed duped display of comments due to
1665       merging diff conflict.
1666     * lang/german*: German translations, only missing transformation
1667       descriptions. They shouldn't be translated at that early point, I guess.
1668     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
1669       libraries/transformations.lib.php3: 'column_info', they were somehow
1670       not included in rabus' commit?!
1672 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
1673     * common.lib.php3: Backwards compatibility.
1675 2003-02-24 Garvin Hicking <me@supergarv.de>
1676     Submitted multiple patches from the patch tracker:
1677     * JS rowmarker now works in vertical display mode
1678         Files: libraries/functions.js, display_tbl.lib.php3
1679     * Display nav_bar even when only one row is returned, to enable display in
1680         vertical/horizontal mode (especially for rotated headers)
1681         Files: libraries/display_tbl.lib.php3
1682     * Measures basic query time [#571934]
1683         Files: sql.php3, display_tbl.lib.php3
1684     * New display mode with 90 degree rotated table headers [#544361]. Works
1685         either as CSS or as 'faked' PHP-transformation.
1686         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
1687     * Update and display column comments in Add/Edit Fieldmode and CREATE table
1688         mode. Display comments in table structure (optional) with underlined
1689         CSS-mouseovers. Display comments in browser mode (optional), both in
1690         vertical and horizontal display mode. Keep column comments in synch, when
1691         DROPping/ALTERing and moving/copying tables.
1692         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1693         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
1694         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
1695         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
1696         libraries/relation.lib.php3
1697     * Display and enter DB/table comments for navigation, stored in pma comments table.
1698         May be displayed as Alias-Tooltips in left frame. [#650064]
1699         Files: db_details_structure.php3, left.php3, relation.lib.php3
1700     * Display column comments in table/database dumps, as inline SQL-Comments
1701         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
1702     * Display MIME types to transform any table cell. You can only choose from a
1703         list of pre-defined MIME-types. The list gets built by a function searching
1704         a directory for valid transforms. For further information see
1705         libraries/transformations/README-file and soon in documentation. ;)
1706         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
1707         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1708         tbl_move_copy.php3, transformation_wrapper.php3,
1709         libraries/display_tbl.lib.php3, libraries/transformations/*
1710         TODO: Add predefined functions!
1711     * Display a (javascript) based query window as a new frame below the left
1712         frame with query history [#526008]. Currently a bit experimental, works with
1713         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
1714         work with any browser.
1715         Files: queryframe.php3, querywindow.php3, header.inc.php3,
1716         tbl_query_box.php3, common.lib.php3
1718 2003-02-24 Olivier L. Müller  <om@omnis.ch>
1719     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
1720       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
1721       generated URL -> prevents a double password query with some browsers
1722       (Safari) in case of http authentication.  (tested with https, http and
1723       http running on port 8080)
1725 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
1726     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
1727       fields type into special variable. Fixes #647689.
1728     * db_details_structure.php3: Removed extra /. Fixes #692171.
1730 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
1731     ### 2.4.0 released
1733 2003-02-23 Olivier L. Müller  <om@omnis.ch>
1734     * docs.css: highlight FAQ questions in blue -> more readble.
1736 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
1737     * server_privileges: Better code for "check privileges"; This should fix
1738       bug #687808 and a few other problems.
1739     * ANNOUNCE.txt: Updated list of known bugs.
1740     * server_variables.php3: Modified generated XHTML code.
1742 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
1743     * lang/italian update, thanks to Pietro Danesi
1744     * lang/slovak update, thanks to Lubos Klokner
1745     * lang/polish: update, thanks to Jakub Wilk
1746     * lang/thai: update, thanks to Arthit Suriyawongkul
1747     * tbl_change.php3: do not use enctype="multipart/form-data"
1748       if !$is_upload (possible solution for bug 689215)
1749     * lang/swedish: update, thanks to Björn T. Hallberg
1751 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
1752     * libraries/display_tbl.lib.php3: Coding standards.
1753     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1754     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1755     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1756     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
1758 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
1759     * sql.php3: bug 649665: undefined variables with UNION, and
1760       also get the correct row count
1761     * lang/norwegian: update, thanks to Sven-Erik Andersen
1763 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
1764     * server_databases.php3:
1765       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
1766       - The link "check privileges" is now only displayed to superusers.
1768 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1769     * lang/czech: Updated.
1770     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
1772 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
1773     * server_privileges.php3: Fixed edit link.
1774     * Documentation.html:
1775       - Reformulated some passages;
1776       - FAQ 1.28.
1777     * ANNOUNCE.txt: Synchronized features list with documentation.
1778     * server_databases.php3: Fixed bug #688271 (missing "?").
1780 2003-02-17 Garvin Hicking <me@supergarv.de>
1781     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
1782       Reworked blob file upload. More security cautions, and preserve
1783       fields contents, if no new file was uploaded. Moved is_uploaded_file
1784       function from read_dump.php3 to common.lib.php3 for reusability.
1786 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
1787     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
1788       upload, upload field moved into table.
1790 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
1791     ### 2.4.0-rc2 released
1792     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
1793       correct number of rows
1795 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
1796     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
1797       - Reimplemented ability to change a user's login information
1798         (bug #684984);
1799       - Feature: copy user profiles;
1800       - "Check privileges" should now also check for wildcards;
1801       - The revoke mode for deleting users did not always produce valid MySQL.
1802     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
1803     * ANNOUNCE.txt: synchronized list of features and fixes.
1805 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
1806     * lang/czech: Updated.
1807     * docs.css: Fixed URL.
1809 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
1810     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
1811       for splitting the SELECT clauses, to solve almost all records
1812       counting bugs
1813     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
1814     * lang/japanese: update, thanks to Yukihiro Kawada
1816 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
1817     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
1818       it if necessary.
1819     * libraries/common.lib.php3: Don't display edit link for
1820       database-independant queries.
1821     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1822     * docs.css:
1823       - Wrong URI;
1824       - Typo.
1826 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
1827     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
1828       Reimplemented "check privileges" feature.
1830 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
1831     * sql.php3: Fix simple little bug #685082
1833 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
1834     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
1835       is broken), thanks to Alexander Schuch (ci-dev).
1837 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
1838     * lang/indonesian update, thanks to Rachim Tamsjadi
1839     * lang/italian update, thanks to Pietro Danesi
1840     * lang/lithuanian update, thanks to Vilius Zigmantas
1841     * lang/slovenian update, thanks to Kositer Uros
1842     * lang/swedish: update, thanks to Björn T. Hallberg
1843     * tbl_change.php3: upload field only to BLOBs
1844     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
1845       font size
1847 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
1848     * tbl_replace_fields.php3: sometimes we receive "none" as the file
1849       name when there is no field upload for some field
1850     * sql.php3: bug 684712, undefined variable $table (js disabled
1851       and confirmation for drop database)
1853 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
1854     * server_databases.php3: Wrong link title.
1856 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
1857     * server_databases.php3: Ensured that the database list is built.
1859 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
1860     * lang/catalan: update, thanks to Xavier Navarro
1862 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
1863     * lang/Galician*: Updates thanks to xosecalvo
1865 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
1866     * lang/czech: Updated again.
1868 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
1869     * server_databases.php3, lang/*.inc.php3:
1870       - Bugfixes & interface cosmetic;
1871       - Drop multiple databases.
1872     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
1873     * lang/german-*.inc.php3: Updates.
1874     * config.inc.php3: Added a note about another possible setting.
1875     * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1876     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1877     * translators.html: Fixed a typo.
1878     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1879     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1881 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
1882     * config.inc.php3, lang/add_message.sh: Typos.
1883     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
1884     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
1885       Reworte db_stats.php3 to be conform with the new server_ pages.
1887 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
1888     * lang/czech: Updated.
1890 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
1891     * lang/italian: update, thanks to Pietro Danesi
1892     * lang/norwegian: update, thanks to Sven-Erik Andersen
1893     * lang/polish: update, thanks to Jakub Wilk
1894     * lang/swedish: update, thanks to Björn T. Hallberg
1895     * lang/slovak: remove duplicates
1896     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
1898 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
1899     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
1900     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
1901       be '$strDBGMax'
1902     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
1904 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
1905     * libraries/sqlparser.lib.php3: PHP3 parse error
1906     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
1907       libraries/relation.lib.php3: bug 681298, we should always backquote
1908       a restricted word like "comment" when used as an identifier
1909     * Documentation.html, bug 681776, wrong command for my.ini file
1910     * libraries/left.js: png files
1912 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
1913     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
1914       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
1915     * Documentation.html: Removed FAQ entry about Opera 7.
1916     * db_stats.php3: One <img> tag still pointed to a GIF file.
1918 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
1919     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
1920       UPDATE query if there was some binary upload in it, otherwise
1921       display it
1923 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
1924     * common.lib.php3:
1925       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
1926         Bailey (charles_bailey);
1927       - Don't use small fonts for Opera 7.
1928     * ldi_check.php3: Backslahes should be escaped.
1929     * Documentation.html: Added a note about Opera 7.
1931 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
1932     * Documentation.*: Added information about binary checkbox when uploading
1933       files.
1935 2003-02-04 Garvin Hicking  <me@supergarv.de>
1936     * common.lib.php3: Fixed a possible 'undefined index' error.
1938 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
1939     * Documentation.html: new faq entry about IE bug with http auth,
1940       switching from one server to the other
1941     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
1942       and only table selected)
1943     * ldi_check.php3: check local_infile on recent MySQL versions,
1944       thanks to Alexander
1946 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
1947     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
1948       #678729).
1949     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
1950     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
1951       variable: charset_of_file).
1953 2003-02-03 Garvin Hicking  <me@supergarv.de>
1954     * pdf_schema.php3, libraries/dbg/profiling.php3,
1955       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
1957 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
1958     ### 2.4.0-rc1 released
1959     and after the release:
1960     * lang/romanian: update, thanks to Valics Lehel
1961     * lang/spanish: update, thanks to Daniel Hinostroza C.
1962     * lang/catalan: update, thanks to Xavier Navarro
1963     * lang/dutch update, thanks to Ivo Teel
1965 2003-02-02 Olivier L. Müller  <om@omnis.ch>
1966     * tbl_addfield.php3: ignore empty fields on alter table
1968 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
1969     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1970       compatibility.
1971     * lang/german-*.inc.php3: Updates.
1972     * server_privileges.php3: Remove column privileges.
1973     * config.inc.php3: Added $cfg['DefaultTabServer'].
1974     * header.inc.php3: Link the default tabs.
1975     * libraries/common.lib.php3: PHP3 compatibility.
1977 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
1978     * lang/czech: Updated.
1979     * lang/sort_lang.sh: This needs bash.
1981 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
1982     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
1983     * lang/norwegian: update, thanks to Sven-Erik Andersen
1984     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
1985     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
1986       (later when we get enough translations,
1987        we can use it instead of $strCandLoadMySQL)
1988     * lang/romanian: update, thanks to Valics Lehel
1989     * lang/galician: update, thanks to Xosé Calvo
1990     * lang/lithuanian: update, thanks to Vilius Zigmantas
1991     * lang/japanese: update, thanks to Yukihiro Kawada
1992     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
1993       thanks to Alexander
1995 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
1996     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
1997     re-entry into Earth's atmosphere. In memory of the brave men and women who
1998     gave their lives for the people of Earth. ---
1999     * Documentation.html: Removed a bit of duplication in [7.4] and the
2000     Developers section
2001     * libraries/dbg: New directory for DBG code
2002     * libraries/dbg/setup.php3:
2003        - DBG initialization code, including module support
2004     * libraries/dbg/profiling.php3: Profiling code
2005     * lang/*: New strings added for DBG extension
2006     * config.inc.php3: config options for DBG, off by default
2007     * footer.inc.php3: DBG profiling output
2009 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
2010     * Documentation.*, translators.html, docs.css: New documentation layout.
2011     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
2013 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
2014     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
2015       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
2016       new Feature: BLOB field upload
2017       (TODO: handle open_basedir restrictions)
2019 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
2020     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
2021       libraries/config_import.lib.php3: Added experimental support for
2022       compressed connections to the MySQL server.
2024 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
2025     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
2026       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
2028 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
2029     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
2030     * Documentation.html, translators.html: Unified using of font sizes.
2032 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
2033     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
2034       user management.
2035     * server_processlist.php3: Fixed a bug the denied the access to the
2036       process list for normal users.
2037     * config.inc.php3: Removed note about buggy setting.
2038     * lang/german-*.inc.php3: Updates.
2039     * Documentation.html: There won't be a PHP 4.5.0; typos.
2041 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
2042     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
2044 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
2045     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
2047 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
2048     * lang/slovenian update: thanks to Kositer Uros (urosh)
2049     * lang/albanian: update, thanks to Laurent Dhima
2050     * lang/slovak update, thanks to Lubos Klokner
2052 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
2053     * libraries/relation.lib.php3: improve messages
2055 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
2056     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
2058 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
2059     * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
2060     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
2061     * lang/english*: Resorted and Resynced.
2062     * lang/farsi*: Added ready for Farsi translation
2063     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
2064         - Updates ready for Farsi translation
2065     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
2066     * fulltext.png, partialtext.png, pma_logo.png:
2067         - Ran PNGCRUSH on files to reduce size optimially.
2068     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
2069     vertical_line.gif, item_rtl.gif, item_ltr.gif:
2070         - Old image files removed and replaced with PNG files (feature
2071         #458895)
2072     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
2073     vertical_line.png, item_rtl.png, item_ltr.png:
2074         - New PNG image files (feature #458895)
2075     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
2076         - Code changes for PNG images (feature #458895)
2078 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
2079     * libraries/sqlparser.lib.php3: checkType function
2081 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2082     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2084 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
2085     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
2086       row limiting for exported results
2088 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
2089     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
2090       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
2091       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
2092       be SIGNED/UNSIGNED/ZEROFILL.
2094 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2095     * server_privileges.php3: Added column privileges editor.
2097 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
2098     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
2099       tbl_move_copy.php3, libraries/build_dump.lib.php3:
2100       Feature: Export results of SELECTs
2102 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
2103     * Documentation.html: faq 5.12 about OS X Safari problem
2104     * tbl_move_copy.php3: typo (wrong back link)
2106 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
2107     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
2108     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2110 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
2111     * server_privileges.php3: Wrong label.
2112     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
2113       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
2114       The script now works on the SF shell servers ONLY!
2116 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
2117     * lang/czech: Updated.
2118     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
2119       field editing.
2121 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
2122     * lang/sort_lang.sh: Fix status output bug '\n'
2123     * db_details_importdocsql.php3: Move hardcoded strings to language files
2124     * lang/*.php3: Add new strings for docSQL importer
2125     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
2126     * Documentation.html: Revised FAQ entry about SQL Validator
2128 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
2129     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2130     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2131     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
2132     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
2133     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
2135 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
2136     * pdf_pages.php3: feature: deleting a pdf page
2137     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
2138       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
2140 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2141     * server_privileges.php3:
2142       - Lookup database / table lists if possible;
2143       - The database name was displayed instead of the table name in the sub
2144         page heading.
2145     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
2146     * lang/norwegian-*.inc.php3: Updates, thanks to
2147       Sven-Erik Andersen (sven-erik).
2148     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
2149     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2151 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
2152     * lang/galician: update, thanks to Xosé Calvo
2153     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2155 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
2156     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
2157       all for fields selection.
2158     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
2159       (Jumping cursor using keyboard).
2160     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
2161       functions.js to allow jumping using keyboard.
2162     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
2163       works also for row editing.
2164     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
2166 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
2167     * libraries/sqlvalidator.class.php3:
2168       - Removed dependency on overload extension
2169       - Started to fix bug #644709
2170     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
2171       - Revert line 88 of sql.php3, and fix it a different way...
2173 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
2174     * read_dump.php3, sql.php3, libraries/common.lib.php3,
2175     libraries/sqlparser.lib.php3:
2176       - Fixed bug #641765, see mailing list post
2178 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2179     * server_*.php3:
2180       - The messages are now displayed by server_links.inc.php3, so
2181         server_common.inc.php3 may be included earlier;
2182       - Beautified code.
2183     * server_privileges.php3:
2184       - Wrong GRANT syntax;
2185       - Changed the default behavior of the for fields "pred_username" and
2186         "pred_password".
2188 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
2189     * tbl_change.php3: bug 665885, wrong back link after sql error
2190     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2191     * lang/ukrainian: update, thanks to Markijan Baran
2192     * lang/romanian: update, thanks to Valics Lehel
2193     * lang/japanese: update, thanks to Yukihiro Kawada
2195 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
2196     * lang/czech*: Updated.
2198 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
2199     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
2200       support for the EXTRACT ... FROM syntax which is not a real
2201       SELECT ... FROM
2203 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2204     * server_privileges.php3, lang/*.inc.php3:
2205       - Forgot to implement "This host";
2206       - Drop the users' databases;
2207       - Don't send comments to the MySQL server;
2208       - When trying to delete multiple users, display an error message if none
2209         have been selected.
2211 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
2212     * libraries/sqlparser.lib.php3, libraries/functions.js,
2213       sql.php3: - use the parser for confirmation requests
2214                 - better check before appending LIMIT
2215     * lang/galician: update, thanks to Xosé Calvo
2216     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
2217     * lang/indonesian: missing semicolon
2218     * lang/japanese: update, thanks to Yukihiro Kawada
2219     * lang/romanian: update, thanks to Valics Lehel
2221 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
2222     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
2223       and hidden input generating stuff.
2224     * almost all php3 files: Use new URL and hidden input generation stuff.
2225     * libraries/common.lib.php3: Addded extra check for MySQL even when in
2226       safe mode (could fix #661949).
2228 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2229     * lang/english-*.inc.php3: Fixed a typo.
2230     * server_privileges.php3, libraries/url_generating.lib.php3:
2231       - Beautified generated XHTML code;
2232       - Coding standards;
2233       - Added a missing @param comment.
2235 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
2236     * lang/czech: Updated.
2238 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
2239     * server_privileges.php3: Sorting user list.
2240     * translators.html: Typo.
2241     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2242     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
2243     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
2244     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2245     * lang/norwegian-*.inc.php3: Updates, thanks to
2246       Sven-Erik Andersen (sven-erik).
2247     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
2249 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
2250     * Documentation.html: clarification about cookie/http modes
2251     * lang/dutch update, thanks to Ivo Teel
2252     * lang/japanese: update, thanks to Yukihiro Kawada
2253     * lang/ukrainian: remove duplicate messages
2255 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2256     * server_privileges.php3:
2257       - Interface cosmetic;
2258       - Smaller bugfixes;
2259       - Added a db / table privileges editor.
2260     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
2261     * server_privileges.php3, libraries/server_privileges.js:
2262       - Optimized some JS functions for the new interface;
2263       - Added ability to create new MySQL users via GRANT (feature #502465).
2264     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
2265       Incremented version number to 2.4.0-dev.
2267 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2268     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
2270 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
2271     * lang/estonian*, malay*: remove control M
2272     * lang/romanian: update, thanks to Valics Lehel
2273     * lang/galician: update, thanks to Xosé Calvo
2274     * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
2276 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
2277     * lang/german*: Updated.
2279 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
2280     * lang/czech*: Updated.
2281     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2282     * lang/sort_lang.sh: Made POSIX sh compatible.
2283     * lang/check_lang.sh: Made require bash.
2284     * lang/swedish*: Updated.
2285     * lang/*: For many translations fixed missing/duplicate strings.
2287 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
2288     * lang/ukrainian: update, thanks to Markijan Baran
2289     * user_details.php3: add $strGrantOption
2290     * lang/french update
2291     * main.php3, lang/*.php3: $strOriginalInterface
2293 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
2294     * server_privileges.php3:
2295       - Made the script compatible to MySQL < 3.22.11;
2296       - Fixed the missing "LOCK TABLES" option in the privilege editor.
2297       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
2298         if all privileges have been selected.
2299     * libraries/sqlparser.data.php3:
2300       - Fixed bug #655817 (New privileges are not detected correctly).
2301       - Updated function list.
2303 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
2304     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2306 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
2307     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
2308       Added ability to delete users.
2310 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
2311     * tbl_dump.php3:
2312       - Fixed wrong charset information in XML exports.
2313       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
2314         of '4.00.05'.
2316 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
2317     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2319 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
2320     * server_privileges.php3: Fixed undefined variable warning.
2321     * lang/czech*: Updated.
2322     * lang/*: Fixed a typo.
2324 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
2325     * lang/romanian: update, thanks to Valics Lehel
2326     * lang/dutch update, thanks to Ivo Teel
2328 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
2329     * lang/norwegian-*.inc.php3:
2330       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
2331       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
2332     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
2333     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2334     * lang/german-*.inc.php3: Updates.
2335     * lang/*.inc.php3: Fixed a typo.
2336     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2337     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
2338     * server_privileges.php3, lang/*.inc.php3:
2339       - Bugfixes;
2340       - Small design modification;
2341       - Added ability to change passwords via SET PASSWORD FOR user.
2343 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
2344     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
2345       lang/*.inc.php3: Started rewriting the user administration; changes:
2346       - Use GRANT / REVOKE for privilege changes (feature #502465);
2347       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
2348       - Support for user resource limits;
2349       - Improved user friendliness.
2350       Currently, it can only display and edit global privileges.
2351     * libraries/common.lib.php3: Undefined index.
2352     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
2353     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
2355 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
2356     * main.php3: Since every user has access to his processlist, set
2357       is_process_priv to TRUE as default (fixes undefined variable warning).
2359 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
2360     * tbl_select.php3, bug 648263
2361     * libraries/common.lib.php3, bug 653764
2362     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
2363       append data only to a table
2365 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
2366     * lang/russian: update, thanks to Nicolay Zakharov
2368 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
2369     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
2370     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
2372 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
2373     * lang/russian: update, thanks to Nicolay Zakharov
2374     * lang/galician: update, thanks to Xosé Calvo
2376 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
2377     * libraries/get_foreign.lib.php3: bug 646263,
2378       bad drop-down in select sub-page
2380 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
2381     * libraries/common.lib.php3: Removed a comment.
2383 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
2384     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
2386 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
2387     * tbl_dump.php3: Fix output order of inserts/creates, generate file
2388       extension to include also file type, not only compression (now it
2389       generates something like dump.sql.gz).
2391 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
2392     * pdf_schema.php3: Change generated filename to
2393       db_pdfname.pdf instead of db_pdfnumber.pdf
2395 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
2396     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2397     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
2398     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
2399     * lang/norwegian-*.inc.php3: Updates, thanks again to
2400       Sven-Erik Andersen (sven-erik).
2401     * lang/german-*.inc.php3: Small grammar fix.
2403 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
2404     * lang/german-*.inc.php3: Updates.
2405     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
2406     * libraries/build_dump.php3:
2407       - Fixed part 2 of bug #652311 (Undefined variables);
2408       - Coding standards.
2410 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
2411     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
2412       cleaner charset conversion for export.
2413     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
2414       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
2415       thanks to Valentine for creating the patch #627496.
2417 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
2418     * lang/galician: update, thanks to Xosé Calvo
2419     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
2420       but there is still some work to do about how to split a UNION
2421     * tbl_properties_options.php3, bug 651522 wrong back-link,
2422       thanks to Mischka ( stollner at uni-muenster dot de )
2424 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
2425     * lang/czech*.php3: Updated translation.
2426     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
2428 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
2429     * server_*.php3, lang/*.inc.php3, main.php3:
2430       - Added 'SHOW PROCESSLIST' interface;
2431       - Small bugfixes.
2432       - XHTML fixes.
2433     * lang/spanish-*.inc.php3: Updates, thanks again to
2434       Dr. med. Daniel Hinostroza C.
2435     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
2437 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
2438     * lang/norwegian-*.inc.php3: Updates, thanks again to
2439       Sven-Erik Andersen (sven-erik).
2440     * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2441     * lang/spanish-*.inc.php3: Updates, thanks again to
2442       Dr. med. Daniel Hinostroza C.
2444 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
2445     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
2446       server_common.inc.php3, server_links.inc.php3, server_status.php3,
2447       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
2448       Started working on a new interface to server related pages.
2449     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2450     * lang/german-*.inc.php3: Updates.
2451     * lang/english-*.inc.php3: Reordered strings.
2453 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
2454     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
2455       bug 633422, use a button if search result would generate a too big URL
2457 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
2458     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
2459       Choose between Landscape and Portrait for the
2460       Datadictionary in PDF Pages
2461     * pdf_schema.php3: lineheight for Textrows in Datadictionary
2462       was equal to textheight, i added one mm above and below text
2463       (hope your tables are not too big not to fit on a page now ;)
2465 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
2466     * lang/german.inc.php3: Updates.
2467     * main.php3: Fixed bug #649641 (usernames containing '@' character).
2468     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
2469       warning / php >= 4.3.0) by Mats Engstrom (matseng).
2470     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
2471     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
2472       (sven-erik).
2473     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
2474     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
2475     * lang/italian-*.inc.php3:
2476       - Updates, thanks to Pietro Danesi (danone).
2477       - Coding standards.
2479 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
2480     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
2481       new data dict feature for PDF pages, thanks to Maxime Delorme
2482     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
2483       thanks to Piotr Roszatycki (d3xter)
2485 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
2486     * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
2488 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
2489     * pdf_schema.php3: remove control M
2490     * lang/dutch update, thanks to Ivo Teel
2492 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
2493     ### 2.3.3pl1 released
2496          --- Older ChangeLogs can be found on our project website ---
2497                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
2499 # vim: ft=changelog
2500 # vim: expandtab ts=4 sw=4 sts=4
2501 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
2502 # vim: fdn=1 fdm=expr