Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
397d803987
@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
|
||||
4.4.10.0 (not yet released)
|
||||
- bug #4950 Issues in database selection for replication
|
||||
- bug #4951 Trying to save chart as image crashes the browser
|
||||
- bug #4953 cant drag sql.gz file onto import input
|
||||
|
||||
4.4.9.0 (2015-06-04)
|
||||
- bug #4920 relation view doesn't list fields of table in other database
|
||||
|
||||
@ -172,7 +172,7 @@ PMA_DROP_IMPORT = {
|
||||
/**
|
||||
* @var string array, allowed extensions for compressed files
|
||||
*/
|
||||
allowedCompressedExtensions: ['gzip', 'bzip2', 'zip'],
|
||||
allowedCompressedExtensions: ['gz', 'bz2', 'zip'],
|
||||
/**
|
||||
* @var obj array to store message returned by import_status.php
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user