8 2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
9 * lang/some translations: Damn, I didn't commit all empty translations
11 * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
12 which translations has failed, now also converts by default only
13 modified files and is capable to get charset from filename when reading
15 * left.php3: More fixes for HTML entities.
16 * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
18 * lang/czech: Updated.
19 * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
20 * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
21 * lang/italian: Updated, thanks to Pietro Danesi (danone).
23 2003-04-14 Garvin Hicking <me@supergarv.de>
24 * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
26 * footer.inc.php3: Needed \n for some cases.
28 2003-04-13 Marc Delisle <lem9@users.sourceforge.net>
30 * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
31 * lang/polish: update, thanks to Jakub Wilk
32 ### 2.5.0-rc1 released
34 2003-04-13 Alexander M. Turek <rabus@users.sourceforge.net>
35 * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
36 lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
39 2003-04-13 Michal Cihar <nijel@users.sourceforge.net>
40 * lang/{slovenian,russian,croatian,bulgarian}: We don't
41 want empty translations...
43 2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
44 * libraries/common.lib.php3: Better fix against possible "wrong parameter
46 * server_privileges.php3:
47 - Fixed a broken link in the user overview table;
48 - Fixed bug #539756 again.
49 * lang/german-*.inc.php3: Updates.
50 * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
51 (Feature #623665, part 1).
53 2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
54 * libraries/common.lib.php3, config_import.lib.php3:
55 MaxExactCount backwards compatibility
56 * db_details_structure.php3: undefined $row_count for InnoDB tables
58 2003-04-11 Michal Cihar <nijel@users.sourceforge.net>
59 * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
60 SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
61 * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
62 $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
63 * Documentation.*: Documented above.
64 * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
65 * lang/galician: Added missing string.
66 * lang/thai: Updated, thanks to Arthit Suriyawongkul.
68 2003-04-10 Michal Cihar <nijel@users.sourceforge.net>
69 * pdf_schema.php3, libraries/common.lib.php3,
70 libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
71 count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
72 (<20000 rows) tables (RFE #708533).
73 * tbl_printview.php3: Make javascript work on more browsers than MSIE.
74 * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
75 XHTML errors, document is again valid XHTML.
76 * lang/italian: Updated, thanks to Pietro Danesi (danone).
78 2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
79 * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
81 * libraries/display_export.lib.php3: Added <br /> before charset
84 2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
85 * lang/*: $updComTab -> $strUpdComTab
86 * libraries/relation.lib.php3: put back version 1.30 message
87 that uses $strUpdComTab
88 * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
90 2003-04-09 Garvin Hicking <me@supergarv.de>
91 * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
92 to prevent false arrow aligning when using 'same widths'.
94 2003-04-08 Marc Delisle <lem9@users.sourceforge.net>
95 * lang/galician: update, thanks to Xosé Calvo
96 * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
97 * lang/italian: Updated, thanks to Pietro Danesi.
98 * lang/chinese_gb: update, thanks to (fundawang)
99 * lang/swedish: update, thanks to Björn T. Hallberg
100 * lang/norwegian: update, thanks to Sven-Erik Andersen
102 2003-04-07 Michal Cihar <nijel@users.sourceforge.net>
103 * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
104 multi submit actions.
106 2003-04-06 Garvin Hicking <me@supergarv.de>
107 * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
108 Now multiple fields can be inserted at cursor position (Mozilla/IE)
109 in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
110 * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
111 libraries/relation.lib.php3: RFE #715914: Sort query history by
112 (autoincrement) key instead of timevalue. Only save queries in
113 history if they were successful. This required the moving of
114 the JS-stuff in header.inc.php3 to footer.inc.php3. Please
115 test, if this works for everyone. It does for me.
117 2003-04-06 Alexander M. Turek <rabus@users.sourceforge.net>
118 * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
119 column before MySQL 3.23 (bug #712055).
120 * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
121 machines with register_globals = off.
123 2003-04-05 Marc Delisle <lem9@users.sourceforge.net>
124 * lang/romanian updates, thanks to Valics Lehel
125 * lang/slovenian update, thanks to Kositer Uros
127 2003-04-03 Garvin Hicking <me@supergarv.de>
128 * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
130 2003-04-02 Garvin Hicking <me@supergarv.de>
131 * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
132 * tbl_move_copy.php3: At least one of the PDF integrity checks
133 on moving/copying a table can safely be enabled.
134 * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
135 newly created table' depend on a selected checkbox. State of that
136 checkbox is saved in a cookie.
137 * lang/*: Added $strSwitchToTable for the above.
138 * lang/german-*: Translations
140 2003-04-02 Michal Cihar <nijel@users.sourceforge.net>
141 * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
142 generated SQL dump, move to newly created table also after copying.
143 * tbl_properties_operations.php3: Some fixes for html entities in db/table
145 * db_details_structure.php3, mult_submits.inc.php3,
146 tbl_properties_structure.php3: Show multi submits result after headers
147 and tabs from originating place.
148 * lang/czech: Updated.
149 * tbl_properties_operations.php3: Not only remember, but also recall state
150 of checkbox for move to newly created table (see Garvin's entry above).
152 2003-04-01 Marc Delisle <lem9@users.sourceforge.net>
153 * Documentation.html: clarify about wildcard database
154 * lang/bulgarian, translators.html: big update from the new translator:
155 Stanislav Yordanov, stan at stud.ru.acad.bg
156 * lang/italian: Updated, thanks to Pietro Danesi.
158 2003-03-31 Marc Delisle <lem9@users.sourceforge.net>
159 * css/phpmyadmin.css.php3: calls from a css file are relative to itself
160 thanks to Jose Fandos (jose.fandos at sonnd.com)
162 2003-03-27 Alexander M. Turek <rabus@users.sourceforge.net>
163 * server_privileges.php3, lang/*.inc.php3:
164 - Fixed bug #708292 (Support for host-based privileges).
165 - Show SQL query when adding a user.
166 * server_processlist.php3, lang/*.inc.php3: Feature #707495
167 (SHOW FULL PROCESSLIST).
168 * lang/german-*.inc.php3: Updates.
170 2003-03-27 Marc Delisle <lem9@users.sourceforge.net>
171 * sql.php3: avoid long delays when browsing big tables (MySQL 4)
173 2003-03-26 Michal Cihar <nijel@users.sourceforge.net>
174 * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
175 tbl_properties_operations.php3, tbl_properties_structure.php3,
176 tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
177 more fixes for HTML entities in field/table/db name.
179 2003-03-25 Alexander M. Turek <rabus@users.sourceforge.net>
180 * Documentation.html: Fixed GRANT queries for the controluser.
182 2003-03-25 Marc Delisle <lem9@users.sourceforge.net>
183 * main.php3: replace the 'USE mysql' test, as users with a global
184 priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
186 2003-03-25 Michal Cihar <nijel@users.sourceforge.net>
187 * tbl_query_box.php3, tbl_properties_operations.php3,
188 libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
190 * read_dump.php3: Fixed detection of $goto.
191 * header.inc.php3: Neated URL generating.
192 * lang/czech: Updated.
194 2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
195 * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
196 multisubmit actions (RFE #622603).
197 * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
198 tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
199 queries for multiple tables.
200 * db_details_structure.php3: Display correctly table names that contain
202 * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
203 caused HTML entities to be quoted twice.
204 * tbl_indexes.php3: Fixed editing of index with HTML entities.
205 * lang/czech: Updated.
206 * tbl_properties_structure.php3: Fix enabling/disabling links to index
207 creating (it requires type, but there was also MIME type added).
209 2003-03-23 Marc Delisle <lem9@users.sourceforge.net>
210 * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
211 config.inc.php3, Documentation.html: disabling of the parser no
214 2003-03-22 Alexander M. Turek <rabus@users.sourceforge.net>
215 * libraries/defines.lib.php3: Small bugfix.
216 * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
217 * libraries/common.lib.php3: Possible fix against "wrong parameter count"
220 2003-03-22 Marc Delisle <lem9@users.sourceforge.net>
221 * libraries/transformations/text_plain__imagelink: display the
222 image, with width and height options
223 * libraries/transformations/text_plain__link: the link was not
224 functional at my site; also, document this transform in lang.
226 2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
227 * server_privileges.php3: typo
229 * image_jpeg__plain renamed to text_plain__imagelink, because
230 the contents is not an image but a filename
232 2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
233 * ldi_check.php3: Use $sql_query instead of $query to put query correctly
235 * libraries/display_export.lib.php3: Again fixed selecting table/db
237 * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
240 2003-03-20 Marc Delisle <lem9@users.sourceforge.net>
241 * lang/hebrew update, thanks to Yuval Sarna
243 2003-03-20 Michal Cihar <nijel@users.sourceforge.net>
244 * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
245 * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
246 type when doing charset conversion.
247 * libraries/display_export.lib.php3: Fixed selecting table/db filename
249 * libraries/read_dump.lib.php3, db_details.php3,
250 db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
251 Automatic detection of compression for uploaded data.
253 2003-03-19 Garvin Hicking <me@supergarv.de>
254 * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
255 Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
256 input area (SQL window, table properties) AND in the 'Insert/Update field' display
257 where you can upload files to blob fields. Experimental.
259 2003-03-19 Alexander M. Turek <rabus@users.sourceforge.net>
260 * lang/german-*.inc.php3: Updates.
262 2003-03-19 Michal Cihar <nijel@users.sourceforge.net>
263 * tbl_properties_operations.php3: fixed bad id of option (#706147).
264 * lang/dutch: Updated, thanks to Gilles van den Hoven.
265 * lang/thai: Updated.
266 * lang/italian: Updated, thanks to Pietro Danesi.
267 * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
268 * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
269 * lang/chinese: Updated, thanks to Siu Sun.
271 2003-03-18 Garvin Hicking <me@supergarv.de>
272 * libraries/display_export.lib.php3: Fixed variable usage.
273 * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
274 libraries/common.lib.php3: Added new transforms for a substr()
275 function, a dateformat() modified and a basic plugin for external
276 programs. Support for TIDY has been experimentally been built in.
277 External programs make use of piping and thus cannot be used in
279 Added the ability for transforms to adjust the "nowrap" option of a
281 Some german translation.
283 2003-03-18 Marc Delisle <lem9@users.sourceforge.net>
284 * libraries/select_lang.lib.php3: modify order of Russian lang files
285 because MSIE does not accept cp866 and users do not see anything,
286 thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
288 2003-03-18 Michal Cihar <nijel@users.sourceforge.net>
289 * libraries/display_tbl.lib.php3: removed from button text, as
290 Konqueror doesn't like it there and it is not needed.
291 * lang/czech: updated.
292 * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
293 when using transformations.
294 * libraries/display_export.lib.php3, db_details_links.php3,
295 server_common.inc.php3, server_databases.php3, server_links.inc.php3,
296 server_processlist.php3, server_status.php3, server_variables.php3,
297 tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
298 * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
299 specify how will filename for exported data look like (RFE #678642).
300 * Documentation.*: Next release seems to be 2.5.0.
301 * lang/latvian: Updated, thanks to Sandis Jerics.
303 2003-03-17 Mike Beck <mikebeck@users.sourceforge.net>
304 * pdf_pages.php3 will now check if the pdf_pages table has entries
305 that reference tables that no longer exist. if it does user is prompted
308 2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
309 * user_password.php3, header.inc.php3, libraries/user_password.js:
310 put back js functions for user password change (= old user_details.js)
311 * libraries/display_tbl.lib.php3, functions.js: new feature:
312 browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
314 2003-03-15 Marc Delisle <lem9@users.sourceforge.net>
315 * pdf_pages.php3: Automatic layout of tables on the schema
317 2003-03-15 Garvin Hicking <me@supergarv.de>
318 * pdf_schema.php3: Fixed typo.
320 2003-03-14 Garvin Hicking <me@supergarv.de>
321 * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
322 '../' safety issues, display transformations only if file exists
325 2003-03-14 Robin Johnson <robbat2@users.sourceforge.net>
326 * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
328 s/RestricColumnTypes/RestrictColumnTypes/
329 s/RestricFunctions/RestrictFunctions/
330 * scripts/create_tables.sql:
331 - Neaten up SQL, add DROP TABLE/DATABASE cleanness
333 2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
334 * server_status.php3: Fixed the Garvin's calculations.
335 * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
336 * libraries/header_meta_style.inc.php3,
337 libraries/transformations/overview.php3: Fixed CSS link.
338 * tbl_properties.inc.php3: Added tooltips for transformations.
340 2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
341 * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
343 2003-03-13 Garvin Hicking <me@supergarv.de>
344 * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
345 * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
346 * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
347 results page (1px border in the color of BrowserMarkerColor around the cells).
349 * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
350 pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
351 lang/*: RFE #7000385: Export AUTO_INCREMENT field.
352 Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
353 dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
354 * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
355 clarity. Make it easier to enable defaults (RFE #695265)
357 2003-03-12 Garvin Hicking <me@supergarv.de>
358 * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
359 was not displayed if it has no comment.
360 * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
362 * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
363 RFE #550552: Change default initial query for browse mode, if a bookmark with the same
364 label as the tablename is found.
365 * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
366 auto_increment value. (RFE #639655)
367 * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
368 Display DB comments and MIME types, where appropriate.
369 * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
370 the querywindow which didn't show the latest querys always.
371 * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
372 RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
373 to do, so please see Documentation.html. I thought it too hard to move the
374 bookmark-box around where you can store the bookmarks, because there are a couples
375 of redirections involved. So the major problem is that your to-be-stored bookmark
376 HAS to yield at least a single result row for you to be able to store that.
377 * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
378 Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
380 * tbl_properties_export.php3, db_details_export.php3,
381 libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
382 export now is a perfect look-alike except for a multi-tables dropdown.
383 Put the code to display the export into a seperate file for re-usability.
384 * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
385 libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
386 map to which MySQL field type and in the dropdown of the function list first
387 display the fitting functions, and then for compatibility reasons the rest of
389 TODO: I don't know if I chose the correct mapping for all types. Please correct
390 config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
391 * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
392 tbl_rename.php3, libraries/relation.lib.php3:
393 Bugfix #579256 / RFE #577328 : Automatic update of relations,
394 display fields, comments, bookmarks, ... on update, delete and duplicate.
395 Automatic duplication/moving of PDF pages does not yet work. Would the
396 original author please be so kind to have a look at the tbl_move_copy.php
397 script, search for '[TODO]' and apply necessary fixes? ;)
398 * tbl_dump.php3: New $sql_structure variable for the new table export
399 design broke DB export functionality. Fixed this.
401 2003-03-12 Marc Delisle <lem9@users.sourceforge.net>
402 * lang/ukrainian: update, thanks to Markijan Baran
404 2003-03-11 Garvin Hicking <me@supergarv.de>
405 * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
406 libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
407 Improved security of docSQL importer. You now can only access
408 a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
409 file on its own via File Upload (if $is_upload is true).
410 Filenames not matching the converter will no more printed out to
411 maintain security. Permits input of '../'.
412 * transformation_wrapper.php3 - Remove $err_url, because if a query
413 fails here, the user won't get to see the error string anyways.
414 Can happen if you want to display a blob without having an index
415 key in your query, because the blob cannot be filtered by a content
418 2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
419 * libraries/sqlparser.data.php3: bug 700082, support of XOR
421 2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
422 * translators.html: Another mechanism against stupid people who use the
423 translator list as a list of localised support hotlines or try to get a
424 translation by mail order... :o)
425 * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
426 libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
427 that the correct font families are used.
429 2003-03-10 Garvin Hicking <me@supergarv.de>
430 * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
431 thanks to Csaba Gabor!
432 * sql.php3: Fixed another occurence of addslashes() where it no longer
434 * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
435 tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
436 - when creating/altering/adding table fields you can now change the
437 wrong form input, instead of losing all your data. Have fun. :-)
438 * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
440 Added new table export format by Michal Cihar. db_details_export.php3
441 should be adapted to the new layout somewhen. Fixed Compression.
442 * header.inc.php3, header_printview.inc.php3, index.php3,
443 left.php3, queryframe.php3, querywindow.php3,
444 transformation_wrapper.php3, css/phpmyadmin.css.php3,
445 libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
446 libraries/functions.js, libraries/header_http.inc.php3,
447 libraries/header_meta_style.inc.php3, libraries/left.js
448 libraries/sqlparser.lib.php3:
449 Massive code-cleanup. Put all stylesheets into new central file
450 css/phpmyadmin.css.php3. To reduce overhead in this file, the
451 common.lib.php3 has a new variable to determine whether the full
452 code structure or only those codes needed for the stylesheet class
453 is parsed. This is to prevent duplicated code, even though it looks
454 somehow ugly. The stylesheet is now embedded via a <link rel>-
455 directive and should also be able to be cached by the browser.
457 Also some unneccessary code was removed from querywindow/wrapper.
458 * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
459 fieldnames to be mapped to false keys for display.
461 2003-03-10 Marc Delisle <lem9@users.sourceforge.net>
462 * transformation_wrapper.php3, lang/*,
463 libraries/transformations/image_png__inline.inc.php3:
464 new transformation for png (inline)
465 (still issues with PNG's transparency in PHP 4.3.0)
466 * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
468 2003-03-09 Garvin Hicking <me@supergarv.de>
469 * db_printview.php3: Added print button (#700205)
471 2003-03-08 Marc Delisle <lem9@users.sourceforge.net>
472 * libraries/transformations/*.sh: did not work in bash
474 2003-03-07 Marc Delisle <lem9@users.sourceforge.net>
475 * transformation_wrapper.php3, lang/*,
476 libraries/transformations/image_jpeg__inline.inc.php3:
477 now 2 options for resize: width, height
479 2003-03-06 Garvin Hicking <me@supergarv.de>
480 * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
481 Fix bug #658668, special escaping of \n, \r and \t characters.
482 Please test, works fine for me now (both magic_quotes on/off).
484 2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
485 * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
486 * updatedocs.sh: Script to make conversion easier
488 2003-03-05 Garvin Hicking <me@supergarv.de>
489 * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
490 * libraries/relation.lib.php3, libraries/transformations.lib.php3,
491 tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
492 call with PMA_sqlAddslashes() call because of new global s
494 * sql.php3: Fixed querytime bug, when query was only shown for PHP
496 * read_dump.php3, sql.php3, tbl_alter.php3,
497 tbl_properties_export.php3: Fixed remaining calls to stripslashes()
498 where not neccessary, because grab_globals already stripslashed
499 the data. This fixes the problem of the SQL Pretty printer showing
500 the data wrongly formatted.
502 2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
503 * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
506 2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
507 * Documentation.html, faq 1.29 about the "duplicate field names" problem
508 * transformation_wrapper.php3, libraries/defines_php.lib.php3,
509 libraries/transformations/image_jpeg__inline.inc.php3:
512 2003-03-03 Alexander M. Turek <rabus@users.sourceforge.net>
513 * tbl_replace_fields.php3: Bugfix: User was unable to insert values
515 * libraries/common.lib.php3:
516 - Avoid reloading the left frame twice;
517 - PHP3 compatibility;
518 - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
521 2003-03-03 Marc Delisle <lem9@users.sourceforge.net>
522 * badwords.txt: bug 692874: "date" is not a reserved word
524 2003-03-02 Alexander M. Turek <rabus@users.sourceforge.net>
525 * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
526 mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
527 tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
528 tbl_move_copy.php3, tbl_properties.inc.php3,
529 tbl_properties_operations.php3, tbl_properties_options.php3,
530 tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
531 tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
532 user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
533 libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
534 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
535 extracting the arrays $_GET and $_POST. This should replace a lots of
536 workarounds and avoid present and future problems with magic_quotes_gpc.
537 * server_privileges.php3, libraries/common.lib.php3:
538 - Escape wildcard characters in the database and table dropdown boxes;
541 2003-03-01 Marc Delisle <lem9@users.sourceforge.net>
543 * tbl_dump.php3: undefined variable $use_comments
544 * tbl_properties_export.php3: bug 692143: now we remove the
545 LIMIT clause from the original query to use the limits entered
547 * pdf_schema.php3: better header/footer for long pages,
548 thanks to Maxime Delorme
550 2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
551 * tbl_indexes.php3: Cleaner solution for showing query after changing
554 2003-03-01 Robin Johnson <robbat2@users.sourceforge.net>
555 * libraries/xpath/XPath.class.php, libraries/xpath/:
556 - Removed (was part of the early DB config prototype)
557 * lang/translatecount.sh:
558 - Counts just how out of date the translations are!
560 2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
561 * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
562 #694800), show structure after modifying index.
564 2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
565 * Documentation.html: Fixed a typo.
566 * server_privileges.php3: Fixed bug #691910.
567 * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
568 thanks to Jason Carlson (jjcarlson).
570 2003-02-28 Garvin Hicking <me@supergarv.de>
571 * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
572 tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
574 - Finetuneing for query window: Only three tabs, if DefaultTab
575 is not set to 'full'.
576 - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
577 - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
579 - Made the textarea smaller (*1.25 instead of *2) for the window only.
580 - Fixed a bug when you changed from a table to a database on the left frame and the
581 query window still wants to show the previous table.
582 * tbl_query_box.php3: Only show fieldlist, when $table is set.
583 * translators.html: Adjusted to same topmenu as Documentation.html.
584 With the new 'Transformations' item the bar was too large to fit
585 on standard 800x600 browser windows.
587 2003-02-27 Michal Cihar <nijel@users.sourceforge.net>
588 * lang/czech: Updated.
589 * lang/english: Resorted.
591 2003-02-27 Alexander M. Turek <rabus@users.sourceforge.net>
592 * libraries/common.lib.php3, libraries/config_import.lib.php3:
593 - Backwards compatibility;
594 - Removed some unnecessary code;
595 - Added a small HOWTO.
596 * config.inc.php3: The tab settings don't fit into the 'left frame' part.
597 * lang/german-*.inc.php3: Grammar.
598 * Documentation.html: Fixed some dead links.
599 * scripts/create_tables.sql: Adjusted table comments.
601 2003-02-27 Garvin Hicking <me@supergarv.de>
602 * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
603 querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
604 * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
605 libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
606 purging on login, made querywindow tabbed, improved Querywindow-compatibility.
607 * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
608 Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
609 (optional, default off) of the columns. I didn't like to have to scroll in horizontal
610 directions, so with this mode you can see about 6 columns at once on a single screen.
611 * tbl_properties.inc.php3: Fixed bug when certain fields are not
612 enabled, they threw an undefined offset. [2nd try, now for real :)]
613 * Documentation.html: Updated for my new features. Should include
614 everyting, I hope. But seriously needs a proofread.
615 * config.inc.php3: Inserted new directives for empty
616 $cfg['Servers'][$i]. (history, verbose_check)
617 * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
618 to suppress Notices/Warnings when MIME-types are not enabled.
620 2003-02-26 Garvin Hicking <me@supergarv.de>
621 * lang/german-*: better grammar. ;)
622 * libraries/display_tbl.lib.php3: Fixed transformation-link variable
623 usage for special queries like 'SHOW FIELDS', where certain variables are
625 * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
626 tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
627 transformation_wrapper.php3, libraries/config_import.lib.php3,
628 libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
629 scripts/create_tables.sql:
630 Test if MIME-feature are really available. Preparation for PMA_db-based
632 Removed a dupe for inserting comments, fixed integrity check when
633 moving/renaming tables and keeping comments.
634 * header.inc.php3: Added one more Javascript if-structure to make sure
635 the frameset is initialized when querying for an active window. Without
636 this, when starting phpMyAdmin for the first time, IE6 may complain
637 depending on the order it loads the framesets.
639 2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
640 * db_details_structure.php3: undefined variable $comment
641 * tbl_move_copy.php3: 'column_info'
643 2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
644 * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
645 lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
646 $datefmt (translations #692065).
647 * lang/japanese-*.inc.php3: Fixed some inconsistences.
648 * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
649 sql.php3, tbl_move_copy.php3, tbl_rename.php3,
650 libraries/config_import.lib.php3, libraries/relation.lib.php3,
651 libraries/transformations.lib.php3: Changed 'column_comments' to
653 * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
654 <http://www.phpmyadmin.net/ChangeLogs/>.
656 2003-02-25 Garvin Hicking <me@supergarv.de>
657 * tbl_properties.inc.php3: Fixed duped display of comments due to
658 merging diff conflict.
659 * lang/german*: German translations, only missing transformation
660 descriptions. They shouldn't be translated at that early point, I guess.
661 * libraries/config_import.lib.php3, libraries/relation.lib.php3,
662 libraries/transformations.lib.php3: 'column_info', they were somehow
663 not included in rabus' commit?!
665 2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
666 * common.lib.php3: Backwards compatibility.
668 2003-02-24 Garvin Hicking <me@supergarv.de>
669 Submitted multiple patches from the patch tracker:
670 * JS rowmarker now works in vertical display mode
671 Files: libraries/functions.js, display_tbl.lib.php3
672 * Display nav_bar even when only one row is returned, to enable display in
673 vertical/horizontal mode (especially for rotated headers)
674 Files: libraries/display_tbl.lib.php3
675 * Measures basic query time [#571934]
676 Files: sql.php3, display_tbl.lib.php3
677 * New display mode with 90 degree rotated table headers [#544361]. Works
678 either as CSS or as 'faked' PHP-transformation.
679 Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
680 * Update and display column comments in Add/Edit Fieldmode and CREATE table
681 mode. Display comments in table structure (optional) with underlined
682 CSS-mouseovers. Display comments in browser mode (optional), both in
683 vertical and horizontal display mode. Keep column comments in synch, when
684 DROPping/ALTERing and moving/copying tables.
685 Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
686 tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
687 tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
688 tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
689 libraries/relation.lib.php3
690 * Display and enter DB/table comments for navigation, stored in pma comments table.
691 May be displayed as Alias-Tooltips in left frame. [#650064]
692 Files: db_details_structure.php3, left.php3, relation.lib.php3
693 * Display column comments in table/database dumps, as inline SQL-Comments
694 Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
695 * Display MIME types to transform any table cell. You can only choose from a
696 list of pre-defined MIME-types. The list gets built by a function searching
697 a directory for valid transforms. For further information see
698 libraries/transformations/README-file and soon in documentation. ;)
699 Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
700 create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
701 tbl_move_copy.php3, transformation_wrapper.php3,
702 libraries/display_tbl.lib.php3, libraries/transformations/*
703 TODO: Add predefined functions!
704 * Display a (javascript) based query window as a new frame below the left
705 frame with query history [#526008]. Currently a bit experimental, works with
706 IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
707 work with any browser.
708 Files: queryframe.php3, querywindow.php3, header.inc.php3,
709 tbl_query_box.php3, common.lib.php3
711 2003-02-24 Olivier L. Müller <om@omnis.ch>
712 * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
713 port == 80 or port == 443, do not add ":80" or ":443" anymore to the
714 generated URL -> prevents a double password query with some browsers
715 (Safari) in case of http authentication. (tested with https, http and
716 http running on port 8080)
718 2003-02-24 Michal Cihar <nijel@users.sourceforge.net>
719 * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
720 fields type into special variable. Fixes #647689.
721 * db_details_structure.php3: Removed extra /. Fixes #692171.
723 2003-02-23 Marc Delisle <lem9@users.sourceforge.net>
726 2003-02-23 Olivier L. Müller <om@omnis.ch>
727 * docs.css: highlight FAQ questions in blue -> more readble.
729 2003-02-23 Alexander M. Turek <rabus@users.sourceforge.net>
730 * server_privileges: Better code for "check privileges"; This should fix
731 bug #687808 and a few other problems.
732 * ANNOUNCE.txt: Updated list of known bugs.
733 * server_variables.php3: Modified generated XHTML code.
735 2003-02-22 Marc Delisle <lem9@users.sourceforge.net>
736 * lang/italian update, thanks to Pietro Danesi
737 * lang/slovak update, thanks to Lubos Klokner
738 * lang/polish: update, thanks to Jakub Wilk
739 * lang/thai: update, thanks to Arthit Suriyawongkul
740 * tbl_change.php3: do not use enctype="multipart/form-data"
741 if !$is_upload (possible solution for bug 689215)
742 * lang/swedish: update, thanks to Björn T. Hallberg
744 2003-02-19 Alexander M. Turek <rabus@users.sourceforge.net>
745 * libraries/display_tbl.lib.php3: Coding standards.
746 * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
747 * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
748 * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
749 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
751 2003-02-18 Marc Delisle <lem9@users.sourceforge.net>
752 * sql.php3: bug 649665: undefined variables with UNION, and
753 also get the correct row count
754 * lang/norwegian: update, thanks to Sven-Erik Andersen
756 2003-02-18 Alexander M. Turek <rabus@users.sourceforge.net>
757 * server_databases.php3:
758 - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
759 - The link "check privileges" is now only displayed to superusers.
761 2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
762 * lang/czech: Updated.
763 * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
765 2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
766 * server_privileges.php3: Fixed edit link.
767 * Documentation.html:
768 - Reformulated some passages;
770 * ANNOUNCE.txt: Synchronized features list with documentation.
771 * server_databases.php3: Fixed bug #688271 (missing "?").
773 2003-02-17 Garvin Hicking <me@supergarv.de>
774 * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
775 Reworked blob file upload. More security cautions, and preserve
776 fields contents, if no new file was uploaded. Moved is_uploaded_file
777 function from read_dump.php3 to common.lib.php3 for reusability.
779 2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
780 * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
781 upload, upload field moved into table.
783 2003-02-17 Marc Delisle <lem9@users.sourceforge.net>
784 ### 2.4.0-rc2 released
785 * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
786 correct number of rows
788 2003-02-16 Alexander M. Turek <rabus@users.sourceforge.net>
789 * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
790 - Reimplemented ability to change a user's login information
792 - Feature: copy user profiles;
793 - "Check privileges" should now also check for wildcards;
794 - The revoke mode for deleting users did not always produce valid MySQL.
795 * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
796 * ANNOUNCE.txt: synchronized list of features and fixes.
798 2003-02-16 Michal Cihar <nijel@users.sourceforge.net>
799 * lang/czech: Updated.
800 * docs.css: Fixed URL.
802 2003-02-16 Marc Delisle <lem9@users.sourceforge.net>
803 * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
804 for splitting the SELECT clauses, to solve almost all records
806 * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
807 * lang/japanese: update, thanks to Yukihiro Kawada
809 2003-02-15 Alexander M. Turek <rabus@users.sourceforge.net>
810 * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
812 * libraries/common.lib.php3: Don't display edit link for
813 database-independant queries.
814 * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
819 2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
820 * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
821 Reimplemented "check privileges" feature.
823 2003-02-13 Robin Johnson <robbat2@users.sourceforge.net>
824 * sql.php3: Fix simple little bug #685082
826 2003-02-12 Alexander M. Turek <rabus@users.sourceforge.net>
827 * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
828 is broken), thanks to Alexander Schuch (ci-dev).
830 2003-02-12 Marc Delisle <lem9@users.sourceforge.net>
831 * lang/indonesian update, thanks to Rachim Tamsjadi
832 * lang/italian update, thanks to Pietro Danesi
833 * lang/lithuanian update, thanks to Vilius Zigmantas
834 * lang/slovenian update, thanks to Kositer Uros
835 * lang/swedish: update, thanks to Björn T. Hallberg
836 * tbl_change.php3: upload field only to BLOBs
837 * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
840 2003-02-11 Marc Delisle <lem9@users.sourceforge.net>
841 * tbl_replace_fields.php3: sometimes we receive "none" as the file
842 name when there is no field upload for some field
843 * sql.php3: bug 684712, undefined variable $table (js disabled
844 and confirmation for drop database)
846 2003-02-11 Alexander M. Turek <rabus@users.sourceforge.net>
847 * server_databases.php3: Wrong link title.
849 2003-02-10 Alexander M. Turek <rabus@users.sourceforge.net>
850 * server_databases.php3: Ensured that the database list is built.
852 2003-02-10 Marc Delisle <lem9@users.sourceforge.net>
853 * lang/catalan: update, thanks to Xavier Navarro
855 2003-02-09 Robin Johnson <robbat2@users.sourceforge.net>
856 * lang/Galician*: Updates thanks to xosecalvo
858 2003-02-09 Michal Cihar <nijel@users.sourceforge.net>
859 * lang/czech: Updated again.
861 2003-02-09 Alexander M. Turek <rabus@users.sourceforge.net>
862 * server_databases.php3, lang/*.inc.php3:
863 - Bugfixes & interface cosmetic;
864 - Drop multiple databases.
865 * db_stats.php3: Removed, the file is replaced by server_databases.php3.
866 * lang/german-*.inc.php3: Updates.
867 * config.inc.php3: Added a note about another possible setting.
868 * lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
869 * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
870 * translators.html: Fixed a typo.
871 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
872 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
874 2003-02-08 Alexander M. Turek <rabus@users.sourceforge.net>
875 * config.inc.php3, lang/add_message.sh: Typos.
876 * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
877 * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
878 Reworte db_stats.php3 to be conform with the new server_ pages.
880 2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
881 * lang/czech: Updated.
883 2003-02-07 Marc Delisle <lem9@users.sourceforge.net>
884 * lang/italian: update, thanks to Pietro Danesi
885 * lang/norwegian: update, thanks to Sven-Erik Andersen
886 * lang/polish: update, thanks to Jakub Wilk
887 * lang/swedish: update, thanks to Björn T. Hallberg
888 * lang/slovak: remove duplicates
889 * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
891 2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
892 * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
893 * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
895 * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
897 2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
898 * libraries/sqlparser.lib.php3: PHP3 parse error
899 * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
900 libraries/relation.lib.php3: bug 681298, we should always backquote
901 a restricted word like "comment" when used as an identifier
902 * Documentation.html, bug 681776, wrong command for my.ini file
903 * libraries/left.js: png files
905 2003-02-05 Alexander M. Turek <rabus@users.sourceforge.net>
906 * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
907 the SQL query box for Opera 7 for Windows in order to avoid trouble here.
908 * Documentation.html: Removed FAQ entry about Opera 7.
909 * db_stats.php3: One <img> tag still pointed to a GIF file.
911 2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
912 * tbl_replace.php3, tbl_replace_fields.php3: do not display the
913 UPDATE query if there was some binary upload in it, otherwise
916 2003-02-04 Alexander M. Turek <rabus@users.sourceforge.net>
918 - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
919 Bailey (charles_bailey);
920 - Don't use small fonts for Opera 7.
921 * ldi_check.php3: Backslahes should be escaped.
922 * Documentation.html: Added a note about Opera 7.
924 2003-02-04 Michal Cihar <nijel@users.sourceforge.net>
925 * Documentation.*: Added information about binary checkbox when uploading
928 2003-02-04 Garvin Hicking <me@supergarv.de>
929 * common.lib.php3: Fixed a possible 'undefined index' error.
931 2003-02-04 Marc Delisle <lem9@users.sourceforge.net>
932 * Documentation.html: new faq entry about IE bug with http auth,
933 switching from one server to the other
934 * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
935 and only table selected)
936 * ldi_check.php3: check local_infile on recent MySQL versions,
939 2003-02-03 Michal Cihar <nijel@users.sourceforge.net>
940 * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
942 * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
943 * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
944 variable: charset_of_file).
946 2003-02-03 Garvin Hicking <me@supergarv.de>
947 * pdf_schema.php3, libraries/dbg/profiling.php3,
948 libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
950 2003-02-03 Marc Delisle <lem9@users.sourceforge.net>
951 ### 2.4.0-rc1 released
952 and after the release:
953 * lang/romanian: update, thanks to Valics Lehel
954 * lang/spanish: update, thanks to Daniel Hinostroza C.
955 * lang/catalan: update, thanks to Xavier Navarro
956 * lang/dutch update, thanks to Ivo Teel
958 2003-02-02 Olivier L. Müller <om@omnis.ch>
959 * tbl_addfield.php3: ignore empty fields on alter table
961 2003-02-02 Alexander M. Turek <rabus@users.sourceforge.net>
962 * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
964 * lang/german-*.inc.php3: Updates.
965 * server_privileges.php3: Remove column privileges.
966 * config.inc.php3: Added $cfg['DefaultTabServer'].
967 * header.inc.php3: Link the default tabs.
968 * libraries/common.lib.php3: PHP3 compatibility.
970 2003-02-02 Michal Cihar <nijel@users.sourceforge.net>
971 * lang/czech: Updated.
972 * lang/sort_lang.sh: This needs bash.
974 2003-02-02 Marc Delisle <lem9@users.sourceforge.net>
975 * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
976 * lang/norwegian: update, thanks to Sven-Erik Andersen
977 * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
978 * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
979 (later when we get enough translations,
980 we can use it instead of $strCandLoadMySQL)
981 * lang/romanian: update, thanks to Valics Lehel
982 * lang/galician: update, thanks to Xosé Calvo
983 * lang/lithuanian: update, thanks to Vilius Zigmantas
984 * lang/japanese: update, thanks to Yukihiro Kawada
985 * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
988 2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
989 * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
990 re-entry into Earth's atmosphere. In memory of the brave men and women who
991 gave their lives for the people of Earth. ---
992 * Documentation.html: Removed a bit of duplication in [7.4] and the
994 * libraries/dbg: New directory for DBG code
995 * libraries/dbg/setup.php3:
996 - DBG initialization code, including module support
997 * libraries/dbg/profiling.php3: Profiling code
998 * lang/*: New strings added for DBG extension
999 * config.inc.php3: config options for DBG, off by default
1000 * footer.inc.php3: DBG profiling output
1002 2003-02-01 Michal Cihar <nijel@users.sourceforge.net>
1003 * Documentation.*, translators.html, docs.css: New documentation layout.
1004 * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
1006 2003-02-01 Marc Delisle <lem9@users.sourceforge.net>
1007 * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
1008 db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
1009 new Feature: BLOB field upload
1010 (TODO: handle open_basedir restrictions)
1012 2003-01-31 Alexander M. Turek <rabus@users.sourceforge.net>
1013 * config.inc.php3, Documentation.html, libraries/common.lib.php3,
1014 libraries/config_import.lib.php3: Added experimental support for
1015 compressed connections to the MySQL server.
1017 2003-01-30 Marc Delisle <lem9@users.sourceforge.net>
1018 * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
1019 support, thanks to Jose Fandos (jose.fandos at sonnd.com)
1021 2003-01-30 Michal Cihar <nijel@users.sourceforge.net>
1022 * Documentation*: Added faq 1.27 about GZIP output buffering problem.
1023 * Documentation.html, translators.html: Unified using of font sizes.
1025 2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
1026 * main.php3, user_details.php3, libraries/user_details.js: Removed the old
1028 * server_processlist.php3: Fixed a bug the denied the access to the
1029 process list for normal users.
1030 * config.inc.php3: Removed note about buggy setting.
1031 * lang/german-*.inc.php3: Updates.
1032 * Documentation.html: There won't be a PHP 4.5.0; typos.
1034 2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
1035 * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
1037 2003-01-28 Marc Delisle <lem9@users.sourceforge.net>
1038 * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
1040 2003-01-27 Marc Delisle <lem9@users.sourceforge.net>
1041 * lang/slovenian update: thanks to Kositer Uros (urosh)
1042 * lang/albanian: update, thanks to Laurent Dhima
1043 * lang/slovak update, thanks to Lubos Klokner
1045 2003-01-25 Marc Delisle <lem9@users.sourceforge.net>
1046 * libraries/relation.lib.php3: improve messages
1048 2003-01-23 Marc Delisle <lem9@users.sourceforge.net>
1049 * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
1051 2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
1052 * lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
1053 * lang/italian*: Updates, thanks to Pietro Danesi (danone)
1054 * lang/english*: Resorted and Resynced.
1055 * lang/farsi*: Added ready for Farsi translation
1056 * lang/sync_lang.sh, libraries/select_lang.lib.php3:
1057 - Updates ready for Farsi translation
1058 * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
1059 * fulltext.png, partialtext.png, pma_logo.png:
1060 - Ran PNGCRUSH on files to reduce size optimially.
1061 * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
1062 vertical_line.gif, item_rtl.gif, item_ltr.gif:
1063 - Old image files removed and replaced with PNG files (feature
1065 * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
1066 vertical_line.png, item_rtl.png, item_ltr.png:
1067 - New PNG image files (feature #458895)
1068 * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
1069 - Code changes for PNG images (feature #458895)
1071 2003-01-21 Robin Johnson <robbat2@users.sourceforge.net>
1072 * libraries/sqlparser.lib.php3: checkType function
1074 2003-01-21 Alexander M. Turek <rabus@users.sourceforge.net>
1075 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1077 2003-01-21 Marc Delisle <lem9@users.sourceforge.net>
1078 * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
1079 row limiting for exported results
1081 2003-01-21 Michal Cihar <nijel@users.sourceforge.net>
1082 * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
1083 tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
1084 Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
1085 be SIGNED/UNSIGNED/ZEROFILL.
1087 2003-01-19 Alexander M. Turek <rabus@users.sourceforge.net>
1088 * server_privileges.php3: Added column privileges editor.
1090 2003-01-19 Marc Delisle <lem9@users.sourceforge.net>
1091 * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
1092 tbl_move_copy.php3, libraries/build_dump.lib.php3:
1093 Feature: Export results of SELECTs
1095 2003-01-17 Marc Delisle <lem9@users.sourceforge.net>
1096 * Documentation.html: faq 5.12 about OS X Safari problem
1097 * tbl_move_copy.php3: typo (wrong back link)
1099 2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
1100 * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
1101 * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1103 2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
1104 * server_privileges.php3: Wrong label.
1105 * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
1106 cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
1107 The script now works on the SF shell servers ONLY!
1109 2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
1110 * lang/czech: Updated.
1111 * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
1114 2003-01-15 Robin Johnson <robbat2@users.sourceforge.net>
1115 * lang/sort_lang.sh: Fix status output bug '\n'
1116 * db_details_importdocsql.php3: Move hardcoded strings to language files
1117 * lang/*.php3: Add new strings for docSQL importer
1118 * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
1119 * Documentation.html: Revised FAQ entry about SQL Validator
1121 2003-01-15 Alexander M. Turek <rabus@users.sourceforge.net>
1122 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1123 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1124 * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1125 * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
1126 * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
1128 2003-01-15 Marc Delisle <lem9@users.sourceforge.net>
1129 * pdf_pages.php3: feature: deleting a pdf page
1130 * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
1131 , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
1133 2003-01-14 Alexander M. Turek <rabus@users.sourceforge.net>
1134 * server_privileges.php3:
1135 - Lookup database / table lists if possible;
1136 - The database name was displayed instead of the table name in the sub
1138 * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
1139 * lang/norwegian-*.inc.php3: Updates, thanks to
1140 Sven-Erik Andersen (sven-erik).
1141 * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
1142 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1144 2003-01-14 Marc Delisle <lem9@users.sourceforge.net>
1145 * lang/galician: update, thanks to Xosé Calvo
1146 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1148 2003-01-14 Michal Cihar <nijel@users.sourceforge.net>
1149 * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
1150 all for fields selection.
1151 * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
1152 (Jumping cursor using keyboard).
1153 * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
1154 functions.js to allow jumping using keyboard.
1155 * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
1156 works also for row editing.
1157 * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
1159 2003-01-13 Robin Johnson <robbat2@users.sourceforge.net>
1160 * libraries/sqlvalidator.class.php3:
1161 - Removed dependency on overload extension
1162 - Started to fix bug #644709
1163 * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
1164 - Revert line 88 of sql.php3, and fix it a different way...
1166 2003-01-12 Robin Johnson <robbat2@users.sourceforge.net>
1167 * read_dump.php3, sql.php3, libraries/common.lib.php3,
1168 libraries/sqlparser.lib.php3:
1169 - Fixed bug #641765, see mailing list post
1171 2003-01-11 Alexander M. Turek <rabus@users.sourceforge.net>
1173 - The messages are now displayed by server_links.inc.php3, so
1174 server_common.inc.php3 may be included earlier;
1176 * server_privileges.php3:
1177 - Wrong GRANT syntax;
1178 - Changed the default behavior of the for fields "pred_username" and
1181 2003-01-10 Marc Delisle <lem9@users.sourceforge.net>
1182 * tbl_change.php3: bug 665885, wrong back link after sql error
1183 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1184 * lang/ukrainian: update, thanks to Markijan Baran
1185 * lang/romanian: update, thanks to Valics Lehel
1186 * lang/japanese: update, thanks to Yukihiro Kawada
1188 2003-01-10 Michal Cihar <nijel@users.sourceforge.net>
1189 * lang/czech*: Updated.
1191 2003-01-09 Marc Delisle <lem9@users.sourceforge.net>
1192 * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
1193 support for the EXTRACT ... FROM syntax which is not a real
1196 2003-01-09 Alexander M. Turek <rabus@users.sourceforge.net>
1197 * server_privileges.php3, lang/*.inc.php3:
1198 - Forgot to implement "This host";
1199 - Drop the users' databases;
1200 - Don't send comments to the MySQL server;
1201 - When trying to delete multiple users, display an error message if none
1204 2003-01-08 Marc Delisle <lem9@users.sourceforge.net>
1205 * libraries/sqlparser.lib.php3, libraries/functions.js,
1206 sql.php3: - use the parser for confirmation requests
1207 - better check before appending LIMIT
1208 * lang/galician: update, thanks to Xosé Calvo
1209 * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
1210 * lang/indonesian: missing semicolon
1211 * lang/japanese: update, thanks to Yukihiro Kawada
1212 * lang/romanian: update, thanks to Valics Lehel
1214 2003-01-08 Michal Cihar <nijel@users.sourceforge.net>
1215 * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
1216 and hidden input generating stuff.
1217 * almost all php3 files: Use new URL and hidden input generation stuff.
1218 * libraries/common.lib.php3: Addded extra check for MySQL even when in
1219 safe mode (could fix #661949).
1221 2003-01-08 Alexander M. Turek <rabus@users.sourceforge.net>
1222 * lang/english-*.inc.php3: Fixed a typo.
1223 * server_privileges.php3, libraries/url_generating.lib.php3:
1224 - Beautified generated XHTML code;
1226 - Added a missing @param comment.
1228 2003-01-07 Michal Cihar <nijel@users.sourceforge.net>
1229 * lang/czech: Updated.
1231 2003-01-07 Alexander M. Turek <rabus@users.sourceforge.net>
1232 * server_privileges.php3: Sorting user list.
1233 * translators.html: Typo.
1234 * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
1235 * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
1236 * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
1237 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1238 * lang/norwegian-*.inc.php3: Updates, thanks to
1239 Sven-Erik Andersen (sven-erik).
1240 * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
1242 2003-01-07 Marc Delisle <lem9@users.sourceforge.net>
1243 * Documentation.html: clarification about cookie/http modes
1244 * lang/dutch update, thanks to Ivo Teel
1245 * lang/japanese: update, thanks to Yukihiro Kawada
1246 * lang/ukrainian: remove duplicate messages
1248 2003-01-06 Alexander M. Turek <rabus@users.sourceforge.net>
1249 * server_privileges.php3:
1250 - Interface cosmetic;
1252 - Added a db / table privileges editor.
1253 * server_privileges.php3, server_links.inc.php3: XHTML fixes.
1254 * server_privileges.php3, libraries/server_privileges.js:
1255 - Optimized some JS functions for the new interface;
1256 - Added ability to create new MySQL users via GRANT (feature #502465).
1257 * Documentation.html, translators.html, libraries/defines_php.lib.php3:
1258 Incremented version number to 2.4.0-dev.
1260 2003-01-05 Alexander M. Turek <rabus@users.sourceforge.net>
1261 * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
1263 2003-01-03 Marc Delisle <lem9@users.sourceforge.net>
1264 * lang/estonian*, malay*: remove control M
1265 * lang/romanian: update, thanks to Valics Lehel
1266 * lang/galician: update, thanks to Xosé Calvo
1267 * lang/english: typos fix, thanks to Björn T. Hallberg (bth)
1269 2003-01-01 Alexander M. Turek <rabus@users.sourceforge.net>
1270 * lang/german*: Updated.
1272 2003-01-01 Michal Cihar <nijel@users.sourceforge.net>
1273 * lang/czech*: Updated.
1274 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1275 * lang/sort_lang.sh: Made POSIX sh compatible.
1276 * lang/check_lang.sh: Made require bash.
1277 * lang/swedish*: Updated.
1278 * lang/*: For many translations fixed missing/duplicate strings.
1280 2002-12-28 Marc Delisle <lem9@users.sourceforge.net>
1281 * lang/ukrainian: update, thanks to Markijan Baran
1282 * user_details.php3: add $strGrantOption
1283 * lang/french update
1284 * main.php3, lang/*.php3: $strOriginalInterface
1286 2002-12-25 Alexander M. Turek <rabus@users.sourceforge.net>
1287 * server_privileges.php3:
1288 - Made the script compatible to MySQL < 3.22.11;
1289 - Fixed the missing "LOCK TABLES" option in the privilege editor.
1290 - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
1291 if all privileges have been selected.
1292 * libraries/sqlparser.data.php3:
1293 - Fixed bug #655817 (New privileges are not detected correctly).
1294 - Updated function list.
1296 2002-12-23 Alexander M. Turek <rabus@users.sourceforge.net>
1297 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1299 2002-12-22 Alexander M. Turek <rabus@users.sourceforge.net>
1300 * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
1301 Added ability to delete users.
1303 2002-12-21 Alexander M. Turek <rabus@users.sourceforge.net>
1305 - Fixed wrong charset information in XML exports.
1306 - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
1309 2002-12-20 Alexander M. Turek <rabus@users.sourceforge.net>
1310 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1312 2002-12-19 Michal Cihar <nijel@users.sourceforge.net>
1313 * server_privileges.php3: Fixed undefined variable warning.
1314 * lang/czech*: Updated.
1315 * lang/*: Fixed a typo.
1317 2002-12-19 Marc Delisle <lem9@users.sourceforge.net>
1318 * lang/romanian: update, thanks to Valics Lehel
1319 * lang/dutch update, thanks to Ivo Teel
1321 2002-12-19 Alexander M. Turek <rabus@users.sourceforge.net>
1322 * lang/norwegian-*.inc.php3:
1323 - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
1324 - Updates, thanks again to Sven-Erik Andersen (sven-erik).
1325 * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
1326 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1327 * lang/german-*.inc.php3: Updates.
1328 * lang/*.inc.php3: Fixed a typo.
1329 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1330 * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
1331 * server_privileges.php3, lang/*.inc.php3:
1333 - Small design modification;
1334 - Added ability to change passwords via SET PASSWORD FOR user.
1336 2002-12-18 Alexander M. Turek <rabus@users.sourceforge.net>
1337 * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
1338 lang/*.inc.php3: Started rewriting the user administration; changes:
1339 - Use GRANT / REVOKE for privilege changes (feature #502465);
1340 - Support for the new privilege system introduced with MySQL 4.0.2-beta;
1341 - Support for user resource limits;
1342 - Improved user friendliness.
1343 Currently, it can only display and edit global privileges.
1344 * libraries/common.lib.php3: Undefined index.
1345 * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1346 * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
1348 2002-12-18 Michal Cihar <nijel@users.sourceforge.net>
1349 * main.php3: Since every user has access to his processlist, set
1350 is_process_priv to TRUE as default (fixes undefined variable warning).
1352 2002-12-18 Marc Delisle <lem9@users.sourceforge.net>
1353 * tbl_select.php3, bug 648263
1354 * libraries/common.lib.php3, bug 653764
1355 * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
1356 append data only to a table
1358 2002-12-17 Marc Delisle <lem9@users.sourceforge.net>
1359 * lang/russian: update, thanks to Nicolay Zakharov
1361 2002-12-16 Michal Cihar <nijel@users.sourceforge.net>
1362 * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
1363 * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
1365 2002-12-16 Marc Delisle <lem9@users.sourceforge.net>
1366 * lang/russian: update, thanks to Nicolay Zakharov
1367 * lang/galician: update, thanks to Xosé Calvo
1369 2002-12-15 Marc Delisle <lem9@users.sourceforge.net>
1370 * libraries/get_foreign.lib.php3: bug 646263,
1371 bad drop-down in select sub-page
1373 2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
1374 * libraries/common.lib.php3: Removed a comment.
1376 2002-12-14 Marc Delisle <lem9@users.sourceforge.net>
1377 * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
1379 2002-12-13 Michal Cihar <nijel@users.sourceforge.net>
1380 * tbl_dump.php3: Fix output order of inserts/creates, generate file
1381 extension to include also file type, not only compression (now it
1382 generates something like dump.sql.gz).
1384 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
1385 * pdf_schema.php3: Change generated filename to
1386 db_pdfname.pdf instead of db_pdfnumber.pdf
1388 2002-12-12 Alexander M. Turek <rabus@users.sourceforge.net>
1389 * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
1390 * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
1391 * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
1392 * lang/norwegian-*.inc.php3: Updates, thanks again to
1393 Sven-Erik Andersen (sven-erik).
1394 * lang/german-*.inc.php3: Small grammar fix.
1396 2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
1397 * lang/german-*.inc.php3: Updates.
1398 * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
1399 * libraries/build_dump.php3:
1400 - Fixed part 2 of bug #652311 (Undefined variables);
1403 2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
1404 * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
1405 cleaner charset conversion for export.
1406 * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
1407 lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
1408 thanks to Valentine for creating the patch #627496.
1410 2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
1411 * lang/galician: update, thanks to Xosé Calvo
1412 * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
1413 but there is still some work to do about how to split a UNION
1414 * tbl_properties_options.php3, bug 651522 wrong back-link,
1415 thanks to Mischka ( stollner at uni-muenster dot de )
1417 2002-12-10 Michal Cihar <nijel@users.sourceforge.net>
1418 * lang/czech*.php3: Updated translation.
1419 * tbl_dump.php3: Fix Alexanders fix for bug #651414.
1421 2002-12-10 Alexander M. Turek <rabus@users.sourceforge.net>
1422 * server_*.php3, lang/*.inc.php3, main.php3:
1423 - Added 'SHOW PROCESSLIST' interface;
1426 * lang/spanish-*.inc.php3: Updates, thanks again to
1427 Dr. med. Daniel Hinostroza C.
1428 * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
1430 2002-12-09 Alexander M. Turek <rabus@users.sourceforge.net>
1431 * lang/norwegian-*.inc.php3: Updates, thanks again to
1432 Sven-Erik Andersen (sven-erik).
1433 * lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1434 * lang/spanish-*.inc.php3: Updates, thanks again to
1435 Dr. med. Daniel Hinostroza C.
1437 2002-12-08 Alexander M. Turek <rabus@users.sourceforge.net>
1438 * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
1439 server_common.inc.php3, server_links.inc.php3, server_status.php3,
1440 server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
1441 Started working on a new interface to server related pages.
1442 * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1443 * lang/german-*.inc.php3: Updates.
1444 * lang/english-*.inc.php3: Reordered strings.
1446 2002-12-07 Marc Delisle <lem9@users.sourceforge.net>
1447 * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
1448 bug 633422, use a button if search result would generate a too big URL
1450 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
1451 * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
1452 Choose between Landscape and Portrait for the
1453 Datadictionary in PDF Pages
1454 * pdf_schema.php3: lineheight for Textrows in Datadictionary
1455 was equal to textheight, i added one mm above and below text
1456 (hope your tables are not too big not to fit on a page now ;)
1458 2002-12-06 Alexander M. Turek <rabus@users.sourceforge.net>
1459 * lang/german.inc.php3: Updates.
1460 * main.php3: Fixed bug #649641 (usernames containing '@' character).
1461 * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
1462 warning / php >= 4.3.0) by Mats Engstrom (matseng).
1463 * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
1464 * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
1466 * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
1467 * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
1468 * lang/italian-*.inc.php3:
1469 - Updates, thanks to Pietro Danesi (danone).
1472 2002-12-06 Marc Delisle <lem9@users.sourceforge.net>
1473 * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
1474 new data dict feature for PDF pages, thanks to Maxime Delorme
1475 * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
1476 thanks to Piotr Roszatycki (d3xter)
1478 2002-12-05 Alexander M. Turek <rabus@users.sourceforge.net>
1479 * lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
1481 2002-12-05 Marc Delisle <lem9@users.sourceforge.net>
1482 * pdf_schema.php3: remove control M
1483 * lang/dutch update, thanks to Ivo Teel
1485 2002-12-04 Marc Delisle <lem9@users.sourceforge.net>
1486 ### 2.3.3pl1 released
1489 --- Older ChangeLogs can be found on our project website ---
1490 http://www.phpmyadmin.net/ChangeLogs/
1493 # vim: expandtab ts=4 sw=4 sts=4
1494 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
1495 # vim: fdn=1 fdm=expr