Commit graph

279 commits

Author SHA1 Message Date
Bartłomiej Sęk
d5bf41bbe0 Refactor templates directories to lower case and templates names to snake_case 2024-09-27 12:14:20 +02:00
Grzegorz Sadowski
5ce1ae3db0
Merge branch '1.14' into 2.0
* 1.14:
  Update state_machine.rst
  [Maintenance] Remove `bootstrap-shop` from upmerges
  [Maintenance] Deprecate leftover legacy custom promotion validation
2024-09-18 12:42:08 +02:00
Grzegorz Sadowski
c643373408
Merge branch '1.13' into 1.14
* 1.13:
  Update state_machine.rst
2024-09-18 12:36:58 +02:00
Jakub Czech
3d2a0f56fd
Update state_machine.rst
Update of ProductReviews state machine name that is used in example. Currently not existing name (sylius_review) is used to show on how to modify existing callback with existing state machine
Should be sylius_product_review
2024-09-18 10:58:04 +02:00
Grzegorz Sadowski
ff42f6b74d
Merge branch '2.0' into bootstrap-shop
* 2.0:
  [Docs] Fix link in grids customization guide
2024-09-10 07:00:46 +02:00
Grzegorz Sadowski
3eca63e686
Merge branch '1.13' into 1.14
* 1.13:
  [Docs] Fix link in grids customization guide
2024-09-10 07:00:40 +02:00
Magdalena Sadowska
e780b24981 [Docs] Fix link in grids customization guide 2024-09-09 14:37:32 +02:00
Grzegorz Sadowski
d333483655
Merge branch '2.0' into bootstrap-shop
* 2.0:
  Update namespaces to Resource ^1.11 in 2.0
  [CS][DX] Refactor
  [CS][DX] Refactor
  [Maintenance] Update resource changes comparison in the upgrade file
  [Maintenance] Fix LazyOption repository template covariants
  [Maintenance] Note resource namespaces changes
  [Docs] Update namespaces
  [Maintenance] Update leftover namespaces
  [Maintenance] Fix translations' duplicated validation
  [Maintenance] Fix static analysis
  [Maintenance] Update resource models FQCNs
  [Maintenance] Update FactoryInterface FQCN
  [Maintenance] Update RepositoryInterface FQCN
  [Maintenance] Bumped Sylius resource packages to ^1.11
2024-09-09 08:34:56 +02:00
Jan Goralski
2e1c7663d8
[Docs] Update namespaces 2024-09-06 13:09:26 +02:00
Grzegorz Sadowski
7cc490944e
[Shop] Move base layout to shared/layout directory 2024-07-10 07:17:44 +02:00
Grzegorz Sadowski
3eb5663126
[Shop] Introduce Twig Hooks for base layout page 2024-07-09 12:27:24 +02:00
Grzegorz Sadowski
3179ddf03e
minor #16475 Update repository.rst (zairigimad)
This PR was merged into the 1.13 branch.

Discussion
----------

fix typo

| Q               | A
|-----------------|-----
| Branch?         | 1.12, 1.13, 1.14 or 2.0 <!-- 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 or 1.13 branches
 - 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
-------

cfcbd05dec Update repository.rst
2024-07-02 10:06:03 +02:00
Grzegorz Sadowski
e23b11a587
minor #16474 Update model.rst (zairigimad)
This PR was merged into the 1.13 branch.

Discussion
----------

fix typo

| Q               | A
|-----------------|-----
| Branch?         | 1.12, 1.13, 1.14 or 2.0 <!-- 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 or 1.13 branches
 - 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
-------

