[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 04d72a: Fix #16703 No SQL option on Export of rows from a table

Saksham Gupta shucon01 at gmail.com
Tue Mar 23 01:09:35 CET 2021


Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 04d72a829188414bd77861d894a768558b0a01bd
https://github.com/phpmyadmin/phpmyadmin/commit/04d72a829188414bd77861d894a768558b0a01bd
Author: Saksham Gupta <shucon01 at gmail.com>
Date: 2021-03-22 (Mon, 03 March 2021) +05:30

Changed paths: 
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Table/ExportController.php

Log Message:
-----------
Fix #16703 No SQL option on Export of rows from a table

Signed-off-by: Saksham Gupta <shucon01 at gmail.com>

Add null fallback

Signed-off-by: Saksham Gupta <shucon01 at gmail.com>

Update yarn.lock

Commit: 508c9d962d5d7343f9e2ddaa95aab0ef0d8a4508
https://github.com/phpmyadmin/phpmyadmin/commit/508c9d962d5d7343f9e2ddaa95aab0ef0d8a4508
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-22 (Mon, 03 March 2021) +01:00

Changed paths: 
M js/src/makegrid.js

Log Message:
-----------
Change "Null" to "NULL" on grid edit null popup to make the text mean the NULL value of MySQL

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 9e73525363a1fab30db02b4ca65e238669647a2e
https://github.com/phpmyadmin/phpmyadmin/commit/9e73525363a1fab30db02b4ca65e238669647a2e
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-22 (Mon, 03 March 2021) +01:00

Changed paths: 
M templates/server/privileges/change_password.twig

Log Message:
-----------
Translate an un-translated text and remove the default displayed strength

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 71a048067b603ef9fc3f270155b382a8a6ca64b0
https://github.com/phpmyadmin/phpmyadmin/commit/71a048067b603ef9fc3f270155b382a8a6ca64b0
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-22 (Mon, 03 March 2021) +01:00

Changed paths: 
M themes/bootstrap/scss/_designer.scss
M themes/pmahomme/scss/_designer.scss

Log Message:
-----------
Remove .butt height and width from designer style

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 942a252b464dead6267ef85fd14f0cba790fb980
https://github.com/phpmyadmin/phpmyadmin/commit/942a252b464dead6267ef85fd14f0cba790fb980
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-22 (Mon, 03 March 2021) +01:00

Changed paths: 
M libraries/classes/Util.php
M test/classes/UtilTest.php

Log Message:
-----------
Fix #16694 - Do not escape _ for TABLE_NAME in information schema

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: c2bf51ea190212195f5669cf62ca44df263c68f2
https://github.com/phpmyadmin/phpmyadmin/commit/c2bf51ea190212195f5669cf62ca44df263c68f2
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-22 (Mon, 03 March 2021) +01:00

Changed paths: 
M libraries/classes/Database/Triggers.php

Log Message:
-----------
Fix #16694 - check privileges for triggers down to the table if possible

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 157be3004d0910c914e5e3ee27b1225c896ddf34
https://github.com/phpmyadmin/phpmyadmin/commit/157be3004d0910c914e5e3ee27b1225c896ddf34
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00

Changed paths: 
M libraries/classes/Database/Routines.php

Log Message:
-----------
Do not query twice to ask about "CREATE ROUTINE" privs

They do not change between calls, store the value then.

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 2885bbca997c0d9ccf344c2ea78d6ae1ef125b9a
https://github.com/phpmyadmin/phpmyadmin/commit/2885bbca997c0d9ccf344c2ea78d6ae1ef125b9a
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00

Changed paths: 
M libraries/classes/Database/Routines.php

Log Message:
-----------
Fix #14430 - Execute button is disabled for routines

Allow the procedure definer to the procedure

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 07ea06d0c649ff7adfd5961f1f59f8798f196c13
https://github.com/phpmyadmin/phpmyadmin/commit/07ea06d0c649ff7adfd5961f1f59f8798f196c13
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00

Changed paths: 
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Table/ExportController.php

Log Message:
-----------
Merge #16754 - Fix #16703 - No SQL option on Export of rows from a table

Pull-request: #16754
Fixes: #16703

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 725496a1ffdc260368e6febfab737398f2e75537
https://github.com/phpmyadmin/phpmyadmin/commit/725496a1ffdc260368e6febfab737398f2e75537
Author: William Desportes <williamdes at wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00

Changed paths: 
M ChangeLog

Log Message:
-----------
Add ChangeLog entries for 508c9d962d, 9e73525363, 71a048067b, #16694, #14430 and #16703

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list