8 2003-05-28 Alexander M. Turek <rabus@users.sourceforge.net>
9 * translators.html: Typo.
11 2003-05-28 Marc Delisle <lem9@users.sourceforge.net>
12 * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
13 * lang/chinese_gb: Update thanks to Wang (fundawang).
14 * translators.html: more typos
16 2003-05-28 Garvin Hicking <me@supergarv.de>
17 * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
18 the PEAR library and PHP changed the way how referenced variables
19 get accessed, we have to pre-initialize the array and submit that
20 to the PEAR call() funktion.
21 * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
23 * tbl_relation.php3: Will now not show a selected display field, if
24 none has been set yet for a table to not let users think, the key
27 2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
30 2003-05-26 Marc Delisle <lem9@users.sourceforge.net>
31 * lang/chinese_big5: Updated, thanks to Siu Sun
32 ### 2.5.1-rc1 released
34 2003-05-26 michal cihar <nijel@users.sourceforge.net>
35 * documentation, config.inc.php3, tbl_change.php3,
36 tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
37 to disable ctrl+arrows moving.
39 2003-05-25 Garvin Hicking <me@supergarv.de>
40 * left.php3: Fix #742632 finally: Refresh to main.php3
41 if an empty DB has been selected.
43 2003-05-25 Marc Delisle <lem9@users.sourceforge.net>
44 * left.php3: new fix for #742632
45 * lang/polish: update, thanks to Jakub Wilk
46 * lang/italian: Updated, thanks to Pietro Danesi (danone).
48 2003-05-24 Marc Delisle <lem9@users.sourceforge.net>
49 * Documentation.html: talk about left frame levels
50 * lang/galician: update, thanks to Xosé Calvo
51 * lang/turkish: update, thanks to Bora Alioglu
53 2003-05-24 Garvin Hicking <me@supergarv.de>
54 * left.php3: Fix bug #742632, thanks to Kai Butchkau!
55 * read_dump.php3: Bug #741256
56 * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
57 when a query was submitted from the query window
59 2003-05-23 Marc Delisle <lem9@users.sourceforge.net>
60 * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
61 the analyzer, bug analyzed thanks to Michal!
63 2003-05-23 Michal Cihar <nijel@users.sourceforge.net>
64 * read_dump.php3, tbl_alter.php3: Tabs highlighting...
66 2003-05-22 Marc Delisle <lem9@users.sourceforge.net>
67 * lang/romanian updates, thanks to Valics Lehel
69 2003-05-22 Michal Cihar <nijel@users.sourceforge.net>
70 * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
72 * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
73 libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
75 * Documentation, config.inc.php3, libraries/config_import.lib.php3,
76 libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
78 * lang/sync_lang.sh: Removed dropped farsi translation.
79 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
80 * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
81 * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
83 2003-05-22 Garvin Hicking <me@supergarv.de>
84 * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
85 a query in (with/without) PHP code views, and display a new
86 "Execute query" link in this mode.
87 * lang/german*: Update.
89 2003-05-20 Garvin Hicking <me@supergarv.de>
90 * index.php3: New rewrite of how the frameset is created
91 (Patch item #738226 plus some <noframes> corrections).
92 This fixes compatibility problems, even though it's not
93 valid XHTML 1.0, because the <script>/<noscript> tags are
96 2003-05-20 Marc Delisle <lem9@users.sourceforge.net>
97 * lang/korean update, thanks to WooSuhan
98 * lang/estonian update, thanks to finsoft@sourceforge.net.
99 * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
100 * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
101 * lang/slovak update, thanks to Lubos Klokner
103 2003-05-20 Michal Cihar <nijel@users.sourceforge.net>
104 * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
106 * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
108 2003-05-18 Marc Delisle <lem9@users.sourceforge.net>
109 * left.php3, index.php3: bug 739348: because the db name is no longer
110 encoded in left.php3 (to accomodate html entities), we have to stop
111 decoding it, otherwise a db name with a plus sign is not selectable
112 * sql.php3: bug 738508: do a quick count on the rows to avoid
113 a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
115 2003-05-15 Michal Cihar <nijel@users.sourceforge.net>
116 * Documentation, config.inc.php3, tbl_change.php3,
117 libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
118 configurable (RFE #737174).
120 2003-05-14 Michal Cihar <nijel@users.sourceforge.net>
121 * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
122 CSV for multiple tables, it just puts all content into one file, but
123 some people seem to want this (based on patch #735136).
124 * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
125 slashes in filename with underscore to avoid possible problems.
126 * db_details_export.php3: Remember selected tables after exporting to a
128 * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
129 highliting tabs when including files (set $active_page for highliting).
130 * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
133 2003-05-14 Marc Delisle <lem9@users.sourceforge.net>
134 * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
136 2003-05-14 Garvin Hicking <me@supergarv.de>
137 * lang/german*: Translations.
138 * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
139 better fix for #624712), by Maxime Delorme. Thanks!
140 * tbl_change.php3: RFE #737174 implemented (comments welcome)
141 * tbl_change.php3: RFE #723124 implemented (reset button)
142 * read_dump.php3, tbl_query_box.php3: RFE #641760
143 * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
145 2003-05-13 Marc Delisle <lem9@users.sourceforge.net>
146 * libraries/sqlparser.data.php3: bug 736793, new reserved
147 word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
148 follows the syntax of an operator: SELECT 5 DIV 2) so I have put
149 it in the reserved words for now.
151 2003-05-13 Garvin Hicking <me@supergarv.de>
152 * footer.inc.php3, querywindow.php3: Fix bug #736197
153 (clicking on edit link from a sql-query now switches
154 to sql tab of the query window)
155 * left.php3: Improved performance by using str_replace instead
157 * lang/german*: Translations.
158 * libraries/common.lib.php3: Fix bug #736609 (Escaping of
161 2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
162 * left.php3: Fixed displaying of tables with quote in name.
163 * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
164 * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
166 * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
167 * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
168 * read_dump.php3: Correctly checks whether table exists.
169 * libraries/common.lib.php3: Highlight tab also when current page is
170 read_dump.php3 and $goto is link of current tab.
171 * tbl_replace.php3: Display message after updating row.
172 * libraries/common.lib.php3: Fix tab attributes when some specified as
174 * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
176 * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
177 lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
178 Documentation.html: Support for saving to file on server (part of RFE
181 2003-05-12 Garvin Hicking <me@supergarv.de>
182 * queryframe.php3: Remove left/bottom margin to better fit the link title
184 * footer.inc.php3: Only update db/table variables if the query was correct.
186 * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
187 common.lib.php3: Patch #725839 (Nested display of tables)
188 * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
190 2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
191 * index.php3: Better fix for #736003.
192 * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
193 * mult_submits.inc.php3, server_databases.php: Add confirmation when
194 dropping databases (bug #736238).
196 2003-05-11 Michal Cihar <nijel@users.sourceforge.net>
197 * Documentation.html, config.inc.php3,
198 libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
199 Merged patch #729514 - support for iconv parameters.
200 * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
201 multi statement query result. Closes RFE #728833.
202 * tbl_dump.php3, libraries/build_dump.lib.php3,
203 libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
204 export improvements. Now can export table structure and some other
205 options. Closes RFE #718942.
206 * tbl_change.php3: Remember state of insert as another row - fixes
207 #736064, show used query.
208 * index.php3: Fixed typo in hash, fixed bad hash propagated with
209 JavaScript. Fixes #736003.
211 2003-05-11 Marc Delisle <lem9@users.sourceforge.net>
214 2003-05-10 Marc Delisle <lem9@users.sourceforge.net>
215 * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
216 show just the pages near the current page
218 2003-05-10 Michal Cihar <nijel@users.sourceforge.net>
219 * libraries/common.lib.php3: Whole tab is now link.
220 * libraries/display_export.lib.php3: Disable CSV export for multiple
221 tables - fixes #734104.
222 * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
223 * lang/chinese: Update thanks to Wang (fundawang).
224 * lang/sync_lang.sh: Fix for POSIX sh.
225 * db_details_structure.php3: Don't display 0 for InnoDB tables as records
226 count - fixes #735441.
227 * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
228 fields (was treated like BLOB).
229 * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
232 2003-05-09 Marc Delisle <lem9@users.sourceforge.net>
233 * libraries/display_tbl.lib.php3: bug 731367: hexifying all
234 TEXT fields (a if on the type returns "blob") caused
237 2003-05-05 Marc Delisle <lem9@users.sourceforge.net>
238 * libraries/build_dump.lib.php3: bug 731866: text fields were
239 exported hexified, because mysql_field_type() was used and
240 it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
242 2003-05-02 Marc Delisle <lem9@users.sourceforge.net>
243 * libraries/get_foreign.lib.php3: bug 731480: was not counting
244 the rows of the foreign, thanks to Stefan Elssner
246 2003-05-02 Garvin Hicking <me@supergarv.de>
247 * css/phpmyadmin.css.php3: Small typo, seems to be
248 solution of support request #728820
249 * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
251 * Added scripts/inno2pma (from Ernie Hershey). Please see
252 Patch Tracker #709383 for further information.
253 * libraries/display_tbl.lib.php3: Bug #728813 (title for
254 relations when foreign_db != master_db)
255 * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
256 main.php3, queryframe.php3, libraries/common.lib.php3: Should be
257 the fix for Bug #730718.
258 Moved the hashform from the "nav"-frame to the "queryframe"-frame,
259 altered the way the form is submitted in LeftFrameLight mode to
260 keep the queryframe. Only if JavaScript is usable, otherwise it's
261 not necessary to keep the 'opener' pointer.
262 * libraries/display_tbl.lib.php3: PHP3 compatibility.
263 * libraries/common.lib.php3, db_details_common.php3, index.php3,
264 main.php3: Still have to propagate $hash to the left frame...
266 2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
267 * pdf_schema.php3, bug 729517, better comment output,
268 thanks to Maxime Delorme
270 2003-04-30 Michal Cihar <nijel@users.sourceforge.net>
271 * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
273 2003-04-29 Michal Cihar <nijel@users.sourceforge.net>
274 * server_privileges.php3: No need to escape wild characters here.
276 2003-04-29 Garvin Hicking <me@supergarv.de>
277 * tbl_move_copy.php3: Bug #729416
278 * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
280 * db_details_structure.php3: Prevent uninitialized variable
282 2003-04-28 Garvin Hicking <me@supergarv.de>
283 * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
284 Even more issues when QueryFrameJS is set to true, but JS is not
285 activated. Haven't ever thought this would be necessary. ;)
286 I tested everything with QueryFrame/QueryFrameJS set to true/false
287 with and without JavaScript enabled, and got everything working.
288 Please verify for yourselves! :)
290 2003-04-28 Marc Delisle <lem9@users.sourceforge.net>
291 * lang/polish: update, thanks to Jakub Wilk
293 2003-04-28 Michal Cihar <nijel@users.sourceforge.net>
294 * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
295 javascript). But there are still problems without javascript.
297 2003-04-27 Marc Delisle <lem9@users.sourceforge.net>
298 ### 2.5.0-rc2 released
300 2003-04-25 Michal Cihar <nijel@users.sourceforge.net>
301 * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
302 * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
303 * lang/thai: Updated, thanks to Arthit Suriyawongkul.
304 * lang/{catalan,english,indonesian,spanish}: Added some missing
307 2003-04-23 Michal Cihar <nijel@users.sourceforge.net>
308 * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
309 * libraries/display_export.lib.php3: Automatically check "Save as file"
310 when selecting compression.
312 2003-04-22 Garvin Hicking <me@supergarv.de>
313 * libraries/common.lib.php3, main.php3, db_details_common.php3:
314 When reloading the frame, propagate hash value (for querywindow)
316 2003-04-22 Marc Delisle <lem9@users.sourceforge.net>
317 * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
320 2003-04-20 Garvin Hicking <me@supergarv.de>
321 * libraries/display_tbl.lib.php3, index.php3, left.php3,
322 tbl_query_box.php3, queryframe.php3, querywindow.php3:
323 Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
324 (serious) issues with multiple instances of phpMyAdmin and
325 the query window. Also made sure that disabling the QueryFrame
326 is possible without seeing errors. Of course, this is
327 extremely reduced usability without JS.
329 2003-04-18 Garvin Hicking <me@supergarv.de>
330 * left.php3, index.php3, tbl_query_box.php3,
331 libraries/display_tbl.lib.php3, queryframe.php3:
334 2003-04-18 Marc Delisle <lem9@users.sourceforge.net>
335 * Documentation.html: faq about double auth windows
336 * lang/ukrainian: update, thanks to Markijan Baran
337 * tbl_relation.php3: bug 696215: can now choose all segments
340 2003-04-17 Marc Delisle <lem9@users.sourceforge.net>
341 * lang/ukrainian: update, thanks to Markijan Baran
342 * server_common.inc.php3: bug 722791: "USE mysql" is not a good
343 test in MySQL 4 to check if superuser
345 2003-04-17 Michal Cihar <nijel@users.sourceforge.net>
346 * tbl_replace_fields.php3: Fix typo.
347 * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
348 MySQL sometimes problems...
350 2003-04-17 Garvin Hicking <me@supergarv.de>
351 * tbl_replace_fields.php3: Use $encoded_key instead of $key to
352 detect changes in BLOB fields with a special name.
353 * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
354 original values of a BLOB field when 'Insert as new row' is
356 * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
357 crossing DB borders now allowed)
359 2003-04-16 Garvin Hicking <me@supergarv.de>
360 * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
363 2003-04-16 Marc Delisle <lem9@users.sourceforge.net>
364 * badwords.txt: "status" is not a reserved word
366 2003-04-16 Michal Cihar <nijel@users.sourceforge.net>
367 * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
368 * tbl_properties_common.php3: Avoid displaying message twice in some cases
370 * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
372 2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
373 * tbl_query_box.php3: Only display charset selection when a DB is
375 * libraries/display_tbl.lib.php3: Fix edit link for table without primary
376 key and with BLOB field (bug #708182).
378 2003-04-15 Garvin Hicking <me@supergarv.de>
379 * footer.inc.php3, queryframe.php3: Changed anchor target
380 and window name of queryframe as suggested by Armel
383 2003-04-14 Marc Delisle <lem9@users.sourceforge.net>
384 * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
385 a reserved word in MySQL
386 * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
388 * libraries/common.lib.php3: bug 721278: Skip Explain SQL
390 2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
391 * lang/some translations: Damn, I didn't commit all empty translations
393 * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
394 which translations has failed, now also converts by default only
395 modified files and is capable to get charset from filename when reading
396 from file has failed.
397 * left.php3: More fixes for HTML entities.
398 * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
400 * lang/czech: Updated.
401 * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
402 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
403 * lang/italian: Updated, thanks to Pietro Danesi (danone).
404 * lang/catalan: Updated, thanks to Xavier Navarro.
405 * footer.inc.php3: Fixed for quotes, HTML entities and other weird
406 characters in db/table name.
407 * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
408 * db_details.php3, tbl_query_box.php3: Display choice for charset also
409 when only UploadDir available.
411 2003-04-14 Garvin Hicking <me@supergarv.de>
412 * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
414 * footer.inc.php3: Needed \n for some cases.
415 * tbl_query_box.php3: Only display file import when a DB is selected.
417 2003-04-13 Marc Delisle <lem9@users.sourceforge.net>
418 * lang/french: update
419 * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
420 * lang/polish: update, thanks to Jakub Wilk
421 ### 2.5.0-rc1 released
423 2003-04-13 Alexander M. Turek <rabus@users.sourceforge.net>
424 * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
425 lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
428 2003-04-13 Michal Cihar <nijel@users.sourceforge.net>
429 * lang/{slovenian,russian,croatian,bulgarian}: We don't
430 want empty translations...
432 2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
433 * libraries/common.lib.php3: Better fix against possible "wrong parameter
435 * server_privileges.php3:
436 - Fixed a broken link in the user overview table;
437 - Fixed bug #539756 again.
438 * lang/german-*.inc.php3: Updates.
439 * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
440 (Feature #623665, part 1).
442 2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
443 * libraries/common.lib.php3, config_import.lib.php3:
444 MaxExactCount backwards compatibility
445 * db_details_structure.php3: undefined $row_count for InnoDB tables
447 2003-04-11 Michal Cihar <nijel@users.sourceforge.net>
448 * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
449 SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
450 * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
451 $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
452 * Documentation.*: Documented above.
453 * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
454 * lang/galician: Added missing string.
455 * lang/thai: Updated, thanks to Arthit Suriyawongkul.
457 2003-04-10 Michal Cihar <nijel@users.sourceforge.net>
458 * pdf_schema.php3, libraries/common.lib.php3,
459 libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
460 count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
461 (<20000 rows) tables (RFE #708533).
462 * tbl_printview.php3: Make javascript work on more browsers than MSIE.
463 * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
464 XHTML errors, document is again valid XHTML.
465 * lang/italian: Updated, thanks to Pietro Danesi (danone).
467 2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
468 * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
470 * libraries/display_export.lib.php3: Added <br /> before charset
473 2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
474 * lang/*: $updComTab -> $strUpdComTab
475 * libraries/relation.lib.php3: put back version 1.30 message
476 that uses $strUpdComTab
477 * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
479 2003-04-09 Garvin Hicking <me@supergarv.de>
480 * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
481 to prevent false arrow aligning when using 'same widths'.
483 2003-04-08 Marc Delisle <lem9@users.sourceforge.net>
484 * lang/galician: update, thanks to Xosé Calvo
485 * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
486 * lang/italian: Updated, thanks to Pietro Danesi.
487 * lang/chinese_gb: update, thanks to (fundawang)
488 * lang/swedish: update, thanks to Björn T. Hallberg
489 * lang/norwegian: update, thanks to Sven-Erik Andersen
491 2003-04-07 Michal Cihar <nijel@users.sourceforge.net>
492 * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
493 multi submit actions.
495 2003-04-06 Garvin Hicking <me@supergarv.de>
496 * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
497 Now multiple fields can be inserted at cursor position (Mozilla/IE)
498 in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
499 * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
500 libraries/relation.lib.php3: RFE #715914: Sort query history by
501 (autoincrement) key instead of timevalue. Only save queries in
502 history if they were successful. This required the moving of
503 the JS-stuff in header.inc.php3 to footer.inc.php3. Please
504 test, if this works for everyone. It does for me.
506 2003-04-06 Alexander M. Turek <rabus@users.sourceforge.net>
507 * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
508 column before MySQL 3.23 (bug #712055).
509 * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
510 machines with register_globals = off.
512 2003-04-05 Marc Delisle <lem9@users.sourceforge.net>
513 * lang/romanian updates, thanks to Valics Lehel
514 * lang/slovenian update, thanks to Kositer Uros
516 2003-04-03 Garvin Hicking <me@supergarv.de>
517 * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
519 2003-04-02 Garvin Hicking <me@supergarv.de>
520 * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
521 * tbl_move_copy.php3: At least one of the PDF integrity checks
522 on moving/copying a table can safely be enabled.
523 * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
524 newly created table' depend on a selected checkbox. State of that
525 checkbox is saved in a cookie.
526 * lang/*: Added $strSwitchToTable for the above.
527 * lang/german-*: Translations
529 2003-04-02 Michal Cihar <nijel@users.sourceforge.net>
530 * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
531 generated SQL dump, move to newly created table also after copying.
532 * tbl_properties_operations.php3: Some fixes for html entities in db/table
534 * db_details_structure.php3, mult_submits.inc.php3,
535 tbl_properties_structure.php3: Show multi submits result after headers
536 and tabs from originating place.
537 * lang/czech: Updated.
538 * tbl_properties_operations.php3: Not only remember, but also recall state
539 of checkbox for move to newly created table (see Garvin's entry above).
541 2003-04-01 Marc Delisle <lem9@users.sourceforge.net>
542 * Documentation.html: clarify about wildcard database
543 * lang/bulgarian, translators.html: big update from the new translator:
544 Stanislav Yordanov, stan at stud.ru.acad.bg
545 * lang/italian: Updated, thanks to Pietro Danesi.
547 2003-03-31 Marc Delisle <lem9@users.sourceforge.net>
548 * css/phpmyadmin.css.php3: calls from a css file are relative to itself
549 thanks to Jose Fandos (jose.fandos at sonnd.com)
551 2003-03-27 Alexander M. Turek <rabus@users.sourceforge.net>
552 * server_privileges.php3, lang/*.inc.php3:
553 - Fixed bug #708292 (Support for host-based privileges).
554 - Show SQL query when adding a user.
555 * server_processlist.php3, lang/*.inc.php3: Feature #707495
556 (SHOW FULL PROCESSLIST).
557 * lang/german-*.inc.php3: Updates.
559 2003-03-27 Marc Delisle <lem9@users.sourceforge.net>
560 * sql.php3: avoid long delays when browsing big tables (MySQL 4)
562 2003-03-26 Michal Cihar <nijel@users.sourceforge.net>
563 * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
564 tbl_properties_operations.php3, tbl_properties_structure.php3,
565 tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
566 more fixes for HTML entities in field/table/db name.
568 2003-03-25 Alexander M. Turek <rabus@users.sourceforge.net>
569 * Documentation.html: Fixed GRANT queries for the controluser.
571 2003-03-25 Marc Delisle <lem9@users.sourceforge.net>
572 * main.php3: replace the 'USE mysql' test, as users with a global
573 priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
575 2003-03-25 Michal Cihar <nijel@users.sourceforge.net>
576 * tbl_query_box.php3, tbl_properties_operations.php3,
577 libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
579 * read_dump.php3: Fixed detection of $goto.
580 * header.inc.php3: Neated URL generating.
581 * lang/czech: Updated.
583 2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
584 * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
585 multisubmit actions (RFE #622603).
586 * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
587 tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
588 queries for multiple tables.
589 * db_details_structure.php3: Display correctly table names that contain
591 * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
592 caused HTML entities to be quoted twice.
593 * tbl_indexes.php3: Fixed editing of index with HTML entities.
594 * lang/czech: Updated.
595 * tbl_properties_structure.php3: Fix enabling/disabling links to index
596 creating (it requires type, but there was also MIME type added).
598 2003-03-23 Marc Delisle <lem9@users.sourceforge.net>
599 * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
600 config.inc.php3, Documentation.html: disabling of the parser no
603 2003-03-22 Alexander M. Turek <rabus@users.sourceforge.net>
604 * libraries/defines.lib.php3: Small bugfix.
605 * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
606 * libraries/common.lib.php3: Possible fix against "wrong parameter count"
609 2003-03-22 Marc Delisle <lem9@users.sourceforge.net>
610 * libraries/transformations/text_plain__imagelink: display the
611 image, with width and height options
612 * libraries/transformations/text_plain__link: the link was not
613 functional at my site; also, document this transform in lang.
615 2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
616 * server_privileges.php3: typo
618 * image_jpeg__plain renamed to text_plain__imagelink, because
619 the contents is not an image but a filename
621 2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
622 * ldi_check.php3: Use $sql_query instead of $query to put query correctly
624 * libraries/display_export.lib.php3: Again fixed selecting table/db
626 * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
629 2003-03-20 Marc Delisle <lem9@users.sourceforge.net>
630 * lang/hebrew update, thanks to Yuval Sarna
632 2003-03-20 Michal Cihar <nijel@users.sourceforge.net>
633 * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
634 * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
635 type when doing charset conversion.
636 * libraries/display_export.lib.php3: Fixed selecting table/db filename
638 * libraries/read_dump.lib.php3, db_details.php3,
639 db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
640 Automatic detection of compression for uploaded data.
642 2003-03-19 Garvin Hicking <me@supergarv.de>
643 * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
644 Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
645 input area (SQL window, table properties) AND in the 'Insert/Update field' display
646 where you can upload files to blob fields. Experimental.
648 2003-03-19 Alexander M. Turek <rabus@users.sourceforge.net>
649 * lang/german-*.inc.php3: Updates.
651 2003-03-19 Michal Cihar <nijel@users.sourceforge.net>
652 * tbl_properties_operations.php3: fixed bad id of option (#706147).
653 * lang/dutch: Updated, thanks to Gilles van den Hoven.
654 * lang/thai: Updated.
655 * lang/italian: Updated, thanks to Pietro Danesi.
656 * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
657 * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
658 * lang/chinese: Updated, thanks to Siu Sun.
660 2003-03-18 Garvin Hicking <me@supergarv.de>
661 * libraries/display_export.lib.php3: Fixed variable usage.
662 * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
663 libraries/common.lib.php3: Added new transforms for a substr()
664 function, a dateformat() modified and a basic plugin for external
665 programs. Support for TIDY has been experimentally been built in.
666 External programs make use of piping and thus cannot be used in
668 Added the ability for transforms to adjust the "nowrap" option of a
670 Some german translation.
672 2003-03-18 Marc Delisle <lem9@users.sourceforge.net>
673 * libraries/select_lang.lib.php3: modify order of Russian lang files
674 because MSIE does not accept cp866 and users do not see anything,
675 thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
677 2003-03-18 Michal Cihar <nijel@users.sourceforge.net>
678 * libraries/display_tbl.lib.php3: removed from button text, as
679 Konqueror doesn't like it there and it is not needed.
680 * lang/czech: updated.
681 * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
682 when using transformations.
683 * libraries/display_export.lib.php3, db_details_links.php3,
684 server_common.inc.php3, server_databases.php3, server_links.inc.php3,
685 server_processlist.php3, server_status.php3, server_variables.php3,
686 tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
687 * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
688 specify how will filename for exported data look like (RFE #678642).
689 * Documentation.*: Next release seems to be 2.5.0.
690 * lang/latvian: Updated, thanks to Sandis Jerics.
692 2003-03-17 Mike Beck <mikebeck@users.sourceforge.net>
693 * pdf_pages.php3 will now check if the pdf_pages table has entries
694 that reference tables that no longer exist. if it does user is prompted
697 2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
698 * user_password.php3, header.inc.php3, libraries/user_password.js:
699 put back js functions for user password change (= old user_details.js)
700 * libraries/display_tbl.lib.php3, functions.js: new feature:
701 browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
703 2003-03-15 Marc Delisle <lem9@users.sourceforge.net>
704 * pdf_pages.php3: Automatic layout of tables on the schema
706 2003-03-15 Garvin Hicking <me@supergarv.de>
707 * pdf_schema.php3: Fixed typo.
709 2003-03-14 Garvin Hicking <me@supergarv.de>
710 * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
711 '../' safety issues, display transformations only if file exists
714 2003-03-14 Robin Johnson <robbat2@users.sourceforge.net>
715 * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
717 s/RestricColumnTypes/RestrictColumnTypes/
718 s/RestricFunctions/RestrictFunctions/
719 * scripts/create_tables.sql:
720 - Neaten up SQL, add DROP TABLE/DATABASE cleanness
722 2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
723 * server_status.php3: Fixed the Garvin's calculations.
724 * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
725 * libraries/header_meta_style.inc.php3,
726 libraries/transformations/overview.php3: Fixed CSS link.
727 * tbl_properties.inc.php3: Added tooltips for transformations.
729 2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
730 * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
732 2003-03-13 Garvin Hicking <me@supergarv.de>
733 * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
734 * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
735 * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
736 results page (1px border in the color of BrowserMarkerColor around the cells).
738 * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
739 pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
740 lang/*: RFE #7000385: Export AUTO_INCREMENT field.
741 Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
742 dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
743 * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
744 clarity. Make it easier to enable defaults (RFE #695265)
746 2003-03-12 Garvin Hicking <me@supergarv.de>
747 * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
748 was not displayed if it has no comment.
749 * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
751 * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
752 RFE #550552: Change default initial query for browse mode, if a bookmark with the same
753 label as the tablename is found.
754 * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
755 auto_increment value. (RFE #639655)
756 * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
757 Display DB comments and MIME types, where appropriate.
758 * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
759 the querywindow which didn't show the latest querys always.
760 * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
761 RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
762 to do, so please see Documentation.html. I thought it too hard to move the
763 bookmark-box around where you can store the bookmarks, because there are a couples
764 of redirections involved. So the major problem is that your to-be-stored bookmark
765 HAS to yield at least a single result row for you to be able to store that.
766 * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
767 Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
769 * tbl_properties_export.php3, db_details_export.php3,
770 libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
771 export now is a perfect look-alike except for a multi-tables dropdown.
772 Put the code to display the export into a seperate file for re-usability.
773 * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
774 libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
775 map to which MySQL field type and in the dropdown of the function list first
776 display the fitting functions, and then for compatibility reasons the rest of
778 TODO: I don't know if I chose the correct mapping for all types. Please correct
779 config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
780 * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
781 tbl_rename.php3, libraries/relation.lib.php3:
782 Bugfix #579256 / RFE #577328 : Automatic update of relations,
783 display fields, comments, bookmarks, ... on update, delete and duplicate.
784 Automatic duplication/moving of PDF pages does not yet work. Would the
785 original author please be so kind to have a look at the tbl_move_copy.php
786 script, search for '[TODO]' and apply necessary fixes? ;)
787 * tbl_dump.php3: New $sql_structure variable for the new table export
788 design broke DB export functionality. Fixed this.
790 2003-03-12 Marc Delisle <lem9@users.sourceforge.net>
791 * lang/ukrainian: update, thanks to Markijan Baran
793 2003-03-11 Garvin Hicking <me@supergarv.de>
794 * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
795 libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
796 Improved security of docSQL importer. You now can only access
797 a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
798 file on its own via File Upload (if $is_upload is true).
799 Filenames not matching the converter will no more printed out to
800 maintain security. Permits input of '../'.
801 * transformation_wrapper.php3 - Remove $err_url, because if a query
802 fails here, the user won't get to see the error string anyways.
803 Can happen if you want to display a blob without having an index
804 key in your query, because the blob cannot be filtered by a content
807 2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
808 * libraries/sqlparser.data.php3: bug 700082, support of XOR
810 2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
811 * translators.html: Another mechanism against stupid people who use the
812 translator list as a list of localised support hotlines or try to get a
813 translation by mail order... :o)
814 * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
815 libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
816 that the correct font families are used.
818 2003-03-10 Garvin Hicking <me@supergarv.de>
819 * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
820 thanks to Csaba Gabor!
821 * sql.php3: Fixed another occurence of addslashes() where it no longer
823 * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
824 tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
825 - when creating/altering/adding table fields you can now change the
826 wrong form input, instead of losing all your data. Have fun. :-)
827 * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
829 Added new table export format by Michal Cihar. db_details_export.php3
830 should be adapted to the new layout somewhen. Fixed Compression.
831 * header.inc.php3, header_printview.inc.php3, index.php3,
832 left.php3, queryframe.php3, querywindow.php3,
833 transformation_wrapper.php3, css/phpmyadmin.css.php3,
834 libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
835 libraries/functions.js, libraries/header_http.inc.php3,
836 libraries/header_meta_style.inc.php3, libraries/left.js
837 libraries/sqlparser.lib.php3:
838 Massive code-cleanup. Put all stylesheets into new central file
839 css/phpmyadmin.css.php3. To reduce overhead in this file, the
840 common.lib.php3 has a new variable to determine whether the full
841 code structure or only those codes needed for the stylesheet class
842 is parsed. This is to prevent duplicated code, even though it looks
843 somehow ugly. The stylesheet is now embedded via a <link rel>-
844 directive and should also be able to be cached by the browser.
846 Also some unneccessary code was removed from querywindow/wrapper.
847 * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
848 fieldnames to be mapped to false keys for display.
850 2003-03-10 Marc Delisle <lem9@users.sourceforge.net>
851 * transformation_wrapper.php3, lang/*,
852 libraries/transformations/image_png__inline.inc.php3:
853 new transformation for png (inline)
854 (still issues with PNG's transparency in PHP 4.3.0)
855 * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
857 2003-03-09 Garvin Hicking <me@supergarv.de>
858 * db_printview.php3: Added print button (#700205)
860 2003-03-08 Marc Delisle <lem9@users.sourceforge.net>
861 * libraries/transformations/*.sh: did not work in bash
863 2003-03-07 Marc Delisle <lem9@users.sourceforge.net>
864 * transformation_wrapper.php3, lang/*,
865 libraries/transformations/image_jpeg__inline.inc.php3:
866 now 2 options for resize: width, height
868 2003-03-06 Garvin Hicking <me@supergarv.de>
869 * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
870 Fix bug #658668, special escaping of \n, \r and \t characters.
871 Please test, works fine for me now (both magic_quotes on/off).
873 2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
874 * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
875 * updatedocs.sh: Script to make conversion easier
877 2003-03-05 Garvin Hicking <me@supergarv.de>
878 * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
879 * libraries/relation.lib.php3, libraries/transformations.lib.php3,
880 tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
881 call with PMA_sqlAddslashes() call because of new global s
883 * sql.php3: Fixed querytime bug, when query was only shown for PHP
885 * read_dump.php3, sql.php3, tbl_alter.php3,
886 tbl_properties_export.php3: Fixed remaining calls to stripslashes()
887 where not neccessary, because grab_globals already stripslashed
888 the data. This fixes the problem of the SQL Pretty printer showing
889 the data wrongly formatted.
891 2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
892 * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
895 2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
896 * Documentation.html, faq 1.29 about the "duplicate field names" problem
897 * transformation_wrapper.php3, libraries/defines_php.lib.php3,
898 libraries/transformations/image_jpeg__inline.inc.php3:
901 2003-03-03 Alexander M. Turek <rabus@users.sourceforge.net>
902 * tbl_replace_fields.php3: Bugfix: User was unable to insert values
904 * libraries/common.lib.php3:
905 - Avoid reloading the left frame twice;
906 - PHP3 compatibility;
907 - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
910 2003-03-03 Marc Delisle <lem9@users.sourceforge.net>
911 * badwords.txt: bug 692874: "date" is not a reserved word
913 2003-03-02 Alexander M. Turek <rabus@users.sourceforge.net>
914 * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
915 mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
916 tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
917 tbl_move_copy.php3, tbl_properties.inc.php3,
918 tbl_properties_operations.php3, tbl_properties_options.php3,
919 tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
920 tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
921 user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
922 libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
923 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
924 extracting the arrays $_GET and $_POST. This should replace a lots of
925 workarounds and avoid present and future problems with magic_quotes_gpc.
926 * server_privileges.php3, libraries/common.lib.php3:
927 - Escape wildcard characters in the database and table dropdown boxes;
930 2003-03-01 Marc Delisle <lem9@users.sourceforge.net>
932 * tbl_dump.php3: undefined variable $use_comments
933 * tbl_properties_export.php3: bug 692143: now we remove the
934 LIMIT clause from the original query to use the limits entered
936 * pdf_schema.php3: better header/footer for long pages,
937 thanks to Maxime Delorme
939 2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
940 * tbl_indexes.php3: Cleaner solution for showing query after changing
943 2003-03-01 Robin Johnson <robbat2@users.sourceforge.net>
944 * libraries/xpath/XPath.class.php, libraries/xpath/:
945 - Removed (was part of the early DB config prototype)
946 * lang/translatecount.sh:
947 - Counts just how out of date the translations are!
949 2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
950 * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
951 #694800), show structure after modifying index.
953 2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
954 * Documentation.html: Fixed a typo.
955 * server_privileges.php3: Fixed bug #691910.
956 * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
957 thanks to Jason Carlson (jjcarlson).
959 2003-02-28 Garvin Hicking <me@supergarv.de>
960 * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
961 tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
963 - Finetuneing for query window: Only three tabs, if DefaultTab
964 is not set to 'full'.
965 - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
966 - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
968 - Made the textarea smaller (*1.25 instead of *2) for the window only.
969 - Fixed a bug when you changed from a table to a database on the left frame and the
970 query window still wants to show the previous table.
971 * tbl_query_box.php3: Only show fieldlist, when $table is set.
972 * translators.html: Adjusted to same topmenu as Documentation.html.
973 With the new 'Transformations' item the bar was too large to fit
974 on standard 800x600 browser windows.
976 2003-02-27 Michal Cihar <nijel@users.sourceforge.net>
977 * lang/czech: Updated.
978 * lang/english: Resorted.
980 2003-02-27 Alexander M. Turek <rabus@users.sourceforge.net>
981 * libraries/common.lib.php3, libraries/config_import.lib.php3:
982 - Backwards compatibility;
983 - Removed some unnecessary code;
984 - Added a small HOWTO.
985 * config.inc.php3: The tab settings don't fit into the 'left frame' part.
986 * lang/german-*.inc.php3: Grammar.
987 * Documentation.html: Fixed some dead links.
988 * scripts/create_tables.sql: Adjusted table comments.
990 2003-02-27 Garvin Hicking <me@supergarv.de>
991 * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
992 querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
993 * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
994 libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
995 purging on login, made querywindow tabbed, improved Querywindow-compatibility.
996 * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
997 Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
998 (optional, default off) of the columns. I didn't like to have to scroll in horizontal
999 directions, so with this mode you can see about 6 columns at once on a single screen.
1000 * tbl_properties.inc.php3: Fixed bug when certain fields are not
1001 enabled, they threw an undefined offset. [2nd try, now for real :)]
1002 * Documentation.html: Updated for my new features. Should include
1003 everyting, I hope. But seriously needs a proofread.
1004 * config.inc.php3: Inserted new directives for empty
1005 $cfg['Servers'][$i]. (history, verbose_check)
1006 * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
1007 to suppress Notices/Warnings when MIME-types are not enabled.
1009 2003-02-26 Garvin Hicking <me@supergarv.de>
1010 * lang/german-*: better grammar. ;)
1011 * libraries/display_tbl.lib.php3: Fixed transformation-link variable
1012 usage for special queries like 'SHOW FIELDS', where certain variables are
1014 * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1015 tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
1016 transformation_wrapper.php3, libraries/config_import.lib.php3,
1017 libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
1018 scripts/create_tables.sql:
1019 Test if MIME-feature are really available. Preparation for PMA_db-based
1021 Removed a dupe for inserting comments, fixed integrity check when
1022 moving/renaming tables and keeping comments.
1023 * header.inc.php3: Added one more Javascript if-structure to make sure
1024 the frameset is initialized when querying for an active window. Without
1025 this, when starting phpMyAdmin for the first time, IE6 may complain
1026 depending on the order it loads the framesets.
1028 2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
1029 * db_details_structure.php3: undefined variable $comment
1030 * tbl_move_copy.php3: 'column_info'
1032 2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
1033 * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
1034 lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
1035 $datefmt (translations #692065).
1036 * lang/japanese-*.inc.php3: Fixed some inconsistences.
1037 * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
1038 sql.php3, tbl_move_copy.php3, tbl_rename.php3,
1039 libraries/config_import.lib.php3, libraries/relation.lib.php3,
1040 libraries/transformations.lib.php3: Changed 'column_comments' to
1042 * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
1043 <http://www.phpmyadmin.net/ChangeLogs/>.
1045 2003-02-25 Garvin Hicking <me@supergarv.de>
1046 * tbl_properties.inc.php3: Fixed duped display of comments due to
1047 merging diff conflict.
1048 * lang/german*: German translations, only missing transformation
1049 descriptions. They shouldn't be translated at that early point, I guess.
1050 * libraries/config_import.lib.php3, libraries/relation.lib.php3,
1051 libraries/transformations.lib.php3: 'column_info', they were somehow
1052 not included in rabus' commit?!
1054 2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
1055 * common.lib.php3: Backwards compatibility.
1057 2003-02-24 Garvin Hicking <me@supergarv.de>
1058 Submitted multiple patches from the patch tracker:
1059 * JS rowmarker now works in vertical display mode
1060 Files: libraries/functions.js, display_tbl.lib.php3
1061 * Display nav_bar even when only one row is returned, to enable display in
1062 vertical/horizontal mode (especially for rotated headers)
1063 Files: libraries/display_tbl.lib.php3
1064 * Measures basic query time [#571934]
1065 Files: sql.php3, display_tbl.lib.php3
1066 * New display mode with 90 degree rotated table headers [#544361]. Works
1067 either as CSS or as 'faked' PHP-transformation.
1068 Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
1069 * Update and display column comments in Add/Edit Fieldmode and CREATE table
1070 mode. Display comments in table structure (optional) with underlined
1071 CSS-mouseovers. Display comments in browser mode (optional), both in
1072 vertical and horizontal display mode. Keep column comments in synch, when
1073 DROPping/ALTERing and moving/copying tables.
1074 Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1075 tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
1076 tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
1077 tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
1078 libraries/relation.lib.php3
1079 * Display and enter DB/table comments for navigation, stored in pma comments table.
1080 May be displayed as Alias-Tooltips in left frame. [#650064]
1081 Files: db_details_structure.php3, left.php3, relation.lib.php3
1082 * Display column comments in table/database dumps, as inline SQL-Comments
1083 Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
1084 * Display MIME types to transform any table cell. You can only choose from a
1085 list of pre-defined MIME-types. The list gets built by a function searching
1086 a directory for valid transforms. For further information see
1087 libraries/transformations/README-file and soon in documentation. ;)
1088 Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
1089 create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
1090 tbl_move_copy.php3, transformation_wrapper.php3,
1091 libraries/display_tbl.lib.php3, libraries/transformations/*
1092 TODO: Add predefined functions!
1093 * Display a (javascript) based query window as a new frame below the left
1094 frame with query history [#526008]. Currently a bit experimental, works with
1095 IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
1096 work with any browser.
1097 Files: queryframe.php3, querywindow.php3, header.inc.php3,
1098 tbl_query_box.php3, common.lib.php3
1100 2003-02-24 Olivier L. Müller <om@omnis.ch>
1101 * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
1102 port == 80 or port == 443, do not add ":80" or ":443" anymore to the
1103 generated URL -> prevents a double password query with some browsers
1104 (Safari) in case of http authentication. (tested with https, http and
1105 http running on port 8080)
1107 2003-02-24 Michal Cihar <nijel@users.sourceforge.net>
1108 * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
1109 fields type into special variable. Fixes #647689.
1110 * db_details_structure.php3: Removed extra /. Fixes #692171.
1112 2003-02-23 Marc Delisle <lem9@users.sourceforge.net>
1115 2003-02-23 Olivier L. Müller <om@omnis.ch>
1116 * docs.css: highlight FAQ questions in blue -> more readble.
1118 2003-02-23 Alexander M. Turek <rabus@users.sourceforge.net>
1119 * server_privileges: Better code for "check privileges"; This should fix
1120 bug #687808 and a few other problems.
1121 * ANNOUNCE.txt: Updated list of known bugs.
1122 * server_variables.php3: Modified generated XHTML code.
1124 2003-02-22 Marc Delisle <lem9@users.sourceforge.net>
1125 * lang/italian update, thanks to Pietro Danesi
1126 * lang/slovak update, thanks to Lubos Klokner
1127 * lang/polish: update, thanks to Jakub Wilk
1128 * lang/thai: update, thanks to Arthit Suriyawongkul
1129 * tbl_change.php3: do not use enctype="multipart/form-data"
1130 if !$is_upload (possible solution for bug 689215)
1131 * lang/swedish: update, thanks to Björn T. Hallberg
1133 2003-02-19 Alexander M. Turek <rabus@users.sourceforge.net>
1134 * libraries/display_tbl.lib.php3: Coding standards.
1135 * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1136 * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1137 * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1138 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
1140 2003-02-18 Marc Delisle <lem9@users.sourceforge.net>
1141 * sql.php3: bug 649665: undefined variables with UNION, and
1142 also get the correct row count
1143 * lang/norwegian: update, thanks to Sven-Erik Andersen
1145 2003-02-18 Alexander M. Turek <rabus@users.sourceforge.net>
1146 * server_databases.php3:
1147 - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
1148 - The link "check privileges" is now only displayed to superusers.
1150 2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
1151 * lang/czech: Updated.
1152 * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
1154 2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
1155 * server_privileges.php3: Fixed edit link.
1156 * Documentation.html:
1157 - Reformulated some passages;
1159 * ANNOUNCE.txt: Synchronized features list with documentation.
1160 * server_databases.php3: Fixed bug #688271 (missing "?").
1162 2003-02-17 Garvin Hicking <me@supergarv.de>
1163 * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
1164 Reworked blob file upload. More security cautions, and preserve
1165 fields contents, if no new file was uploaded. Moved is_uploaded_file
1166 function from read_dump.php3 to common.lib.php3 for reusability.
1168 2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
1169 * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
1170 upload, upload field moved into table.
1172 2003-02-17 Marc Delisle <lem9@users.sourceforge.net>
1173 ### 2.4.0-rc2 released
1174 * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
1175 correct number of rows
1177 2003-02-16 Alexander M. Turek <rabus@users.sourceforge.net>
1178 * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
1179 - Reimplemented ability to change a user's login information
1181 - Feature: copy user profiles;
1182 - "Check privileges" should now also check for wildcards;
1183 - The revoke mode for deleting users did not always produce valid MySQL.
1184 * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
1185 * ANNOUNCE.txt: synchronized list of features and fixes.
1187 2003-02-16 Michal Cihar <nijel@users.sourceforge.net>
1188 * lang/czech: Updated.
1189 * docs.css: Fixed URL.
1191 2003-02-16 Marc Delisle <lem9@users.sourceforge.net>
1192 * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
1193 for splitting the SELECT clauses, to solve almost all records
1195 * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
1196 * lang/japanese: update, thanks to Yukihiro Kawada
1198 2003-02-15 Alexander M. Turek <rabus@users.sourceforge.net>
1199 * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
1201 * libraries/common.lib.php3: Don't display edit link for
1202 database-independant queries.
1203 * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1208 2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
1209 * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
1210 Reimplemented "check privileges" feature.
1212 2003-02-13 Robin Johnson <robbat2@users.sourceforge.net>
1213 * sql.php3: Fix simple little bug #685082
1215 2003-02-12 Alexander M. Turek <rabus@users.sourceforge.net>
1216 * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
1217 is broken), thanks to Alexander Schuch (ci-dev).
1219 2003-02-12 Marc Delisle <lem9@users.sourceforge.net>
1220 * lang/indonesian update, thanks to Rachim Tamsjadi
1221 * lang/italian update, thanks to Pietro Danesi
1222 * lang/lithuanian update, thanks to Vilius Zigmantas
1223 * lang/slovenian update, thanks to Kositer Uros
1224 * lang/swedish: update, thanks to Björn T. Hallberg
1225 * tbl_change.php3: upload field only to BLOBs
1226 * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
1229 2003-02-11 Marc Delisle <lem9@users.sourceforge.net>
1230 * tbl_replace_fields.php3: sometimes we receive "none" as the file
1231 name when there is no field upload for some field
1232 * sql.php3: bug 684712, undefined variable $table (js disabled
1233 and confirmation for drop database)
1235 2003-02-11 Alexander M. Turek <rabus@users.sourceforge.net>
1236 * server_databases.php3: Wrong link title.
1238 2003-02-10 Alexander M. Turek <rabus@users.sourceforge.net>
1239 * server_databases.php3: Ensured that the database list is built.
1241 2003-02-10 Marc Delisle <lem9@users.sourceforge.net>
1242 * lang/catalan: update, thanks to Xavier Navarro
1244 2003-02-09 Robin Johnson <robbat2@users.sourceforge.net>
1245 * lang/Galician*: Updates thanks to xosecalvo
1247 2003-02-09 Michal Cihar <nijel@users.sourceforge.net>
1248 * lang/czech: Updated again.
1250 2003-02-09 Alexander M. Turek <rabus@users.sourceforge.net>
1251 * server_databases.php3, lang/*.inc.php3:
1252 - Bugfixes & interface cosmetic;
1253 - Drop multiple databases.
1254 * db_stats.php3: Removed, the file is replaced by server_databases.php3.
1255 * lang/german-*.inc.php3: Updates.
1256 * config.inc.php3: Added a note about another possible setting.
1257 * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
1258 * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
1259 * translators.html: Fixed a typo.
1260 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1261 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1263 2003-02-08 Alexander M. Turek <rabus@users.sourceforge.net>
1264 * config.inc.php3, lang/add_message.sh: Typos.
1265 * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
1266 * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
1267 Reworte db_stats.php3 to be conform with the new server_ pages.
1269 2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
1270 * lang/czech: Updated.
1272 2003-02-07 Marc Delisle <lem9@users.sourceforge.net>
1273 * lang/italian: update, thanks to Pietro Danesi
1274 * lang/norwegian: update, thanks to Sven-Erik Andersen
1275 * lang/polish: update, thanks to Jakub Wilk
1276 * lang/swedish: update, thanks to Björn T. Hallberg
1277 * lang/slovak: remove duplicates
1278 * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
1280 2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
1281 * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
1282 * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
1284 * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
1286 2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
1287 * libraries/sqlparser.lib.php3: PHP3 parse error
1288 * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
1289 libraries/relation.lib.php3: bug 681298, we should always backquote
1290 a restricted word like "comment" when used as an identifier
1291 * Documentation.html, bug 681776, wrong command for my.ini file
1292 * libraries/left.js: png files
1294 2003-02-05 Alexander M. Turek <rabus@users.sourceforge.net>
1295 * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
1296 the SQL query box for Opera 7 for Windows in order to avoid trouble here.
1297 * Documentation.html: Removed FAQ entry about Opera 7.
1298 * db_stats.php3: One <img> tag still pointed to a GIF file.
1300 2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
1301 * tbl_replace.php3, tbl_replace_fields.php3: do not display the
1302 UPDATE query if there was some binary upload in it, otherwise
1305 2003-02-04 Alexander M. Turek <rabus@users.sourceforge.net>
1307 - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
1308 Bailey (charles_bailey);
1309 - Don't use small fonts for Opera 7.
1310 * ldi_check.php3: Backslahes should be escaped.
1311 * Documentation.html: Added a note about Opera 7.
1313 2003-02-04 Michal Cihar <nijel@users.sourceforge.net>
1314 * Documentation.*: Added information about binary checkbox when uploading
1317 2003-02-04 Garvin Hicking <me@supergarv.de>
1318 * common.lib.php3: Fixed a possible 'undefined index' error.
1320 2003-02-04 Marc Delisle <lem9@users.sourceforge.net>
1321 * Documentation.html: new faq entry about IE bug with http auth,
1322 switching from one server to the other
1323 * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
1324 and only table selected)
1325 * ldi_check.php3: check local_infile on recent MySQL versions,
1328 2003-02-03 Michal Cihar <nijel@users.sourceforge.net>
1329 * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
1331 * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
1332 * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
1333 variable: charset_of_file).
1335 2003-02-03 Garvin Hicking <me@supergarv.de>
1336 * pdf_schema.php3, libraries/dbg/profiling.php3,
1337 libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
1339 2003-02-03 Marc Delisle <lem9@users.sourceforge.net>
1340 ### 2.4.0-rc1 released
1341 and after the release:
1342 * lang/romanian: update, thanks to Valics Lehel
1343 * lang/spanish: update, thanks to Daniel Hinostroza C.
1344 * lang/catalan: update, thanks to Xavier Navarro
1345 * lang/dutch update, thanks to Ivo Teel
1347 2003-02-02 Olivier L. Müller <om@omnis.ch>
1348 * tbl_addfield.php3: ignore empty fields on alter table
1350 2003-02-02 Alexander M. Turek <rabus@users.sourceforge.net>
1351 * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
1353 * lang/german-*.inc.php3: Updates.
1354 * server_privileges.php3: Remove column privileges.
1355 * config.inc.php3: Added $cfg['DefaultTabServer'].
1356 * header.inc.php3: Link the default tabs.
1357 * libraries/common.lib.php3: PHP3 compatibility.
1359 2003-02-02 Michal Cihar <nijel@users.sourceforge.net>
1360 * lang/czech: Updated.
1361 * lang/sort_lang.sh: This needs bash.
1363 2003-02-02 Marc Delisle <lem9@users.sourceforge.net>
1364 * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
1365 * lang/norwegian: update, thanks to Sven-Erik Andersen
1366 * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
1367 * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
1368 (later when we get enough translations,
1369 we can use it instead of $strCandLoadMySQL)
1370 * lang/romanian: update, thanks to Valics Lehel
1371 * lang/galician: update, thanks to Xosé Calvo
1372 * lang/lithuanian: update, thanks to Vilius Zigmantas
1373 * lang/japanese: update, thanks to Yukihiro Kawada
1374 * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
1377 2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
1378 * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
1379 re-entry into Earth's atmosphere. In memory of the brave men and women who
1380 gave their lives for the people of Earth. ---
1381 * Documentation.html: Removed a bit of duplication in [7.4] and the
1383 * libraries/dbg: New directory for DBG code
1384 * libraries/dbg/setup.php3:
1385 - DBG initialization code, including module support
1386 * libraries/dbg/profiling.php3: Profiling code
1387 * lang/*: New strings added for DBG extension
1388 * config.inc.php3: config options for DBG, off by default
1389 * footer.inc.php3: DBG profiling output
1391 2003-02-01 Michal Cihar <nijel@users.sourceforge.net>
1392 * Documentation.*, translators.html, docs.css: New documentation layout.
1393 * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
1395 2003-02-01 Marc Delisle <lem9@users.sourceforge.net>
1396 * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
1397 db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
1398 new Feature: BLOB field upload
1399 (TODO: handle open_basedir restrictions)
1401 2003-01-31 Alexander M. Turek <rabus@users.sourceforge.net>
1402 * config.inc.php3, Documentation.html, libraries/common.lib.php3,
1403 libraries/config_import.lib.php3: Added experimental support for
1404 compressed connections to the MySQL server.
1406 2003-01-30 Marc Delisle <lem9@users.sourceforge.net>
1407 * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
1408 support, thanks to Jose Fandos (jose.fandos at sonnd.com)
1410 2003-01-30 Michal Cihar <nijel@users.sourceforge.net>
1411 * Documentation*: Added faq 1.27 about GZIP output buffering problem.
1412 * Documentation.html, translators.html: Unified using of font sizes.
1414 2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
1415 * main.php3, user_details.php3, libraries/user_details.js: Removed the old
1417 * server_processlist.php3: Fixed a bug the denied the access to the
1418 process list for normal users.
1419 * config.inc.php3: Removed note about buggy setting.
1420 * lang/german-*.inc.php3: Updates.
1421 * Documentation.html: There won't be a PHP 4.5.0; typos.
1423 2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
1424 * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1426 2003-01-28 Marc Delisle <lem9@users.sourceforge.net>
1427 * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1429 2003-01-27 Marc Delisle <lem9@users.sourceforge.net>
1430 * lang/slovenian update: thanks to Kositer Uros (urosh)
1431 * lang/albanian: update, thanks to Laurent Dhima
1432 * lang/slovak update, thanks to Lubos Klokner
1434 2003-01-25 Marc Delisle <lem9@users.sourceforge.net>
1435 * libraries/relation.lib.php3: improve messages
1437 2003-01-23 Marc Delisle <lem9@users.sourceforge.net>
1438 * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1440 2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
1441 * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1442 * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1443 * lang/english*: Resorted and Resynced.
1444 * lang/farsi*: Added ready for Farsi translation
1445 * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1446 - Updates ready for Farsi translation
1447 * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1448 * fulltext.png, partialtext.png, pma_logo.png:
1449 - Ran PNGCRUSH on files to reduce size optimially.
1450 * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1451 vertical_line.gif, item_rtl.gif, item_ltr.gif:
1452 - Old image files removed and replaced with PNG files (feature
1454 * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1455 vertical_line.png, item_rtl.png, item_ltr.png:
1456 - New PNG image files (feature #458895)
1457 * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1458 - Code changes for PNG images (feature #458895)
1460 2003-01-21 Robin Johnson <robbat2@users.sourceforge.net>
1461 * libraries/sqlparser.lib.php3: checkType function
1463 2003-01-21 Alexander M. Turek <rabus@users.sourceforge.net>
1464 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1466 2003-01-21 Marc Delisle <lem9@users.sourceforge.net>
1467 * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1468 row limiting for exported results
1470 2003-01-21 Michal Cihar <nijel@users.sourceforge.net>
1471 * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1472 tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1473 Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1474 be SIGNED/UNSIGNED/ZEROFILL.
1476 2003-01-19 Alexander M. Turek <rabus@users.sourceforge.net>
1477 * server_privileges.php3: Added column privileges editor.
1479 2003-01-19 Marc Delisle <lem9@users.sourceforge.net>
1480 * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1481 tbl_move_copy.php3, libraries/build_dump.lib.php3:
1482 Feature: Export results of SELECTs
1484 2003-01-17 Marc Delisle <lem9@users.sourceforge.net>
1485 * Documentation.html: faq 5.12 about OS X Safari problem
1486 * tbl_move_copy.php3: typo (wrong back link)
1488 2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
1489 * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1490 * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1492 2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
1493 * server_privileges.php3: Wrong label.
1494 * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1495 cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1496 The script now works on the SF shell servers ONLY!
1498 2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
1499 * lang/czech: Updated.
1500 * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1503 2003-01-15 Robin Johnson <robbat2@users.sourceforge.net>
1504 * lang/sort_lang.sh: Fix status output bug '\n'
1505 * db_details_importdocsql.php3: Move hardcoded strings to language files
1506 * lang/*.php3: Add new strings for docSQL importer
1507 * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1508 * Documentation.html: Revised FAQ entry about SQL Validator
1510 2003-01-15 Alexander M. Turek <rabus@users.sourceforge.net>
1511 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1512 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1513 * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1514 * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1515 * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1517 2003-01-15 Marc Delisle <lem9@users.sourceforge.net>
1518 * pdf_pages.php3: feature: deleting a pdf page
1519 * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1520 , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1522 2003-01-14 Alexander M. Turek <rabus@users.sourceforge.net>
1523 * server_privileges.php3:
1524 - Lookup database / table lists if possible;
1525 - The database name was displayed instead of the table name in the sub
1527 * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1528 * lang/norwegian-*.inc.php3: Updates, thanks to
1529 Sven-Erik Andersen (sven-erik).
1530 * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1531 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1533 2003-01-14 Marc Delisle <lem9@users.sourceforge.net>
1534 * lang/galician: update, thanks to Xosé Calvo
1535 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1537 2003-01-14 Michal Cihar <nijel@users.sourceforge.net>
1538 * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1539 all for fields selection.
1540 * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1541 (Jumping cursor using keyboard).
1542 * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1543 functions.js to allow jumping using keyboard.
1544 * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1545 works also for row editing.
1546 * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1548 2003-01-13 Robin Johnson <robbat2@users.sourceforge.net>
1549 * libraries/sqlvalidator.class.php3:
1550 - Removed dependency on overload extension
1551 - Started to fix bug #644709
1552 * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1553 - Revert line 88 of sql.php3, and fix it a different way...
1555 2003-01-12 Robin Johnson <robbat2@users.sourceforge.net>
1556 * read_dump.php3, sql.php3, libraries/common.lib.php3,
1557 libraries/sqlparser.lib.php3:
1558 - Fixed bug #641765, see mailing list post
1560 2003-01-11 Alexander M. Turek <rabus@users.sourceforge.net>
1562 - The messages are now displayed by server_links.inc.php3, so
1563 server_common.inc.php3 may be included earlier;
1565 * server_privileges.php3:
1566 - Wrong GRANT syntax;
1567 - Changed the default behavior of the for fields "pred_username" and
1570 2003-01-10 Marc Delisle <lem9@users.sourceforge.net>
1571 * tbl_change.php3: bug 665885, wrong back link after sql error
1572 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1573 * lang/ukrainian: update, thanks to Markijan Baran
1574 * lang/romanian: update, thanks to Valics Lehel
1575 * lang/japanese: update, thanks to Yukihiro Kawada
1577 2003-01-10 Michal Cihar <nijel@users.sourceforge.net>
1578 * lang/czech*: Updated.
1580 2003-01-09 Marc Delisle <lem9@users.sourceforge.net>
1581 * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1582 support for the EXTRACT ... FROM syntax which is not a real
1585 2003-01-09 Alexander M. Turek <rabus@users.sourceforge.net>
1586 * server_privileges.php3, lang/*.inc.php3:
1587 - Forgot to implement "This host";
1588 - Drop the users' databases;
1589 - Don't send comments to the MySQL server;
1590 - When trying to delete multiple users, display an error message if none
1593 2003-01-08 Marc Delisle <lem9@users.sourceforge.net>
1594 * libraries/sqlparser.lib.php3, libraries/functions.js,
1595 sql.php3: - use the parser for confirmation requests
1596 - better check before appending LIMIT
1597 * lang/galician: update, thanks to Xosé Calvo
1598 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1599 * lang/indonesian: missing semicolon
1600 * lang/japanese: update, thanks to Yukihiro Kawada
1601 * lang/romanian: update, thanks to Valics Lehel
1603 2003-01-08 Michal Cihar <nijel@users.sourceforge.net>
1604 * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1605 and hidden input generating stuff.
1606 * almost all php3 files: Use new URL and hidden input generation stuff.
1607 * libraries/common.lib.php3: Addded extra check for MySQL even when in
1608 safe mode (could fix #661949).
1610 2003-01-08 Alexander M. Turek <rabus@users.sourceforge.net>
1611 * lang/english-*.inc.php3: Fixed a typo.
1612 * server_privileges.php3, libraries/url_generating.lib.php3:
1613 - Beautified generated XHTML code;
1615 - Added a missing @param comment.
1617 2003-01-07 Michal Cihar <nijel@users.sourceforge.net>
1618 * lang/czech: Updated.
1620 2003-01-07 Alexander M. Turek <rabus@users.sourceforge.net>
1621 * server_privileges.php3: Sorting user list.
1622 * translators.html: Typo.
1623 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1624 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1625 * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1626 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1627 * lang/norwegian-*.inc.php3: Updates, thanks to
1628 Sven-Erik Andersen (sven-erik).
1629 * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1631 2003-01-07 Marc Delisle <lem9@users.sourceforge.net>
1632 * Documentation.html: clarification about cookie/http modes
1633 * lang/dutch update, thanks to Ivo Teel
1634 * lang/japanese: update, thanks to Yukihiro Kawada
1635 * lang/ukrainian: remove duplicate messages
1637 2003-01-06 Alexander M. Turek <rabus@users.sourceforge.net>
1638 * server_privileges.php3:
1639 - Interface cosmetic;
1641 - Added a db / table privileges editor.
1642 * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1643 * server_privileges.php3, libraries/server_privileges.js:
1644 - Optimized some JS functions for the new interface;
1645 - Added ability to create new MySQL users via GRANT (feature #502465).
1646 * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1647 Incremented version number to 2.4.0-dev.
1649 2003-01-05 Alexander M. Turek <rabus@users.sourceforge.net>
1650 * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1652 2003-01-03 Marc Delisle <lem9@users.sourceforge.net>
1653 * lang/estonian*, malay*: remove control M
1654 * lang/romanian: update, thanks to Valics Lehel
1655 * lang/galician: update, thanks to Xosé Calvo
1656 * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1658 2003-01-01 Alexander M. Turek <rabus@users.sourceforge.net>
1659 * lang/german*: Updated.
1661 2003-01-01 Michal Cihar <nijel@users.sourceforge.net>
1662 * lang/czech*: Updated.
1663 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1664 * lang/sort_lang.sh: Made POSIX sh compatible.
1665 * lang/check_lang.sh: Made require bash.
1666 * lang/swedish*: Updated.
1667 * lang/*: For many translations fixed missing/duplicate strings.
1669 2002-12-28 Marc Delisle <lem9@users.sourceforge.net>
1670 * lang/ukrainian: update, thanks to Markijan Baran
1671 * user_details.php3: add $strGrantOption
1672 * lang/french update
1673 * main.php3, lang/*.php3: $strOriginalInterface
1675 2002-12-25 Alexander M. Turek <rabus@users.sourceforge.net>
1676 * server_privileges.php3:
1677 - Made the script compatible to MySQL < 3.22.11;
1678 - Fixed the missing "LOCK TABLES" option in the privilege editor.
1679 - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1680 if all privileges have been selected.
1681 * libraries/sqlparser.data.php3:
1682 - Fixed bug #655817 (New privileges are not detected correctly).
1683 - Updated function list.
1685 2002-12-23 Alexander M. Turek <rabus@users.sourceforge.net>
1686 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1688 2002-12-22 Alexander M. Turek <rabus@users.sourceforge.net>
1689 * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1690 Added ability to delete users.
1692 2002-12-21 Alexander M. Turek <rabus@users.sourceforge.net>
1694 - Fixed wrong charset information in XML exports.
1695 - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1698 2002-12-20 Alexander M. Turek <rabus@users.sourceforge.net>
1699 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1701 2002-12-19 Michal Cihar <nijel@users.sourceforge.net>
1702 * server_privileges.php3: Fixed undefined variable warning.
1703 * lang/czech*: Updated.
1704 * lang/*: Fixed a typo.
1706 2002-12-19 Marc Delisle <lem9@users.sourceforge.net>
1707 * lang/romanian: update, thanks to Valics Lehel
1708 * lang/dutch update, thanks to Ivo Teel
1710 2002-12-19 Alexander M. Turek <rabus@users.sourceforge.net>
1711 * lang/norwegian-*.inc.php3:
1712 - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1713 - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1714 * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1715 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1716 * lang/german-*.inc.php3: Updates.
1717 * lang/*.inc.php3: Fixed a typo.
1718 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1719 * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1720 * server_privileges.php3, lang/*.inc.php3:
1722 - Small design modification;
1723 - Added ability to change passwords via SET PASSWORD FOR user.
1725 2002-12-18 Alexander M. Turek <rabus@users.sourceforge.net>
1726 * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1727 lang/*.inc.php3: Started rewriting the user administration; changes:
1728 - Use GRANT / REVOKE for privilege changes (feature #502465);
1729 - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1730 - Support for user resource limits;
1731 - Improved user friendliness.
1732 Currently, it can only display and edit global privileges.
1733 * libraries/common.lib.php3: Undefined index.
1734 * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1735 * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1737 2002-12-18 Michal Cihar <nijel@users.sourceforge.net>
1738 * main.php3: Since every user has access to his processlist, set
1739 is_process_priv to TRUE as default (fixes undefined variable warning).
1741 2002-12-18 Marc Delisle <lem9@users.sourceforge.net>
1742 * tbl_select.php3, bug 648263
1743 * libraries/common.lib.php3, bug 653764
1744 * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1745 append data only to a table
1747 2002-12-17 Marc Delisle <lem9@users.sourceforge.net>
1748 * lang/russian: update, thanks to Nicolay Zakharov
1750 2002-12-16 Michal Cihar <nijel@users.sourceforge.net>
1751 * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1752 * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1754 2002-12-16 Marc Delisle <lem9@users.sourceforge.net>
1755 * lang/russian: update, thanks to Nicolay Zakharov
1756 * lang/galician: update, thanks to Xosé Calvo
1758 2002-12-15 Marc Delisle <lem9@users.sourceforge.net>
1759 * libraries/get_foreign.lib.php3: bug 646263,
1760 bad drop-down in select sub-page
1762 2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
1763 * libraries/common.lib.php3: Removed a comment.
1765 2002-12-14 Marc Delisle <lem9@users.sourceforge.net>
1766 * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1768 2002-12-13 Michal Cihar <nijel@users.sourceforge.net>
1769 * tbl_dump.php3: Fix output order of inserts/creates, generate file
1770 extension to include also file type, not only compression (now it
1771 generates something like dump.sql.gz).
1773 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1774 * pdf_schema.php3: Change generated filename to
1775 db_pdfname.pdf instead of db_pdfnumber.pdf
1777 2002-12-12 Alexander M. Turek <rabus@users.sourceforge.net>
1778 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1779 * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1780 * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1781 * lang/norwegian-*.inc.php3: Updates, thanks again to
1782 Sven-Erik Andersen (sven-erik).
1783 * lang/german-*.inc.php3: Small grammar fix.
1785 2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
1786 * lang/german-*.inc.php3: Updates.
1787 * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1788 * libraries/build_dump.php3:
1789 - Fixed part 2 of bug #652311 (Undefined variables);
1792 2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
1793 * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1794 cleaner charset conversion for export.
1795 * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1796 lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1797 thanks to Valentine for creating the patch #627496.
1799 2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
1800 * lang/galician: update, thanks to Xosé Calvo
1801 * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1802 but there is still some work to do about how to split a UNION
1803 * tbl_properties_options.php3, bug 651522 wrong back-link,
1804 thanks to Mischka ( stollner at uni-muenster dot de )
1806 2002-12-10 Michal Cihar <nijel@users.sourceforge.net>
1807 * lang/czech*.php3: Updated translation.
1808 * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1810 2002-12-10 Alexander M. Turek <rabus@users.sourceforge.net>
1811 * server_*.php3, lang/*.inc.php3, main.php3:
1812 - Added 'SHOW PROCESSLIST' interface;
1815 * lang/spanish-*.inc.php3: Updates, thanks again to
1816 Dr. med. Daniel Hinostroza C.
1817 * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1819 2002-12-09 Alexander M. Turek <rabus@users.sourceforge.net>
1820 * lang/norwegian-*.inc.php3: Updates, thanks again to
1821 Sven-Erik Andersen (sven-erik).
1822 * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1823 * lang/spanish-*.inc.php3: Updates, thanks again to
1824 Dr. med. Daniel Hinostroza C.
1826 2002-12-08 Alexander M. Turek <rabus@users.sourceforge.net>
1827 * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1828 server_common.inc.php3, server_links.inc.php3, server_status.php3,
1829 server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1830 Started working on a new interface to server related pages.
1831 * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1832 * lang/german-*.inc.php3: Updates.
1833 * lang/english-*.inc.php3: Reordered strings.
1835 2002-12-07 Marc Delisle <lem9@users.sourceforge.net>
1836 * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1837 bug 633422, use a button if search result would generate a too big URL
1839 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1840 * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1841 Choose between Landscape and Portrait for the
1842 Datadictionary in PDF Pages
1843 * pdf_schema.php3: lineheight for Textrows in Datadictionary
1844 was equal to textheight, i added one mm above and below text
1845 (hope your tables are not too big not to fit on a page now ;)
1847 2002-12-06 Alexander M. Turek <rabus@users.sourceforge.net>
1848 * lang/german.inc.php3: Updates.
1849 * main.php3: Fixed bug #649641 (usernames containing '@' character).
1850 * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1851 warning / php >= 4.3.0) by Mats Engstrom (matseng).
1852 * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1853 * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1855 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1856 * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1857 * lang/italian-*.inc.php3:
1858 - Updates, thanks to Pietro Danesi (danone).
1861 2002-12-06 Marc Delisle <lem9@users.sourceforge.net>
1862 * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1863 new data dict feature for PDF pages, thanks to Maxime Delorme
1864 * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1865 thanks to Piotr Roszatycki (d3xter)
1867 2002-12-05 Alexander M. Turek <rabus@users.sourceforge.net>
1868 * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1870 2002-12-05 Marc Delisle <lem9@users.sourceforge.net>
1871 * pdf_schema.php3: remove control M
1872 * lang/dutch update, thanks to Ivo Teel
1874 2002-12-04 Marc Delisle <lem9@users.sourceforge.net>
1875 ### 2.3.3pl1 released
1878 --- Older ChangeLogs can be found on our project website ---
1879 http://www.phpmyadmin.net/ChangeLogs/
1882 # vim: expandtab ts=4 sw=4 sts=4
1883 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1884 # vim: fdn=1 fdm=expr