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