Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: a021994f70d6bb46b7a927f87c7824aeee5ad22e
https://github.com/phpmyadmin/website/commit/a021994f70d6bb46b7a927f87c7824…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00
Changed paths:
M pmaweb/templates/downloads.html
Log Message:
-----------
Add html IDs on release names to allow to build URLs with anchors
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 04d72a829188414bd77861d894a768558b0a01bd
https://github.com/phpmyadmin/phpmyadmin/commit/04d72a829188414bd77861d894a…
Author: Saksham Gupta <shucon01(a)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(a)gmail.com>
Add null fallback
Signed-off-by: Saksham Gupta <shucon01(a)gmail.com>
Update yarn.lock
Commit: 508c9d962d5d7343f9e2ddaa95aab0ef0d8a4508
https://github.com/phpmyadmin/phpmyadmin/commit/508c9d962d5d7343f9e2ddaa95a…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 9e73525363a1fab30db02b4ca65e238669647a2e
https://github.com/phpmyadmin/phpmyadmin/commit/9e73525363a1fab30db02b4ca65…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 71a048067b603ef9fc3f270155b382a8a6ca64b0
https://github.com/phpmyadmin/phpmyadmin/commit/71a048067b603ef9fc3f270155b…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 942a252b464dead6267ef85fd14f0cba790fb980
https://github.com/phpmyadmin/phpmyadmin/commit/942a252b464dead6267ef85fd14…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: c2bf51ea190212195f5669cf62ca44df263c68f2
https://github.com/phpmyadmin/phpmyadmin/commit/c2bf51ea190212195f5669cf62c…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 157be3004d0910c914e5e3ee27b1225c896ddf34
https://github.com/phpmyadmin/phpmyadmin/commit/157be3004d0910c914e5e3ee27b…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 2885bbca997c0d9ccf344c2ea78d6ae1ef125b9a
https://github.com/phpmyadmin/phpmyadmin/commit/2885bbca997c0d9ccf344c2ea78…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 07ea06d0c649ff7adfd5961f1f59f8798f196c13
https://github.com/phpmyadmin/phpmyadmin/commit/07ea06d0c649ff7adfd5961f1f5…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 725496a1ffdc260368e6febfab737398f2e75537
https://github.com/phpmyadmin/phpmyadmin/commit/725496a1ffdc260368e6febfab7…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 993a6aa8a0b1b73ede2533fe4553a03bff3be3e3
https://github.com/phpmyadmin/phpmyadmin/commit/993a6aa8a0b1b73ede2533fe455…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-03-23 (Tue, 03 March 2021) +01:00
Changed paths:
M ChangeLog
M js/src/makegrid.js
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/Util.php
M templates/server/privileges/change_password.twig
M test/classes/UtilTest.php
M themes/bootstrap/scss/_designer.scss
M themes/pmahomme/scss/_designer.scss
Log Message:
-----------
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 04d72a829188414bd77861d894a768558b0a01bd
https://github.com/phpmyadmin/phpmyadmin/commit/04d72a829188414bd77861d894a…
Author: Saksham Gupta <shucon01(a)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(a)gmail.com>
Add null fallback
Signed-off-by: Saksham Gupta <shucon01(a)gmail.com>
Update yarn.lock
Commit: 508c9d962d5d7343f9e2ddaa95aab0ef0d8a4508
https://github.com/phpmyadmin/phpmyadmin/commit/508c9d962d5d7343f9e2ddaa95a…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 9e73525363a1fab30db02b4ca65e238669647a2e
https://github.com/phpmyadmin/phpmyadmin/commit/9e73525363a1fab30db02b4ca65…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 71a048067b603ef9fc3f270155b382a8a6ca64b0
https://github.com/phpmyadmin/phpmyadmin/commit/71a048067b603ef9fc3f270155b…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 942a252b464dead6267ef85fd14f0cba790fb980
https://github.com/phpmyadmin/phpmyadmin/commit/942a252b464dead6267ef85fd14…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: c2bf51ea190212195f5669cf62ca44df263c68f2
https://github.com/phpmyadmin/phpmyadmin/commit/c2bf51ea190212195f5669cf62c…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 157be3004d0910c914e5e3ee27b1225c896ddf34
https://github.com/phpmyadmin/phpmyadmin/commit/157be3004d0910c914e5e3ee27b…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 2885bbca997c0d9ccf344c2ea78d6ae1ef125b9a
https://github.com/phpmyadmin/phpmyadmin/commit/2885bbca997c0d9ccf344c2ea78…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 07ea06d0c649ff7adfd5961f1f59f8798f196c13
https://github.com/phpmyadmin/phpmyadmin/commit/07ea06d0c649ff7adfd5961f1f5…
Author: William Desportes <williamdes(a)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(a)wdes.fr>
Commit: 725496a1ffdc260368e6febfab737398f2e75537
https://github.com/phpmyadmin/phpmyadmin/commit/725496a1ffdc260368e6febfab7…
Author: William Desportes <williamdes(a)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(a)wdes.fr>