Hi,
I would like to change the doc about this parameter, which says:
--------------
$cfg['RightBgImage'] string
The URI of the background image used for the right frame.
It can be absolute as well as relative from your phpMyAdmin directory.
---------------
It seems only an absolute URI works in <body background="">.
Maybe we could generate the first part, if the parameter starts
with "./" but I don't think it's necessary.
Marc
The Internet, 2004-02-15
Greetings,
The phpMyAdmin development team is pleased to announce
the availability of the second release candidate for phpMyAdmin 2.5.6.
MySQL 4.1 / 5.0 Note:
phpMyAdmin's support for MySQL 4.1 / 5.0 is still experimental
Improvements:
* Display database collation
* List collations of all tables
* Pretty printing of charsets
* Can now change the default database charset
* Export now includes charset and collation info
* Foreign key browse window: better sorting for key/value pairs;
window is now resizable
* Support for _charset syntax
* Display the maximum size of uploads
* Show MySQL version in SQL printview headers
Fixes:
* Security fix: possible attack against export.php
* Column collations were not displayed in MySQL 5.0
* Character set "binary" was not correctly detected
* Foreign key browse window: paging did not work
* SHOW FIELDS problem
* Changing a table's charset changed the charset of all fields
(MYSQL >= 4.1.1)
* Problem when SQL_CALC_FOUND_ROWS is in the query
* Internal relations dropped when a field is dropped with the
multi-submit mechanism
* Wrong sort link for column aliases
* Wrong row highlighting after "With selected: delete"
* MySQL version check was sometimes done before connecting
* (rc2) Wrong treatment for NULL default value of DATETIME field
* (rc2) Parser: undefined variable
* (rc2) Problem executing stored bookmarks
* (rc2) Privileges: password not copied
* (rc2) Undefined function message (pma_sqp_iserror)
* (rc2) Undefined function message (mysql_get_client_info)
* (rc2) Missing Arabic charset
Download/support information on http://www.phpmyadmin.net.
Marc Delisle, for the team.
Hi,
since the addition of the multi-row delete (and edit) feature,
we have a nested forms situation when PMA_linkOrButton() decides
that (probably due to a missing primary key), a generated link
would be too long, and creates a mini form instead.
I see 2 solutions:
1. When called from display_tbl.lib or display_tbl_links.lib,
pass an additional parameter to PMA_linkOrButton(), which would
tell the function to avoid creating a button via a form if the URL
length is too big. So the only way to edit or delete this row
would be by ticking and use "With selected".
2. Before starting the form that calls tbl_row_delete, try to
detect if the rows data is going to trigger the generation of
a button, and if so, do not offer the multi- feature. The absence
of no unique keys would be a case.
Comments?
Marc
The Internet, 2004-02-02
Greetings,
The phpMyAdmin development team is pleased to announce
the availability of the first release candidate for phpMyAdmin 2.5.6.
MySQL 4.1 / 5.0 Note:
phpMyAdmin's support for MySQL 4.1 / 5.0 is still experimental
Improvements:
* Display database collation
* List collations of all tables
* Pretty printing of charsets
* Can now change the default database charset
* Export now includes charset and collation info
* Foreign key browse window: better sorting for key/value pairs; window is now resizable
* Support for _charset syntax
* Display the maximum size of uploads
* Show MySQL version in SQL printview headers
Fixes:
* Security fix: possible attack against export.php
* Column collations were not displayed in MySQL 5.0
* Character set "binary" was not correctly detected
* Foreign key browse window: paging did not work
* SHOW FIELDS problem
* Changing a table's charset changed the charset of all fields (MYSQL >= 4.1.1)
* Problem when SQL_CALC_FOUND_ROWS is in the query
* Internal relations dropped when a field is dropped with the multi-submit mechanism
* Wrong sort link for column aliases
* Wrong row highlighting after "With selected: delete"
* MySQL version check was sometimes done before connecting
Download/support information on http://www.phpmyadmin.net.
Marc Delisle, for the team.