Commit graph

29454 commits

Author SHA1 Message Date
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
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
Jan Góralski
5dd4140a2f
docs #15968 Remove info about forum from Admin panel and documentation (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 | #15956 and #15957 |
| 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
-------
  [Admin] Remove info about forum from Admin panel
  [Documentation] Remove remaining info about forum
2024-03-08 08:12:45 +01:00
Grzegorz Sadowski
ef3c486fff
[Documentation] Remove remaining info about forum 2024-03-08 07:17:14 +01:00
Grzegorz Sadowski
c1fe6f1e62
[Admin] Remove info about forum from Admin panel 2024-03-08 07:16:24 +01:00
Grzegorz Sadowski
64d3582871
minor #15957 Update README.md remove info about forum (damonsson)
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 |               |
| License         | MIT                                                          |

Sylius Forum is no longer alive

Commits
-------

319acfde7f Update README.md remove info about forum
2024-03-07 07:08:06 +01:00
Damian Murawski
319acfde7f
Update README.md remove info about forum 2024-03-07 06:41:34 +01:00
Rafał Jaskulski
0c4957f3a5
docs #15956 Bye Sylius Forum ☠️ (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                                                          |

Sylius Forum is no longer alive, it should not be mentioned in the docs anymore.

Commits
-------
  Forum has retired
2024-03-06 21:55:29 +01:00
Magdalena Sadowska
ea5fdd6923
Forum has retired 2024-03-06 21:27:44 +01:00
Simon Krull
0360436981 TASK: adjust naming of css class 2024-03-01 14:24:09 +01:00
Simon Krull
728dd7ea9b BUGFIX: #15938 add spacing between choose file button and uploaded image in image_widget 2024-02-29 19:52:12 +01:00
Rafał Jaskulski
45ffcb372e
minor #15909 BUGFIX: #15908 [AdminBundle] missing br tag for spacing for product media tab button (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 #15908                                                 |
| License         | MIT                                                          |

**Description**

As described in #15908

In the media tab in the new product dialog there is a button for uploading multiple media files. But right now the button has no spacing so the button looks very squizzed to the header:

