2414 lines
115 KiB
Plaintext
Executable File
2414 lines
115 KiB
Plaintext
Executable File
----------------------
|
|
phpMyAdmin - Changelog
|
|
----------------------
|
|
|
|
$Id$
|
|
$Source$
|
|
|
|
2003-07-18 Garvin Hicking <me@supergarv.de>
|
|
* read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
|
|
way of rewriting bookmark variables.
|
|
* Documentation.html: Bookmark variable expansion only works with PHP
|
|
4.3.0 and above
|
|
* tbl_query_box.php3: For the querywindow - if no items are available
|
|
for the 'file import' tab, hide the 'Go' button and instead display
|
|
a warning message. Can happen if you don't have $cfg['UploadDir']
|
|
set and $is_upload is false.
|
|
|
|
2003-07-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* server_status.php3: the percentages of Query types did not add up
|
|
to 100, because the number of connections is included in the total
|
|
number of queries, thanks to jht001 ( Jams H Thompson )
|
|
|
|
2003-07-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
|
|
appeared when inserting values into ENUM or SET fields.
|
|
|
|
2003-07-17 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
|
|
Thanks to andreas_e ;)
|
|
|
|
2003-07-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/galician: Updated, thanks to Xosé Calvo.
|
|
|
|
2003-07-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
|
|
|
|
2003-07-16 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/functions.js: Bug #771794 (CHAR length check although field name
|
|
is empty).
|
|
|
|
2003-07-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_properties.inc.php3: bug 771523: wrong type displayed for
|
|
a LONGTEXT with character set latin7
|
|
* db_details_structure.php3, tbl_properties_structure.php3: missing
|
|
$err_url for mult_submits
|
|
* scripts/create-tables.sql: don't use backquotes in USE
|
|
|
|
2003-07-14 Garvin Hicking <me@supergarv.de>
|
|
* Documentation.html: Link to phpMyAdmin homepage for a 'link section'
|
|
|
|
2003-07-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
|
|
|
|
2003-07-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.5.2-rc2 released
|
|
|
|
2003-07-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
|
|
* lang/estonian update, thanks to finsoft@sourceforge.net.
|
|
|
|
2003-07-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/turkish update, thanks to Bora Alioglu
|
|
* lang/slovak update, thanks to Lubos Klokner
|
|
|
|
2003-07-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* db_create.php3:
|
|
- Display CREATE DATABASE query;
|
|
- Call user-defined default tab instead of hardcoded db_details.php3.
|
|
* index.php3: Don't display scrollbars in queryframe (Opera fix).
|
|
* libraries/display_export.lib.php3: Disabled XML export for multiple
|
|
databases because an XML file must not contain more than one database.
|
|
|
|
2003-07-10 Garvin Hicking <me@supergarv.de>
|
|
* libraries/display_tbl.lib.php3: Let the default function take
|
|
the honor to replace special strings, so that a non-default function
|
|
does not necessary have them introduced. Very convenient for the
|
|
text/plain->formatted display, which would otherwise get every
|
|
CR/LF converted to a <br> and introduce nasty skew.
|
|
|
|
2003-07-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3: do not display a foreign table if it's not selected
|
|
by user to be on the schema
|
|
|
|
2003-07-10 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
|
|
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
|
* footer.inc.php3: Fix JS error when in query window is not active SQL
|
|
tab.
|
|
|
|
2003-07-09 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
|
|
in password/username (bug #747020).
|
|
* server_privileges.php3: Fixed escaping when backslash in
|
|
password/username.
|
|
* libraries/export/sql.php3: Separate extended inserts by , and not by ;
|
|
(bug #768351).
|
|
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
|
|
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
|
|
* lang/galician: Updated, thanks to Xosé Calvo.
|
|
|
|
2003-07-09 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
|
|
whole frameset)
|
|
* Documentation.html, config.inc.php3, libraries/common.lib.php3,
|
|
libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
|
|
for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
|
|
for all browsers except IE6.x. Created a meta-header to identify which
|
|
setting is used, to make our debugging of bugreports easier.
|
|
|
|
2003-07-08 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
|
|
This enables phpMyAdmin to be used within a frameset without trying
|
|
to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
|
|
1.4 and IE5.5.
|
|
|
|
2003-07-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3, sql.php3: bug 762213,
|
|
incorrect row count for MySQL 4.1 subqueries;
|
|
bug 649665, incorrect row count for UNIONs
|
|
|
|
2003-07-08 Michal Cihar <nijel@users.sourceforge.net>
|
|
* config.inc.php3, tbl_properties_operations.php3,
|
|
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
|
|
libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
|
|
AUTO_INCREMENT value (RFE #763957).
|
|
* mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
|
|
* pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
|
|
* lang/chinese_gb: Updated, thanks to Wang (fundawang).
|
|
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
|
|
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
|
|
* lang/romanian: Updated, thanks to Valics Lehel.
|
|
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
|
|
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
|
|
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
|
|
|
|
2003-07-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Send headers before exiting because of missing
|
|
MySQL extension.
|
|
* lang/german-*.inc.php3: Updates.
|
|
|
|
2003-07-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
|
|
compatibility.
|
|
* libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
|
|
|
|
2003-07-07 Garvin Hicking <me@supergarv.de>
|
|
* tbl_change.php3: Fix undefined index for disp_query
|
|
(when inserting a new row with a file uploaded to a column)
|
|
* libraries/transformations/image_jpeg__inline.inc.php3,
|
|
libraries/transformations/image_png__inline.inc.php3: Proper escaping
|
|
of &
|
|
* libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
|
|
smaller default font size (like OPERA). Bug #752646.
|
|
|
|
2003-07-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
|
|
Documentation.html: only one blowfish secret is necessary for
|
|
all servers, thanks to Alexander M. Turek
|
|
### 2.5.2-rc1 released
|
|
|
|
2003-07-06 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* css/phpmyadmin.css.php3: url() should not contain quotes.
|
|
|
|
2003-07-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german-*.inc.php3: Updates.
|
|
* libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
|
|
|
|
2003-07-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/auth/config.auth.lib.php3, lang/*.php3:
|
|
$strAccessDeniedExplanation
|
|
* lang/swedish update, thanks to Björn T. Hallberg (bth).
|
|
* lang/polish update, thanks to Jakub Wilk (ubanus).
|
|
|
|
2003-07-05 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
|
|
2003-07-04 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
|
|
* user_password.php3, libraries/auth/cookie.auth.lib.php3:
|
|
sometimes, binary contents in cookies is not retrieved properly,
|
|
so protect it with base64_encode()
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
|
|
2003-07-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian update, thanks to Valics Lehel
|
|
* lang/turkish update, thanks to Bora Alioglu
|
|
* lang/italian update, thanks to Pietro Danesi
|
|
|
|
2003-07-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: faq 8.1 about security alert of 2003-06-18
|
|
* tbl_properties_links.php3: fix missing SQL section for exports
|
|
* libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
|
|
libraries/common.lib.php3, libraries/config_import.lib.php3,
|
|
config.inc.php3, user_password.php3, Documentation.html, lang/*:
|
|
now used the blowfish algorithm to encrypt the password in the
|
|
temporary cookie
|
|
|
|
2003-06-30 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/french: update
|
|
|
|
2003-06-30 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
|
|
CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
|
|
* tbl_query_box.php3: Moved load text files link outside form.
|
|
|
|
2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
|
|
* left.php3: Removed debugging code
|
|
|
|
2003-06-27 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
|
|
checks to avoid trying to use relations when no table (bug #761835).
|
|
|
|
2003-06-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3: bug 760648: incorrect result count on MySQL 3
|
|
|
|
2003-06-26 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
* libraries/sqlparser.lib.php3 typo
|
|
|
|
2003-06-26 Michal Cihar <nijel@users.sourceforge.net>
|
|
* sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
|
|
back to tbl_properties_structure.php3 when not dropping table.
|
|
|
|
2003-06-25 Marc Delisle <lem9@users.sourceforge.net>
|
|
* scripts/create-release.sh: typo, bzip should be bzip2
|
|
* libraries/sqlparser.lib.php3, tbl_properties_export.php3:
|
|
bug 760648 export SELECT DISTINCT results
|
|
|
|
2003-06-25 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: Fixed XSS problem.
|
|
* tbl_properties.inc.php3, libraries/functions.js: Alert user when not
|
|
specied length for CHAR/VARCHAR fields.
|
|
* libraries/export/{csv,latex,xml}.php3: Use correct field names when
|
|
exporting custom SQL (also saves one SQL query for export) (fixes bug
|
|
#755386).
|
|
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
|
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
|
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
|
|
* lang/czech: Updated.
|
|
* lang/*: Removed duplicate strReset.
|
|
* lang/check_lang.sh: Ignore japanese specific messages.
|
|
* sql.php3, libraries/display_export.lib.php3: Support for exporting any
|
|
query into CSV/LaTeX/XML (RFE #684804).
|
|
|
|
2003-06-24 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, bug 759568, row count, DISTINCT and MySQL 4
|
|
|
|
2003-06-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_pages.php3: automatic layout start at 300,300 for better look
|
|
on the dom-drag scratchboard
|
|
|
|
2003-06-23 Garvin Hicking <me@supergarv.de>
|
|
* Documentation.html, config.inc.php3, pdf_pages.php3,
|
|
css/phpmyadmin.css.php3, libraries/common.lib.php3,
|
|
libraries/config_import.lib.php3, libraries/dom-drag.js,
|
|
libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
|
|
for PDF-relation setup. Based on DOM-drag.js, a library provided
|
|
by Aaron Boodman (youngpup.net).
|
|
* lang/german*: Updates
|
|
* lang/*, pdf_pages.php3: Strings for DHTML scratchboard
|
|
|
|
2003-06-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
|
|
lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
|
|
lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
|
|
lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
|
|
files for incomplete arrays ($byteUnits, $day_of_week and $month).
|
|
* libraries/common.lib.php3: Security fix against bad JS code.
|
|
* translators.html: Removed Loïc from list; he is inactive at the moment.
|
|
* Documentation.html: Changed my email address.
|
|
|
|
2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* scripts/updatedocs.sh:
|
|
- Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
|
|
* scripts/create-release.sh:
|
|
- Moved to using updatedocs.sh for updating documentation.
|
|
- Make tarring faster by re-arranging ops.
|
|
|
|
2003-06-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3: typo in call to cleanup columns
|
|
|
|
2003-06-20 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3: use PMA_getForeigners()
|
|
* db_details_qbe.php3: undefined variable
|
|
|
|
2003-06-20 Garvin Hicking <me@supergarv.de>
|
|
* db_details_importdocsql.php3: Will now NEVER reveal any filename
|
|
the docSQL import isn't able to read. Can now only read contents
|
|
of the 'docSQL' subdirectory and never be able to go higher than
|
|
that level.
|
|
|
|
2003-06-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
|
|
* libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
|
|
* libraries/display_tbl.lib.php3: use PMA_getForeigners()
|
|
* libraries/relation.lib.php3: now PMA_getForeigners() gets also
|
|
foreign keys defined in innnodb
|
|
* tbl_select.php3: use PMA_getForeigners() also for innodb
|
|
|
|
2003-06-17 Michal Cihar <nijel@users.sourceforge.net>
|
|
* config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
|
|
|
|
2003-06-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
|
|
|
|
2003-06-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
|
|
|
|
2003-06-14 Michal Cihar <nijel@users.sourceforge.net>
|
|
* export.php3: Fixed saving compressed dumps on server.
|
|
* libraries/display_export.lib.php3: Fixed description for line
|
|
terminating character.
|
|
|
|
2003-06-13 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: bug 753813, "session" is not
|
|
a reserved word
|
|
|
|
2003-06-13 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
|
|
libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
|
|
function, that checks true dl availability (fixes #747717). All checks
|
|
are based on php 4.3.1 source, so if this gets changed, we will need to
|
|
change checks also.
|
|
|
|
2003-06-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/relation.lib.php3: bug 751787: should not disable all
|
|
the features, when the relation feature is broken
|
|
|
|
2003-06-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/auth/cookie.auth.lib.php3: undefined scheme
|
|
* main.php3: undefined scheme
|
|
|
|
2003-06-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* db_details_qbe.php3: bug 751787, missing FROM part in query generator
|
|
* libraries/export/sql.php3: typo largeblob -> longblob
|
|
|
|
2003-06-10 Michal Cihar <nijel@users.sourceforge.net>
|
|
* scripts/create-release.sh: Set correct permissions before releasing.
|
|
* Documentation, config.inc.php3, db_details_export.php3, export.php3,
|
|
main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
|
|
tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
|
|
libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
|
|
libraries/display_export.lib.php3, libraries/export/*: Reworked export,
|
|
changes:
|
|
- support for exporting selected databases
|
|
- if not needed buffering, output is send directly
|
|
- unifies all export, so there is now more common code
|
|
- sql export can contain relations and mime types in comments
|
|
- configurable defaults for export.
|
|
|
|
2003-06-09 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: Display Full/Partial text links for
|
|
almost every select.
|
|
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
|
* lang/czech: Updated.
|
|
|
|
2003-06-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: MySQL 4.1 users could not edit column privileges.
|
|
* tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
|
|
SET and ENUM fields may have a character set, too.
|
|
|
|
2003-06-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Incremented required config.inc.php3 revision
|
|
number.
|
|
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
|
tbl_properties.inc.php3, tbl_properties_operations.php3,
|
|
tbl_properties_structure.php3, tbl_properties_table_info.php3,
|
|
libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
|
|
- phpMyAdmin is now able to assign / alter table and field charsets;
|
|
- The table structure page sometimes displayed "Array" in the charset
|
|
column;
|
|
- When altering the field type, the input box for the field length
|
|
sometimes had a strange default value.
|
|
|
|
2003-06-06 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, config.inc.php3: new LimitChars behavior
|
|
|
|
2003-06-06 Michal Cihar <nijel@users.sourceforge.net>
|
|
* mult_submits.inc.php3: Missing ;.
|
|
* libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
|
|
Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
|
|
* tbl_query_box.php3: Don't add target if not in query window.
|
|
* libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
|
|
(RFE #742123).
|
|
* pdf_pages.php3: Fixed undefined index warnings, don't attemt to
|
|
edit/display deleted page just after deleting.
|
|
* libraries/config_import.lib.php3, lang/*, config.inc.php3,
|
|
db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
|
|
select paper size for pdf (RFE #631551).
|
|
* read_dump.php3: Fixed undefined variable warning (bug #750070).
|
|
* libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
|
|
(bug #678289).
|
|
|
|
2003-06-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
|
|
* libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
|
|
* tbl_properties_links.php3, tbl_properties_operations.php3: merge
|
|
the Options tab into Operations
|
|
|
|
2003-06-05 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/display_export.lib.php3, libraries/functions.js: Some
|
|
javascript cleanup.
|
|
* db_details_links.php3: Display Query tab even with no tables.
|
|
* libraries/charset_conversion.lib.php3: Default iconv parameters to empty
|
|
string.
|
|
* config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
|
|
dropdown for server list in left frame (RFE #555978).
|
|
* tbl_query_box.php3: Possibility to upload SQL file with no database
|
|
selected (RFE #641760).
|
|
* lang/czech: Typo.
|
|
|
|
2003-06-04 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: bug 592692, pretty printer
|
|
and GRANT or REVOKE
|
|
* libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
|
|
|
|
2003-06-04 Michal Cihar <nijel@users.sourceforge.net>
|
|
* mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
|
|
|
|
2003-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
|
|
* lang/slovak update, thanks to Lubos Klokner
|
|
|
|
2003-06-03 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
|
|
setting.
|
|
|
|
2003-06-03 Garvin Hicking <me@supergarv.de>
|
|
* lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
|
|
(Experimental)
|
|
New feature - The automatic update of the query window seems to
|
|
cause some headache for users. They type in their query, want to
|
|
look in a different table for some fields, want to switch back to
|
|
their browser window and the changes are lost because the last table
|
|
is always filled in. Now we have a checkbox to preserve the edited
|
|
content from any update outside of the window. It is automatically
|
|
checked by editing the contents of the query textarea and can be
|
|
unchecked to restore previous behaviour. Thanks to Alexander Meis
|
|
for this suggestion. Optionally we could build in a config variable
|
|
to override this 'onChange' effect, but I guess it's not necessary.
|
|
* 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ö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é 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ö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
|
|
relations when foreign_db != master_db)
|
|
* index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
|
|
main.php3, queryframe.php3, libraries/common.lib.php3: Should be
|
|
the fix for Bug #730718.
|
|
Moved the hashform from the "nav"-frame to the "queryframe"-frame,
|
|
altered the way the form is submitted in LeftFrameLight mode to
|
|
keep the queryframe. Only if JavaScript is usable, otherwise it's
|
|
not necessary to keep the 'opener' pointer.
|
|
* libraries/display_tbl.lib.php3: PHP3 compatibility.
|
|
* libraries/common.lib.php3, db_details_common.php3, index.php3,
|
|
main.php3: Still have to propagate $hash to the left frame...
|
|
|
|
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3, bug 729517, better comment output,
|
|
thanks to Maxime Delorme
|
|
|
|
2003-04-30 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
|
|
|
|
2003-04-29 Michal Cihar <nijel@users.sourceforge.net>
|
|
* server_privileges.php3: No need to escape wild characters here.
|
|
|
|
2003-04-29 Garvin Hicking <me@supergarv.de>
|
|
* tbl_move_copy.php3: Bug #729416
|
|
* tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
|
|
* index.php3: Typo
|
|
* db_details_structure.php3: Prevent uninitialized variable
|
|
|
|
2003-04-28 Garvin Hicking <me@supergarv.de>
|
|
* index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
|
|
Even more issues when QueryFrameJS is set to true, but JS is not
|
|
activated. Haven't ever thought this would be necessary. ;)
|
|
I tested everything with QueryFrame/QueryFrameJS set to true/false
|
|
with and without JavaScript enabled, and got everything working.
|
|
Please verify for yourselves! :)
|
|
|
|
2003-04-28 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/polish: update, thanks to Jakub Wilk
|
|
|
|
2003-04-28 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
|
|
javascript). But there are still problems without javascript.
|
|
|
|
2003-04-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.5.0-rc2 released
|
|
|
|
2003-04-25 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/estonian: Updated, thanks to finsoft@sourceforge.net.
|
|
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
|
* lang/thai: Updated, thanks to Arthit Suriyawongkul.
|
|
* lang/{catalan,english,indonesian,spanish}: Added some missing
|
|
translations.
|
|
|
|
2003-04-23 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
|
|
* libraries/display_export.lib.php3: Automatically check "Save as file"
|
|
when selecting compression.
|
|
|
|
2003-04-22 Garvin Hicking <me@supergarv.de>
|
|
* libraries/common.lib.php3, main.php3, db_details_common.php3:
|
|
When reloading the frame, propagate hash value (for querywindow)
|
|
|
|
2003-04-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
|
|
in the drop-down box
|
|
|
|
2003-04-20 Garvin Hicking <me@supergarv.de>
|
|
* libraries/display_tbl.lib.php3, index.php3, left.php3,
|
|
tbl_query_box.php3, queryframe.php3, querywindow.php3:
|
|
Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
|
|
(serious) issues with multiple instances of phpMyAdmin and
|
|
the query window. Also made sure that disabling the QueryFrame
|
|
is possible without seeing errors. Of course, this is
|
|
extremely reduced usability without JS.
|
|
|
|
2003-04-18 Garvin Hicking <me@supergarv.de>
|
|
* left.php3, index.php3, tbl_query_box.php3,
|
|
libraries/display_tbl.lib.php3, queryframe.php3:
|
|
Fixed Bug #723713
|
|
|
|
2003-04-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: faq about double auth windows
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
* tbl_relation.php3: bug 696215: can now choose all segments
|
|
of the primary key
|
|
|
|
2003-04-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
* server_common.inc.php3: bug 722791: "USE mysql" is not a good
|
|
test in MySQL 4 to check if superuser
|
|
|
|
2003-04-17 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_replace_fields.php3: Fix typo.
|
|
* tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
|
|
MySQL sometimes problems...
|
|
|
|
2003-04-17 Garvin Hicking <me@supergarv.de>
|
|
* tbl_replace_fields.php3: Use $encoded_key instead of $key to
|
|
detect changes in BLOB fields with a special name.
|
|
* tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
|
|
original values of a BLOB field when 'Insert as new row' is
|
|
chosen on edit.
|
|
* libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
|
|
crossing DB borders now allowed)
|
|
|
|
2003-04-16 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
|
|
with no $db set
|
|
|
|
2003-04-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* badwords.txt: "status" is not a reserved word
|
|
|
|
2003-04-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
|
|
* tbl_properties_common.php3: Avoid displaying message twice in some cases
|
|
(fixes bug #722378).
|
|
* libraries/build_dump.lib.php3: Export BLOBs hex quoted.
|
|
|
|
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_query_box.php3: Only display charset selection when a DB is
|
|
selected.
|
|
* libraries/display_tbl.lib.php3: Fix edit link for table without primary
|
|
key and with BLOB field (bug #708182).
|
|
|
|
2003-04-15 Garvin Hicking <me@supergarv.de>
|
|
* footer.inc.php3, queryframe.php3: Changed anchor target
|
|
and window name of queryframe as suggested by Armel
|
|
Fauveau (thanks!)
|
|
|
|
2003-04-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: bug 647705: 'NO' is not
|
|
a reserved word in MySQL
|
|
* libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
|
|
are functions
|
|
* libraries/common.lib.php3: bug 721278: Skip Explain SQL
|
|
|
|
2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/some translations: Damn, I didn't commit all empty translations
|
|
yesterday...
|
|
* lang/sync_lang.sh: Updated to avoid empty translations problems (reports
|
|
which translations has failed, now also converts by default only
|
|
modified files and is capable to get charset from filename when reading
|
|
from file has failed.
|
|
* left.php3: More fixes for HTML entities.
|
|
* tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
|
|
when changing it.
|
|
* lang/czech: Updated.
|
|
* lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
|
|
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
|
|
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
|
* lang/catalan: Updated, thanks to Xavier Navarro.
|
|
* footer.inc.php3: Fixed for quotes, HTML entities and other weird
|
|
characters in db/table name.
|
|
* libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
|
|
* db_details.php3, tbl_query_box.php3: Display choice for charset also
|
|
when only UploadDir available.
|
|
|
|
2003-04-14 Garvin Hicking <me@supergarv.de>
|
|
* libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
|
|
usage. (Bug #720846)
|
|
* footer.inc.php3: Needed \n for some cases.
|
|
* tbl_query_box.php3: Only display file import when a DB is selected.
|
|
|
|
2003-04-13 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/french: update
|
|
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
|
|
* lang/polish: update, thanks to Jakub Wilk
|
|
### 2.5.0-rc1 released
|
|
|
|
2003-04-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
|
|
lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
|
|
Added $strCharset.
|
|
|
|
2003-04-13 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/{slovenian,russian,croatian,bulgarian}: We don't
|
|
want empty translations...
|
|
|
|
2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Better fix against possible "wrong parameter
|
|
count" errors.
|
|
* server_privileges.php3:
|
|
- Fixed a broken link in the user overview table;
|
|
- Fixed bug #539756 again.
|
|
* lang/german-*.inc.php3: Updates.
|
|
* tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
|
|
(Feature #623665, part 1).
|
|
|
|
2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/common.lib.php3, config_import.lib.php3:
|
|
MaxExactCount backwards compatibility
|
|
* db_details_structure.php3: undefined $row_count for InnoDB tables
|
|
|
|
2003-04-11 Michal Cihar <nijel@users.sourceforge.net>
|
|
* db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
|
|
SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
|
|
* config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
|
|
$cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
|
|
* Documentation.*: Documented above.
|
|
* lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
|
|
* lang/galician: Added missing string.
|
|
* lang/thai: Updated, thanks to Arthit Suriyawongkul.
|
|
|
|
2003-04-10 Michal Cihar <nijel@users.sourceforge.net>
|
|
* pdf_schema.php3, libraries/common.lib.php3,
|
|
libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
|
|
count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
|
|
(<20000 rows) tables (RFE #708533).
|
|
* tbl_printview.php3: Make javascript work on more browsers than MSIE.
|
|
* Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
|
|
XHTML errors, document is again valid XHTML.
|
|
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
|
|
|
2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
|
|
and XML dump.
|
|
* libraries/display_export.lib.php3: Added <br /> before charset
|
|
selection in export.
|
|
|
|
2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/*: $updComTab -> $strUpdComTab
|
|
* libraries/relation.lib.php3: put back version 1.30 message
|
|
that uses $strUpdComTab
|
|
* lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
|
|
|
|
2003-04-09 Garvin Hicking <me@supergarv.de>
|
|
* pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
|
|
to prevent false arrow aligning when using 'same widths'.
|
|
|
|
2003-04-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
|
|
* lang/italian: Updated, thanks to Pietro Danesi.
|
|
* lang/chinese_gb: update, thanks to (fundawang)
|
|
* lang/swedish: update, thanks to Björn T. Hallberg
|
|
* lang/norwegian: update, thanks to Sven-Erik Andersen
|
|
|
|
2003-04-07 Michal Cihar <nijel@users.sourceforge.net>
|
|
* db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
|
|
multi submit actions.
|
|
|
|
2003-04-06 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php, libraries/functions.js: Patch #705899 included.
|
|
Now multiple fields can be inserted at cursor position (Mozilla/IE)
|
|
in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
|
|
* header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
|
|
libraries/relation.lib.php3: RFE #715914: Sort query history by
|
|
(autoincrement) key instead of timevalue. Only save queries in
|
|
history if they were successful. This required the moving of
|
|
the JS-stuff in header.inc.php3 to footer.inc.php3. Please
|
|
test, if this works for everyone. It does for me.
|
|
|
|
2003-04-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
|
|
column before MySQL 3.23 (bug #712055).
|
|
* libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
|
|
machines with register_globals = off.
|
|
|
|
2003-04-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian updates, thanks to Valics Lehel
|
|
* lang/slovenian update, thanks to Kositer Uros
|
|
|
|
2003-04-03 Garvin Hicking <me@supergarv.de>
|
|
* libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
|
|
|
|
2003-04-02 Garvin Hicking <me@supergarv.de>
|
|
* tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
|
|
* tbl_move_copy.php3: At least one of the PDF integrity checks
|
|
on moving/copying a table can safely be enabled.
|
|
* tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
|
|
newly created table' depend on a selected checkbox. State of that
|
|
checkbox is saved in a cookie.
|
|
* lang/*: Added $strSwitchToTable for the above.
|
|
* lang/german-*: Translations
|
|
|
|
2003-04-02 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_move_copy.php3: Fixed copying/moving to work after some changes in
|
|
generated SQL dump, move to newly created table also after copying.
|
|
* tbl_properties_operations.php3: Some fixes for html entities in db/table
|
|
names.
|
|
* db_details_structure.php3, mult_submits.inc.php3,
|
|
tbl_properties_structure.php3: Show multi submits result after headers
|
|
and tabs from originating place.
|
|
* lang/czech: Updated.
|
|
* tbl_properties_operations.php3: Not only remember, but also recall state
|
|
of checkbox for move to newly created table (see Garvin's entry above).
|
|
|
|
2003-04-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: clarify about wildcard database
|
|
* lang/bulgarian, translators.html: big update from the new translator:
|
|
Stanislav Yordanov, stan at stud.ru.acad.bg
|
|
* lang/italian: Updated, thanks to Pietro Danesi.
|
|
|
|
2003-03-31 Marc Delisle <lem9@users.sourceforge.net>
|
|
* css/phpmyadmin.css.php3: calls from a css file are relative to itself
|
|
thanks to Jose Fandos (jose.fandos at sonnd.com)
|
|
|
|
2003-03-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3, lang/*.inc.php3:
|
|
- Fixed bug #708292 (Support for host-based privileges).
|
|
- Show SQL query when adding a user.
|
|
* server_processlist.php3, lang/*.inc.php3: Feature #707495
|
|
(SHOW FULL PROCESSLIST).
|
|
* lang/german-*.inc.php3: Updates.
|
|
|
|
2003-03-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3: avoid long delays when browsing big tables (MySQL 4)
|
|
|
|
2003-03-26 Michal Cihar <nijel@users.sourceforge.net>
|
|
* db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
|
|
tbl_properties_operations.php3, tbl_properties_structure.php3,
|
|
tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
|
|
more fixes for HTML entities in field/table/db name.
|
|
|
|
2003-03-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.html: Fixed GRANT queries for the controluser.
|
|
|
|
2003-03-25 Marc Delisle <lem9@users.sourceforge.net>
|
|
* main.php3: replace the 'USE mysql' test, as users with a global
|
|
priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
|
|
|
|
2003-03-25 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_query_box.php3, tbl_properties_operations.php3,
|
|
libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
|
|
HTML entities fixes.
|
|
* read_dump.php3: Fixed detection of $goto.
|
|
* header.inc.php3: Neated URL generating.
|
|
* lang/czech: Updated.
|
|
|
|
2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
|
|
* db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
|
|
multisubmit actions (RFE #622603).
|
|
* db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
|
|
tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
|
|
queries for multiple tables.
|
|
* db_details_structure.php3: Display correctly table names that contain
|
|
HTML entities.
|
|
* libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
|
|
caused HTML entities to be quoted twice.
|
|
* tbl_indexes.php3: Fixed editing of index with HTML entities.
|
|
* lang/czech: Updated.
|
|
* tbl_properties_structure.php3: Fix enabling/disabling links to index
|
|
creating (it requires type, but there was also MIME type added).
|
|
|
|
2003-03-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
|
|
config.inc.php3, Documentation.html: disabling of the parser no
|
|
longer possible
|
|
|
|
2003-03-22 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/defines.lib.php3: Small bugfix.
|
|
* libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
|
|
* libraries/common.lib.php3: Possible fix against "wrong parameter count"
|
|
errors.
|
|
|
|
2003-03-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/transformations/text_plain__imagelink: display the
|
|
image, with width and height options
|
|
* libraries/transformations/text_plain__link: the link was not
|
|
functional at my site; also, document this transform in lang.
|
|
|
|
2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* server_privileges.php3: typo
|
|
* lang/french update
|
|
* image_jpeg__plain renamed to text_plain__imagelink, because
|
|
the contents is not an image but a filename
|
|
|
|
2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
|
|
* ldi_check.php3: Use $sql_query instead of $query to put query correctly
|
|
to sql.php3.
|
|
* libraries/display_export.lib.php3: Again fixed selecting table/db
|
|
filename template.
|
|
* tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
|
|
table.
|
|
|
|
2003-03-20 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/hebrew update, thanks to Yuval Sarna
|
|
|
|
2003-03-20 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
|
|
* libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
|
|
type when doing charset conversion.
|
|
* libraries/display_export.lib.php3: Fixed selecting table/db filename
|
|
template.
|
|
* libraries/read_dump.lib.php3, db_details.php3,
|
|
db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
|
|
Automatic detection of compression for uploaded data.
|
|
|
|
2003-03-19 Garvin Hicking <me@supergarv.de>
|
|
* tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
|
|
Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
|
|
input area (SQL window, table properties) AND in the 'Insert/Update field' display
|
|
where you can upload files to blob fields. Experimental.
|
|
|
|
2003-03-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german-*.inc.php3: Updates.
|
|
|
|
2003-03-19 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_properties_operations.php3: fixed bad id of option (#706147).
|
|
* lang/dutch: Updated, thanks to Gilles van den Hoven.
|
|
* lang/thai: Updated.
|
|
* lang/italian: Updated, thanks to Pietro Danesi.
|
|
* lang/indonesian: Updated, thanks to Rachim Tamsjadi.
|
|
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
|
|
* lang/chinese: Updated, thanks to Siu Sun.
|
|
|
|
2003-03-18 Garvin Hicking <me@supergarv.de>
|
|
* libraries/display_export.lib.php3: Fixed variable usage.
|
|
* lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
|
|
libraries/common.lib.php3: Added new transforms for a substr()
|
|
function, a dateformat() modified and a basic plugin for external
|
|
programs. Support for TIDY has been experimentally been built in.
|
|
External programs make use of piping and thus cannot be used in
|
|
Windows.
|
|
Added the ability for transforms to adjust the "nowrap" option of a
|
|
cell.
|
|
Some german translation.
|
|
|
|
2003-03-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/select_lang.lib.php3: modify order of Russian lang files
|
|
because MSIE does not accept cp866 and users do not see anything,
|
|
thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
|
|
|
|
2003-03-18 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: removed from button text, as
|
|
Konqueror doesn't like it there and it is not needed.
|
|
* lang/czech: updated.
|
|
* libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
|
|
when using transformations.
|
|
* libraries/display_export.lib.php3, db_details_links.php3,
|
|
server_common.inc.php3, server_databases.php3, server_links.inc.php3,
|
|
server_processlist.php3, server_status.php3, server_variables.php3,
|
|
tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
|
|
* tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
|
|
specify how will filename for exported data look like (RFE #678642).
|
|
* Documentation.*: Next release seems to be 2.5.0.
|
|
* lang/latvian: Updated, thanks to Sandis Jerics.
|
|
|
|
2003-03-17 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* pdf_pages.php3 will now check if the pdf_pages table has entries
|
|
that reference tables that no longer exist. if it does user is prompted
|
|
to delete them.
|
|
|
|
2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* user_password.php3, header.inc.php3, libraries/user_password.js:
|
|
put back js functions for user password change (= old user_details.js)
|
|
* libraries/display_tbl.lib.php3, functions.js: new feature:
|
|
browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
|
|
|
|
2003-03-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_pages.php3: Automatic layout of tables on the schema
|
|
|
|
2003-03-15 Garvin Hicking <me@supergarv.de>
|
|
* pdf_schema.php3: Fixed typo.
|
|
|
|
2003-03-14 Garvin Hicking <me@supergarv.de>
|
|
* libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
|
|
'../' safety issues, display transformations only if file exists
|
|
(Bug #703555)
|
|
|
|
2003-03-14 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
|
|
- Typo fixes:
|
|
s/RestricColumnTypes/RestrictColumnTypes/
|
|
s/RestricFunctions/RestrictFunctions/
|
|
* scripts/create_tables.sql:
|
|
- Neaten up SQL, add DROP TABLE/DATABASE cleanness
|
|
|
|
2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_status.php3: Fixed the Garvin's calculations.
|
|
* server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
|
|
* libraries/header_meta_style.inc.php3,
|
|
libraries/transformations/overview.php3: Fixed CSS link.
|
|
* tbl_properties.inc.php3: Added tooltips for transformations.
|
|
|
|
2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
|
|
|
|
2003-03-13 Garvin Hicking <me@supergarv.de>
|
|
* lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
|
|
* config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
|
|
* libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
|
|
results page (1px border in the color of BrowserMarkerColor around the cells).
|
|
RFE #638800
|
|
* libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
|
|
pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
|
|
lang/*: RFE #7000385: Export AUTO_INCREMENT field.
|
|
Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
|
|
dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
|
|
* config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
|
|
clarity. Make it easier to enable defaults (RFE #695265)
|
|
|
|
2003-03-12 Garvin Hicking <me@supergarv.de>
|
|
* db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
|
|
was not displayed if it has no comment.
|
|
* libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
|
|
bookmarktable.
|
|
* db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
|
|
RFE #550552: Change default initial query for browse mode, if a bookmark with the same
|
|
label as the tablename is found.
|
|
* tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
|
|
auto_increment value. (RFE #639655)
|
|
* db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
|
|
Display DB comments and MIME types, where appropriate.
|
|
* header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
|
|
the querywindow which didn't show the latest querys always.
|
|
* Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
|
|
RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
|
|
to do, so please see Documentation.html. I thought it too hard to move the
|
|
bookmark-box around where you can store the bookmarks, because there are a couples
|
|
of redirections involved. So the major problem is that your to-be-stored bookmark
|
|
HAS to yield at least a single result row for you to be able to store that.
|
|
* tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
|
|
Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
|
|
for that table.
|
|
* tbl_properties_export.php3, db_details_export.php3,
|
|
libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
|
|
export now is a perfect look-alike except for a multi-tables dropdown.
|
|
Put the code to display the export into a seperate file for re-usability.
|
|
* tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
|
|
libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
|
|
map to which MySQL field type and in the dropdown of the function list first
|
|
display the fitting functions, and then for compatibility reasons the rest of
|
|
the functions.
|
|
TODO: I don't know if I chose the correct mapping for all types. Please correct
|
|
config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
|
|
* sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
|
|
tbl_rename.php3, libraries/relation.lib.php3:
|
|
Bugfix #579256 / RFE #577328 : Automatic update of relations,
|
|
display fields, comments, bookmarks, ... on update, delete and duplicate.
|
|
Automatic duplication/moving of PDF pages does not yet work. Would the
|
|
original author please be so kind to have a look at the tbl_move_copy.php
|
|
script, search for '[TODO]' and apply necessary fixes? ;)
|
|
* tbl_dump.php3: New $sql_structure variable for the new table export
|
|
design broke DB export functionality. Fixed this.
|
|
|
|
2003-03-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
|
|
2003-03-11 Garvin Hicking <me@supergarv.de>
|
|
* docSQL/*, read_dump.php3, db_details_importdocsql.php3,
|
|
libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
|
|
Improved security of docSQL importer. You now can only access
|
|
a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
|
|
file on its own via File Upload (if $is_upload is true).
|
|
Filenames not matching the converter will no more printed out to
|
|
maintain security. Permits input of '../'.
|
|
* transformation_wrapper.php3 - Remove $err_url, because if a query
|
|
fails here, the user won't get to see the error string anyways.
|
|
Can happen if you want to display a blob without having an index
|
|
key in your query, because the blob cannot be filtered by a content
|
|
WHERE-string.
|
|
|
|
2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: bug 700082, support of XOR
|
|
|
|
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* translators.html: Another mechanism against stupid people who use the
|
|
translator list as a list of localised support hotlines or try to get a
|
|
translation by mail order... :o)
|
|
* header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
|
|
libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
|
|
that the correct font families are used.
|
|
|
|
2003-03-10 Garvin Hicking <me@supergarv.de>
|
|
* libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
|
|
thanks to Csaba Gabor!
|
|
* sql.php3: Fixed another occurence of addslashes() where it no longer
|
|
belongs.
|
|
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
|
tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
|
|
- when creating/altering/adding table fields you can now change the
|
|
wrong form input, instead of losing all your data. Have fun. :-)
|
|
* tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
|
|
lang/*:
|
|
Added new table export format by Michal Cihar. db_details_export.php3
|
|
should be adapted to the new layout somewhen. Fixed Compression.
|
|
* header.inc.php3, header_printview.inc.php3, index.php3,
|
|
left.php3, queryframe.php3, querywindow.php3,
|
|
transformation_wrapper.php3, css/phpmyadmin.css.php3,
|
|
libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
|
|
libraries/functions.js, libraries/header_http.inc.php3,
|
|
libraries/header_meta_style.inc.php3, libraries/left.js
|
|
libraries/sqlparser.lib.php3:
|
|
Massive code-cleanup. Put all stylesheets into new central file
|
|
css/phpmyadmin.css.php3. To reduce overhead in this file, the
|
|
common.lib.php3 has a new variable to determine whether the full
|
|
code structure or only those codes needed for the stylesheet class
|
|
is parsed. This is to prevent duplicated code, even though it looks
|
|
somehow ugly. The stylesheet is now embedded via a <link rel>-
|
|
directive and should also be able to be cached by the browser.
|
|
See patch #699454.
|
|
Also some unneccessary code was removed from querywindow/wrapper.
|
|
* tbl_change.php3: Patch #697541 to prevent non-associative MySQL
|
|
fieldnames to be mapped to false keys for display.
|
|
|
|
2003-03-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* transformation_wrapper.php3, lang/*,
|
|
libraries/transformations/image_png__inline.inc.php3:
|
|
new transformation for png (inline)
|
|
(still issues with PNG's transparency in PHP 4.3.0)
|
|
* libraries/common.lib.php3: bug 692652, support for disabled ini_get()
|
|
|
|
2003-03-09 Garvin Hicking <me@supergarv.de>
|
|
* db_printview.php3: Added print button (#700205)
|
|
|
|
2003-03-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/transformations/*.sh: did not work in bash
|
|
|
|
2003-03-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* transformation_wrapper.php3, lang/*,
|
|
libraries/transformations/image_jpeg__inline.inc.php3:
|
|
now 2 options for resize: width, height
|
|
|
|
2003-03-06 Garvin Hicking <me@supergarv.de>
|
|
* libraries/common.lib.php3, libraries/display_tbl.lib.php3:
|
|
Fix bug #658668, special escaping of \n, \r and \t characters.
|
|
Please test, works fine for me now (both magic_quotes on/off).
|
|
|
|
2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
|
|
* updatedocs.sh: Script to make conversion easier
|
|
|
|
2003-03-05 Garvin Hicking <me@supergarv.de>
|
|
* Documentation.html: Added FAQ 2.6 about localhost-socket connections.
|
|
* libraries/relation.lib.php3, libraries/transformations.lib.php3,
|
|
tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
|
|
call with PMA_sqlAddslashes() call because of new global s
|
|
lashes-handling.
|
|
* sql.php3: Fixed querytime bug, when query was only shown for PHP
|
|
display.
|
|
* read_dump.php3, sql.php3, tbl_alter.php3,
|
|
tbl_properties_export.php3: Fixed remaining calls to stripslashes()
|
|
where not neccessary, because grab_globals already stripslashed
|
|
the data. This fixes the problem of the SQL Pretty printer showing
|
|
the data wrongly formatted.
|
|
|
|
2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
|
|
#697961)
|
|
|
|
2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html, faq 1.29 about the "duplicate field names" problem
|
|
* transformation_wrapper.php3, libraries/defines_php.lib.php3,
|
|
libraries/transformations/image_jpeg__inline.inc.php3:
|
|
resized thumbnails
|
|
|
|
2003-03-03 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_replace_fields.php3: Bugfix: User was unable to insert values
|
|
containing quotes.
|
|
* libraries/common.lib.php3:
|
|
- Avoid reloading the left frame twice;
|
|
- PHP3 compatibility;
|
|
- $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
|
|
in CGI mode.
|
|
|
|
2003-03-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* badwords.txt: bug 692874: "date" is not a reserved word
|
|
|
|
2003-03-02 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
|
|
mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
|
|
tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
|
|
tbl_move_copy.php3, tbl_properties.inc.php3,
|
|
tbl_properties_operations.php3, tbl_properties_options.php3,
|
|
tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
|
|
tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
|
|
user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
|
|
libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
|
|
If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
|
|
extracting the arrays $_GET and $_POST. This should replace a lots of
|
|
workarounds and avoid present and future problems with magic_quotes_gpc.
|
|
* server_privileges.php3, libraries/common.lib.php3:
|
|
- Escape wildcard characters in the database and table dropdown boxes;
|
|
- CSS fixes.
|
|
|
|
2003-03-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/english: typo
|
|
* tbl_dump.php3: undefined variable $use_comments
|
|
* tbl_properties_export.php3: bug 692143: now we remove the
|
|
LIMIT clause from the original query to use the limits entered
|
|
on the export form
|
|
* pdf_schema.php3: better header/footer for long pages,
|
|
thanks to Maxime Delorme
|
|
|
|
2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_indexes.php3: Cleaner solution for showing query after changing
|
|
index.
|
|
|
|
2003-03-01 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/xpath/XPath.class.php, libraries/xpath/:
|
|
- Removed (was part of the early DB config prototype)
|
|
* lang/translatecount.sh:
|
|
- Counts just how out of date the translations are!
|
|
|
|
2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_indexes.php3: Show SQL query after modifying/creating index (closes
|
|
#694800), show structure after modifying index.
|
|
|
|
2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.html: Fixed a typo.
|
|
* server_privileges.php3: Fixed bug #691910.
|
|
* server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
|
|
thanks to Jason Carlson (jjcarlson).
|
|
|
|
2003-02-28 Garvin Hicking <me@supergarv.de>
|
|
* config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
|
|
tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
|
|
Documentation.html:
|
|
- Finetuneing for query window: Only three tabs, if DefaultTab
|
|
is not set to 'full'.
|
|
- Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
|
|
- Improved windowsize of the query window (no a *lot* smaller, hope this will suit
|
|
Rabus ;).
|
|
- Made the textarea smaller (*1.25 instead of *2) for the window only.
|
|
- Fixed a bug when you changed from a table to a database on the left frame and the
|
|
query window still wants to show the previous table.
|
|
* tbl_query_box.php3: Only show fieldlist, when $table is set.
|
|
* translators.html: Adjusted to same topmenu as Documentation.html.
|
|
With the new 'Transformations' item the bar was too large to fit
|
|
on standard 800x600 browser windows.
|
|
|
|
2003-02-27 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* lang/english: Resorted.
|
|
|
|
2003-02-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3:
|
|
- Backwards compatibility;
|
|
- Removed some unnecessary code;
|
|
- Added a small HOWTO.
|
|
* config.inc.php3: The tab settings don't fit into the 'left frame' part.
|
|
* lang/german-*.inc.php3: Grammar.
|
|
* Documentation.html: Fixed some dead links.
|
|
* scripts/create_tables.sql: Adjusted table comments.
|
|
|
|
2003-02-27 Garvin Hicking <me@supergarv.de>
|
|
* libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
|
|
querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
|
|
* querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
|
|
libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
|
|
purging on login, made querywindow tabbed, improved Querywindow-compatibility.
|
|
* tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
|
|
Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
|
|
(optional, default off) of the columns. I didn't like to have to scroll in horizontal
|
|
directions, so with this mode you can see about 6 columns at once on a single screen.
|
|
* tbl_properties.inc.php3: Fixed bug when certain fields are not
|
|
enabled, they threw an undefined offset. [2nd try, now for real :)]
|
|
* Documentation.html: Updated for my new features. Should include
|
|
everyting, I hope. But seriously needs a proofread.
|
|
* config.inc.php3: Inserted new directives for empty
|
|
$cfg['Servers'][$i]. (history, verbose_check)
|
|
* tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
|
|
to suppress Notices/Warnings when MIME-types are not enabled.
|
|
|
|
2003-02-26 Garvin Hicking <me@supergarv.de>
|
|
* lang/german-*: better grammar. ;)
|
|
* libraries/display_tbl.lib.php3: Fixed transformation-link variable
|
|
usage for special queries like 'SHOW FIELDS', where certain variables are
|
|
not set.
|
|
* config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
|
tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
|
|
transformation_wrapper.php3, libraries/config_import.lib.php3,
|
|
libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
|
|
scripts/create_tables.sql:
|
|
Test if MIME-feature are really available. Preparation for PMA_db-based
|
|
SQL-History.
|
|
Removed a dupe for inserting comments, fixed integrity check when
|
|
moving/renaming tables and keeping comments.
|
|
* header.inc.php3: Added one more Javascript if-structure to make sure
|
|
the frameset is initialized when querying for an active window. Without
|
|
this, when starting phpMyAdmin for the first time, IE6 may complain
|
|
depending on the order it loads the framesets.
|
|
|
|
2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
|
|
* db_details_structure.php3: undefined variable $comment
|
|
* tbl_move_copy.php3: 'column_info'
|
|
|
|
2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
|
|
lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
|
|
$datefmt (translations #692065).
|
|
* lang/japanese-*.inc.php3: Fixed some inconsistences.
|
|
* config.inc.php3, db_details_importdocsql.php3, Documentation.html,
|
|
sql.php3, tbl_move_copy.php3, tbl_rename.php3,
|
|
libraries/config_import.lib.php3, libraries/relation.lib.php3,
|
|
libraries/transformations.lib.php3: Changed 'column_comments' to
|
|
'column_info'.
|
|
* ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
|
|
<http://www.phpmyadmin.net/ChangeLogs/>.
|
|
|
|
2003-02-25 Garvin Hicking <me@supergarv.de>
|
|
* tbl_properties.inc.php3: Fixed duped display of comments due to
|
|
merging diff conflict.
|
|
* lang/german*: German translations, only missing transformation
|
|
descriptions. They shouldn't be translated at that early point, I guess.
|
|
* libraries/config_import.lib.php3, libraries/relation.lib.php3,
|
|
libraries/transformations.lib.php3: 'column_info', they were somehow
|
|
not included in rabus' commit?!
|
|
|
|
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* common.lib.php3: Backwards compatibility.
|
|
|
|
2003-02-24 Garvin Hicking <me@supergarv.de>
|
|
Submitted multiple patches from the patch tracker:
|
|
* JS rowmarker now works in vertical display mode
|
|
Files: libraries/functions.js, display_tbl.lib.php3
|
|
* Display nav_bar even when only one row is returned, to enable display in
|
|
vertical/horizontal mode (especially for rotated headers)
|
|
Files: libraries/display_tbl.lib.php3
|
|
* Measures basic query time [#571934]
|
|
Files: sql.php3, display_tbl.lib.php3
|
|
* New display mode with 90 degree rotated table headers [#544361]. Works
|
|
either as CSS or as 'faked' PHP-transformation.
|
|
Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
|
|
* Update and display column comments in Add/Edit Fieldmode and CREATE table
|
|
mode. Display comments in table structure (optional) with underlined
|
|
CSS-mouseovers. Display comments in browser mode (optional), both in
|
|
vertical and horizontal display mode. Keep column comments in synch, when
|
|
DROPping/ALTERing and moving/copying tables.
|
|
Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
|
tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
|
|
tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
|
|
tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
|
|
libraries/relation.lib.php3
|
|
* Display and enter DB/table comments for navigation, stored in pma comments table.
|
|
May be displayed as Alias-Tooltips in left frame. [#650064]
|
|
Files: db_details_structure.php3, left.php3, relation.lib.php3
|
|
* Display column comments in table/database dumps, as inline SQL-Comments
|
|
Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
|
|
* Display MIME types to transform any table cell. You can only choose from a
|
|
list of pre-defined MIME-types. The list gets built by a function searching
|
|
a directory for valid transforms. For further information see
|
|
libraries/transformations/README-file and soon in documentation. ;)
|
|
Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
|
|
create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
|
|
tbl_move_copy.php3, transformation_wrapper.php3,
|
|
libraries/display_tbl.lib.php3, libraries/transformations/*
|
|
TODO: Add predefined functions!
|
|
* Display a (javascript) based query window as a new frame below the left
|
|
frame with query history [#526008]. Currently a bit experimental, works with
|
|
IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
|
|
work with any browser.
|
|
Files: queryframe.php3, querywindow.php3, header.inc.php3,
|
|
tbl_query_box.php3, common.lib.php3
|
|
|
|
2003-02-24 Olivier L. Müller <om@omnis.ch>
|
|
* libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
|
|
port == 80 or port == 443, do not add ":80" or ":443" anymore to the
|
|
generated URL -> prevents a double password query with some browsers
|
|
(Safari) in case of http authentication. (tested with https, http and
|
|
http running on port 8080)
|
|
|
|
2003-02-24 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
|
|
fields type into special variable. Fixes #647689.
|
|
* db_details_structure.php3: Removed extra /. Fixes #692171.
|
|
|
|
2003-02-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.4.0 released
|
|
|
|
2003-02-23 Olivier L. Müller <om@omnis.ch>
|
|
* docs.css: highlight FAQ questions in blue -> more readble.
|
|
|
|
2003-02-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges: Better code for "check privileges"; This should fix
|
|
bug #687808 and a few other problems.
|
|
* ANNOUNCE.txt: Updated list of known bugs.
|
|
* server_variables.php3: Modified generated XHTML code.
|
|
|
|
2003-02-22 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/italian update, thanks to Pietro Danesi
|
|
* lang/slovak update, thanks to Lubos Klokner
|
|
* lang/polish: update, thanks to Jakub Wilk
|
|
* lang/thai: update, thanks to Arthit Suriyawongkul
|
|
* tbl_change.php3: do not use enctype="multipart/form-data"
|
|
if !$is_upload (possible solution for bug 689215)
|
|
* lang/swedish: update, thanks to Björn T. Hallberg
|
|
|
|
2003-02-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3: Coding standards.
|
|
* lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
|
|
* lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
|
|
* lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
|
|
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
|
|
|
|
2003-02-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3: bug 649665: undefined variables with UNION, and
|
|
also get the correct row count
|
|
* lang/norwegian: update, thanks to Sven-Erik Andersen
|
|
|
|
2003-02-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_databases.php3:
|
|
- Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
|
|
- The link "check privileges" is now only displayed to superusers.
|
|
|
|
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
|
|
|
|
2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: Fixed edit link.
|
|
* Documentation.html:
|
|
- Reformulated some passages;
|
|
- FAQ 1.28.
|
|
* ANNOUNCE.txt: Synchronized features list with documentation.
|
|
* server_databases.php3: Fixed bug #688271 (missing "?").
|
|
|
|
2003-02-17 Garvin Hicking <me@supergarv.de>
|
|
* tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
|
|
Reworked blob file upload. More security cautions, and preserve
|
|
fields contents, if no new file was uploaded. Moved is_uploaded_file
|
|
function from read_dump.php3 to common.lib.php3 for reusability.
|
|
|
|
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
|
|
upload, upload field moved into table.
|
|
|
|
2003-02-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.4.0-rc2 released
|
|
* sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
|
|
correct number of rows
|
|
|
|
2003-02-16 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
|
|
- Reimplemented ability to change a user's login information
|
|
(bug #684984);
|
|
- Feature: copy user profiles;
|
|
- "Check privileges" should now also check for wildcards;
|
|
- The revoke mode for deleting users did not always produce valid MySQL.
|
|
* lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
|
|
* ANNOUNCE.txt: synchronized list of features and fixes.
|
|
|
|
2003-02-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* docs.css: Fixed URL.
|
|
|
|
2003-02-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
|
|
for splitting the SELECT clauses, to solve almost all records
|
|
counting bugs
|
|
* pdf_schema.php3: improved alignment, thanks to Maxime Delorme
|
|
* lang/japanese: update, thanks to Yukihiro Kawada
|
|
|
|
2003-02-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
|
|
it if necessary.
|
|
* libraries/common.lib.php3: Don't display edit link for
|
|
database-independant queries.
|
|
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
|
|
* docs.css:
|
|
- Wrong URI;
|
|
- Typo.
|
|
|
|
2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_databases.php3, server_privileges.php3, lang/*.inc.php3:
|
|
Reimplemented "check privileges" feature.
|
|
|
|
2003-02-13 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* sql.php3: Fix simple little bug #685082
|
|
|
|
2003-02-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
|
|
is broken), thanks to Alexander Schuch (ci-dev).
|
|
|
|
2003-02-12 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/indonesian update, thanks to Rachim Tamsjadi
|
|
* lang/italian update, thanks to Pietro Danesi
|
|
* lang/lithuanian update, thanks to Vilius Zigmantas
|
|
* lang/slovenian update, thanks to Kositer Uros
|
|
* lang/swedish: update, thanks to Björn T. Hallberg
|
|
* tbl_change.php3: upload field only to BLOBs
|
|
* libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
|
|
font size
|
|
|
|
2003-02-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_replace_fields.php3: sometimes we receive "none" as the file
|
|
name when there is no field upload for some field
|
|
* sql.php3: bug 684712, undefined variable $table (js disabled
|
|
and confirmation for drop database)
|
|
|
|
2003-02-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_databases.php3: Wrong link title.
|
|
|
|
2003-02-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_databases.php3: Ensured that the database list is built.
|
|
|
|
2003-02-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/catalan: update, thanks to Xavier Navarro
|
|
|
|
2003-02-09 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/Galician*: Updates thanks to xosecalvo
|
|
|
|
2003-02-09 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated again.
|
|
|
|
2003-02-09 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_databases.php3, lang/*.inc.php3:
|
|
- Bugfixes & interface cosmetic;
|
|
- Drop multiple databases.
|
|
* db_stats.php3: Removed, the file is replaced by server_databases.php3.
|
|
* lang/german-*.inc.php3: Updates.
|
|
* config.inc.php3: Added a note about another possible setting.
|
|
* lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
|
|
* lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
|
|
* translators.html: Fixed a typo.
|
|
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
|
|
2003-02-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* config.inc.php3, lang/add_message.sh: Typos.
|
|
* lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
|
|
* server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
|
|
Reworte db_stats.php3 to be conform with the new server_ pages.
|
|
|
|
2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
|
|
2003-02-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/italian: update, thanks to Pietro Danesi
|
|
* lang/norwegian: update, thanks to Sven-Erik Andersen
|
|
* lang/polish: update, thanks to Jakub Wilk
|
|
* lang/swedish: update, thanks to Björn T. Hallberg
|
|
* lang/slovak: remove duplicates
|
|
* lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
|
|
|
|
2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
|
|
* lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
|
|
be '$strDBGMax'
|
|
* translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
|
|
|
|
2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: PHP3 parse error
|
|
* Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
|
|
libraries/relation.lib.php3: bug 681298, we should always backquote
|
|
a restricted word like "comment" when used as an identifier
|
|
* Documentation.html, bug 681776, wrong command for my.ini file
|
|
* libraries/left.js: png files
|
|
|
|
2003-02-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
|
|
the SQL query box for Opera 7 for Windows in order to avoid trouble here.
|
|
* Documentation.html: Removed FAQ entry about Opera 7.
|
|
* db_stats.php3: One <img> tag still pointed to a GIF file.
|
|
|
|
2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_replace.php3, tbl_replace_fields.php3: do not display the
|
|
UPDATE query if there was some binary upload in it, otherwise
|
|
display it
|
|
|
|
2003-02-04 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* common.lib.php3:
|
|
- Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
|
|
Bailey (charles_bailey);
|
|
- Don't use small fonts for Opera 7.
|
|
* ldi_check.php3: Backslahes should be escaped.
|
|
* Documentation.html: Added a note about Opera 7.
|
|
|
|
2003-02-04 Michal Cihar <nijel@users.sourceforge.net>
|
|
* Documentation.*: Added information about binary checkbox when uploading
|
|
files.
|
|
|
|
2003-02-04 Garvin Hicking <me@supergarv.de>
|
|
* common.lib.php3: Fixed a possible 'undefined index' error.
|
|
|
|
2003-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: new faq entry about IE bug with http auth,
|
|
switching from one server to the other
|
|
* db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
|
|
and only table selected)
|
|
* ldi_check.php3: check local_infile on recent MySQL versions,
|
|
thanks to Alexander
|
|
|
|
2003-02-03 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
|
|
#678729).
|
|
* tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
|
|
* tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
|
|
variable: charset_of_file).
|
|
|
|
2003-02-03 Garvin Hicking <me@supergarv.de>
|
|
* pdf_schema.php3, libraries/dbg/profiling.php3,
|
|
libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
|
|
|
|
2003-02-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.4.0-rc1 released
|
|
and after the release:
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
* lang/spanish: update, thanks to Daniel Hinostroza C.
|
|
* lang/catalan: update, thanks to Xavier Navarro
|
|
* lang/dutch update, thanks to Ivo Teel
|
|
|
|
2003-02-02 Olivier L. Müller <om@omnis.ch>
|
|
* tbl_addfield.php3: ignore empty fields on alter table
|
|
|
|
2003-02-02 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
|
|
compatibility.
|
|
* lang/german-*.inc.php3: Updates.
|
|
* server_privileges.php3: Remove column privileges.
|
|
* config.inc.php3: Added $cfg['DefaultTabServer'].
|
|
* header.inc.php3: Link the default tabs.
|
|
* libraries/common.lib.php3: PHP3 compatibility.
|
|
|
|
2003-02-02 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* lang/sort_lang.sh: This needs bash.
|
|
|
|
2003-02-02 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
|
|
* lang/norwegian: update, thanks to Sven-Erik Andersen
|
|
* libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
|
|
* libraries/dbg/setup.php3, lang/*: generic $strCantLoad
|
|
(later when we get enough translations,
|
|
we can use it instead of $strCandLoadMySQL)
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* lang/lithuanian: update, thanks to Vilius Zigmantas
|
|
* lang/japanese: update, thanks to Yukihiro Kawada
|
|
* lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
|
|
thanks to Alexander
|
|
|
|
2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
|
|
re-entry into Earth's atmosphere. In memory of the brave men and women who
|
|
gave their lives for the people of Earth. ---
|
|
* Documentation.html: Removed a bit of duplication in [7.4] and the
|
|
Developers section
|
|
* libraries/dbg: New directory for DBG code
|
|
* libraries/dbg/setup.php3:
|
|
- DBG initialization code, including module support
|
|
* libraries/dbg/profiling.php3: Profiling code
|
|
* lang/*: New strings added for DBG extension
|
|
* config.inc.php3: config options for DBG, off by default
|
|
* footer.inc.php3: DBG profiling output
|
|
|
|
2003-02-01 Michal Cihar <nijel@users.sourceforge.net>
|
|
* Documentation.*, translators.html, docs.css: New documentation layout.
|
|
* scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
|
|
|
|
2003-02-01 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
|
|
db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
|
|
new Feature: BLOB field upload
|
|
(TODO: handle open_basedir restrictions)
|
|
|
|
2003-01-31 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* config.inc.php3, Documentation.html, libraries/common.lib.php3,
|
|
libraries/config_import.lib.php3: Added experimental support for
|
|
compressed connections to the MySQL server.
|
|
|
|
2003-01-30 Marc Delisle <lem9@users.sourceforge.net>
|
|
* db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
|
|
support, thanks to Jose Fandos (jose.fandos at sonnd.com)
|
|
|
|
2003-01-30 Michal Cihar <nijel@users.sourceforge.net>
|
|
* Documentation*: Added faq 1.27 about GZIP output buffering problem.
|
|
* Documentation.html, translators.html: Unified using of font sizes.
|
|
|
|
2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* main.php3, user_details.php3, libraries/user_details.js: Removed the old
|
|
user management.
|
|
* server_processlist.php3: Fixed a bug the denied the access to the
|
|
process list for normal users.
|
|
* config.inc.php3: Removed note about buggy setting.
|
|
* lang/german-*.inc.php3: Updates.
|
|
* Documentation.html: There won't be a PHP 4.5.0; typos.
|
|
|
|
2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
|
|
|
|
2003-01-28 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, tbl_replace.php3: display UPDATE statement after row edit
|
|
|
|
2003-01-27 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/slovenian update: thanks to Kositer Uros (urosh)
|
|
* lang/albanian: update, thanks to Laurent Dhima
|
|
* lang/slovak update, thanks to Lubos Klokner
|
|
|
|
2003-01-25 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/relation.lib.php3: improve messages
|
|
|
|
2003-01-23 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
|
|
|
|
2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
|
|
* lang/italian*: Updates, thanks to Pietro Danesi (danone)
|
|
* lang/english*: Resorted and Resynced.
|
|
* lang/farsi*: Added ready for Farsi translation
|
|
* lang/sync_lang.sh, libraries/select_lang.lib.php3:
|
|
- Updates ready for Farsi translation
|
|
* lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
|
|
* fulltext.png, partialtext.png, pma_logo.png:
|
|
- Ran PNGCRUSH on files to reduce size optimially.
|
|
* plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
|
|
vertical_line.gif, item_rtl.gif, item_ltr.gif:
|
|
- Old image files removed and replaced with PNG files (feature
|
|
#458895)
|
|
* plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
|
|
vertical_line.png, item_rtl.png, item_ltr.png:
|
|
- New PNG image files (feature #458895)
|
|
* header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
|
|
- Code changes for PNG images (feature #458895)
|
|
|
|
2003-01-21 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3: checkType function
|
|
|
|
2003-01-21 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
|
|
|
|
2003-01-21 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
|
|
row limiting for exported results
|
|
|
|
2003-01-21 Michal Cihar <nijel@users.sourceforge.net>
|
|
* db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
|
|
tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
|
|
Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
|
|
be SIGNED/UNSIGNED/ZEROFILL.
|
|
|
|
2003-01-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: Added column privileges editor.
|
|
|
|
2003-01-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, tbl_properties_export.php3, tbl_dump.php3,
|
|
tbl_move_copy.php3, libraries/build_dump.lib.php3:
|
|
Feature: Export results of SELECTs
|
|
|
|
2003-01-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: faq 5.12 about OS X Safari problem
|
|
* tbl_move_copy.php3: typo (wrong back link)
|
|
|
|
2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
|
|
* lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
|
|
|
|
2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: Wrong label.
|
|
* scripts/create-release.sh: Changed the CVS hostname to cvs1 because
|
|
cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
|
|
The script now works on the SF shell servers ONLY!
|
|
|
|
2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
* libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
|
|
field editing.
|
|
|
|
2003-01-15 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* lang/sort_lang.sh: Fix status output bug '\n'
|
|
* db_details_importdocsql.php3: Move hardcoded strings to language files
|
|
* lang/*.php3: Add new strings for docSQL importer
|
|
* libraries/sqlvalidator.*.php3: Finish fixing bug #644709
|
|
* Documentation.html: Revised FAQ entry about SQL Validator
|
|
|
|
2003-01-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
|
|
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
|
|
* lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
|
|
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
|
|
* lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
|
|
|
|
2003-01-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_pages.php3: feature: deleting a pdf page
|
|
* libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
|
|
, bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
|
|
|
|
2003-01-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3:
|
|
- Lookup database / table lists if possible;
|
|
- The database name was displayed instead of the table name in the sub
|
|
page heading.
|
|
* lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
|
|
* lang/norwegian-*.inc.php3: Updates, thanks to
|
|
Sven-Erik Andersen (sven-erik).
|
|
* lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
|
|
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
|
|
|
|
2003-01-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
|
|
|
|
2003-01-14 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_properties_structure.php3, libraries/functions.js: Added (un)check
|
|
all for fields selection.
|
|
* tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
|
|
(Jumping cursor using keyboard).
|
|
* tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
|
|
functions.js to allow jumping using keyboard.
|
|
* tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
|
|
works also for row editing.
|
|
* Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
|
|
|
|
2003-01-13 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* libraries/sqlvalidator.class.php3:
|
|
- Removed dependency on overload extension
|
|
- Started to fix bug #644709
|
|
* sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
|
|
- Revert line 88 of sql.php3, and fix it a different way...
|
|
|
|
2003-01-12 Robin Johnson <robbat2@users.sourceforge.net>
|
|
* read_dump.php3, sql.php3, libraries/common.lib.php3,
|
|
libraries/sqlparser.lib.php3:
|
|
- Fixed bug #641765, see mailing list post
|
|
|
|
2003-01-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_*.php3:
|
|
- The messages are now displayed by server_links.inc.php3, so
|
|
server_common.inc.php3 may be included earlier;
|
|
- Beautified code.
|
|
* server_privileges.php3:
|
|
- Wrong GRANT syntax;
|
|
- Changed the default behavior of the for fields "pred_username" and
|
|
"pred_password".
|
|
|
|
2003-01-10 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_change.php3: bug 665885, wrong back link after sql error
|
|
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
* lang/japanese: update, thanks to Yukihiro Kawada
|
|
|
|
2003-01-10 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech*: Updated.
|
|
|
|
2003-01-09 Marc Delisle <lem9@users.sourceforge.net>
|
|
* sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
|
|
support for the EXTRACT ... FROM syntax which is not a real
|
|
SELECT ... FROM
|
|
|
|
2003-01-09 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3, lang/*.inc.php3:
|
|
- Forgot to implement "This host";
|
|
- Drop the users' databases;
|
|
- Don't send comments to the MySQL server;
|
|
- When trying to delete multiple users, display an error message if none
|
|
have been selected.
|
|
|
|
2003-01-08 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/sqlparser.lib.php3, libraries/functions.js,
|
|
sql.php3: - use the parser for confirmation requests
|
|
- better check before appending LIMIT
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
|
|
* lang/indonesian: missing semicolon
|
|
* lang/japanese: update, thanks to Yukihiro Kawada
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
|
|
2003-01-08 Michal Cihar <nijel@users.sourceforge.net>
|
|
* libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
|
|
and hidden input generating stuff.
|
|
* almost all php3 files: Use new URL and hidden input generation stuff.
|
|
* libraries/common.lib.php3: Addded extra check for MySQL even when in
|
|
safe mode (could fix #661949).
|
|
|
|
2003-01-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/english-*.inc.php3: Fixed a typo.
|
|
* server_privileges.php3, libraries/url_generating.lib.php3:
|
|
- Beautified generated XHTML code;
|
|
- Coding standards;
|
|
- Added a missing @param comment.
|
|
|
|
2003-01-07 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech: Updated.
|
|
|
|
2003-01-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3: Sorting user list.
|
|
* translators.html: Typo.
|
|
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
|
|
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
|
|
* lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
|
|
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
|
|
* lang/norwegian-*.inc.php3: Updates, thanks to
|
|
Sven-Erik Andersen (sven-erik).
|
|
* lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
|
|
|
|
2003-01-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* Documentation.html: clarification about cookie/http modes
|
|
* lang/dutch update, thanks to Ivo Teel
|
|
* lang/japanese: update, thanks to Yukihiro Kawada
|
|
* lang/ukrainian: remove duplicate messages
|
|
|
|
2003-01-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3:
|
|
- Interface cosmetic;
|
|
- Smaller bugfixes;
|
|
- Added a db / table privileges editor.
|
|
* server_privileges.php3, server_links.inc.php3: XHTML fixes.
|
|
* server_privileges.php3, libraries/server_privileges.js:
|
|
- Optimized some JS functions for the new interface;
|
|
- Added ability to create new MySQL users via GRANT (feature #502465).
|
|
* Documentation.html, translators.html, libraries/defines_php.lib.php3:
|
|
Incremented version number to 2.4.0-dev.
|
|
|
|
2003-01-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
|
|
|
|
2003-01-03 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/estonian*, malay*: remove control M
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* lang/english: typos fix, thanks to Björn T. Hallberg (bth)
|
|
|
|
2003-01-01 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german*: Updated.
|
|
|
|
2003-01-01 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech*: Updated.
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
* lang/sort_lang.sh: Made POSIX sh compatible.
|
|
* lang/check_lang.sh: Made require bash.
|
|
* lang/swedish*: Updated.
|
|
* lang/*: For many translations fixed missing/duplicate strings.
|
|
|
|
2002-12-28 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/ukrainian: update, thanks to Markijan Baran
|
|
* user_details.php3: add $strGrantOption
|
|
* lang/french update
|
|
* main.php3, lang/*.php3: $strOriginalInterface
|
|
|
|
2002-12-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3:
|
|
- Made the script compatible to MySQL < 3.22.11;
|
|
- Fixed the missing "LOCK TABLES" option in the privilege editor.
|
|
- Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
|
|
if all privileges have been selected.
|
|
* libraries/sqlparser.data.php3:
|
|
- Fixed bug #655817 (New privileges are not detected correctly).
|
|
- Updated function list.
|
|
|
|
2002-12-23 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
|
|
2002-12-22 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
|
|
Added ability to delete users.
|
|
|
|
2002-12-21 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* tbl_dump.php3:
|
|
- Fixed wrong charset information in XML exports.
|
|
- Beautified the output of the MySQL version number, e.g. '4.0.5' instead
|
|
of '4.00.05'.
|
|
|
|
2002-12-20 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
|
|
2002-12-19 Michal Cihar <nijel@users.sourceforge.net>
|
|
* server_privileges.php3: Fixed undefined variable warning.
|
|
* lang/czech*: Updated.
|
|
* lang/*: Fixed a typo.
|
|
|
|
2002-12-19 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/romanian: update, thanks to Valics Lehel
|
|
* lang/dutch update, thanks to Ivo Teel
|
|
|
|
2002-12-19 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/norwegian-*.inc.php3:
|
|
- Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
|
|
- Updates, thanks again to Sven-Erik Andersen (sven-erik).
|
|
* lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
* lang/german-*.inc.php3: Updates.
|
|
* lang/*.inc.php3: Fixed a typo.
|
|
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
|
|
* lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
|
|
* server_privileges.php3, lang/*.inc.php3:
|
|
- Bugfixes;
|
|
- Small design modification;
|
|
- Added ability to change passwords via SET PASSWORD FOR user.
|
|
|
|
2002-12-18 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
|
|
lang/*.inc.php3: Started rewriting the user administration; changes:
|
|
- Use GRANT / REVOKE for privilege changes (feature #502465);
|
|
- Support for the new privilege system introduced with MySQL 4.0.2-beta;
|
|
- Support for user resource limits;
|
|
- Improved user friendliness.
|
|
Currently, it can only display and edit global privileges.
|
|
* libraries/common.lib.php3: Undefined index.
|
|
* lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
|
|
* lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
|
|
|
|
2002-12-18 Michal Cihar <nijel@users.sourceforge.net>
|
|
* main.php3: Since every user has access to his processlist, set
|
|
is_process_priv to TRUE as default (fixes undefined variable warning).
|
|
|
|
2002-12-18 Marc Delisle <lem9@users.sourceforge.net>
|
|
* tbl_select.php3, bug 648263
|
|
* libraries/common.lib.php3, bug 653764
|
|
* tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
|
|
append data only to a table
|
|
|
|
2002-12-17 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/russian: update, thanks to Nicolay Zakharov
|
|
|
|
2002-12-16 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
|
|
* lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
|
|
|
|
2002-12-16 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/russian: update, thanks to Nicolay Zakharov
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
|
|
2002-12-15 Marc Delisle <lem9@users.sourceforge.net>
|
|
* libraries/get_foreign.lib.php3: bug 646263,
|
|
bad drop-down in select sub-page
|
|
|
|
2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* libraries/common.lib.php3: Removed a comment.
|
|
|
|
2002-12-14 Marc Delisle <lem9@users.sourceforge.net>
|
|
* ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
|
|
|
|
2002-12-13 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_dump.php3: Fix output order of inserts/creates, generate file
|
|
extension to include also file type, not only compression (now it
|
|
generates something like dump.sql.gz).
|
|
|
|
2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* pdf_schema.php3: Change generated filename to
|
|
db_pdfname.pdf instead of db_pdfnumber.pdf
|
|
|
|
2002-12-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
|
|
* lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
|
|
* lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
|
|
* lang/norwegian-*.inc.php3: Updates, thanks again to
|
|
Sven-Erik Andersen (sven-erik).
|
|
* lang/german-*.inc.php3: Small grammar fix.
|
|
|
|
2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german-*.inc.php3: Updates.
|
|
* lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
|
|
* libraries/build_dump.php3:
|
|
- Fixed part 2 of bug #652311 (Undefined variables);
|
|
- Coding standards.
|
|
|
|
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
|
|
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
|
|
cleaner charset conversion for export.
|
|
* db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
|
|
lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
|
|
thanks to Valentine for creating the patch #627496.
|
|
|
|
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/galician: update, thanks to Xosé Calvo
|
|
* libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
|
|
but there is still some work to do about how to split a UNION
|
|
* tbl_properties_options.php3, bug 651522 wrong back-link,
|
|
thanks to Mischka ( stollner at uni-muenster dot de )
|
|
|
|
2002-12-10 Michal Cihar <nijel@users.sourceforge.net>
|
|
* lang/czech*.php3: Updated translation.
|
|
* tbl_dump.php3: Fix Alexanders fix for bug #651414.
|
|
|
|
2002-12-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* server_*.php3, lang/*.inc.php3, main.php3:
|
|
- Added 'SHOW PROCESSLIST' interface;
|
|
- Small bugfixes.
|
|
- XHTML fixes.
|
|
* lang/spanish-*.inc.php3: Updates, thanks again to
|
|
Dr. med. Daniel Hinostroza C.
|
|
* tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
|
|
|
|
2002-12-09 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/norwegian-*.inc.php3: Updates, thanks again to
|
|
Sven-Erik Andersen (sven-erik).
|
|
* lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
|
|
* lang/spanish-*.inc.php3: Updates, thanks again to
|
|
Dr. med. Daniel Hinostroza C.
|
|
|
|
2002-12-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
|
|
server_common.inc.php3, server_links.inc.php3, server_status.php3,
|
|
server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
|
|
Started working on a new interface to server related pages.
|
|
* lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
|
|
* lang/german-*.inc.php3: Updates.
|
|
* lang/english-*.inc.php3: Reordered strings.
|
|
|
|
2002-12-07 Marc Delisle <lem9@users.sourceforge.net>
|
|
* db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
|
|
bug 633422, use a button if search result would generate a too big URL
|
|
|
|
2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
|
|
* pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
|
|
Choose between Landscape and Portrait for the
|
|
Datadictionary in PDF Pages
|
|
* pdf_schema.php3: lineheight for Textrows in Datadictionary
|
|
was equal to textheight, i added one mm above and below text
|
|
(hope your tables are not too big not to fit on a page now ;)
|
|
|
|
2002-12-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/german.inc.php3: Updates.
|
|
* main.php3: Fixed bug #649641 (usernames containing '@' character).
|
|
* libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
|
|
warning / php >= 4.3.0) by Mats Engstrom (matseng).
|
|
* lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
|
|
* lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
|
|
(sven-erik).
|
|
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
|
|
* lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
|
|
* lang/italian-*.inc.php3:
|
|
- Updates, thanks to Pietro Danesi (danone).
|
|
- Coding standards.
|
|
|
|
2002-12-06 Marc Delisle <lem9@users.sourceforge.net>
|
|
* lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
|
|
new data dict feature for PDF pages, thanks to Maxime Delorme
|
|
* lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
|
|
thanks to Piotr Roszatycki (d3xter)
|
|
|
|
2002-12-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
* lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
|
|
|
|
2002-12-05 Marc Delisle <lem9@users.sourceforge.net>
|
|
* pdf_schema.php3: remove control M
|
|
* lang/dutch update, thanks to Ivo Teel
|
|
|
|
2002-12-04 Marc Delisle <lem9@users.sourceforge.net>
|
|
### 2.3.3pl1 released
|
|
|
|
|
|
--- Older ChangeLogs can be found on our project website ---
|
|
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
|
|
|
|
# vim: ft=changelog
|
|
# vim: expandtab ts=4 sw=4 sts=4
|
|
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
|
|
# vim: fdn=1 fdm=expr
|