Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5e8ec6924060da707e8e1aa86e6149e73d2783ac
https://github.com/phpmyadmin/phpmyadmin/commit/5e8ec6924060da707e8e1aa86e6…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 2a96c4b98efcbf9dbcd331876ea8d3cf9d529e38
https://github.com/phpmyadmin/phpmyadmin/commit/2a96c4b98efcbf9dbcd331876ea…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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/5a79ac768dedfa1f39a24a98c82…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 1cde51cf70ab81a0065ba653bc1f0ce6b8f26413
https://github.com/phpmyadmin/phpmyadmin/commit/1cde51cf70ab81a0065ba653bc1…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5a79ac768dedfa1f39a24a98c822fa2237115d6c
https://github.com/phpmyadmin/phpmyadmin/commit/5a79ac768dedfa1f39a24a98c82…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1ae995b9f1d4ab52be54662c70b831b9971bd1c6
https://github.com/phpmyadmin/phpmyadmin/commit/1ae995b9f1d4ab52be54662c70b…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/Preferences/ManageController.php
M src/Core.php
M src/Footer.php
M src/IpAllowDeny.php
M src/LanguageManager.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/TwoFactorPlugin.php
M src/Routing/Routing.php
M src/Util.php
M test/classes/CoreTest.php
Log Message:
-----------
Refactor the Core::getenv() method
Renames it to getEnv() and adds unit tests for it.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 962ff02b72f16b6859b81c8be2f252c289c5f03b
https://github.com/phpmyadmin/phpmyadmin/commit/962ff02b72f16b6859b81c8be2f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-28 (Thu, 09 September 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Config.php
M src/Controllers/Preferences/ManageController.php
M src/Core.php
M src/Footer.php
M src/IpAllowDeny.php
M src/LanguageManager.php
M src/Plugins/Auth/AuthenticationHttp.php
M src/Plugins/TwoFactorPlugin.php
M src/Routing/Routing.php
M src/Util.php
M test/classes/CoreTest.php
Log Message:
-----------
Merge pull request #18738 from MauricioFauth/core-getenv-refactor
Refactor the Core::getenv() method
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Fix using ? as a parameter
- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge pull request #515 from MauricioFauth/question-mark-param
Fix using ? as a parameter
Commit: f7b692079f5d9657719acfab094ac733d72c2008
https://github.com/phpmyadmin/sql-parser/commit/f7b692079f5d9657719acfab094…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge branch '5.9.x'
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/5.9.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 170dbe5c2e104fb2d601f3aa0f5400fd323992af
https://github.com/phpmyadmin/sql-parser/commit/170dbe5c2e104fb2d601f3aa0f5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Fix using ? as a parameter
- Fixes #202
- Fixes #412
- Fixes #492
- Closes #499
- Related to #172
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 24d734a910126f2b2810803b08fc1d90f5d621f3
https://github.com/phpmyadmin/sql-parser/commit/24d734a910126f2b2810803b08f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-26 (Tue, 09 September 2023) -03:00
Changed paths:
A tests/data/bugs/gh202.in
A tests/data/bugs/gh202.out
A tests/data/bugs/gh412.in
A tests/data/bugs/gh412.out
A tests/data/bugs/gh492.in
A tests/data/bugs/gh492.out
A tests/data/bugs/gh499.in
A tests/data/bugs/gh499.out
A tests/data/misc/parseParameter2.in
A tests/data/misc/parseParameter2.out
M src/Components/Condition.php
M src/Components/Expression.php
M src/Lexer.php
M tests/Misc/BugsTest.php
M tests/Misc/ParameterTest.php
Log Message:
-----------
Merge pull request #515 from MauricioFauth/question-mark-param
Fix using ? as a parameter