Commit graph

36091 commits

Author SHA1 Message Date
mamazu
3a79005d80
Making the theme configuration in the core optional when the theme bundle is installed 2024-10-04 13:48:42 +02:00
mamazu
3ad5a5929c
Adding a note in the upgrade guide 2024-10-04 13:48:42 +02:00
mamazu
3708af4612
Removing theme bundle from tests 2024-10-04 13:48:42 +02:00
mamazu
9459ad8025
Apply suggestions from code review
Fixing the license.

Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
2024-10-04 13:48:42 +02:00
mamazu
e0dd153067
Moving the ThemeContext to the shop bundle 2024-10-04 13:48:42 +02:00
mamazu
539e099a8a
Moving the template dependency to the ShopBundle 2024-10-04 13:48:41 +02:00
Jan Góralski
bb9140702e
minor #17085 [API] Refactor commands in ApiBundle (GSadee)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| 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.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 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
-------
  [API] Refactor commands in ApiBundle
  [API] Refactor ResetPassword command in ApiBundle
  [API] Refactor VerifyShopUser command in ApiBundle
  [API] Refactor admin ResetPassword command in ApiBundle
  [API] Revert making commands readonly
  Add SensitiveParameter attribute to appropriate arguments in commands
2024-10-04 11:31:13 +02:00
Grzegorz Sadowski
f9587d25a3
Merge branch '1.14' into 2.0
* 1.14:
  Fix comparison of order items
2024-10-04 11:29:41 +02:00
Grzegorz Sadowski
5240e5fadc
Merge branch '1.13' into 1.14
* 1.13:
  Fix comparison of order items
2024-10-04 11:29:38 +02:00
Grzegorz Sadowski
93126b46ea
bug #17070 Fix comparison of order items (jaroslavtyc)
This PR was merged into the 1.13 branch.

Discussion
----------

Fix comparison of order items when one of them is Doctrine proxy object

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

Having to OrderItem objects, with exact same content, but one of them Doctrine proxy, then comparison of `$orderItem instanceof static` in proxy object fails, because compared object is not a Doctrine proxy. That is probably not intentional and can break app in imports and other "I have created an order item copy and I am looking for original" situations.

Commits
-------

9b0c5cf49b Fix comparison of order items
2024-10-04 11:29:18 +02:00
Grzegorz Sadowski
b2c07fec1f
Merge branch '1.14' into 2.0
* 1.14:
  [ChannelBundle] Revert changing sylius.channel_collector in Extension
  Update upgrade file
  [ChannelBundle] Unification of service names
  Remove alias of sylius.validator.valid_province_address
  Mirror improvement
  Update upgrade file
  [AddressingBundle] Unification of service names
2024-10-04 07:48:37 +02:00
Grzegorz Sadowski
eae363f3dd
refactor #17098 [ChannelBundle] Unification of service names (Wojdylak, GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT


Commits
-------

a04dc6cb93 [ChannelBundle] Unification of service names
9de1a2d134 Update upgrade file
38be138827 [ChannelBundle] Revert changing sylius.channel_collector in Extension
7d7a53e370 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
56f6ffbbb4 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
2024-10-04 07:46:33 +02:00
Grzegorz Sadowski
56f6ffbbb4
Merge branch '1.14' into SYL-3984-channel-bundle-1.14 2024-10-04 07:46:00 +02:00
Grzegorz Sadowski
65f425e467
refactor #17095 [AddressingBundle] Unification of service names (Wojdylak, GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT

Commits
-------

faab9fb328 [AddressingBundle] Unification of service names
dee128e608 Update upgrade file
846a7c4319 Mirror improvement
82f7e0e7b5 Remove alias of sylius.validator.valid_province_address
2226b079e9 Merge branch '1.14' into SYL-3980-addressing-bundle-1.14
2024-10-04 07:44:36 +02:00
Grzegorz Sadowski
ef9ba0b891
Merge branch '1.14' into 2.0
* 1.14:
  Mirror improvement
  Update upgrade file
  [AttributeBundle] Unification of services names
  [CS][DX] Refactor
2024-10-04 07:30:43 +02:00
Grzegorz Sadowski
7d7a53e370
Merge branch '1.14' into SYL-3984-channel-bundle-1.14 2024-10-04 07:13:45 +02:00
Grzegorz Sadowski
2226b079e9
Merge branch '1.14' into SYL-3980-addressing-bundle-1.14 2024-10-04 07:12:28 +02:00
Grzegorz Sadowski
98d7f07c67
refactor #17096 [AttributeBundle] Unification of service names (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT

Commits
-------

