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