Commit graph

29499 commits

Author SHA1 Message Date
Grzegorz Sadowski
b0ec2dcbb4
[Documentation] Update release cycle after 1.13 release 2024-04-26 14:38:50 +02:00
Grzegorz Sadowski
e66acbd002
Change application's version to v1.12.16-dev 2024-04-23 12:37:10 +02:00
Grzegorz Sadowski
ee77b2b054
Generate changelog for v1.12.15 2024-04-23 12:35:05 +02:00
Grzegorz Sadowski
da27d825d4
Change application's version to v1.12.15 2024-04-23 12:32:19 +02:00
Rafał Jaskulski
009dce57fe
docs #16158 Update dead link in drivers.rst (binhuq)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 or 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no/yes                                                       |
| New feature?    | no/yes                                                       |
| BC breaks?      | no/yes                                                       |
| Deprecations?   | no/yes <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes #X, partially #Y, mentioned in #Z                      |
| 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
-------
  Update dead link in drivers.rst
2024-04-21 20:36:04 +02:00
binhuq
fad4e134c0
Update dead link in drivers.rst 2024-04-21 18:23:28 +07:00
Karol
cff03d325c
minor #16134 Fix Sylius logo in READMEs of Bundles & Components (mpysiak)
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 |
| Related tickets | n/a                      |
| License         | MIT                                                          |

Fixes missing Sylius logo in ~~docs~~ READMEs of Bundles & Components


Commits
-------
  Add Sylius logo to docs
2024-04-19 12:13:54 +02:00
Jan Góralski
211a85dd33
minor #16131 Revert conflict to twig/intl-extra (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                                                          |

