Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0403c7f8d3a50ae370cb24336acacdea1983909c
https://github.com/phpmyadmin/phpmyadmin/commit/0403c7f8d3a50ae370cb24336ac…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-30 (Sun, 05 May 2021) -03:00
Changed paths:
M templates/table/find_replace/index.twig
M templates/table/find_replace/replace_preview.twig
M templates/table/search/index.twig
M templates/table/zoom_search/index.twig
M templates/table/zoom_search/result_form.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Remove .pma-fieldset class for the table search pages
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 3454b138719510d20e21477f6b5b20b656d2bd52
https://github.com/phpmyadmin/error-reporting-server/commit/3454b138719510d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-05-30 (Sun, 05 May 2021) +02:00
Changed paths:
M src/Forwarding/Sentry.php
Log Message:
-----------
Better handle feedback request response and error logging and make report email comply with 75 chars limit
I switched the args for the url because it is safer from an encoding point of view
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8f5f31551ff9db107a09b0925e01181aa2f75fb8
https://github.com/phpmyadmin/phpmyadmin/commit/8f5f31551ff9db107a09b0925e0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-30 (Sun, 05 May 2021) -03:00
Changed paths:
M js/src/server/databases.js
M templates/filter.twig
M templates/server/status/processes/index.twig
M templates/server/status/variables/index.twig
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Remove .pma-fieldset class from table filters
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: ab54bee1c467c95484f92a98a2701654d80a9121
https://github.com/phpmyadmin/error-reporting-server/commit/ab54bee1c467c95…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-05-30 (Sun, 05 May 2021) +02:00
Changed paths:
M src/Forwarding/Sentry.php
M src/Report.php
M tests/TestCase/ReportTest.php
Log Message:
-----------
Add unique user Id to feedback report email
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 2b14754c63139a4ac6da7509c52be3c9a5e0282c
https://github.com/phpmyadmin/error-reporting-server/commit/2b14754c63139a4…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-05-30 (Sun, 05 May 2021) +02:00
Changed paths:
M config/app_ci.php
M config/app_example.php
Log Message:
-----------
Replace the security salt with a more example like value
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b13c481cb35d5b70a1b434307b851126bfc53c4c
https://github.com/phpmyadmin/error-reporting-server/commit/b13c481cb35d5b7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-05-30 (Sun, 05 May 2021) +02:00
Changed paths:
M src/Report.php
M tests/TestCase/ReportTest.php
Log Message:
-----------
Add a unique Id for each user based on hashed contents and a security salt
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: c9be1091514fdde3094bf95cc24299801c965769
https://github.com/phpmyadmin/error-reporting-server/commit/c9be1091514fdde…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-05-30 (Sun, 05 May 2021) +02:00
Changed paths:
A tests/Fixture/report_issue_16853_js.json
M config/Migrations/20170515135017_fix_long_pma_versions.php
M src/Model/Table/IncidentsTable.php
M src/Report.php
M tests/TestCase/Controller/IncidentsControllerTest.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
M tests/TestCase/ReportTest.php
Log Message:
-----------
Better manage releases versions, added support for dist, transaction, environment
Set date to RFC3339
Used data from: https://github.com/phpmyadmin/phpmyadmin/issues/16853
Signed-off-by: William Desportes <williamdes(a)wdes.fr>