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