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