Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fbd5b0a67c54b77fcfa86febfa762b2cd22281fd
https://github.com/phpmyadmin/phpmyadmin/commit/fbd5b0a67c54b77fcfa86febfa7…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-11-25 (Thu, 11 November 2021) -03:00
Changed paths:
M ChangeLog
M js/src/export.js
M js/src/import.js
M js/src/normalization.js
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Export.php
M libraries/classes/Normalization.php
M libraries/classes/Plugins.php
M libraries/classes/Twig/UtilExtension.php
M templates/database/export/index.twig
M templates/export.twig
M templates/import.twig
M templates/server/export/index.twig
M test/classes/Database/DesignerTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.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:
-----------
Redesign the export/import pages to use Bootstrap components
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: e1b0750b54f8b04e76a5cf6f8dc8fb632bb86475
https://github.com/phpmyadmin/phpmyadmin/commit/e1b0750b54f8b04e76a5cf6f8dc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-11-26 (Fri, 11 November 2021) -03:00
Changed paths:
M ChangeLog
M js/src/export.js
M js/src/import.js
M js/src/normalization.js
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Export.php
M libraries/classes/Normalization.php
M libraries/classes/Plugins.php
M libraries/classes/Twig/UtilExtension.php
M templates/database/export/index.twig
M templates/export.twig
M templates/import.twig
M templates/server/export/index.twig
M test/classes/Database/DesignerTest.php
M test/selenium/ExportTest.php
M test/selenium/ImportTest.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:
-----------
Merge pull request #17203 from mauriciofauth/export-page-layout
Redesign the export/import pages to use Bootstrap components
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 072143ad04b72360caff4a9a6e4f03bf84fa767b
https://github.com/phpmyadmin/sql-parser/commit/072143ad04b72360caff4a9a6e4…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-11-25 (Thu, 11 November 2021) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
Log Message:
-----------
Add `@final` annotation to `Components` classes
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c78df5724983a596b611f6c4c12928fcc798722f
https://github.com/phpmyadmin/sql-parser/commit/c78df5724983a596b611f6c4c12…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-11-25 (Thu, 11 November 2021) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/AlterOperation.php
M src/Components/Array2d.php
M src/Components/ArrayObj.php
M src/Components/CaseExpression.php
M src/Components/Condition.php
M src/Components/CreateDefinition.php
M src/Components/DataType.php
M src/Components/Expression.php
M src/Components/ExpressionArray.php
M src/Components/FunctionCall.php
M src/Components/GroupKeyword.php
M src/Components/IndexHint.php
M src/Components/IntoKeyword.php
M src/Components/JoinKeyword.php
M src/Components/Key.php
M src/Components/Limit.php
M src/Components/LockExpression.php
M src/Components/OptionsArray.php
M src/Components/OrderKeyword.php
M src/Components/ParameterDefinition.php
M src/Components/PartitionDefinition.php
M src/Components/Reference.php
M src/Components/RenameOperation.php
M src/Components/SetOperation.php
M src/Components/UnionKeyword.php
M src/Components/WithKeyword.php
Log Message:
-----------
Merge pull request #362 from mauriciofauth/components-final
Add `@final` annotation to `Components` classes