phpmyadmin/ChangeLog
Garvin Hicking fc69f54ae1 Bug #748084
2003-06-03 12:21:22 +00:00

350 lines
16 KiB
Plaintext
Executable File
Raw Blame History

----------------------
phpMyAdmin - Changelog
----------------------
$Id$
$Source$
2003-06-03 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
of ereg_replace, because it interprets \0, \1 and so on not as strings
but as regex-subpatterns and fails to convert those strings correctly.
We'll have to see if that can be the case on other usages of preg_replace
as well.
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* server_status.php3: RFE #723325 (Move total query statistics).
2003-06-02 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3, lang/*: Better text on button for
executing bookmark (bug #745993).
* scripts/create-release.sh: Better checking for input, exit when cvs
doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
everything to 775.
* libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
(RFE #747343).
* Documentation.*: Add simple LaTeX document, to show how to use LaTeX
export.
* main.php3: Add server to phpinfo link to avoid relogin with more
servers.
* main.php3, tbl_properties.inc.php3: Replace target="_new" with
target="_blank" as it should be.
2003-06-02 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.1 released
* (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
PROCEDURE ANALYSE()
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* Happy Birthday to me :-)
* libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
2003-06-01 Michal Cihar <nijel@users.sourceforge.net>
* config.inc.php3, libraries/config_import.lib.php3: Default iconv
parameters to empty string, as older iconv version don't support it
(bug #747164).
2003-06-01 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
2003-06-01 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_gb: Update thanks to Wang (fundawang).
2003-05-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian updates, thanks to Valics Lehel
* lang/swedish: Updated, thanks to Bj<42>rn T. Hallberg (bth).
* lang/polish: update, thanks to Jakub Wilk
2003-05-30 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/bulgarian-*.inc.php3: Updates, thanks to
Stanislav Yordanov (stanprog).
* tbl_properties_structure.inc.php3:
- Fixed display for tables with few indexes;
- BLOBs are always binary;
- RFE #623665 (MySQL 4.1 support):
- Fixed display of field charsets;
- The table charset is now displayed.
* libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
* tbl_change.php3: binary fields with CHARACTER SET definition were treated
as SET fields (again RFE #623665).
* Documentation.html:
- Declared MySQL 4.1 support as experimental;
- Added some notes about MySQL 4.1 / 5.0;
- php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
least on my test machines for a couple of months.
* scripts/create-tables.sql: Added some notes about lower_case_table_names.
* libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
even if it was used in "CHARACTER SET".
* libraries/common.lib.php3:
- Removed check for default tab values: They are already checked in
config_import.lib.php3;
- Corrected config file revison;
- XHTML fixes.
* server_databases.php3: Small interface fixes.
* translators.html: Removed a dublicate message.
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
2003-05-29 Marc Delisle <lem9@users.sourceforge.net>
* ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
the best method (LOCAL or not) in the LOAD dialog, and allow user
to override it
2003-05-29 Garvin Hicking <me@supergarv.de>
* index.php3: Add frameborder to allow resizing. Introduces a 1px
bar, but cannot be solved. Note that this is only neccessary
for Mozilla, IE5/6 allow resizing with a "0" frameborder
* footer.inc.php3: Only update queryframes DB/Table info when
no error happened in a query.
* ldi_table.php3: Use <label> tags for the new radio buttons as with
our other GUI elements.
2003-05-28 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Typo.
2003-05-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
* lang/chinese_gb: Update thanks to Wang (fundawang).
* translators.html: more typos
2003-05-28 Garvin Hicking <me@supergarv.de>
* libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
the PEAR library and PHP changed the way how referenced variables
get accessed, we have to pre-initialize the array and submit that
to the PEAR call() funktion.
* index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
Petit!
* tbl_relation.php3: Will now not show a selected display field, if
none has been set yet for a table to not let users think, the key
is set.
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: sorted.
2003-05-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_big5: Updated, thanks to Siu Sun
### 2.5.1-rc1 released
2003-05-26 michal cihar <nijel@users.sourceforge.net>
* documentation, config.inc.php3, tbl_change.php3,
tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
to disable ctrl+arrows moving.
2003-05-25 Garvin Hicking <me@supergarv.de>
* left.php3: Fix #742632 finally: Refresh to main.php3
if an empty DB has been selected.
2003-05-25 Marc Delisle <lem9@users.sourceforge.net>
* left.php3: new fix for #742632
* lang/polish: update, thanks to Jakub Wilk
* lang/italian: Updated, thanks to Pietro Danesi (danone).
2003-05-24 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: talk about left frame levels
* lang/galician: update, thanks to Xos<6F> Calvo
* lang/turkish: update, thanks to Bora Alioglu
2003-05-24 Garvin Hicking <me@supergarv.de>
* left.php3: Fix bug #742632, thanks to Kai Butchkau!
* read_dump.php3: Bug #741256
* footer.inc.php, tbl_query_box.php3: Only focus the mainframe
when a query was submitted from the query window
2003-05-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
the analyzer, bug analyzed thanks to Michal!
2003-05-23 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php3, tbl_alter.php3: Tabs highlighting...
2003-05-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian updates, thanks to Valics Lehel
2003-05-22 Michal Cihar <nijel@users.sourceforge.net>
* tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
when editing indexes.
* tbl_replace_fields.php3, libraries/build_dump.lib.php3,
libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
#741599).
* Documentation, config.inc.php3, libraries/config_import.lib.php3,
libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
#741192).
* lang/sync_lang.sh: Removed dropped farsi translation.
* lang/swedish: Updated, thanks to Bj<42>rn T. Hallberg (bth).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
2003-05-22 Garvin Hicking <me@supergarv.de>
* sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
a query in (with/without) PHP code views, and display a new
"Execute query" link in this mode.
* lang/german*: Update.
2003-05-20 Garvin Hicking <me@supergarv.de>
* index.php3: New rewrite of how the frameset is created
(Patch item #738226 plus some <noframes> corrections).
This fixes compatibility problems, even though it's not
valid XHTML 1.0, because the <script>/<noscript> tags are
not allowed in there.
2003-05-20 Marc Delisle <lem9@users.sourceforge.net>
* lang/korean update, thanks to WooSuhan
* lang/estonian update, thanks to finsoft@sourceforge.net.
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/slovak update, thanks to Lubos Klokner
2003-05-20 Michal Cihar <nijel@users.sourceforge.net>
* tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
false.
* tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
2003-05-18 Marc Delisle <lem9@users.sourceforge.net>
* left.php3, index.php3: bug 739348: because the db name is no longer
encoded in left.php3 (to accomodate html entities), we have to stop
decoding it, otherwise a db name with a plus sign is not selectable
* sql.php3: bug 738508: do a quick count on the rows to avoid
a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
2003-05-15 Michal Cihar <nijel@users.sourceforge.net>
* Documentation, config.inc.php3, tbl_change.php3,
libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
configurable (RFE #737174).
2003-05-14 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
CSV for multiple tables, it just puts all content into one file, but
some people seem to want this (based on patch #735136).
* tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
slashes in filename with underscore to avoid possible problems.
* db_details_export.php3: Remember selected tables after exporting to a
file.
* libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
highliting tabs when including files (set $active_page for highliting).
* sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
#737660).
2003-05-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/defines_php.lib.php3: bug 736111: better GD2 detection
2003-05-14 Garvin Hicking <me@supergarv.de>
* lang/german*: Translations.
* pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
better fix for #624712), by Maxime Delorme. Thanks!
* tbl_change.php3: RFE #737174 implemented (comments welcome)
* tbl_change.php3: RFE #723124 implemented (reset button)
* read_dump.php3, tbl_query_box.php3: RFE #641760
* Documentation.html: Added FAQ 5.14 (Buggy Opera6)
2003-05-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 736793, new reserved
word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
follows the syntax of an operator: SELECT 5 DIV 2) so I have put
it in the reserved words for now.
2003-05-13 Garvin Hicking <me@supergarv.de>
* footer.inc.php3, querywindow.php3: Fix bug #736197
(clicking on edit link from a sql-query now switches
to sql tab of the query window)
* left.php3: Improved performance by using str_replace instead
of ereg_replace.
* lang/german*: Translations.
* libraries/common.lib.php3: Fix bug #736609 (Escaping of
'Show as PHP')
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
* left.php3: Fixed displaying of tables with quote in name.
* main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
* tbl_move_copy.php3, lang/*: Check for same table and db name when moving
(RFE #734985).
* libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
* ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
* read_dump.php3: Correctly checks whether table exists.
* libraries/common.lib.php3: Highlight tab also when current page is
read_dump.php3 and $goto is link of current tab.
* tbl_replace.php3: Display message after updating row.
* libraries/common.lib.php3: Fix tab attributes when some specified as
parameters.
* libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
#737023).
* .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
Documentation.html: Support for saving to file on server (part of RFE
#730197).
2003-05-12 Garvin Hicking <me@supergarv.de>
* queryframe.php3: Remove left/bottom margin to better fit the link title
in the small frame.
* footer.inc.php3: Only update db/table variables if the query was correct.
Fixes #735970.
* left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
common.lib.php3: Patch #725839 (Nested display of tables)
* ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
* index.php3: Better fix for #736003.
* libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
* mult_submits.inc.php3, server_databases.php: Add confirmation when
dropping databases (bug #736238).
2003-05-11 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.html, config.inc.php3,
libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
Merged patch #729514 - support for iconv parameters.
* read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
multi statement query result. Closes RFE #728833.
* tbl_dump.php3, libraries/build_dump.lib.php3,
libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
export improvements. Now can export table structure and some other
options. Closes RFE #718942.
* tbl_change.php3: Remember state of insert as another row - fixes
#736064, show used query.
* index.php3: Fixed typo in hash, fixed bad hash propagated with
JavaScript. Fixes #736003.
2003-05-11 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.0 released
2003-05-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
show just the pages near the current page
2003-05-10 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Whole tab is now link.
* libraries/display_export.lib.php3: Disable CSV export for multiple
tables - fixes #734104.
* lang/latvian: Update thanks to Sandis Jerics (saaa2002).
* lang/chinese: Update thanks to Wang (fundawang).
* lang/sync_lang.sh: Fix for POSIX sh.
* db_details_structure.php3: Don't display 0 for InnoDB tables as records
count - fixes #735441.
* libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
fields (was treated like BLOB).
* libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
be undefined.
2003-05-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 731367: hexifying all
TEXT fields (a if on the type returns "blob") caused
problems
2003-05-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/build_dump.lib.php3: bug 731866: text fields were
exported hexified, because mysql_field_type() was used and
it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
2003-05-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/get_foreign.lib.php3: bug 731480: was not counting
the rows of the foreign, thanks to Stefan Elssner
2003-05-02 Garvin Hicking <me@supergarv.de>
* css/phpmyadmin.css.php3: Small typo, seems to be
solution of support request #728820
* Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
thanks to Ryan)
* Added scripts/inno2pma (from Ernie Hershey). Please see
Patch Tracker #709383 for further information.
* libraries/display_tbl.lib.php3: Bug #728813 (title for
r