74a900caa8 Update model.rst
2024-07-02 10:05:40 +02:00
Zairig Imad
cfcbd05dec
Update repository.rst
fix typo
2024-06-26 18:39:38 +01:00
Zairig Imad
74a900caa8
Update model.rst
fix typo
2024-06-26 18:34:10 +01:00
Magdalena Sadowska
9cdd995464 [Docs] Add a link to the database schema 2024-06-23 21:39:20 +02:00
Jan Góralski
c08f0a6fd6
[UPMERGE] 1.12 -> 1.13 (#15691)
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 
git merge upstream/1.13 --no-commit
```

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
change the commit title to
```
Resolve conflicts between 1.12 and 1.13
```
2024-01-03 15:00:47 +01:00
Zairig Imad
fe559b3b24
Fix Typo fixtures.rst 2023-12-29 18:21:34 +01:00
Jacob Tobiasz
fb3d9e0782
Merge branch 1.12 into 1.13
* 1.12:
  Avoid double label translation
  Replace http with https
  Replace http with https
  Replace Doctrine Persistence Object Manager API docs URL to another reference in the docs, since the former was removed (see https://twitter.com/doctrineproject/status/1116080889996431362)
  fix Symfony XML schema namespace
  Update spreecommerce adjustments docs URL
  fix Symfony XML schema namespace
  Replace Doctrine ORM Query Builder API docs URL to another reference in the docs, since the former was removed (see https://twitter.com/doctrineproject/status/1116080889996431362)
  Update spreecommerce inventory docs URL
  Update spreecommerce adjustments docs URL
  Update spreecommerce products docs URL
  Update spreecommerce taxonomies and taxons user docs URL
  Replace dead Payum URL with its GitHub repo URL
  Remove references to api.sylius.com which was shut down
  remove dead link to codebetter.com
  fix message of the length constraint on email
2023-05-02 10:20:30 +02:00
Victor Vasiloi
6c82e6f8d0
Replace Doctrine ORM Query Builder API docs URL to another reference in the docs, since the former was removed (see https://twitter.com/doctrineproject/status/1116080889996431362) 2023-05-01 11:04:17 +02:00
Victor Vasiloi
c25fedc788
Replace http with https 2023-05-01 11:04:17 +02:00
Jakub Tobiasz
8da39e7051
docs #13440 Add documentation for non-labeled actions (loic425)
This PR was merged into the 1.13 branch.

Discussion
----------

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



Commits
-------

c3a36e9b6c Add documentation for non-labeled actions
730ee59cc7 Apply suggestions from code review

Co-authored-by: Magdalena Sadowska <bannanowa@gmail.com>
c7349d3198 Fix labeled
2023-02-03 15:41:29 +01:00
Grzegorz Sadowski
a38f200447
Merge branch '1.11' into 1.12
* 1.11:
  Use tokenValue instead of id
  [Hot-fix] Conflict with the newest AP that changes a Customer->User response
  small PR fix
  [DOCS] Add info about mailer in installation doc
  Using the new template namespace syntax in the doc
2022-10-14 11:44:11 +02:00
mamazu
3b90d7942f
Using the new template namespace syntax in the doc 2022-10-04 10:46:53 +02:00
Kevin Kaniaburka
da58b06d0b
[Docs] Refactor example Context Provider 2022-09-30 08:06:13 +02:00
Grzegorz Sadowski
afa5e4810e
refactor #14333 [Docs] Remove migrating to webpack page from docs (jakubtobiasz)
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.11 branch
 - Features and deprecations must be submitted against the 1.12 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
-->
Initially, I was planning to make a bigger section about our changes in frontend but I think the section from the `UPGRADE` file is more than enough (ref https://github.com/Sylius/Sylius/pull/14330).

Commits
-------

02d6a7b050 Remove migrating to webpack page from docs
8af27a6e6b Update documentation about Frontend
2022-09-29 14:33:00 +02:00
Jakub Tobiasz
8af27a6e6b
Update documentation about Frontend 2022-09-29 14:22:47 +02:00
Kevin Kaniaburka
0ff9022294
[Docs] Add Context Providers to the template customization guide 2022-09-28 09:39:54 +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
Grzegorz Sadowski
87bbb18e15
Update docs/customization/api/customizing_endpoints_using_yaml.rst 2022-05-11 08:30:23 +02:00
SirDomin
6e237a0e9a
[Docs] fix typo 2022-05-10 09:40:06 +02:00
SirDomin
bc3ba49f66
[Docs] add info about subresources 2022-05-10 08:58:13 +02:00
Loïc Frémont
c7349d3198 Fix labeled 2022-03-22 14:23:58 +01:00
Loïc Frémont
730ee59cc7 Apply suggestions from code review
Co-authored-by: Magdalena Sadowska <bannanowa@gmail.com>
2022-03-22 14:23:58 +01:00
Loïc Frémont
c3a36e9b6c Add documentation for non-labeled actions 2022-03-22 14:23:58 +01:00
Łukasz Chruściel
1a8a90918d
Merge branch '1.10' into 1.11
* 1.10:
  [Docs] Mention autoconfiguration case when extending the form
2022-02-03 09:30:25 +01:00
Mateusz Zalewski
376318dcea
[Docs] Mention autoconfiguration case when extending the form 2022-01-28 14:05:36 +01:00
Łukasz Chruściel
15c08f4e86
Merge branch '1.10' into 1.11
* 1.10:
  Fixing the json entries in the documentation
  Fixing the documentation (1.10)
2022-01-27 11:13:44 +01:00
mamazu
5100081b08
Fixing the documentation (1.10) 2022-01-26 23:48:27 +01:00
mamazu
ddc65335e6
Improving the documentation
* Using the correct syntax highlighting language (eg. using twig instead of html)
* Fixing the indentation of one of the curl calls
* Using the correct comments (// in yaml is not a valid comment)
2022-01-24 15:06:39 +01:00
Mateusz Zalewski
56e52c8219
Merge branch '1.10'
* 1.10:
  Minimize number of build for packages
  [Maintenance] Conflict with Symfony ^6.0
  [Minor] Fix CONFLICT.md lining
  feature #13339 Add Support for Symfony 5.4 (AdamKasp)
  [Maintanance] add conflict
  Corrections for adding a field to the response
2021-12-07 08:53:51 +01:00
Joost van Driel
8555cf5ea3
Corrections for adding a field to the response
I was implementing my own ProductNormalizer and found some issues in the docs:

1. The example used the NormalizerAwareTrait, but for autowiring constructor injection might be easier.
2. It was not clear in the example which service I had to inject for the normalizer, turns out it was `@api_platform.serializer.normalizer.item`
3. The example referenced a `defaultProductVariantResolver`, but that property did not exist, so I added it.
2021-11-19 15:56:13 +01:00
CoderMaggie
49df382f09
Merge branch '1.10'
* 1.10:
  BUGFIX: #12859 Fix link to ResourceController in documentation
  Update ElasticSearch correct Plugin
2021-10-25 23:57:40 +02:00
CoderMaggie
1281f8e269
Merge branch '1.9' into 1.10
* 1.9:
  BUGFIX: #12859 Fix link to ResourceController in documentation
2021-10-25 23:57:27 +02:00
Christiane Helmchen
dedb5624be BUGFIX: #12859 Fix link to ResourceController in documentation 2021-10-22 15:26:04 +02:00
Grzegorz Sadowski
f0d4069c98
Merge branch '1.10'
* 1.10:
  grammar correction
  [docs] typofixes
2021-10-05 07:54:06 +02:00
JT Smith
655b39563c
grammar correction 2021-10-04 23:09:28 +02:00