Commit graph

512 commits

Author SHA1 Message Date
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
Grzegorz Sadowski
95ace8952e
Merge branch '1.10' into 1.11
* 1.10:
  change suggested path in refund docs
  [Docs] Altered custom invoice logo path
  [Architecture] Do not double install PHP dependencies
2022-01-20 15:51:31 +01:00
Grzegorz Sadowski
0cc17db720
minor #13520 change suggested path in refund docs (AdamKasp)
This PR was merged into the 1.10 branch.

Discussion
----------

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

images should be in the public catalog.

<!--
 - 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
-------

62a303e1f0 change suggested path in refund docs
2022-01-20 15:50:44 +01:00
Adam Kasperczak
62a303e1f0 change suggested path in refund docs 2022-01-20 13:06:09 +01:00
Rafikooo
87a92d84f8
[Docs] Altered custom invoice logo path 2022-01-20 12:43:37 +01:00
Grzegorz Sadowski
f026b78079
Merge branch '1.10' into 1.11
* 1.10:
  [DOCS] customizing logo in Credit Memo's
  [Docs] How to customize the invoice logo - updated cookbook
2022-01-17 14:50:36 +01:00
Grzegorz Sadowski
f092dfffd7
minor #13423 [Docs] Customizing Credit Memo's logo (TheMilek)
This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.10 <!-- 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 | [PR](https://github.com/Sylius/RefundPlugin/pull/343)
| 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
-------

8d691d4f45 [DOCS] customizing logo in Credit Memo's
2022-01-17 14:50:08 +01:00
TheMilek
8d691d4f45
[DOCS] customizing logo in Credit Memo's 2022-01-17 13:29:45 +01:00
Rafikooo
b56af8d517
[Docs] How to customize the invoice logo - updated cookbook 2022-01-17 13:26:54 +01:00
SirDomin
2a0d6d921f
[Docs] change section to note 2022-01-13 14:31:20 +01:00
SirDomin
2b66deb602
[Docs] fix style 2022-01-12 14:33:22 +01:00
SirDomin
d168928899
[Docs] add info about hardcoded translations 2022-01-12 10:00:59 +01:00
Grzegorz Sadowski
ae22bff905
[Documentation][CatalogPromotion] Adjust docs after removing getType method 2021-12-17 13:42:44 +01:00
Grzegorz Sadowski
84440fd181
[Documentation][CatalogPromotion] Adjust docs after refactor of actions and scopes 2021-12-17 11:13:12 +01:00
Grzegorz Sadowski
1a0faca24c
[CatalogPromotion] Refactor scopes to dynamically set parameter with scope types 2021-12-17 10:50:38 +01:00
Adam Kasperczak
a03f54fe8b
[Docs] catalog promotion labels customization 2021-12-16 11:31:23 +01:00
Grzegorz Sadowski
e45593d16a
[Documentation][CatalogPromotion] Fixes to cookbooks about creating custom action and scope 2021-12-16 10:11:52 +01:00
Grzegorz Sadowski
c4816cdb54
[Documentation][CatalogPromotion] Minor improvements to cookbook about creating a custom scope 2021-12-16 09:06:52 +01:00
Grzegorz Sadowski
08e9a0cb0d
[Documentation][CatalogPromotion] Add cookbook about creating a custom action 2021-12-16 09:06:52 +01:00
Grzegorz Sadowski
56bb6627fc
[CatalogPromotion][Documentation] Update docs after adding a new scope 2021-11-08 10:07:57 +01:00
arti0090
87ef7fd00e Refactor docs from promotion to cart promotion 2021-10-12 10:38:29 +02:00
arti0090
719e5ab84e Add part about admin form 2021-10-11 14:53:41 +02:00
arti0090
058c9ed30a Create the doc about making new CP scope 2021-10-11 07:18:29 +02:00
Mateusz Zalewski
a2bc81251f
Merge branch '1.10'
* 1.10:
  Check if the form is submitted before validation
  Fix codeblock notations, remove commads
  Add yaml configuration examples
2021-09-16 11:35:20 +02:00
Mateusz Zalewski
df2ec63489
Merge branch '1.9' into 1.10
* 1.9:
  Check if the form is submitted before validation
  Fix codeblock notations, remove commads
  Add yaml configuration examples
2021-09-16 11:35:13 +02:00
DennisCodeBuds
d81f3f1e6b
Fix codeblock notations, remove commads 2021-09-09 15:36:34 +02:00
DennisCodeBuds
d81eb2b17b
Add yaml configuration examples
In my projects I tend to use YAML for the configuration files so I thought it might be helpful to others to add configuration examples in the YMAL format
2021-09-07 14:01:10 +02:00
CoderMaggie
8a37e3f5f6
Merge branch '1.10'
* 1.10:
  [Docs][Cookbook] Admin routes prefix - review fixes
  doc for customizing admin routes prefix
2021-09-07 13:27:32 +02:00
CoderMaggie
50b8f7393f
Merge branch '1.9' into 1.10
* 1.9:
  [Docs][Cookbook] Admin routes prefix - review fixes
  doc for customizing admin routes prefix
2021-09-07 13:27:22 +02:00
CoderMaggie
5f2e0575b1
[Docs][Cookbook] Admin routes prefix - review fixes 2021-09-07 13:00:43 +02:00
CoderMaggie
06174e29de
Merge branch '1.10'
* 1.10:
  [Docs] Webpack - Display logo on login page
2021-09-06 21:44:06 +02:00
CoderMaggie
32d947a780
Merge branch '1.9' into 1.10
* 1.9:
  [Docs] Webpack - Display logo on login page
2021-09-06 21:43:47 +02:00
Magdalena Sadowska
76330d6e2f
bug #12849 [Docs] Webpack - Display logo on login page (Jibbarth)
This PR was merged into the 1.9 branch.

Discussion
----------

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

Hello 👋,

While following webpack tutorial, I noticed that there is no logo on Admin Login page. 
By overriding the template `Security/_content.html.twig`, we could change logo path to use one provided by webpack instead one build with gulp. 

I targetted 1.9 branch, tell me if I should change to master or 1.10. 



Commits
-------

d8c636fb14 [Docs] Webpack - Display logo on login page
2021-09-06 21:43:20 +02:00
CoderMaggie
fd7e4fd0d0
Merge branch '1.10'
* 1.10:
  [Docs][Cookbook][Webpack] Fixes mentioned in PR description
  logo path corrected
2021-09-06 21:37:43 +02:00
CoderMaggie
e1d66ce87e
Merge branch '1.9' into 1.10
* 1.9:
  [Docs][Cookbook][Webpack] Fixes mentioned in PR description
  logo path corrected
2021-09-06 21:36:19 +02:00
CoderMaggie
7166bc509b
[Docs][Cookbook][Webpack] Fixes mentioned in PR description 2021-09-06 12:19:11 +02:00
Julien
f8e4fb0c70
logo path corrected
I wrote the path I have with the 1.8
2021-09-06 12:11:24 +02:00
Łukasz Chruściel
ae4a870282
[Bug] Fix default sylius config file path in Sylius master branch 2021-08-27 16:05:24 +02:00
Łukasz Chruściel
7d1712a7cb
Merge branch '1.10'
* 1.10:
  Remove security.yaml change when disabling localized URLs
  [Docs][Book][Architecture] E-mails - update template paths
  [Doc] Add contact email
2021-08-26 12:46:39 +02:00
Łukasz Chruściel
e971abd3f2
Merge branch '1.9' into 1.10
* 1.9:
  Remove security.yaml change when disabling localized URLs
  [Docs][Book][Architecture] E-mails - update template paths
  [Doc] Add contact email
2021-08-26 12:46:18 +02:00
Maxime Huran
c208f80c61
Remove security.yaml change when disabling localized URLs
I think we don't need to change the actual `sylius.security.shop_regex`.
2021-08-26 11:47:09 +02:00
Grzegorz Sadowski
402fc2ca60
Merge branch '1.10'
* 1.10:
  [Documentation] Move invoice cookbooks to payments section
2021-08-19 07:33:53 +02:00
Grzegorz Sadowski
ad893277a5
Merge branch '1.9' into 1.10
* 1.9:
  [Documentation] Move invoice cookbooks to payments section
2021-08-19 07:33:50 +02:00
Grzegorz Sadowski
831611aede
[Documentation] Move invoice cookbooks to payments section 2021-08-19 07:23:36 +02:00
Grzegorz Sadowski
8e0898ee54
Merge branch '1.9' into 1.10
* 1.9:
  Update docs/cookbook/invoices/generating-invoice-after-payment.rst
  Fixes to lists
  [DOCS] Generating invoice after payment
  Fix to ordered list
  [API] Fix formating for list in invoice cookbook
  [DOCS] How to modify invoices'
2021-08-17 10:24:59 +02:00
arti0090
9d7877b92f
Update docs/cookbook/invoices/generating-invoice-after-payment.rst
Co-authored-by: Grzegorz Sadowski <sadowskigp@gmail.com>
2021-08-17 10:23:52 +02:00
arti0090
24f4f6e73a
Fixes to lists 2021-08-17 10:23:19 +02:00
arti0090
011aca3f89
[DOCS] Generating invoice after payment 2021-08-17 10:22:51 +02:00
arti0090
6779141e28
Fix to ordered list 2021-08-17 10:22:32 +02:00