Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b249614d065edf90147904fc27587580e0db880c
https://github.com/phpmyadmin/phpmyadmin/commit/b249614d065edf90147904fc275…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
R test/libraries/stringMb_test.php
R test/libraries/stringNative_test.php
A test/libraries/string_test.php
Log Message:
-----------
Merge native and multibyte tests
Having in all cases dozen of skipped test just makes the results
readability worse. So it makes little sense unless we can figure out way
to test both implementations.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_4
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d32f555a56e3f127c379192bd05763d4d3ee9cf8
https://github.com/phpmyadmin/phpmyadmin/commit/d32f555a56e3f127c379192bd05…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M ChangeLog
M js/server_plugins.js
M js/server_status_monitor.js
M js/server_status_sorter.js
M libraries/server_status_queries.lib.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
M themes/sprites.css.php
Log Message:
-----------
bug Missing sort icons in monitor
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1b1b3cdb676a70767764ba46c0dc5a2cb0216bf6
https://github.com/phpmyadmin/phpmyadmin/commit/1b1b3cdb676a70767764ba46c0d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M libraries/session.inc.php
Log Message:
-----------
Disable setting of session cookies for further session_start() calls.
See #1544 for discussion.
Signed-off-by: Michal Čihař <michal(a)cihar.com>