Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7667689d65b812426eb049a55c91ae3f2561d455
https://github.com/phpmyadmin/phpmyadmin/commit/7667689d65b812426eb049a55c9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M js/functions.js
Log Message:
-----------
Use more reasonable timeouts for keepalive
- always update before session expiry
- shorter interval in the end
Fixes #11231
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: dc3ef3ce7f55cd19d01192ccd029230833f28cd1
https://github.com/phpmyadmin/phpmyadmin/commit/dc3ef3ce7f55cd19d01192ccd02…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M ChangeLog
M js/functions.js
M libraries/Header.php
Log Message:
-----------
Try harder to honor LoginCookieValidity setting
Even when it is lower than session.gc_maxlifetime we try to keepalive
the session by AJAX.
Fixes #11231
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 82f13e34d0f9e96960f5bdbf7fd3edc048c69f58
https://github.com/phpmyadmin/phpmyadmin/commit/82f13e34d0f9e96960f5bdbf7fd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M js/functions.js
M libraries/plugins/AuthenticationPlugin.php
M libraries/plugins/auth/AuthenticationCookie.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
Log Message:
-----------
Better handle multiple open browser windows
Calculate session expiry per browser (tracking is based on
sessionStorage which is unique per tab). With this we're able to detect
that there is another window open and actively used and avoid logging it
out by inactive one.
Issue #11231
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c603141bdd74...82f13e34d0f9
Branch: refs/heads/master
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>
Commit: 357309f3eafdc607093f2b43577761be1e3645a2
https://github.com/phpmyadmin/phpmyadmin/commit/357309f3eafdc607093f2b43577…
Author: Siddhesh Rane <kingsid911(a)gmail.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M po/hi.po
Log Message:
-----------
Translated using Weblate (Hindi)
Currently translated at 37.3% (1196 of 3199 strings)
[CI skip]
Commit: debc40d9d723981b8897aeb3ef05a2cdf4504f95
https://github.com/phpmyadmin/phpmyadmin/commit/debc40d9d723981b8897aeb3ef0…
Author: Weblate <noreply(a)weblate.org>
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:
-----------
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
Commit: 2b6e5f892966302281d623e429cd61945392bbb7
https://github.com/phpmyadmin/phpmyadmin/commit/2b6e5f892966302281d623e429c…
Author: Kyle Tse <shtse8(a)gmail.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/Table.php
Log Message:
-----------
Allow to specify USING for TokuDB index
Issue #12693
Signed-off-by: Kyle Tse <shtse8(a)gmail.com>
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 33a7586f208e57250589d6264df1c71cbc7fbb5d
https://github.com/phpmyadmin/phpmyadmin/commit/33a7586f208e57250589d6264df…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/controllers/database/DatabaseStructureController.php
Log Message:
-----------
Fix typo in TokuDB check
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c4f8b8f4003a9f61f2f29de2c1a382e1728ea8d0
https://github.com/phpmyadmin/phpmyadmin/commit/c4f8b8f4003a9f61f2f29de2c1a…
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:
-----------
Merge commit 'fa051ff3e862c03d14918c43f4c865bc549904f7'
Commit: 5de41552c9fe657c6787c710a06fee14974dccdc
https://github.com/phpmyadmin/phpmyadmin/commit/5de41552c9fe657c6787c710a06…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Log Message:
-----------
Merge commit 'debc40d9d723981b8897aeb3ef05a2cdf4504f95'
Commit: fb25d6262b20ceb84b40a36e3fbef2eb7e652e52
https://github.com/phpmyadmin/phpmyadmin/commit/fb25d6262b20ceb84b40a36e3fb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M libraries/Table.php
M libraries/controllers/database/DatabaseStructureController.php
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a7950faf52d7...fb25d6262b20
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: a79e330e11fb893183f7f29ec2bff0fa99fb58b4
https://github.com/phpmyadmin/sql-parser/commit/a79e330e11fb893183f7f29ec2b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
Reduce test matrix
Do not test with motranslator on all PHP versions, testing it once is
good enough.
Signed-off-by: Michal Čihař <michal(a)cihar.com>