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