Commit graph

26887 commits

Author SHA1 Message Date
Rafikooo
c4a6653df6
[CS] Upgraded ecs.php configuration 2022-07-21 18:45:54 +02:00
Mateusz Zalewski
ca41cb687b
bug #12773 [API][FIX] Remove code attribute of OrderItem in API serialization (oallain, lchrusciel)
This PR was merged into the 1.11 branch.

Discussion
----------

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

OrderItem has no attribut `code` but this attribute is in Serialisation configuration.
This throw an error when we Normalize Object.

Commits
-------

4c4ef50ebf remove code attribute of OrderItem in API serialization
c4dece96c8 [UPGRADE] Add note about code field serialization removal in OrderItem
2022-07-19 16:14:47 +02:00
Łukasz Chruściel
c4dece96c8
[UPGRADE] Add note about code field serialization removal in OrderItem 2022-07-19 12:53:00 +02:00
Olivier ALLAIN
4c4ef50ebf
remove code attribute of OrderItem in API serialization 2022-07-19 12:50:15 +02:00
Mateusz Zalewski
9c8395d149
bug #14155 [BUG] The hostname resolver does not check for the channel status (lruozzi9, jakubtobiasz)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-->

What has been done:
- Updated behats (In my opinion now they're now a little bit more natural to read)
- I rebased the PR on top 1.11 and updated the `UPGRADE-1.11.md` and the `UPGRADE-1.10.md` files

We've had a discussion about parametrizing the `HostnameBasedRequestResolver` (what I've done btw 😂) but we decided to drop that idea and keep the original concept.

Thank you @lruozzi9 for your PR we could base on :). 


Commits
-------

28e39e27f7 [Channel] Do not consider disabled channel on hostname based request resolver
27406cdab9 Adjust behat scenarios
066cf33f4e Update UPGRADE files
351425d992 Update deprecation message
55edb2d3ca Remove redundant method
673eb912be Make filtering out scenario available in both ui and api contexts
2022-07-18 15:56:19 +02:00
Jakub Tobiasz
673eb912be Make filtering out scenario available in both ui and api contexts 2022-07-18 13:56:12 +02:00
Jakub Tobiasz
55edb2d3ca Remove redundant method 2022-07-18 10:49:05 +02:00
Jakub Tobiasz
351425d992 Update deprecation message 2022-07-15 13:53:14 +02:00
Jakub Tobiasz
066cf33f4e Update UPGRADE files 2022-07-15 12:46:10 +02:00
Jakub Tobiasz
27406cdab9 Adjust behat scenarios 2022-07-15 11:31:37 +02:00
Lorenzo Ruozzi
28e39e27f7 [Channel] Do not consider disabled channel on hostname based request resolver 2022-07-13 15:22:42 +02:00
Grzegorz Sadowski
116f2e4c1e
bug #14146 Allow to set zero tax rate (jakubtobiasz)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.10<!-- see the comment below -->          |
| Bug fix?        | yes                                                       |
| 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.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-->

This PR allows adding a 0% tax rate (available i.e. in Poland).


Commits
-------

6022e059b8 Allow to set zero tax rate
2022-07-13 10:07:03 +02:00
Jakub Tobiasz
6022e059b8 Allow to set zero tax rate 2022-07-13 09:26:53 +02:00
Mateusz Zalewski
cbc271d21e
minor #14140 [GitHub Actions] Replace master branch with 1.12 in "Refactor" workflow (coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

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


Commits
-------

19cf4b5 [GitHub Actions] Replace master branch with 1.12 in "Refactor" workflow
2022-07-08 16:03:09 +02:00
Kevin Kaniaburka
19cf4b5239 [GitHub Actions] Replace master branch with 1.12 in "Refactor" workflow 2022-07-08 15:05:25 +02:00
Mateusz Zalewski
40f2a9f9e4
bug #14123 Removed version specification (vjandrea)
This PR was merged into the 1.11 branch.

Discussion
----------

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

