Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 1ee106ffb29330684256f6867559c9b267763dd1
https://github.com/phpmyadmin/sql-parser/commit/1ee106ffb29330684256f686755…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-06-01 (Thu, 06 June 2023) +01:00
Changed paths:
M psalm-baseline.xml
Log Message:
-----------
Update psalm-baseline.xml
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: c1cb505541bfbef453bfc6f1a6e18a767a00ba08
https://github.com/phpmyadmin/sql-parser/commit/c1cb505541bfbef453bfc6f1a6e…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-06-01 (Thu, 06 June 2023) +01:00
Changed paths:
M phpcs.xml.dist
M src/Components/IndexHint.php
M src/Context.php
M src/Exceptions/ParserException.php
M src/Parser.php
M src/Statement.php
M src/TokensList.php
M tests/Lexer/ContextTest.php
M tests/Misc/UtfStringTest.php
M tests/Utils/MiscTest.php
Log Message:
-----------
Disallow short nullable
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 73fc55e8e9f22fa5e70e944eaa1a31e759ef86af
https://github.com/phpmyadmin/sql-parser/commit/73fc55e8e9f22fa5e70e944eaa1…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-06-01 (Thu, 06 June 2023) +02:00
Changed paths:
M phpcs.xml.dist
M src/Components/IndexHint.php
M src/Context.php
M src/Exceptions/ParserException.php
M src/Parser.php
M src/Statement.php
M src/TokensList.php
M tests/Lexer/ContextTest.php
M tests/Misc/UtfStringTest.php
M tests/Utils/MiscTest.php
Log Message:
-----------
Merge #458 - Disallow short nullable
Pull-request: #458
Pull-request: #457
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 80031c9d152b8ca17bdfa082a3f883a22f3d11ef
https://github.com/phpmyadmin/sql-parser/commit/80031c9d152b8ca17bdfa082a3f…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-05-31 (Wed, 05 May 2023) +01:00
Changed paths:
M psalm-baseline.xml
M src/Components/ExpressionArray.php
Log Message:
-----------
Remove unused if
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 1e4954eb4aa8139c007174ec906714b8a7a88dea
https://github.com/phpmyadmin/sql-parser/commit/1e4954eb4aa8139c007174ec906…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-05-31 (Wed, 05 May 2023) +01:00
Changed paths:
M psalm-baseline.xml
Log Message:
-----------
Update psalm-baseline.xml
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: dd729a9bc35c3c1ebaf0dd569c941e63360f174f
https://github.com/phpmyadmin/sql-parser/commit/dd729a9bc35c3c1ebaf0dd569c9…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-06-01 (Thu, 06 June 2023) +01:00
Changed paths:
M src/Components/CaseExpression.php
Log Message:
-----------
Remove empty constructor
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: b41c5e5b60ee5ace5f2e87a8cec60093f5af1587
https://github.com/phpmyadmin/sql-parser/commit/b41c5e5b60ee5ace5f2e87a8cec…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-06-01 (Thu, 06 June 2023) +01:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/Condition.php
M src/Components/ExpressionArray.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/JoinKeyword.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Statements/AlterStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/SetStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Tokens.php
Log Message:
-----------
Add native return types
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 568e3c8e58229a479ff957bb57fe097629acaecb
https://github.com/phpmyadmin/sql-parser/commit/568e3c8e58229a479ff957bb57f…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-06-01 (Thu, 06 June 2023) +02:00
Changed paths:
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/Condition.php
M src/Components/ExpressionArray.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/JoinKeyword.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Statements/AlterStatement.php
M src/Statements/LockStatement.php
M src/Statements/PurgeStatement.php
M src/Statements/SetStatement.php
M src/Statements/WithStatement.php
M src/Token.php
M src/Tools/ContextGenerator.php
M src/Tools/CustomJsonSerializer.php
M src/Tools/TestGenerator.php
M src/UtfString.php
M src/Utils/CLI.php
M src/Utils/Error.php
M src/Utils/Formatter.php
M src/Utils/Query.php
M src/Utils/Routine.php
M src/Utils/Tokens.php
Log Message:
-----------
Merge #459 - Add native return types
Pull-request: #459
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: e81953ac425e7a8dfeb1740c4f452eb93a478b38
https://github.com/phpmyadmin/sql-parser/commit/e81953ac425e7a8dfeb1740c4f4…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-06-01 (Thu, 06 June 2023) +02:00
Changed paths:
M src/Components/CaseExpression.php
Log Message:
-----------
Merge #456 - Remove empty constructor
Pull-request: #456
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: aeb52dbde14d3bf761dfda2b983decf9bc3768fb
https://github.com/phpmyadmin/sql-parser/commit/aeb52dbde14d3bf761dfda2b983…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-06-01 (Thu, 06 June 2023) +02:00
Changed paths:
M psalm-baseline.xml
M src/Components/ExpressionArray.php
Log Message:
-----------
Merge #455 - Remove unused if
Pull-request: #455
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 578dbb301c5fbbc543eca52b2e2ec84262a82dc2
https://github.com/phpmyadmin/phpmyadmin/commit/578dbb301c5fbbc543eca52b2e2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Html/Generator.php
M test/classes/Html/GeneratorTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.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:
-----------
Fix SQL statement not being displayed correctly on RTL languages
Fixes #18471
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4953dd1ad06fff67ce9c86e20c2628d48bd41eed
https://github.com/phpmyadmin/phpmyadmin/commit/4953dd1ad06fff67ce9c86e20c2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M public/themes/bootstrap/scss/_common.scss
M public/themes/metro/scss/_common.scss
M public/themes/original/scss/_common.scss
M public/themes/pmahomme/scss/_common.scss
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: 578dbb301c5fbbc543eca52b2e2ec84262a82dc2
https://github.com/phpmyadmin/phpmyadmin/commit/578dbb301c5fbbc543eca52b2e2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/Html/Generator.php
M test/classes/Html/GeneratorTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.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:
-----------
Fix SQL statement not being displayed correctly on RTL languages
Fixes #18471
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3f587ccce42b97aa9ec7489b6b9399150bf8d780
https://github.com/phpmyadmin/phpmyadmin/commit/3f587ccce42b97aa9ec7489b6b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M libraries/classes/Console.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M psalm-baseline.xml
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.php
Log Message:
-----------
Improve unit test for ResponseRenderer::setAjax()
Also tests the setAjax() method of Header, Footer and Console classes.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: b11d81b40c3c08d58d4eaf4ce5a3757d65bc9420
https://github.com/phpmyadmin/phpmyadmin/commit/b11d81b40c3c08d58d4eaf4ce5a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.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: 3f587ccce42b97aa9ec7489b6b9399150bf8d780
https://github.com/phpmyadmin/phpmyadmin/commit/3f587ccce42b97aa9ec7489b6b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-31 (Wed, 05 May 2023) -03:00
Changed paths:
A test/classes/ResponseRendererTest.php
M libraries/classes/Console.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M psalm-baseline.xml
M test/classes/ConsoleTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
D test/classes/ResponseTest.php
Log Message:
-----------
Improve unit test for ResponseRenderer::setAjax()
Also tests the setAjax() method of Header, Footer and Console classes.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 946fa9dd66d01524e91ee355fdcc541d12a08798
https://github.com/phpmyadmin/phpmyadmin/commit/946fa9dd66d01524e91ee355fdc…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-30 (Tue, 05 May 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M test/classes/TemplateTest.php
Log Message:
-----------
Refactor Template class to lazy load the Twig Environment
Loads the Twig Environment class only when rendering a template
for the first time, not when constructing the Template object.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1e2114c8121e14bbe1727326ac3c2a55ffe50606
https://github.com/phpmyadmin/phpmyadmin/commit/1e2114c8121e14bbe1727326ac3…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-30 (Tue, 05 May 2023) -03:00
Changed paths:
M libraries/classes/Template.php
M test/classes/TemplateTest.php
Log Message:
-----------
Merge pull request #18468 from MauricioFauth/template-twig-env
Refactor Template class to lazy load the Twig Environment