Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7bc9eba9bccf79abf2aa10ec734a0222ffd977e0 https://github.com/phpmyadmin/phpmyadmin/commit/7bc9eba9bccf79abf2aa10ec734a... Author: Michal Čihař michal@cihar.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M libraries/DatabaseInterface.class.php M libraries/DisplayResults.class.php M server_status.php
Log Message: ----------- One place to generate KILL query
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 444c5828a621adf5b46009b78f9e91f524ec9ea4 https://github.com/phpmyadmin/phpmyadmin/commit/444c5828a621adf5b46009b78f9e... Author: Michal Čihař michal@cihar.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M libraries/DisplayResults.class.php
Log Message: ----------- Avoid double conditions for DELETE_ROW/KILL_PROCESS, handle all of that in _getDeleteAndKillLinks
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 3e268dbdf9701e3406d7a1084fcde0421523436c https://github.com/phpmyadmin/phpmyadmin/commit/3e268dbdf9701e3406d7a1084fcd... Author: Michal Čihař michal@cihar.com Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths: M libraries/DisplayResults.class.php
Log Message: ----------- Make _addClass a bit more readable
We now construct an array which we join in the end. This avoids need to care about spaces in the class names.
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/dd9fb9154242...3e268dbdf970