Commit graph

33010 commits

Author SHA1 Message Date
Michał Pysiak
f4335fd6e0
Add conflicts in bundles 2024-04-17 08:06:03 +02:00
Michał Pysiak
8d4dd01be0
Add twig 3.9.0 conflict 2024-04-17 07:45:57 +02:00
Grzegorz Sadowski
ceb9294371
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  Change application's version to v1.13.0-DEV
  Generate changelog for v1.13.0-RC.1
  Change application's version to v1.13.0-RC.1
  [Documentation] Update release dates for 1.13 and 2.0 versions
  [ECS] Fix nullable type declarations in the codebase
  [ECS] Fix nullable type declarations in Behat namespace
  [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
  Add default label template in ShopBundle extending the UiBundle one
  Use extends instead of include in ShopBundle flashes template
  Manage confirmation modal for ShopBundle extending UiBundle
  Use Shop pagination macro in templates
  Use Shop messages macro in templates
  Use Shop flags macro in templates
  Use Shop headers macro in templates
  Use Shop buttons macro in templates
  [Documentation] Remove duplicated callback from state machine
  Update docs/book/architecture/state_machine.rst
  Add upmerging from 2.0 to api-platform-3
  Update php-entrypoint to give www-data permissions to public/media
2024-04-16 15:02:57 +02:00
Grzegorz Sadowski
f2bbfd1c85
Merge branch '1.13' into 2.0
* 1.13:
  Change application's version to v1.13.0-DEV
  Generate changelog for v1.13.0-RC.1
  Change application's version to v1.13.0-RC.1
2024-04-16 13:37:00 +02:00
Grzegorz Sadowski
01381f326b
Change application's version to v1.13.0-DEV 2024-04-16 13:32:26 +02:00
Grzegorz Sadowski
9276fe9e27
Generate changelog for v1.13.0-RC.1 2024-04-16 13:27:31 +02:00
Grzegorz Sadowski
58732baeb2
Change application's version to v1.13.0-RC.1 2024-04-16 13:26:10 +02:00
Grzegorz Sadowski
10efb56281
Merge branch '1.13' into 2.0
* 1.13:
  [Documentation] Update release dates for 1.13 and 2.0 versions
2024-04-16 13:20:15 +02:00
Grzegorz Sadowski
a83500a88c
Merge branch '1.12' into 1.13
* 1.12:
  [Documentation] Update release dates for 1.13 and 2.0 versions
2024-04-16 13:20:11 +02:00
Rafał Jaskulski
a37c7dcda6
docs #16125 [Documentation] Update release dates for 1.13 and 2.0 versions (GSadee)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 |
| Bug fix?        | no                                                      |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Documentation] Update release dates for 1.13 and 2.0 versions
2024-04-16 13:13:43 +02:00
Grzegorz Sadowski
a543c95186
[Documentation] Update release dates for 1.13 and 2.0 versions 2024-04-16 13:08:10 +02:00
Grzegorz Sadowski
9d4a0e1786
Merge branch '1.13' into 2.0
* 1.13:
  [Documentation] Remove duplicated callback from state machine
  Update docs/book/architecture/state_machine.rst
2024-04-16 12:45:20 +02:00
Grzegorz Sadowski
815a6fe8fd
Merge branch '1.12' into 1.13
* 1.12:
  [Documentation] Remove duplicated callback from state machine
  Update docs/book/architecture/state_machine.rst