No need to specify the version here IMHO, since `composer create-project` will always use the latest stable.

Commits
-------

ede26eccd8 Removed version
2022-07-07 16:38:23 +02:00
Andrea Bergamasco
ede26eccd8
Removed version
No need to specify the version here IMHO, since `composer create-project` will always use the latest stable.
2022-07-07 15:51:18 +02:00
Łukasz Chruściel
f25dd4bc34
bug #14114 Move login events on Ui bundle (loic425)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

9672d61d78 Move login events on Ui bundle
2022-07-07 15:31:56 +02:00
Łukasz Chruściel
fc3b08f33a
bug #14130 [Maintenance] Fix package build (lchrusciel, jakubtobiasz)
This PR was merged into the 1.11 branch.

Discussion
----------

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

Continuation of #14129

Commits
-------

e02527dc28 [Maintenance] Fix package build
fc943c2bb8 [Maintenance] Allow flex plugin during package installation
8f1aa5e892 [Maintenance] Update vendors instead of install to take advantage of flex
4aebc7e73f [Maintenance] Install flex locally
caa3d26601 Allow symfony/flex plugin globally
bd8f48171c Make installing symfony/flex global in packages workflow
2022-07-06 10:29:19 +02:00
Jakub Tobiasz
bd8f48171c Make installing symfony/flex global in packages workflow 2022-07-05 20:35:44 +02:00
Jakub Tobiasz
caa3d26601 Allow symfony/flex plugin globally 2022-07-05 19:53:21 +02:00
Łukasz Chruściel
4aebc7e73f
[Maintenance] Install flex locally 2022-07-05 17:52:49 +02:00
Łukasz Chruściel
8f1aa5e892
[Maintenance] Update vendors instead of install to take advantage of flex 2022-07-05 17:27:52 +02:00
Łukasz Chruściel
fc943c2bb8
[Maintenance] Allow flex plugin during package installation 2022-07-05 17:01:23 +02:00
Łukasz Chruściel
e02527dc28
[Maintenance] Fix package build 2022-07-05 16:48:19 +02:00
Mateusz Zalewski
829d279df2
minor #13918 Changing templates with Sylius Event (arti0090, coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11
| License         | MIT                                                          |

Image of how it looks (section with images) after the changes.

