Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3cda8e6093aa4e8116857633e2af28ea7ede76f9
https://github.com/phpmyadmin/phpmyadmin/commit/3cda8e6093aa4e8116857633e2a…
Author: Vincent Horváth <win9400(a)gmail.com>
Date: 2018-10-25 (Thu, 10 October 2018) +02:00
Changed paths:
M js/tbl_operations.js
M libraries/classes/Operations.php
Log Message:
-----------
Fix for #14636 - Move operation causes SELECT * FROM `undefined`
- 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(a)gmail.com>
(cherry picked from commit 52024f1d2b411ac317f71fdaf6c76f8abd8a742d)
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: cbd23dd8f32e83eda81a9e6d95db5602bd071c29
https://github.com/phpmyadmin/phpmyadmin/commit/cbd23dd8f32e83eda81a9e6d95d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2018-10-25 (Thu, 10 October 2018) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add ChangeLog entry for #14636
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 52024f1d2b411ac317f71fdaf6c76f8abd8a742d
https://github.com/phpmyadmin/phpmyadmin/commit/52024f1d2b411ac317f71fdaf6c…
Author: Vincent Horváth <win9400(a)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(a)gmail.com>
Commit: ff349c7e5ca4ab1a8fa7cc1f2f5a7d8d65ed3f93
https://github.com/phpmyadmin/phpmyadmin/commit/ff349c7e5ca4ab1a8fa7cc1f2f5…
Author: William Desportes <williamdes(a)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`