2024-04-16 12:45:13 +02:00
Grzegorz Sadowski
ee9a386574
Merge branch '1.13' into 2.0
* 1.13:
  [ECS] Fix nullable type declarations in the codebase
  [ECS] Fix nullable type declarations in Behat namespace
  [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
  Add default label template in ShopBundle extending the UiBundle one
  Use extends instead of include in ShopBundle flashes template
  Manage confirmation modal for ShopBundle extending UiBundle
  Use Shop pagination macro in templates
  Use Shop messages macro in templates
  Use Shop flags macro in templates
  Use Shop headers macro in templates
  Use Shop buttons macro in templates
  Add upmerging from 2.0 to api-platform-3
2024-04-16 12:45:01 +02:00
Grzegorz Sadowski
575116e26b
refactor #15876 [ECS] Add The Nullable Type Declaration For Default Null Value Fixer Rule (Rafikooo)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | yes (DX)                                                       |
| BC breaks?      | no                                                      |
| Related tickets             |https://github.com/Sylius/Sylius/pull/15850#discussion_r1495941473
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Another ambiguity ruled out 🕺 


Commits
-------

87064b1cd4 [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
4662a69cee [ECS] Fix nullable type declarations in Behat namespace
9b84a84939 [ECS] Fix nullable type declarations in the codebase
2024-04-16 12:35:59 +02:00
Jan Góralski
60334422d4
Add upmerging from 2.0 to api-platform-3 branch (#16123)
| Q | A |

|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
--> |
| Related tickets | |
| License | MIT |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
2024-04-16 11:30:38 +02:00
Grzegorz Sadowski
ad7f9516da
refactor #15443 Use SyliusShop macros instead of SyliusUi in shop templates (maximehuran)
This PR was merged into the 1.13 branch.

Discussion
----------

- Use Shop buttons macro in templates
- Use Shop headers macro in templates
- Use Shop flags macro in templates
- Use Shop messages macro in templates
- Use Shop pagination macro in templates

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no                                                      |
| New feature?    | yes                                                       |
| BC breaks?      | no                                                      |
| Deprecations?   | no |
| Related tickets |                  |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

3e4ff1037a Use Shop buttons macro in templates
59f4f76fec Use Shop headers macro in templates
d72e1ebc93 Use Shop flags macro in templates
84d356f8d5 Use Shop messages macro in templates
45a780660b Use Shop pagination macro in templates
5611968986 Manage confirmation modal for ShopBundle extending UiBundle
4350b6a38c Use extends instead of include in ShopBundle flashes template
90b0844912 Add default label template in ShopBundle extending the UiBundle one
2024-04-16 11:25:55 +02:00
Rafikooo
9b84a84939
[ECS] Fix nullable type declarations in the codebase 2024-04-16 10:29:41 +02:00
Rafikooo
4662a69cee
[ECS] Fix nullable type declarations in Behat namespace 2024-04-16 10:29:14 +02:00
Rafikooo
87064b1cd4
[ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule 2024-04-16 10:23:35 +02:00
Maxime Huran
90b0844912
Add default label template in ShopBundle extending the UiBundle one 2024-04-16 10:21:59 +02:00
Maxime Huran
4350b6a38c
Use extends instead of include in ShopBundle flashes template 2024-04-16 10:21:59 +02:00
Maxime Huran
5611968986
Manage confirmation modal for ShopBundle extending UiBundle 2024-04-16 10:21:58 +02:00
Maxime Huran
45a780660b
Use Shop pagination macro in templates 2024-04-16 10:21:58 +02:00
Maxime Huran
84d356f8d5
Use Shop messages macro in templates 2024-04-16 10:21:58 +02:00
Maxime Huran
d72e1ebc93
Use Shop flags macro in templates 2024-04-16 10:21:58 +02:00
Maxime Huran
59f4f76fec
Use Shop headers macro in templates 2024-04-16 10:21:58 +02:00
Maxime Huran
3e4ff1037a
Use Shop buttons macro in templates 2024-04-16 10:21:57 +02:00
Grzegorz Sadowski
62fb2ec18e
minor #15510 [Documentation] Update docs/book/architecture/state_machine.rst (benbd5, GSadee)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 <!-- see the comment below -->                  |
| Bug fix?        | no                                                     |
| New feature?    | no                                                       |
| BC breaks?      | no                                                      |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets |                       |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

Update docs/book/architecture/state_machine.rst

Commits
-------

1c530ff698 Update docs/book/architecture/state_machine.rst
7980a4723c [Documentation] Remove duplicated callback from state machine
2024-04-16 08:20:08 +02:00
Grzegorz Sadowski
7980a4723c
[Documentation] Remove duplicated callback from state machine 2024-04-16 07:47:51 +02:00
Benjamin Belz
1c530ff698
Update docs/book/architecture/state_machine.rst 2024-04-16 07:46:33 +02:00
Grzegorz Sadowski
a578582d4f
Add upmerging from 2.0 to api-platform-3 2024-04-16 07:29:01 +02:00
mihaichitic
384397e631 Update php-entrypoint to give www-data permissions to public/media 2024-04-16 07:25:22 +02:00
Jan Goralski
e909c3959d [Behat][Admin] Enable channel tests 2024-04-15 11:09:24 +02:00
Jan Goralski
a65c38040a [Behat] Improve autocomplete helper 2024-04-15 11:09:24 +02:00
Jan Goralski
2ca1ced9c9 [Admin][Channel] Apply new conventions 2024-04-15 11:09:24 +02:00
Jan Goralski
4005e473e7 [Admin][Twig] Components split and renaming 2024-04-15 11:09:24 +02:00
Jan Goralski
40d4c79fdd [Admin][Channel] Taxons autocompletes rework 2024-04-15 11:09:24 +02:00
Jan Goralski
70e2f07d9a [Admin][Channel] Create/update templates cleanup 2024-04-15 11:09:24 +02:00
Jan Goralski
73dea90ed6 [Admin][Channel] Fix theme tests 2024-04-15 11:09:24 +02:00
Jan Goralski
2d31a732c3 [Behat][Admin] Enable channel update tests 2024-04-15 11:09:24 +02:00
Jan Goralski
064cb46b49 [Admin][Channel] Update page hooks 2024-04-15 11:09:24 +02:00
Jan Goralski
44fc9fc68e [Behat][Admin] Enable channel create tests 2024-04-15 11:09:24 +02:00
Jan Goralski
47f16ea970 [Core] Modify channel form required address toggle 2024-04-15 11:09:24 +02:00
Jan Goralski
d86c813276 [Admin][Channel] Form templates and create page hooks 2024-04-15 11:09:24 +02:00
Karol
756c01ed96
[UPMERGE] 1.13 -> 2.0 (#16119)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.13 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-04-15 10:38:52 +02:00
Jan Góralski
6848f8fbf1
minor #16121 Add missing breadcrumbs to product index page (TheMilek)
This PR was merged into the bootstrap-admin-panel branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | boostrap-admin-panle <!-- see the comment below -->                  |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

continuation of https://github.com/Sylius/Sylius/pull/16110
![Screenshot 2024-04-12 at 15 02 39](https://github.com/Sylius/Sylius/assets/53942444/b58d1ce9-76f3-4e7c-ab0f-77315f8f5d15)




Commits
-------
  Fix product variant index page breadcrumbs
  fix ChannelPricingLogEntry breadrcumbs
2024-04-12 16:58:38 +02:00
Kamil Grygierzec
d5681f4262
fix ChannelPricingLogEntry breadrcumbs 2024-04-12 15:10:21 +02:00
Kamil Grygierzec
4ad9feca8d
Fix product variant index page breadcrumbs 2024-04-12 15:10:00 +02:00
Jan Góralski
60c6a81075
minor #16116 [Admin][ProductVariant] Enable reordering (Wojdylak)
This PR was merged into the bootstrap-admin-panel branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | bootstrap-admin-panel
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | N/A
| License         | MIT

Based on #16110

Commits
-------
  [Admin][ProductVariant] Add MovePositionsController
  [Behat][Admin][ProductVariant] Enable moving position tests
  [Behat][Admin][ProductVariant] Rename behat step
  [Admin][ProductVariant] Rename MovePositionsController to SavePositionsController
2024-04-12 13:52:46 +02:00