![image](https://user-images.githubusercontent.com/35863747/166217493-29259ee7-e052-48e7-b4f8-ab7b8928bff0.png)


Commits
-------

b18e26b800 Changing templates with Sylius Event
552a28ecaf Lexical changes from PR comments
fd950dac0e Change the examples for usage
d35c6585f0 Add a paragraph about listing rendered events in the SF profiler
2022-07-04 13:19:19 +02:00
Kevin Kaniaburka
d35c6585f0 Add a paragraph about listing rendered events in the SF profiler 2022-07-04 12:52:10 +02:00
arti0090
fd950dac0e Change the examples for usage 2022-07-04 10:51:16 +02:00
arti0090
552a28ecaf Lexical changes from PR comments 2022-07-04 10:51:16 +02:00
arti0090
b18e26b800 Changing templates with Sylius Event 2022-07-04 10:51:16 +02:00
Łukasz Chruściel
aea03aa981
minor #14120 [Docs] Drop security support for Sylius 1.9 (Zales0123)
This PR was merged into the 1.11 branch.

Discussion
----------

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

1.9 is no more 🖖 


Commits
-------

f6964290b8 Drop security support for Sylius 1.9
2022-07-01 11:49:27 +02:00
Mateusz Zalewski
d72941f896
minor #14116 [Docs] Fix logo customization guide (coldic3)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11      |
| License         | MIT                                                          |


Commits
-------

8b912d3e13 [Docs] Fix logo customization guide
2022-07-01 10:06:45 +02:00
Mateusz Zalewski
f6964290b8
Drop security support for Sylius 1.9 2022-07-01 08:07:50 +02:00
Adam Kasperczak
2363f47229
bug #13874 [Product] Render disabled main taxon without link in breadcrumb (hbsfaria, GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

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

When a product's main taxon is disabled, the product page breadcrumb renders it as a link and throws a Not Found exception if it is clicked.
As suggested in #13713, with this PR the breadcrumb will render the main taxon without a link (as a simple `<div>`) when the taxon is disabled.


Commits
-------

7c007ddce4 [Product] Render disabled main taxon without link in breadcrumb
fffe542833 [Behat] Fix scenario and its implementation for viewing product with disabled main taxon
2022-07-01 07:20:36 +02:00
Kevin Kaniaburka
8b912d3e13 [Docs] Fix logo customization guide 2022-06-30 13:49:20 +02:00
Grzegorz Sadowski
fffe542833
[Behat] Fix scenario and its implementation for viewing product with disabled main taxon 2022-06-30 12:02:55 +02:00
Henrique Faria
7c007ddce4
[Product] Render disabled main taxon without link in breadcrumb 2022-06-30 11:41:52 +02:00
Loïc Frémont
9672d61d78 Move login events on Ui bundle 2022-06-29 11:02:40 +02:00
Łukasz Chruściel
ac096584b9
bug #14112 [Documentation][Plus] Add missing step for updating security file during installation (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

be7705a24f [Documentation][Plus] Add missing step for updating security file during installation
2022-06-28 13:15:59 +02:00
Grzegorz Sadowski
be7705a24f
[Documentation][Plus] Add missing step for updating security file during installation 2022-06-27 15:17:45 +02:00
Mateusz Zalewski
8f477ca532
Change application's version to v1.11.7-dev 2022-06-27 13:09:25 +02:00
Mateusz Zalewski
52a0107907
Generate changelog for v1.11.6 2022-06-27 13:08:56 +02:00
Mateusz Zalewski
f5097f0ac2
Change application's version to v1.11.6 2022-06-27 13:08:54 +02:00
Mateusz Zalewski
6a8629e69d
refactor #14039 [Behat] Introduce PHP 8.0 syntax (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11          |
| Bug fix?        | no                                                      |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no |
| Related tickets | based on https://github.com/Sylius/Sylius/pull/14038, continuation of https://github.com/Sylius/Sylius/pull/13502|
| License         | MIT                                                          |

I've included here also [the PR](https://github.com/Sylius/Sylius/pull/13970) as it has been removed only from master, and now it was making the build failed on this PR

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

3acaac21c5 [Behat] Introduce PHP 8.0 syntax
cb6d604c34 [Behat] Fix CS after introducing PHP 8.0 syntax
204e6d5e7d [Behat] Fix arguments order
2022-06-24 11:45:08 +02:00
Mateusz Zalewski
3f774147f8
bug #14108 [Templates] Move grid events to UI bundle (GSadee)
This PR was merged into the 1.11 branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

58e66f9692 [Templates] Move grid events to UI bundle
2022-06-24 11:18:16 +02:00
Grzegorz Sadowski
204e6d5e7d
[Behat] Fix arguments order 2022-06-24 11:09:02 +02:00
Grzegorz Sadowski
cb6d604c34
[Behat] Fix CS after introducing PHP 8.0 syntax 2022-06-24 11:08:54 +02:00
Grzegorz Sadowski
3acaac21c5
[Behat] Introduce PHP 8.0 syntax 2022-06-24 11:08:02 +02:00
Grzegorz Sadowski
58e66f9692
[Templates] Move grid events to UI bundle 2022-06-24 10:40:58 +02:00
Mateusz Zalewski
237657eb78
minor #14101 [Template][Events] Part of new UI bundle events for security and grid (ernestWarwas)
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | master <!-- 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.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

b0cf8fedbe [Template Events] Part of new UI bundle events
5baf53ca41 [Template][Events] Use already created event in login form
26180fcfc2 [Template][Events] Fix for displaying filters
76208b46b4 [Template][Events] Changed names of events
2022-06-23 16:25:51 +02:00