Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5e8ec6924060da707e8e1aa86e6149e73d2783ac https://github.com/phpmyadmin/phpmyadmin/commit/5e8ec6924060da707e8e1aa86e61... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-20 (Wed, 09 September 2023) -03:00
Changed paths: M js/src/ajax.js M js/src/home.js M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message: ----------- Improve git hash info error handling in home.js
Instead of showing a generic error message alert when an error occurs, it displays an error message at the same place where the success output goes.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2a96c4b98efcbf9dbcd331876ea8d3cf9d529e38 https://github.com/phpmyadmin/phpmyadmin/commit/2a96c4b98efcbf9dbcd331876ea8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-21 (Thu, 09 September 2023) -03:00
Changed paths: M js/src/ajax.js M js/src/home.js M libraries/classes/Controllers/JavaScriptMessagesController.php
Log Message: ----------- Merge pull request #18722 from MauricioFauth/git-hash-info-error
Improve git hash info error handling in home.js
Commit: 5a79ac768dedfa1f39a24a98c822fa2237115d6c https://github.com/phpmyadmin/phpmyadmin/commit/5a79ac768dedfa1f39a24a98c822... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths: M libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
Log Message: ----------- Replace is_resource with different than false
This will avoid an issue when proc_open will return an object instead of a resource in future PHP versions.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1cde51cf70ab81a0065ba653bc1f0ce6b8f26413 https://github.com/phpmyadmin/phpmyadmin/commit/1cde51cf70ab81a0065ba653bc1f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths: M js/src/modules/ajax.ts M js/src/modules/git-info.ts M src/Controllers/JavaScriptMessagesController.php M src/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
Log Message: ----------- Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev