SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 211105 from home:ecsos

update to 4.1.0 and some corrections

OBS-URL: https://build.opensuse.org/request/show/211105
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=83
This commit is contained in:
2013-12-16 18:59:59 +00:00
committed by Git OBS Bridge
parent c2889afcbb
commit baef86a27f
5 changed files with 204 additions and 118 deletions

View File

@@ -1,3 +1,69 @@
-------------------------------------------------------------------
Sun Dec 15 18:51:58 UTC 2013 - ecsos@schirra.net
- update to 4.1.0 (2013-12-11)
+ rfe #499 On user creation, warn if the user already exists
+ Use indeterminate check all checkbox in server privileges
+ Break server_status.php functions into smaller functions
+ PMA_DBI functions in database_interface.lib.php renamed to be compliant with PEAR standards
+ [interface] Make warning about existing config directory clearer
+ rfe #1414 Allow specifying controlport
+ PMA_DBI functions in database interface libraries renamed to be compliant with PEAR standards
+ rfe #1412 Creating a view from an empty set of results
+ Improved layout on db and table operations pages
+ rfe #1410 Added support for AES_ENCRYPT for blob fields
+ rfe #1423 Clarify option text for icon/text settings
+ [interface] Upgraded CodeMirror to 3.x series
+ rfe #1363 Improved query profiler
+ [interface] rfe #1429 Better suggestion for database name
+ rfe #1433 Support relations with ndbcluster
- sf#3962 Proper escaping of JSON export
+ rfe #1382 Optional ReCAPTCHA support
+ rfe #1434 Improvements to the table browsing navigation bar
+ rfe #1233 and rfe #1283 Improvements to Relation View interface
+ rfe #1397 Use fractional seconds in time, datetime, and timestamp
+ rfe #175 Allow cross-database relations
- [core] Dropped support for PHP 5.2.
+ rfe #487 and rfe #1405 Find and Replacing column wise
+ rfe #1373 Use same create view dialog for editing a view
+ rfe #316 Configurable menus; allow user groups with customized menus per group
- sf#4024 Editing field a record is selected by makes pma load forever
- sf#4035 Query "inline" link disappears when turning off "Explain SQL" option
+ rfe #1385 Hide tables, functions, procedures, events and views in navigation tree
+ rfe #1321 Export view as if it was a table
+ Dropped configuration directive: SQP
+ Dropped configuration directive: MySQLManual*
+ rfe #1041 and bug #2954 Improved support for SSL connections between MySQL and phpMyAdmin
- sf#4056 Language: Vague error message when adding a varchar field
+ [setup] rfe #1452 Use type="password" for server passwords
+ rfe #1451 HTML5 input tag enhancements
- sf#1193 Text field too small when editing a row longer than $cfg['LimitChars']
+ Privileges tab for table level
- sf#4068 Headline in operations not readable in IE10
- sf#4000 "Table does not contain unique column" message appears after adding a unique column
+ rfe #1428 add 'new database' entry to nav tree
+ rfe #1457 Stone Age icon found
+ rfe #1463 Filter tables and databases by regular expression
+ Change the proxy variable names in the config to remove the VersionCheck prefix from them
+ Added an Error Reporting Component
+ Javascript files are no longer uglified
- sf#4145 Config screen fails to validate MemoryLimit = -1 (new default)
- sf#4123 Double config including
- sf#4134 After deleting all rows on a page, it returns to a blank page
+ Dropped configuration directive: DisableIS, ShowDatabasesCommand
- sf#4152 Not possible to enter % for search in date fields
- sf#3931 IN Clause search does not permit multiple values
- sf#4086 Clicking OK from edit popup opens new tab
- sf#2983 unknown table status: TABLE_TYPE
- sf#4030 ORDER BY SUM(`field`) does not sort DESC
- sf#4133 CSV import breaks when no blank line at end of file
- sf#4153 Unable to import if newline encoding is MAC style
- sf#4096 horizontal scrollbar should not overflow on the left column
- sf#4159 bug with navigation between database and table filter
- sf#4119 Huge session data with $cfg['Error_Handler']['gather']
- sf#4169 Table list jumps to table on click
- sf#4168 Rename multiple columns is not working
-------------------------------------------------------------------
Fri Dec 6 14:58:34 UTC 2013 - ecsos@schirra.net