![SCR-20240227-pdsi](https://github.com/Sylius/Sylius/assets/39345336/bdef0e7b-a462-4bc3-a5cc-8ecc8ce2d7f6)


In the Taxons management there is also a media section for uploading multiple media files. Its in a different twig template. And there, is a `<br>` tag which provides the distance between the button, and the header. With my change it looks like:

![SCR-20240227-pdnq](https://github.com/Sylius/Sylius/assets/39345336/6ecdf577-5ae3-4d67-b2b9-795d2d134e88)

Commits
-------
  BUGFIX: #15908 missing br tag for spacing for product media tab button
2024-02-27 18:43:35 +01:00
Simon Krull
70e4ad2348 BUGFIX: #15908 missing br tag for spacing for product media tab button 2024-02-27 17:08:39 +01:00
Karol
33f2cb573b
minor #15900 BUGFIX: #12681 add missing required class to provincecode select input (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 #12681.                                                |
| 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 #12681:

Currently when you choose a country with configured provinces, the province select input isnt visualy marked as required with a `*`. When you try to submit the address form without choosing a province, it will tell you:

![SCR-20240226-nkag](https://github.com/Sylius/Sylius/assets/39345336/c8f58729-cc6d-4f09-bb63-f56dddd086ad)

With this change, the `required` class will be added to the `provinceContainer`. Then it becomes visible again:

![SCR-20240226-nioq](https://github.com/Sylius/Sylius/assets/39345336/0f9137f9-84c1-4d12-a267-c53ff9949146)

Commits
-------
  BUGFIX: #12681 add missing required class to ProvinceCode Select input
2024-02-27 14:17:44 +01:00
Simon Krull
ec6e42178d BUGFIX: #12681 add missing required class to ProvinceCode Select input 2024-02-26 15:03:11 +01:00
Sylius Bot
89756ffdd2 [Translations] Updated translations from Crowdin 2024-02-26 11:40:48 +01:00
Jan Góralski
7200a3eb2e
bugfix #15859 FIX zoneMembers not unique ID (TheMilek)
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 https://github.com/Sylius/Sylius/issues/15442                      |
| 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
-------
  Fix zoneMembers not unique ID
  Update upgrade file
2024-02-23 09:56:11 +01:00
Kamil Grygierzec
ef9cac1da7
Update upgrade file 2024-02-23 08:56:05 +01:00
Kamil Grygierzec
fddeed08f7
Fix zoneMembers not unique ID 2024-02-23 08:56:05 +01:00
Jan Góralski
cf40095876
minor #15853 [ProductAttribute] Use value of options when use "Apply to all" (Jibbarth)
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 <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes #15852                      |
| License         | MIT                                                          |

See #15852, depending on language, some attribute value appears in different order. 

When we apply to all, there is a mismatch of selected value.

This fix check the value of option before copying if it selected or not.



https://github.com/Sylius/Sylius/assets/3168281/1f75bdf8-d3ec-4b21-9083-bf24853db3bd


https://github.com/Sylius/Sylius/assets/3168281/fe9edb9c-548a-4e9d-8089-23b7dfd43c51






Commits
-------
  [ProductAttribute] Use value of options when use "Apply to all"
2024-02-22 10:05:06 +01:00
Jibé Barth
231bd982d2
[ProductAttribute] Use value of options when use "Apply to all" 2024-02-17 12:05:44 +01:00
Jan Góralski
43472bd5b5
minor #15839 [FLYSYSTEM] Add directory visibility as public to local storage (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

Currently, the local `sylius.storage` configuration for Flysystem creates folders in `media/image` with 700 permissions.Using the option `directory_visibility: public`, it creates them with 755 permission.

Commits
-------
  [FLYSYSTEM] Add directory visibility as public to local storage
2024-02-15 09:17:43 +01:00
Wojdylak
7ab1db270b
[FLYSYSTEM] Add directory visibility as public to local storage 2024-02-13 11:35:28 +01:00
Kamil Grygierzec
4350597bca
bugfix #15824 Bump up symfony/flex version (GSadee)
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<!-- 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
-------
  Bump up symfony/flex version
2024-02-09 08:00:27 +01:00
Grzegorz Sadowski
4281187414
Bump up symfony/flex version 2024-02-09 07:19:43 +01:00
Grzegorz Sadowski
eb8d41575c
minor #15815 Update the branch-aliases (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
-------

0c54f067c0 Update the branch-aliases
2024-02-05 10:19:42 +01:00
Wojdylak
0c54f067c0
Update the branch-aliases 2024-02-05 09:42:18 +01:00
Jacob Tobiasz
a95bad8ce1
docs #15806 [Documentation] Fix table of supported versions (GSadee)
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<!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes https://github.com/Sylius/Sylius/pull/15718|
| License         | MIT                                                          |

Before:
<img width="834" alt="image" src="https://github.com/Sylius/Sylius/assets/6140884/62c333f1-c95c-483a-aed5-63c127b31290">

After:
<img width="827" alt="image" src="https://github.com/Sylius/Sylius/assets/6140884/a5fa3eda-644b-440a-86d8-a95184c4edda">

<!--
 - 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] Fix table of supported versions
2024-02-02 14:54:36 +01:00
Grzegorz Sadowski
88f22b3ded
[Documentation] Fix table of supported versions 2024-02-02 14:50:26 +01:00
Jan Góralski
7e538609ca
minor #15805 Update the license years for the last time (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                                                          |

Inspired by [Symfony](https://github.com/symfony/symfony/pull/49088) 😅 
<!--
 - 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 the license years for the last time
2024-02-02 14:38:40 +01:00
Grzegorz Sadowski
4e0a9f0c7d
Update the license years for the last time 2024-02-02 14:32:03 +01:00
Jan Góralski
d7a3ac4b5d
minor #15796 Update codeowners (jakubtobiasz)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12


Commits
-------
  Add the @Sylius/development-team as a codeowner
2024-02-01 10:52:22 +01:00
Jacob Tobiasz
1dd6ee5884
Add the @Sylius/development-team as a codeowner 2024-02-01 10:40:15 +01:00
Jacob Tobiasz
46445e252c Fix the author value
Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
2024-01-30 14:58:49 +01:00
Jacob Tobiasz
03bb489fe0 Fix the corrupted package.json 2024-01-30 14:58:49 +01:00
Jan Góralski
adea97cddf
minor #15746 Add builds checking whether the frontend can be built with all supported nodejs versions (jakubtobiasz)
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 builds checking whether the frontend can be built with all supported nodejs versions
2024-01-26 15:12:45 +01:00
Grzegorz Sadowski
8e37c42f8e [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
Grzegorz Sadowski
3d04c1ac15
minor #15749 [AUTO] Updated translations from Crowdin (1.12) ()
This PR was merged into the 1.12 branch.

Discussion
----------



Commits
-------

46ee37e71b [Translations] Updated translations from Crowdin
2024-01-25 14:52:35 +01:00
Grzegorz Sadowski
e070afc694
minor #15761 [Admin] Add Sylius certification to menu (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

![image](https://github.com/Sylius/Sylius/assets/33687392/39a833ae-7f92-4b1d-95f7-751eccb1a706)



Commits
-------

9ee3433eac [Admin] Add Sylius certification to menu
2024-01-25 07:09:22 +01:00
Wojdylak
9ee3433eac
[Admin] Add Sylius certification to menu 2024-01-24 15:42:34 +01:00
Sylius Bot
46ee37e71b [Translations] Updated translations from Crowdin 2024-01-22 04:03:04 +00:00
Jacob Tobiasz
49e7b7325d
Add builds checking whether the frontend can be built with all supported nodejs versions
Co-authored-by: jaroslavtyc.com <mail@jaroslavtyc.com>
2024-01-20 17:11:39 +01:00
Rafikooo
c3da0dc9f8 [Docs] Remove outdated deployment entries 2024-01-16 08:19:48 +01:00
Jacob Tobiasz
f49c0a4226
docs #15718 [Documentation] Extend the maintenance date of 1.12 and update future releases (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] Extend the maintenance date of 1.12 and update future releases
  [Documentation] Add alabaster to build requirements
2024-01-11 15:41:39 +01:00
Grzegorz Sadowski
86393c6181
[Documentation] Add alabaster to build requirements 2024-01-11 15:38:26 +01:00
Grzegorz Sadowski
5e6c4b922f
[Documentation] Extend the maintenance date of 1.12 and update future releases 2024-01-11 14:58:16 +01:00
Jan Góralski
a4fbc3f6ea
minor #15698 New year 2024! 🥳 (TheMilek)
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                                                       |
| 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
-------
  New year 2024
2024-01-04 15:36:14 +01:00