---------------------- phpMyAdmin - Changelog ---------------------- $Id: ChangeLog,v 1.960.2.82 2002/08/13 19:37:44 rabus Exp $ $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $ 2002-08-13 Alexander M. Turek * libraries/defines.lib.php3, Documentation.*, translators.html: Patch 1. 2002-08-12 Alexander M. Turek * sql.php3: XHTML fixes. 2002-08-11 Alexander M. Turek * tbl_properties.inc.php3: Tried to work around bug #590481 (By default radio button for primary key). * Documentation.txt: Sychronization. * libraries/defines.lib.php3, Documentation.*, translators.html: Prepared files for the release, removed the -dev suffix from the version number. * ### 2.2.7 released ### 2002-08-11 Loïc Chapeaux * db_details.php3, tbl_change.php3, tbl_properties.php3, tbl_qbe.php3: Fixed bug #592000 (dir="ltr" for textarea tags). 2002-08-05 Alexander M. Turek * translators.html: - Added a small note in order to avoid annoying emails. - Corrected the name of the Chinese translator. 2002-08-04 Alexander M. Turek * translators.html, libraries/select_lang.lib.php3, lang/afrikaans.inc.php3, lang/slovenian.inc.php3, lang/slovenian-win1250.inc.php3: Merged v2.2.7 editions of the new translations from the main branch. * Documentation.html: - We now have 41 languages, don't we? - Merged some changes from the main branch. 2002-07-13 Alexander M. Turek * Documentation.html: News about bug #540671. 2002-07-11 Alexander M. Turek * read_dump.php3: Fixed bug #579968, thanks to Alvar Soome (finsoft). 2002-07-10 Alexander M. Turek * sql.php3: Restored revision 1.94.2.2 because of heavy bugs in the code. * Documentation.html: Added some FAQ entries from the main branch. 2002-07-02 Alexander M. Turek * translators.html: Sychronization. 2002-07-02 Alexander M. Turek * sql.php3: Fixed bug #575867. 2002-07-01 Alexander M. Turek * sql.php3: merged and debugged patch #565627 for the old bug #461192 (wrong query count for groups) after it has been tested in the main branch, thanks to Svetlozar Kovachev (svetlio). 2002-07-01 Robin Johnson * tbl_printview.php3: - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the last
, to stop a blank page being printed. - Moved
to just inside
- gets line on the same page. * tbl_qbe.php3: Using * for tables fields disables sorting for that field (Fix for bug #570698). 2002-06-26 Alexander M. Turek * index.php3, header.inc.php3, left.php3, libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't detect character encoding). * left.php3: Fixed a typo. 2002-06-25 Alexander M. Turek * ChangeLog: Removed 2.3.0 entries and those that were added before 2.2.6. 2002-06-23 Olivier L. Müller * db_stats.php3: Fixed warning from mysql_free_result. 2002-06-18 Alexander M. Turek * Documentation.txt: Updates. 2002-06-18 Alexander M. Turek * Documentation.html: Merged a few changes from the main branch. * lang/*.inc.php3: Updated several laguage file using the ones from the main branch. * translators.html: Synchronized with the main branch. 2002-06-18 Marc Delisle * scripts/create-release.sh: the I option in tar for bzip output is deprecated and no longer works on sourceforge, use j 2002-06-11 Alexander M. Turek * libraries/display_tbl.lib.php3: JS fixes, thanks to Richard Hornsby . * translators.html: Updated translators list. * Documentation.html: Fixed a typo. 2002-06-08 Alexander M. Turek * Documentation.html: - The textarea bug still appears in Mozilla 1.0-final; - Fixed a typo; - Added Laurent Dhima to the credits. * lang/dutch.inc.php3: Small corrections, thanks to "CaliMonk" . * translators.html: - Updated translators list; - Changed special characters into HTML entities; - Corrected the displayed version number. * lang/polish.inc.php3: Small corrections, thanks again to Jakub Wilk . * tbl_replace.php3: Fixed bug #564741 (CURDATE doesn't need any arguments). 2002-06-01 Loïc Chapeaux * read_dump.php3, lines 245-252: improved the "open_basedir" handling. * Documentation.html; main.php3; translators.html: feature request #539644 (Translation feedback link). 2002-05-30 Alexander M. Turek * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima . 2002-05-27 Loïc Chapeaux * lang/czech*.inc.php3: Updated, thanks to Michal Cihaø. 2002-05-27 Alexander M. Turek * Documentation.html: The external global variables don't exist anymore since PHP 4.2.0! * README: Updated requirements. 2002-05-23 Alexander M. Turek * header.inc.php3: Fixed a typo. 2002-05-26 Loïc Chapeaux * scripts/create-release.sh, line 60: added the "-P" option (prune empty directory) for the cvs checkout. * sql.php3: - fixed a warning thanks to Svetlio Kovachev ; - handle statements with "PROC ANALYSE"; - coding standards. * libraries/auth/cookies.auth.php3: improved a bit the detection mechanism. 2002-05-25 Loïc Chapeaux * read_dump.php3, lines 255-256: path must use "\" under winwin. 2002-05-24 Loïc Chapeaux * libraries/functions.js, lines 15-17: fixed bug #559815 - Javascript problem with Opera. 2002-05-23 Alexander M. Turek * Documentation.html: The Mozilla textarea bug also appears in Mozilla 1.0-RC2 and Netscape 7.0-PR1. 2002-05-22 Loïc Chapeaux * header.inc.php3, lines 25-26; left.php3, lines 47-48: fixed Apache 2+ & PHP 4.2+ HTTP header bug. 2002-05-22 Marc Delisle * lang/indonesian.inc.php3 updates thanks to Rachim Tamsjadi (tamsjadi at icqmail.com) 2002-05-21 Loïc Chapeaux * ldi_table.php3, line 44: beautified generated html. 2002-05-20 Alexander M. Turek * ldi_table.php3: Added labels for checkboxes. 2002-05-19 Marc Delisle * read_dump.php3, bug 556105: do not execute a bookmark if asked to only view it 2002-05-19 Alexander M. Turek * lang/german.inc.php3: Better translation. * lang/albanian.inc.php3, libraries/select_lang.lib.php3: New translation, thanks to Laurent Dhima . 2002-05-18 Alexander M. Turek * libraries/display_tbl.lib.php3, line 1006: if a binary record contains some html special characters, display was not xhtml compilant. 2002-05-17 Marc Delisle * tbl_change.php3, bug 556296: field size for int 2002-05-17 Loïc Chapeaux * libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores case of table names under winwin, thanks to Pawe³ Szczepañski . * libraries/display_tbl.lib.php3, line 1006: if a binary record contains some html tags, display was broken. Thanks to SailorMax . * libraries/auth/cookie.auth.lib.php3: fixed bug #551898 - Cookie auth and cookies refused. * libraries/build_dump.lib.php3: fixed bug #552486 - row count starts at 1? 2002-05-13 Loïc Chapeaux * lang/arabic.inc.php3: updated thanks to Tarik kallida. 2002-05-09 Alexander M. Turek * tbl_dump.php3: corrected a condition, SQL dumps should now work again. 2002-05-05 Loïc Chapeaux * lang/thai.inc.php3: completed thanks to Arthit Suriyawongkul & Warit Wanasathian. 2002-05-04 Loïc Chapeaux * lang/chinese_gb.inc.php3: updated thanks to Siu Sun. 2002-05-01 Loïc Chapeaux * db_stats.php3, lines 12-22: ensure this script can only be ran by a super-user. * libraries/grab_globals.lib.php3: fixed a bug with the "extact()" function under php 3.0.12 thanks to Kris Wood . * libraries/common.lib.php3, line 861: fixed a warning thanks to Kris Wood . 2002-04-30 Alexander M. Turek * lang/german.inc.php3: Clarification ($strFlushTable). 2002-04-29 Loïc Chapeaux * lang/portuguese.inc.php3: updated thanks to usual translator. * user_details.php3, line 1342: fixed bug #549887 - Db name with "\_" changed when granting. 2002-04-28 Alexander M. Turek * tbl_dump.php3: - line 221: PHP3 compatibility. - lines 322-329: XHTML fixes. 2002-04-28 Loïc Chapeaux * db_details.php3, tbl_change.php3, tbl_properties.php3, user_details.php3: xhtml fixes. * lang/slovak-win1250.inc.php3: updated thanks to Peter Svec. * tbl_addfield.php3; tbl_alter.php3: fixed bug #548495 - Alter table not replicate. 2002-04-27 Alexander M. Turek * common.lib.php3, lines 232, 233, 505-507: Fixed bug #549570 (Strange error if controluser is invalid). 2002-04-27 Loïc Chapeaux * Documentation.html: - xhtml fixes; - added a faq entry about bug #547064 (JS error with textareas under Mozilla). * libraries/display_tbl.lib.php3; libraries/functions.js: better fix against bug #547384 (Marker Color can't equal Pointer Color). * libraries/auth/config.auth.lib.php3, line 111: fixed a header problem. * scripts/create-release.sh: improved so a CVS branch tag may be used. * lang/croatian-*; libraries/select_lang.lib.php3: new Croatian translations thanks to Sime Essert . 2002-04-26 Alexander M. Turek * libraries/common.lib.php3: fixed a controluser bug. * libraries/display_tbl.lib.php3: fixed bug #547384 (Marker Color can't equal Pointer Color). 2002-04-26 Loïc Chapeaux * ## created 2.2.7 branch into the CVS tree ## * lang/nowegian.inc.php: updated thanks to Sven-Erik Andersen. * lang/brazilian_portuguese.inc.php3: updated thanks to Renato Lins. * sql.php3; tbl_replace.php3: patch #547030 - file_exists $goto thanks to Melvyn Sopacua . 2002-04-23 Alexander M. Turek * libraries/common.lib.php3: fixed bug #547605 using Loïc's patch. * tbl_printview.php3: Fixed a small bug, some php and XHTML 1.0 errors and beautified the generated code. * Documentation.html: Changed notes concerning php 4.2.0. 2002-04-22 Loïc Chapeaux * lang/slovak-win1250.inc.php3: completed, thanks to Peter Svec. 2002-04-22 Marc Delisle * lang/japanese* updates, thanks to Yukihiro Kawada 2002-04-22 Alexander M. Turek * lang/russian-koi8.inc.php3: fixed a typo (bug #546981). * lang/german.inc.php3: better syntax. 2002-04-21 Loïc Chapeaux * libraries/auth/http.auth.lib.php3: tried a fix to allow the use of http authentication mode with IIS. 2002-04-21 Marc Delisle * ### 2.2.6 released ### --- Older ChangeLogs can be found on our project website --- http://www.phpmyadmin.net/ChangeLogs/