[phpMyAdmin Git] [phpmyadmin/error-reporting-server] 8072b8: Allow CURL to follow redirects because issues can have moved from a repo to another

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 8072b82af9b9d358f9fe6e01ec7a239dea435d6f
https://github.com/phpmyadmin/error-reporting-server/commit/8072b82af9b9d358f9fe6e01ec7a239dea435d6f
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M src/Controller/Component/GithubApiComponent.php

Log Message:
---
Allow CURL to follow redirects because issues can have moved from a repo to 
another

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/error-reporting-server] 603337: Fix report helper render

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 603337a21c7a7c4fd09a3e6682cfe34df68d29da
https://github.com/phpmyadmin/error-reporting-server/commit/603337a21c7a7c4fd09a3e6682cfe34df68d29da
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M src/Controller/IncidentsController.php
M src/Controller/ReportsController.php
M src/View/Helper/ReportsHelper.php

Log Message:
---
Fix report helper render

Introduced in: 07e3a88d74a018a1801728809d0164175b39882d
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 6b0a10: Rename the error_handler global to use camel case

2021-03-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6b0a10d8ca3fd378da11c944b20127205708e3d7
https://github.com/phpmyadmin/phpmyadmin/commit/6b0a10d8ca3fd378da11c944b20127205708e3d7
Author: Maurício Meneghini Fauth 
Date: 2021-03-16 (Tue, 03 March 2021) -03:00

Changed paths: 
M libraries/classes/Core.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/ErrorHandler.php
M libraries/classes/Footer.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Response.php
M libraries/common.inc.php
M test/classes/FooterTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php

Log Message:
---
Rename the error_handler global to use camel case

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/error-reporting-server] 0fb96b: Fix a coding standard mistake

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 0fb96ba193c410c8c8464f14aa55c997ebdd340f
https://github.com/phpmyadmin/error-reporting-server/commit/0fb96ba193c410c8c8464f14aa55c997ebdd340f
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M templates/Reports/view.php

Log Message:
---
Fix a coding standard mistake

Signed-off-by: William Desportes 

Commit: 855bf79cefaeec13cd0b0169e86544c6283d9043
https://github.com/phpmyadmin/error-reporting-server/commit/855bf79cefaeec13cd0b0169e86544c6283d9043
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M src/Controller/AppController.php
M src/Shell/SyncGithubIssueStatesShell.php
M tests/TestCase/Shell/SyncGithubIssueStatesShellTest.php

Log Message:
---
Fix a security issue where content could be read if the user ignored the 
redirect 

Signed-off-by: William Desportes 

Commit: 443a0116fbc426c5fbba677008edcc49d958dc25
https://github.com/phpmyadmin/error-reporting-server/commit/443a0116fbc426c5fbba677008edcc49d958dc25
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M composer.json
M phpstan.neon.dist

Log Message:
---
Improve phpstan config

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/sql-parser] bbd80e: Translated using Weblate (Chinese (Simplified))

2021-03-16 Thread xiao0yy
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: bbd80eb89afcfe1484973337e411e159b449366d
https://github.com/phpmyadmin/sql-parser/commit/bbd80eb89afcfe1484973337e411e159b449366d
Author: xiao0yy 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M locale/zh_CN/LC_MESSAGES/sqlparser.mo
M locale/zh_CN/LC_MESSAGES/sqlparser.po

Log Message:
---
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (49 of 50 strings)

[CI skip]

Translation: phpMyAdmin/SQL parser
Translate-URL: 
https://hosted.weblate.org/projects/phpmyadmin/sql-parser/zh_Hans/
Signed-off-by: xiao0yy 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/error-reporting-server] 6be3eb: Fix create new issue view button

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 6be3ebe5e5203a0ae7b608661957261e9f2e0dec
https://github.com/phpmyadmin/error-reporting-server/commit/6be3ebe5e5203a0ae7b608661957261e9f2e0dec
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M templates/Reports/view.php

Log Message:
---
Fix create new issue view button

Ref: 9368b0310f1ae8e216331d79b6f54f7118640fa1
This fixes a mistake in the cake PHP migration

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 5f71d4: Fix #16738 - Quick search submit is not working on multi server server > 1

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5f71d4f81f1c64b8843695009da3117156d23b75
https://github.com/phpmyadmin/phpmyadmin/commit/5f71d4f81f1c64b8843695009da3117156d23b75
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M js/src/navigation.js

Log Message:
---
Fix #16738 - Quick search submit is not working on multi server server > 1


Signed-off-by: William Desportes 

Commit: 4f62d589362dcb823a8f11f234c29acc4b0b3bd9
https://github.com/phpmyadmin/phpmyadmin/commit/4f62d589362dcb823a8f11f234c29acc4b0b3bd9
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
M ChangeLog

Log Message:
---
Add a ChangeLog entry for #16738

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 0c5aa8: Inject the error report modal and avoid sending depending on SendErrorReports

2021-03-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0c5aa81c784a96325474d1d725bcf511fbf22ad8
https://github.com/phpmyadmin/phpmyadmin/commit/0c5aa81c784a96325474d1d725bcf511fbf22ad8
Author: William Desportes 
Date: 2021-03-15 (Mon, 03 March 2021) +01:00

Changed paths: 
A templates/error/report_modal.twig
M js/src/error_report.js
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/ErrorReport.php
M libraries/classes/Footer.php
M templates/error/report_form.twig
M templates/footer.twig

Log Message:
---
Inject the error report modal and avoid sending depending on SendErrorReports

Signed-off-by: William Desportes 

Commit: 19b6b79565011eb75ac5b59f8f2080e0a2ec8379
https://github.com/phpmyadmin/phpmyadmin/commit/19b6b79565011eb75ac5b59f8f2080e0a2ec8379
Author: William Desportes 
Date: 2021-03-16 (Tue, 03 March 2021) +01:00

Changed paths: 
A templates/error/report_modal.twig
M js/src/error_report.js
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/ErrorReport.php
M libraries/classes/Footer.php
M templates/error/report_form.twig
M templates/footer.twig

Log Message:
---
Merge #16736 - Inject the error report modal on each request to error reports

Pull-request: #16736

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git