Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fa051ff3e862c03d14918c43f4c865bc549904f7
https://github.com/phpmyadmin/phpmyadmin/commit/fa051ff3e862c03d14918c43f4c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M libraries/controllers/database/DatabaseStructureController.php
M libraries/operations.lib.php
Log Message:
-----------
Add basic support for TokuDB
This applies most of https://github.com/phpmyadmin/phpmyadmin/pull/12693
on top of current code base.
- offer correct operations on operations tab
- properly handle counting same as with InnoDB
Fixes #12693
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a7950faf52d73b0553fef1246f64294433e66e61
https://github.com/phpmyadmin/phpmyadmin/commit/a7950faf52d73b0553fef1246f6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M composer.json
Log Message:
-----------
Make tcpdf really optional in composer.json
- remove it from require
- add it to require-dev as testsuite does not work without it
- add conflict to avoid installing old version
Fixes #12975
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1dfce55965a8f6c8af9afe0215f9e77bca260928
https://github.com/phpmyadmin/phpmyadmin/commit/1dfce55965a8f6c8af9afe0215f…
Author: Shreyas Sinha <shreyas.sinha14(a)gmail.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/Response.php
M libraries/plugins/auth/AuthenticationHttp.php
M setup/config.php
M setup/lib/form_processing.lib.php
M test/PMATestCase.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
M test/libraries/PMA_Form_Processing_test.php
Log Message:
-----------
Incorrect protocol number at 401/303 headers (#12920)
Shared code for handling HTTP response codes and correctly
set it based on PHP SAPI.
Signed-off-by: Shreyas Sinha <shreyas.sinha14(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 600373e9ba9d2fab404c4acceef0f05edf25194c
https://github.com/phpmyadmin/phpmyadmin/commit/600373e9ba9d2fab404c4acceef…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/Config.php
Log Message:
-----------
Avoid messing up with configuration values having / in keys
This confuses user configuration as it does use these values while rest
of the code does not. So the setting appears to be active while it does
not actually work.
Fixes #12832
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 8767499594f3027c7b659483d17e98f6ec3a99b0
https://github.com/phpmyadmin/phpmyadmin/commit/8767499594f3027c7b659483d17…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/Config.php
Log Message:
-----------
Avoid using ARRAY_FILTER_USE_KEY
As these are not supported on PHP 5.5 and HHVM.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e7951f733daf2e958f812c2c69c8dbfaef6ba8ae
https://github.com/phpmyadmin/phpmyadmin/commit/e7951f733daf2e958f812c2c69c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M libraries/navigation/NavigationTree.php
Log Message:
-----------
List all databses in navigation panel database dropdown
Fixes #12996
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 889ccb6555ce3a6375d9d686ef4911f8404db67e
https://github.com/phpmyadmin/phpmyadmin/commit/889ccb6555ce3a6375d9d686ef4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M js/tbl_relation.js
Log Message:
-----------
Better defaults when creating multi fields foreign key
It does not make sense to set all fields to one key.
Fixes #12980
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 8f8943abf43eebed30190bb593d2f3c946591299
https://github.com/phpmyadmin/phpmyadmin/commit/8f8943abf43eebed30190bb593d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M libraries/controllers/table/TableRelationController.php
M templates/table/relation/foreign_key_row.phtml
M templates/table/relation/relational_dropdown.phtml
Log Message:
-----------
Improved foreign key editor
- sort numerically with NaturalOrder
- do not add extra empty value on not set foreign keys
Fixes #12976
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c86aa9b2752f7db07162185c35e0e423f485591b
https://github.com/phpmyadmin/phpmyadmin/commit/c86aa9b2752f7db07162185c35e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M js/error_report.js
Log Message:
-----------
Always show error reporting dialog on top
Fixes #12958
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 92f59bce772caefaf6755eec39b54c4628cc3f94
https://github.com/phpmyadmin/phpmyadmin/commit/92f59bce772caefaf6755eec39b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/controllers/table/TableSearchController.php
Log Message:
-----------
Check if whole path is set
Fixes #12953
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 161f0d6418048db3f6089e982e5e423411bba9a1
https://github.com/phpmyadmin/phpmyadmin/commit/161f0d6418048db3f6089e982e5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M js/error_report.js
M js/tbl_relation.js
M libraries/Config.php
M libraries/controllers/table/TableRelationController.php
M libraries/controllers/table/TableSearchController.php
M libraries/navigation/NavigationTree.php
M templates/table/relation/foreign_key_row.phtml
M templates/table/relation/relational_dropdown.phtml
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/26ff0c7b5ad3...161f0d641804
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8f8943abf43eebed30190bb593d2f3c946591299
https://github.com/phpmyadmin/phpmyadmin/commit/8f8943abf43eebed30190bb593d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M libraries/controllers/table/TableRelationController.php
M templates/table/relation/foreign_key_row.phtml
M templates/table/relation/relational_dropdown.phtml
Log Message:
-----------
Improved foreign key editor
- sort numerically with NaturalOrder
- do not add extra empty value on not set foreign keys
Fixes #12976
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 889ccb6555ce3a6375d9d686ef4911f8404db67e
https://github.com/phpmyadmin/phpmyadmin/commit/889ccb6555ce3a6375d9d686ef4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M js/tbl_relation.js
Log Message:
-----------
Better defaults when creating multi fields foreign key
It does not make sense to set all fields to one key.
Fixes #12980
Signed-off-by: Michal Čihař <michal(a)cihar.com>