e7d60da322 [AttributeBundle] Unification of services names
f4a3d7f3e4 Update upgrade file
387fb3d403 Mirror improvement
2024-10-04 07:02:07 +02:00
Grzegorz Sadowski
2627863940
[CS][DX] Refactor (#17092)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-04 06:50:05 +02:00
Grzegorz Sadowski
e5753ee9c2
Add SensitiveParameter attribute to appropriate arguments in commands 2024-10-04 06:48:21 +02:00
Grzegorz Sadowski
660a45994a
[API] Revert making commands readonly 2024-10-04 06:48:15 +02:00
Grzegorz Sadowski
978aa2638e
[API] Refactor admin ResetPassword command in ApiBundle 2024-10-04 06:48:15 +02:00
Grzegorz Sadowski
0bab79a5c3
[API] Refactor VerifyShopUser command in ApiBundle 2024-10-04 06:48:15 +02:00
Grzegorz Sadowski
c3f9895f9c
[API] Refactor ResetPassword command in ApiBundle 2024-10-04 06:48:15 +02:00
Grzegorz Sadowski
23c59c1c2f
[API] Refactor commands in ApiBundle 2024-10-04 06:48:15 +02:00
Michał Pysiak
6856408fc1
[CS][DX] Refactor (#17100)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-04 06:16:57 +02:00
Sylius Bot
56b107deeb [CS][DX] Refactor 2024-10-04 02:27:08 +00:00
Wojdylak
38be138827
[ChannelBundle] Revert changing sylius.channel_collector in Extension 2024-10-03 15:53:49 +02:00
Wojdylak
9de1a2d134
Update upgrade file 2024-10-03 15:40:33 +02:00
Wojdylak
a04dc6cb93
[ChannelBundle] Unification of service names 2024-10-03 15:38:42 +02:00
Wojdylak
387fb3d403
Mirror improvement 2024-10-03 13:23:19 +02:00
Wojdylak
82f7e0e7b5
Remove alias of sylius.validator.valid_province_address 2024-10-03 13:20:52 +02:00
Wojdylak
f4a3d7f3e4
Update upgrade file 2024-10-03 12:45:08 +02:00
Wojdylak
e7d60da322
[AttributeBundle] Unification of services names 2024-10-03 12:44:56 +02:00
Wojdylak
846a7c4319
Mirror improvement 2024-10-03 11:54:41 +02:00
Wojdylak
dee128e608
Update upgrade file 2024-10-03 11:47:23 +02:00
Wojdylak
faab9fb328
[AddressingBundle] Unification of service names 2024-10-03 11:47:09 +02:00
Kamil Grygierzec
217ce2280e
Add live components routes for the admin and shop section (#17084)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT
2024-10-03 08:59:41 +02:00
Sylius Bot
ee2803f482 [CS][DX] Refactor 2024-10-03 05:32:16 +00:00
Grzegorz Sadowski
fdf56792e3
Merge branch '1.14' into 2.0
* 1.14:
  Fix name of argument in deprecation trigger for PriceExtension
2024-10-02 14:39:50 +02:00
Rafał Jaskulski
fb9f868445
Fix name of argument in deprecation trigger for PriceExtension (#17088)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? |yes <!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | fix https://github.com/Sylius/Sylius/pull/17061
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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-10-02 14:37:19 +02:00
Grzegorz Sadowski
aa11f003fb
Fix name of argument in deprecation trigger for PriceExtension 2024-10-02 13:40:22 +02:00
Rafał Jaskulski
ed6035a9ca
Remove deprecated templating helpers and symfony/templating dependency (#17075)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | related to #17061 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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-10-02 13:38:54 +02:00
Wojdylak
7e87babe85
Add live components routes for the admin and shop section 2024-10-02 12:08:47 +02:00
Grzegorz Sadowski
7086b0b9b3
Add missing removed templating helpers to UPGRADE file 2024-10-02 08:29:48 +02:00
Grzegorz Sadowski
e2e4fc0d20
[Inventory][Order] Remove deprecated templating helpers 2024-10-02 07:16:38 +02:00
Grzegorz Sadowski
d53663a6b3
[Currency][Locale] Remove deprecated templating helpers 2024-10-02 07:16:12 +02:00
Grzegorz Sadowski
060d64e2ea
[Core] Remove deprecated templating helpers 2024-10-02 07:15:50 +02:00
Grzegorz Sadowski
7ae6ac56ba
[Composer] Remove symfony/templating dependency 2024-10-02 07:13:35 +02:00
Grzegorz Sadowski
9dafe11fb2
[CS][DX] Refactor (#17081)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-02 06:47:59 +02:00