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`
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 54f78660e0ec12a092627ff146219031d52e3151
https://github.com/phpmyadmin/phpmyadmin/commit/54f78660e0ec12a092627ff1462…
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
Log Message:
-----------
Fix for #14571 - "No database selected" - DROP a view
Signed-off-by: Vincent Horváth <win9400(a)gmail.com>
(cherry picked from commit 36ae547c638e225fb018520e4fc168b70b05fa84)
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 4cddc665532b0d37f387fcd77a70ae146ec957d1
https://github.com/phpmyadmin/phpmyadmin/commit/4cddc665532b0d37f387fcd77a7…
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 #14571
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 36ae547c638e225fb018520e4fc168b70b05fa84
https://github.com/phpmyadmin/phpmyadmin/commit/36ae547c638e225fb018520e4fc…
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
Log Message:
-----------
fixed params for drop view request
Signed-off-by: Vincent Horváth <win9400(a)gmail.com>
Commit: 9f27dc0688aed92387cef297cf43f5329dbd0af7
https://github.com/phpmyadmin/phpmyadmin/commit/9f27dc0688aed92387cef297cf4…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2018-10-25 (Thu, 10 October 2018) +02:00
Changed paths:
M js/tbl_operations.js
Log Message:
-----------
Merge pull request #14659 from wincdev/FIX/issue-14571
Fixes: #14571 - "No database selected" - DROP a view
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 17b85ab50ca10dab96ee49153185eaffbe8216f8
https://github.com/phpmyadmin/phpmyadmin/commit/17b85ab50ca10dab96ee4915318…
Author: Tazo Todua <tazotodua(a)gmail.com>
Date: 2018-10-24 (Wed, 10 October 2018) -03:00
Changed paths:
M libraries/classes/Header.php
Log Message:
-----------
Improve AllowThirdPartyFraming configuration (#14688)
The only correct way to check the frame-options. The existing version was incorrect. Even setting to value to "blabla", it bypassed the ! check in php. So, at first, it should be checked if the "sameorigin" is value, and after that, everything other than true should DENY the frame.
Signed-off-by: Tazo Todua <tazotodua(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2a07cee164a5aa43c49800fa0485c885e77e59b8
https://github.com/phpmyadmin/phpmyadmin/commit/2a07cee164a5aa43c49800fa048…
Author: Lakshay arora <arora.lakshya123(a)gmail.com>
Date: 2018-10-23 (Tue, 10 October 2018) -03:00
Changed paths:
M js/functions.js
M js/indexes.js
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Table.php
M test/selenium/TableCreateTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Automatically add index while editing an existing row and setting auto increment (#14417)
* Automates the addition of PRIMARY KEY index when user tries to edit an existing row and set AUTO INCREMENT.
* Disables the popup on insert new column page when user sets AUTO INCREMENT and automatically sets the index to PRIMARY KEY.
Signed-off-by: Lakshay arora <arora.lakshya123(a)gmail.com>