Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fd3dde47a634e23fec7eed09e42fc9c54d858ebc
https://github.com/phpmyadmin/phpmyadmin/commit/fd3dde47a634e23fec7eed09e42…
Author: Alessandro Dolci <alessandro.rn(a)gmail.com>
Date: 2018-10-30 (Tue, 10 October 2018) -03:00
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
Log Message:
-----------
Fixed condition on the emptiness of enum type criteriaValues array (#14648)
The if condition has a call to the empty function on the criteriaValues array, but in the considered case that array only contains a '0', so this makes it look empty to the function. I added a control on the first element of the array, to avoid this specific situation.
It's my first contribution, so I hope I did well with the branches. Let me know if there's something missing or to do, I'm happy to help.
Signed-off-by: Alessandro Dolci <alessandro.dolci(a)pm.me>
(cherry picked from commit 3f5fff3f4d474fd9dd67f54ff2366d2a466e0c07)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3f5fff3f4d474fd9dd67f54ff2366d2a466e0c07
https://github.com/phpmyadmin/phpmyadmin/commit/3f5fff3f4d474fd9dd67f54ff23…
Author: Alessandro Dolci <alessandro.rn(a)gmail.com>
Date: 2018-10-30 (Tue, 10 October 2018) -03:00
Changed paths:
M libraries/classes/Controllers/Table/TableSearchController.php
Log Message:
-----------
Fixed condition on the emptiness of enum type criteriaValues array (#14648)
The if condition has a call to the empty function on the criteriaValues array, but in the considered case that array only contains a '0', so this makes it look empty to the function. I added a control on the first element of the array, to avoid this specific situation.
It's my first contribution, so I hope I did well with the branches. Let me know if there's something missing or to do, I'm happy to help.
Signed-off-by: Alessandro Dolci <alessandro.dolci(a)pm.me>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e5fb032ff7ea77e305ed9df270d0a5645bc167f6
https://github.com/phpmyadmin/phpmyadmin/commit/e5fb032ff7ea77e305ed9df270d…
Author: Aswani Prakash <aswani15prakash(a)gmail.com>
Date: 2018-10-29 (Mon, 10 October 2018) -03:00
Changed paths:
M export.php
M libraries/classes/Config/Descriptions.php
M libraries/classes/Config/Forms/User/ExportForm.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/config.default.php
Log Message:
-----------
Drop view and or replace added to exporting view #14404
Signed-off-by: Aswani Prakash <aswani15prakash(a)gmail.com>
Commit: 4d9e5724a4349b0f3dac20c6d996328ff52d4a12
https://github.com/phpmyadmin/phpmyadmin/commit/4d9e5724a4349b0f3dac20c6d99…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-10-29 (Mon, 10 October 2018) -03:00
Changed paths:
M ChangeLog
M test/classes/Plugins/Export/ExportSqlTest.php
Log Message:
-----------
Add ChangeLog entry for #14404
* Fix tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: cd752ad149410f4778cb0a60539f0856733c029b
https://github.com/phpmyadmin/phpmyadmin/commit/cd752ad149410f4778cb0a60539…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-10-29 (Mon, 10 October 2018) -03:00
Changed paths:
M ChangeLog
M export.php
M libraries/classes/Config/Descriptions.php
M libraries/classes/Config/Forms/User/ExportForm.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/config.default.php
M test/classes/Plugins/Export/ExportSqlTest.php
Log Message:
-----------
Merge pull request #14446 from aswaniprakash/PMA_14404
Drop view and or replace added to exporting view #14404