I would like to remove the added conflict to `twig/intl-extra` as the newest [v3.9.1 tag](https://github.com/twigphp/Twig/releases/tag/v3.9.1) of `twig/twig` seems to resolve this problem.

<!--
 - 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
-------
  Revert conflict to twig/intl-extra
2024-04-18 10:47:01 +02:00
Michał Pysiak
92980b586b
Add Sylius logo to docs 2024-04-18 06:44:57 +02:00
Grzegorz Sadowski
5eacd99ca2
Revert conflict to twig/intl-extra 2024-04-17 15:44:09 +02:00
Jacob Tobiasz
71c8b98998
minor #16128 Add twig 3.9.0 conflict (mpysiak)
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 |
| Related tickets | n/a                    |
| License         | MIT                                                          |



Commits
-------
  Add twig 3.9.0 conflict
  Add conflicts in bundles
  Add twig/intl-extra conflict
  Add conflicts
2024-04-17 10:10:43 +02:00
Michał Pysiak
a5afa245a3
Add conflicts 2024-04-17 09:47:46 +02:00
Michał Pysiak
0c6f855817
Add twig/intl-extra conflict 2024-04-17 08:36:15 +02:00
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
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
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
Karol
8e3cb3d358
minor #16099 BUGFIX: [ShopBundle] #16068 wrap long text in product description (crydotsnake)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12.                                                        |
| Bug fix?        | yes.                                                         |
| New feature?    | no                                                           |
| BC breaks?      | no.                                                          |
| Deprecations?   | no                                                           |
| Related tickets | fixes #16068,                                                |
| 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
-->

Its the same behavior as in: #16031 

![SCR-20240406-hdyh](https://github.com/Sylius/Sylius/assets/39345336/4fc9f839-3070-4b04-bde7-754fdef69307)



Commits
-------
  BUGFIX: [ShopBundle] #16068 wrap long text in product description
2024-04-08 12:52:39 +02:00
Simon Krull
f004659c48 BUGFIX: [ShopBundle] #16068 wrap long text in product description 2024-04-06 07:27:55 +02:00
Karol
0e9aeb0107
minor #16076 BUGFIX: [AdminBundle] #16031 wrap long text in notes section (crydotsnake)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12.        <!-- 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 | fixes #16031                       |
| 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
-->

As already described in #16031 

When you have a long text in the notes info without any spaces and new lines, the text doesent wrap and therefore it breaks out of the container.

So i added a `word-break: break-word;` to the ID: `sylius-order-notes` in the `_ui.scss` file.

### Result

![SCR-20240330-mypw](https://github.com/Sylius/Sylius/assets/39345336/a7c7b395-70bf-40c3-882b-f7a1b044591e)


Commits
-------
  BUGFIX: [AdminBundle] #16031 wrap long text in notes section
2024-04-03 10:33:29 +02:00
Simon Krull
2ca103f0e8 BUGFIX: [AdminBundle] #16031 wrap long text in notes section 2024-04-02 08:25:36 +02:00
Grzegorz Sadowski
6e89ee1763
Change application's version to v1.12.15-dev 2024-03-25 12:25:54 +01:00
Grzegorz Sadowski
4c0a632912
Generate changelog for v1.12.14 2024-03-25 12:25:26 +01:00
Grzegorz Sadowski
a6c7a8fd3c
Change application's version to v1.12.14 2024-03-25 12:25:21 +01:00
Jacob Tobiasz
1926289491
minor #16038 [Docs] Improve visibility of Sylius Plus (CoderMaggie)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 |
| Bug fix?        | no                                                    |
| New feature?    | no                                                       |
| BC breaks?      | no                                                      |
| License         | MIT                                                          |


Commits
-------
  [Docs] Improve visibility of Sylius Plus
2024-03-22 15:23:44 +01:00
Karol
aa19c97f3e
minor #16026 [DOC] Update an access Denied link (lacpandore)
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?  | yes    |
| License             | MIT   |

![access denied](https://github.com/Sylius/Sylius/assets/20201470/8752a158-0453-4423-8c71-71992ef86a32)


Following this [PR](https://github.com/Sylius/Sylius/pull/16023), i've updated the origin branch 

Commits
-------
  Link was broken, when i go on the link, i've an access denied like on the screen
2024-03-22 13:03:39 +01:00
Magdalena Sadowska
1840407134 [Docs] Improve visibility of Sylius Plus 2024-03-22 10:40:34 +01:00
lacpandore
ff678c0e4b Link was broken, when i go on the link, i've an access denied like on the screen 2024-03-20 09:48:20 +01:00
Rafał Jaskulski
f10e6b0dea
minor #16017 [Maintenance] Fix ci (Wojdylak)
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
| Related tickets | N/A
| License         | MIT


Commits
-------
  [Maintenance] Add api-platform changes to phpstan-baseline.neon
2024-03-19 09:59:57 +01:00
Wojdylak
575099e0cc
[Maintenance] Add api-platform changes to phpstan-baseline.neon 2024-03-19 09:28:16 +01:00
Rafał Jaskulski
96bc621d5f
minor #16011 [Maintenance] Add conflict with api-platform/core 2.7.17 (Wojdylak)
This PR was merged into the 1.12 branch.

Discussion
----------

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


Commits
-------
  [Maintenance] Add conflict to api-platform/core 2.7.17
  [Maintenance] Add conflict with api-platform/core 2.7.17 to sylius/api
2024-03-18 10:30:39 +01:00
Wojdylak
41569159a3
[Maintenance] Add conflict with api-platform/core 2.7.17 to sylius/api 2024-03-18 10:04:46 +01:00
Wojdylak
a93b5c5972
[Maintenance] Add conflict to api-platform/core 2.7.17 2024-03-18 09:53:36 +01:00
Jan Góralski
bee320943d
minor #16003 Fix the CODEOWNERS file (jakubtobiasz)
This PR was merged into the 1.12 branch.

Discussion
----------



Commits
-------
  Remove the redundant comma between code owners
2024-03-14 13:56:48 +01:00
Jacob Tobiasz
510da2f0f6
Remove the redundant comma between code owners 2024-03-14 13:54:17 +01:00
Jan Góralski
891b85af24
minor #16000 Fix the CODEOWNERS file (jakubtobiasz)
This PR was merged into the 1.12 branch.

Discussion
----------

After the previous changes in the `CODEOWNERS` file I've accidently softly removed the Core Team as a code owner 🙈.


Commits
-------
  Fix the CODEOWNERS file
2024-03-14 11:24:37 +01:00
Jacob Tobiasz
20d1ad224a
Fix the CODEOWNERS file 2024-03-14 11:07:15 +01:00
Jacob Tobiasz
b7e222a297
bugfix #15972 [API] Prevent documenation failing when some endpoints are disabled (NoResponseMate)
This PR was merged into the 1.12 branch.

Discussion
----------

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

Something similar will have to go to 1.13 since there was a slight rewrite, but I'll wait till upmerge with that.

Commits
-------
  [API] Prevent documenation failing when some endpoints are disabled
2024-03-14 09:37:23 +01:00
Jan Góralski
5f01e12830
minor #15993 Bunnyshell improvements for 1.12 (jakubtobiasz)
This PR was merged into the 1.12 branch.

Discussion
----------



Commits
-------
  maintenance(Bunnyshell): disable logging notices, strict errors and deprecations
  maintenance(Bunnyshell): add refreshing the environment every hour
  maintenance(Bunnyshell): add generating keypair for generating JWT tokens
2024-03-14 09:37:16 +01:00
Jacob Tobiasz
6fe35a215f
maintenance(Bunnyshell): add generating keypair for generating JWT tokens 2024-03-14 09:23:07 +01:00
Jacob Tobiasz
3320384ed6
maintenance(Bunnyshell): add refreshing the environment every hour 2024-03-14 09:21:26 +01:00
Jacob Tobiasz
2ee42d6374
maintenance(Bunnyshell): disable logging notices, strict errors and deprecations 2024-03-14 09:21:12 +01:00
Jacob Tobiasz
5e78da61be
bugfix #15696 [Admin] Do not disable channel base currency when none set (NoResponseMate)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12 |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets | fixes #15668, #12330                      |
| License         | MIT                                                          |

Commits
-------
  [Admin] Do not disable channel base currency when none set
2024-03-09 07:08:12 +01:00
Jan Goralski
bc8ca1b32f
[API] Prevent documenation failing when some endpoints are disabled 2024-03-08 16:27:41 +01:00
Rafał Jaskulski
ae48d5117c
minor #15939 BUGFIX: #15938 [AdminBundle] add spacing between choose file button and uploaded image in image_widget (crydotsnake)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12.                                                        |
| Bug fix?        | yes.                                                         |
| New feature?    | no.                                                          |
| BC breaks?      | no.                                                          |
| Deprecations?   | no.                                                          |
| Related tickets | #15938                                                       |
| 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
-->

**Description**

As described in: #15938

When you upload a file in the image widget the uploaded image has no spacing between the choose file button. Therfore it looks a bit squeezed which doesent look very nice.

To make it look consistent i added a CSS class arround the button with a `margin-bottom` that has the same spacing as between the Type input, and the choose file button.

<img width="421" alt="before_and_after" src="https://github.com/Sylius/Sylius/assets/39345336/4ec1fcf4-fccb-4ed3-9124-075401815c51">


Commits
-------
  BUGFIX: #15938 add spacing between choose file button and uploaded image in image_widget
  TASK: adjust naming of css class
2024-03-08 13:23:41 +01:00
Grzegorz Sadowski
da79357b5c
minor #15971 [Docs] Refactor information about GUS (CoderMaggie)
This PR was merged into the 1.12 branch.

Discussion
----------

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

Moving information about GUS to a more appropriate place.


Commits
-------

e41d1081b1 [Docs] refactor information about GUS
2024-03-08 12:46:50 +01:00
Magdalena Sadowska
e41d1081b1 [Docs] refactor information about GUS 2024-03-08 12:34:42 +01:00