
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 52024f1d2b411ac317f71fdaf6c76f8abd8a742d https://github.com/phpmyadmin/phpmyadmin/commit/52024f1d2b411ac317f71fdaf6c7... Author: Vincent Horváth <win9400@gmail.com> Date: 2018-10-11 (Thu, 10 October 2018) +02:00 Changed paths: M js/tbl_operations.js M libraries/classes/Operations.php Log Message: ----------- - fixed params name in operation js file - set value in global field table to new table name - fixed refresh page after submit move table - fixed back quote in message result Signed-off-by: Vincent Horváth <win9400@gmail.com> Commit: ff349c7e5ca4ab1a8fa7cc1f2f5a7d8d65ed3f93 https://github.com/phpmyadmin/phpmyadmin/commit/ff349c7e5ca4ab1a8fa7cc1f2f5a... Author: William Desportes <williamdes@wdes.fr> Date: 2018-10-25 (Thu, 10 October 2018) +02:00 Changed paths: M js/tbl_operations.js M libraries/classes/Operations.php Log Message: ----------- Merge pull request #14656 from wincdev/FIX/issue-14636 Fixes: #14636 - Move operation causes SELECT * FROM `undefined`