Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eb233da10a432cd1c6f819ffda7f7e0115ae128d
https://github.com/phpmyadmin/phpmyadmin/commit/eb233da10a432cd1c6f819ffda7…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-09-06 (Tue, 06 Sep 2016)
Changed paths:
M test/libraries/PMA_server_status_monitor_test.php
Log Message:
-----------
Set reasonable mock value for tests
Set integer where we do a COUNT() SQL.
See also #12539
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f23c0b9db946f612f7f3f9fee4a1093f2e4ff833
https://github.com/phpmyadmin/phpmyadmin/commit/f23c0b9db946f612f7f3f9fee4a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-09-06 (Tue, 06 Sep 2016)
Changed paths:
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
Log Message:
-----------
Set correct Uptime value for tests
MySQL returns this as integer, so we should do the same for tests.
See also #12539
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/fix_12531
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9793dc9f16032c03a9a4da339f158b5a13d97c09
https://github.com/phpmyadmin/phpmyadmin/commit/9793dc9f16032c03a9a4da339f1…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
Changed paths:
M import.php
M js/functions.js
M js/messages.php
M libraries/import.lib.php
M libraries/sql.lib.php
Log Message:
-----------
Fix #12531 : Properly flag queries as DROP DATABASE
Parser recognizes various DROP statements correctly, but the flags set by SQL Parser are incorrectly used.
In js/functions.js, removed the Regex-based matching, rather handle it in PHP as we have correct flags available from SQL Parser
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: bb515bd4d7c8afc44e9f47d6edd35e9245c9b889
https://github.com/phpmyadmin/phpmyadmin/commit/bb515bd4d7c8afc44e9f47d6edd…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
Changed paths:
M test/libraries/PMA_sql_test.php
Log Message:
-----------
Fix unit test errors
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 5c249e2406d85cdebd5ad5109d2d05fff6a2df04
https://github.com/phpmyadmin/phpmyadmin/commit/5c249e2406d85cdebd5ad5109d2…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2016-09-06 (Tue, 06 Sep 2016)
Changed paths:
M js/messages.php
M libraries/import.lib.php
Log Message:
-----------
Remove unnecessary parsing and analyzing
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9793dc9f1603^...5c249e2406…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e52ceecb3debb52a128504e2e731fdc8c42eb0e3
https://github.com/phpmyadmin/phpmyadmin/commit/e52ceecb3debb52a128504e2e73…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-09-05 (Mon, 05 Sep 2016)
Changed paths:
M libraries/plugins/schema/svg/Svg.php
M libraries/plugins/schema/svg/SvgRelationSchema.php
Log Message:
-----------
Ensure font size is integer, we do further calculations with it
Signed-off-by: Michal Čihař <michal(a)cihar.com>