Commit graph

34302 commits

Author SHA1 Message Date
Kamil Grygierzec
3b4a503f5e
Fix bunnyshell on bootstrap shop branch 2024-08-16 09:55:16 +02:00
Rafał Jaskulski
df4bb4899c
[UPMERGE] 2.0 -> bootstrap-shop (#16726)
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 <this-pr-number>
git merge upstream/bootstrap-shop -m "Resolve conflicts between 2.0 and bootstrap-shop"
```

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
push the changes to this PR.
2024-08-16 04:52:10 +02:00
Rafał Jaskulski
5caab12626
[UPMERGE] 1.14 -> 2.0 (#16721)
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 <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

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
push the changes to this PR.
2024-08-16 03:55:23 +02:00
Rafikooo
cc771f1a9a
Resolve conflicts between 1.14 and 2.0 2024-08-16 03:06:43 +02:00
Rafał Jaskulski
b11d0dd22b
[UPMERGE] 2.0 -> bootstrap-shop (#16722)
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 <this-pr-number>
git merge upstream/bootstrap-shop -m "Resolve conflicts between 2.0 and bootstrap-shop"
```

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
push the changes to this PR.
2024-08-16 02:23:00 +02:00
Jan Góralski
fe0b27b849
minor #16716 Fixing ci after upmerge (Wojdylak)
This PR was merged into the 2.0 branch.

Discussion
----------

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


Commits
-------
  Fix ci after upmerge
  Minor improvement
2024-08-15 13:45:03 +02:00
Jan Góralski
f6a3f43620
minor #16715 [Admin] Fix resending order confirmation emails (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

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


Commits
-------
  [Admin] Fix resending order confirmation emails
2024-08-15 13:24:33 +02:00
Wojdylak
98da6bd295
Minor improvement 2024-08-15 13:09:10 +02:00
Wojdylak
8ccb30b300
Fix ci after upmerge 2024-08-15 13:02:17 +02:00
Wojdylak
82f4e63b10
[Admin] Fix resending order confirmation emails 2024-08-15 12:41:10 +02:00
Rafał Jaskulski
20677669b3
Enable live components on bootstrap shop (#16709)
| Q               | A
|-----------------|-----
| Branch?         | bootstrap-shop
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - 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
-->
2024-08-14 13:43:42 +02:00
Karol
573066d5d0
Fix missing template (#16706)
| Q               | A
|-----------------|-----
| Branch?         | bootstrap-shop
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - 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
-->

Fixes error on products with associations
2024-08-14 13:30:02 +02:00
Michał Pysiak
e582642c39
Enable live components on bootstrap shop 2024-08-14 13:17:37 +02:00
Michał Pysiak
9f2a8bcea2
Fix missing template 2024-08-14 08:57:38 +02:00
Grzegorz Sadowski
01090f6f36
Merge branch '1.14' into 2.0
* 1.14:
  Fix builds after referrers refactor
  Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change
  [Maintenance] Less referrer usage in static redirects
2024-08-14 06:45:19 +02:00
Grzegorz Sadowski
028715d748
refactor #16703 [Maintenance] Less referrer usage in static redirects (NoResponseMate, GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

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

We are changing the referrers to static routes where appropriate to make the code more streamlined and predictable.

Commits
-------

dc61d08b21 [Maintenance] Less referrer usage in static redirects
c2fe0de635 Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change
30268e3b99 Fix builds after referrers refactor
2024-08-14 06:32:56 +02:00
Grzegorz Sadowski
30268e3b99
Fix builds after referrers refactor 2024-08-13 14:40:23 +02:00
Grzegorz Sadowski
c2fe0de635
Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change 2024-08-13 13:05:21 +02:00
Jan Goralski
dc61d08b21
[Maintenance] Less referrer usage in static redirects 2024-08-13 12:50:47 +02:00
Grzegorz Sadowski
586e2d36f4
Merge branch '2.0' into bootstrap-shop
* 2.0:
  [API] Fix translation.name filters
  [Core] Fix #16603 SyliusCollector do not display API tag properly
  [Documentation] Update the dates on the release cycle page
2024-08-12 11:35:16 +02:00
Grzegorz Sadowski
08677c7eb7
Merge branch '1.14' into 2.0
* 1.14:
  [API] Fix translation.name filters
  [Core] Fix #16603 SyliusCollector do not display API tag properly
  [Documentation] Update the dates on the release cycle page
2024-08-12 11:10:29 +02:00
Grzegorz Sadowski
cc099118cd
Merge branch '1.13' into 1.14
* 1.13:
  [API] Fix translation.name filters
  [Documentation] Update the dates on the release cycle page
2024-08-12 11:10:25 +02:00
Karol
78c0e1baa5
minor #16697 [API] Fix translation.name filters (NoResponseMate)
This PR was merged into the 1.13 branch.

Discussion
----------

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


Commits
-------
  [API] Fix translation.name filters
2024-08-12 11:08:56 +02:00
Jan Goralski
ff62510826
[API] Fix translation.name filters 2024-08-09 15:25:38 +02:00
Jan Góralski
b795031ae9
minor #16678 Implement hooks for account password change (bartek-sek)
This PR was merged into the bootstrap-shop branch.

Discussion
----------



Commits
-------
  Implement hooks for account password change
2024-08-08 12:47:18 +02:00
Jan Góralski
a88b0d680f
minor #16636 Implement hooks for checkout (kulczy)
This PR was merged into the bootstrap-shop branch.

Discussion
----------



Commits
-------
  Implement hooks for checkout
  Minor checkout hooks fixes
  Remove old checkout events
  Address form refactor
2024-08-08 12:25:34 +02:00
Jan Góralski
af8522f7f0
minor #16677 Implement hooks for account profile update (bartek-sek)
This PR was merged into the bootstrap-shop branch.

Discussion
----------



Commits
-------
  Implement hooks for account profile update
2024-08-08 10:54:23 +02:00
Jan Góralski
93878b5a7e
minor #16606 Implement twig hooks into cart page and widget (kulczy)
This PR was merged into the bootstrap-shop branch.

Discussion
----------

- temporary i moved cart button and offcanvas renderer into shared folder - i think it should be change into live component

Commits
-------
  Implement twig hooks into cart page and widget
  Minor cart hooks fixes
2024-08-08 10:48:20 +02:00
Karol
172bb7dc69
Register page hooks (#16669) 2024-08-08 08:19:16 +02:00
Karol
0743575e0e
[UPMERGE] 2.0 -> bootstrap-shop (#16686)
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 <this-pr-number>
git merge upstream/bootstrap-shop -m "Resolve conflicts between 2.0 and bootstrap-shop"
```

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
push the changes to this PR.
2024-08-08 08:07:38 +02:00
Karol
22c573d6e3
[UPMERGE] 1.13 -> 1.14 (#16687)
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 <this-pr-number>
git merge upstream/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

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
push the changes to this PR.
2024-08-08 08:07:24 +02:00
Karol
f7854f5f12
[Documentation] Update the dates on the release cycle page (#16685)
| Q               | A
|-----------------|-----
| Branch?         | 1.13
| 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 better reflect the current projections for 2.0 and, at
the same time, extend support for 1.13 to overlap with 1.14 for at least
a few months.
2024-08-08 08:01:32 +02:00
Bartłomiej Sęk
71a6c3aa20 Fix review list on product page, separate review content 2024-08-08 07:26:48 +02:00
Bartłomiej Sęk
84314144bd Implement twig hooks for product reviews page 2024-08-08 07:26:48 +02:00
kulczy
3068711765 Minor cart hooks fixes 2024-08-07 16:15:58 +02:00
Aymeric LAFONTAINE
f929c6c5c3 [Core] Fix #16603 SyliusCollector do not display API tag properly 2024-08-07 16:10:48 +02:00
Jaroslav Týc
67376d447b Fix typo in called assert method
Fix harmless but visually ugly typo in called assert method.
2024-08-07 16:06:30 +02:00
Grzegorz Sadowski
0f8af860c2
[Documentation] Update the dates on the release cycle page 2024-08-07 16:00:41 +02:00
kulczy
20e038b2ca Implement twig hooks into cart page and widget 2024-08-07 14:01:04 +02:00
kulczy
089a90f397 Address form refactor 2024-08-07 13:19:57 +02:00
kulczy
89829a799d Remove old checkout events 2024-08-07 13:19:57 +02:00
kulczy
e283683484 Minor checkout hooks fixes 2024-08-07 13:19:57 +02:00
kulczy
2644b0ce4b Implement hooks for checkout 2024-08-07 13:19:57 +02:00
Bartłomiej Sęk
409c3b4db0 Move register thank_you template to account directory 2024-08-07 11:29:46 +02:00
Bartłomiej Sęk
4841e425db Implement hooks for register thank_you page 2024-08-07 11:29:22 +02:00
Bartłomiej Sęk
981ceec598 Implement hooks for register page 2024-08-07 11:29:22 +02:00
Bartłomiej Sęk
4f49620218 Implement hooks for account password change 2024-08-06 14:46:14 +02:00
Bartłomiej Sęk
1ec41f2d96 Implement hooks for account profile update 2024-08-06 14:45:30 +02:00
Karol
081824e7e8
Disable uncovered UI scenarios in new Bootstrap Shop (#16676)
| Q               | A
|-----------------|-----
| Branch?         | bootstrap-shop
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | after https://github.com/Sylius/Sylius/pull/16627
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - 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
-->
2024-08-06 14:43:07 +02:00
Grzegorz Sadowski
b41a0932dd
Disable uncovered UI scenarios in new Bootstrap Shop 2024-08-06 14:13:04 +02:00