Grzegorz Sadowski
7a28e701fa
Refactor Upgrade file for 2.0 ( #17448 )
...
| Q | A
|-----------------|-----
| Branch? | 2.0 <!-- see the comment below -->
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| 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-11-10 15:12:11 +01:00
Grzegorz Sadowski
844628fbdd
Minor improvements in UPGRADE-2.0 file
2024-11-10 15:10:49 +01:00
Kamil Grygierzec
699b80a930
Review fixes
2024-11-10 15:05:45 +01:00
Kamil Grygierzec
81fd7e26d2
Refactor the Upgrade file a bit, add missing data
2024-11-10 15:05:45 +01:00
Rafikooo
03fc0f95bf
[Upgrade] Add initial part
2024-11-10 15:05:44 +01:00
Grzegorz Sadowski
692b1567d2
[PaymentRequest] Fix Payum payment request ( #17446 )
...
| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | none
| License | MIT
2024-11-10 14:46:36 +01:00
Grzegorz Sadowski
49bcf53f7b
[UI] Reduce the margin on the product show page ( #17454 )
...
<img width="734" alt="Zrzut ekranu 2024-11-8 o 15 29 28"
src="https://github.com/user-attachments/assets/717ab773-10bd-46c6-a8ac-f145cee94eac ">
2024-11-10 14:32:26 +01:00
Grzegorz Sadowski
29136a3750
Fixtures cleanups ( #17455 )
2024-11-10 14:31:33 +01:00
Grzegorz Sadowski
b5b60b5602
[DOCUMENTATION] Synchronize 2.0-docs -> 2.0 ( #17457 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-11-10 14:30:54 +01:00
Francis Hilaire
3d5a364b7d
Fix ecs
2024-11-09 15:16:07 +01:00
Francis Hilaire
39b119cf21
Remove priority but decorates the offline actions command provider
2024-11-09 15:06:25 +01:00
Francis Hilaire
9f19a7db17
Refactor some scenario to handle Payum and non Payum scenarios
2024-11-09 14:01:51 +01:00
Francis Hilaire
aed8bcbf7c
Add required status action handling
2024-11-09 14:01:15 +01:00
Francis Hilaire
1601b57eb3
Remove Payum specific environment
2024-11-09 13:59:35 +01:00
Francis Hilaire
a4e5753c39
Remove payum env by using usePayum field
2024-11-09 13:56:31 +01:00
Francis Hilaire
28a7c293e7
Make PayumBundle command provider running before PaymentBundle one
2024-11-09 13:55:56 +01:00
kulczy
814a46b4c6
[Fixtures] Remove incorrect cap photo
2024-11-08 16:06:13 +01:00
kulczy
8b0c3006cb
[Fixtures] Refresh user avatars
2024-11-08 16:02:24 +01:00
kulczy
1c770f3185
[Fixtures] Remove old unused photos
2024-11-08 15:37:04 +01:00
kulczy
5741dd176c
[UI] Reduce the margin on the product show page
2024-11-08 15:30:51 +01:00
Grzegorz Sadowski
3d2307ee1b
Add Sylius logo for mails ( #17453 )
...
<img width="771" alt="Zrzut ekranu 2024-11-8 o 15 14 27"
src="https://github.com/user-attachments/assets/9333c974-c585-4b30-8781-b79912f6c937 ">
2024-11-08 15:22:40 +01:00
Grzegorz Sadowski
5b257aed26
[UI] Add missing asterix ( #17452 )
...
<img width="771" alt="Zrzut ekranu 2024-11-8 o 14 22 35"
src="https://github.com/user-attachments/assets/a92bd5a9-6b63-4828-8ad6-cc9125c1e2a1 ">
2024-11-08 15:21:19 +01:00
Grzegorz Sadowski
d2911d0d54
Fix mobile product attributes form ( #17451 )
...

2024-11-08 15:20:16 +01:00
Grzegorz Sadowski
0a33f38dde
Fix missing taxon header ( #17449 )
...

2024-11-08 15:19:42 +01:00
kulczy
152b037aac
Fix mobile shipping methods form ( #17447 )
...

2024-11-08 15:17:11 +01:00
kulczy
9ca9c56295
Add Sylius logo for e-mails
2024-11-08 15:15:20 +01:00
kulczy
be1cf1bb04
Fix missing payment request breadcrumb ( #17450 )
...

2024-11-08 14:25:58 +01:00
kulczy
9fc40f30d2
[UI] Add missing asterix
2024-11-08 14:23:14 +01:00
Bartłomiej Sęk
d1ff03effc
Fix mobile product attributes form
2024-11-08 14:12:36 +01:00
Bartłomiej Sęk
cf20967701
Fix missing payment request breadcrumb
2024-11-08 14:04:22 +01:00
Michał Pysiak
df6cf807a0
[Admin] Fix deleting customer account ( #17445 )
...
| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes https://github.com/Sylius/Sylius/issues/17443
| License | MIT
Now, after deleting the customer account, we are properly redirected to
the customer show page with a flash:
<img width="1657" alt="image"
src="https://github.com/user-attachments/assets/08c8b9ec-e061-40cb-b122-7a5ebe06e445 ">
<!--
- 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-11-08 13:55:34 +01:00
Bartłomiej Sęk
e890f9c302
Fix missing taxon header
2024-11-08 13:45:55 +01:00
Bartłomiej Sęk
1b2b128437
Fix mobile shipping methods form
2024-11-08 13:26:48 +01:00
Francis Hilaire
11a6cbeda2
Add a way to choose not to use Payum
2024-11-08 12:51:21 +01:00
Grzegorz Sadowski
38b2de2de9
[UI] Add top margin to flash messages ( #17444 )
...
<img width="1539" alt="Zrzut ekranu 2024-11-8 o 11 43 50"
src="https://github.com/user-attachments/assets/3c018a67-8456-400c-86fe-9167ca86c457 ">
2024-11-08 12:31:24 +01:00
Grzegorz Sadowski
bcb3428ed3
SYL-4118: Mobile UI fixes in admin panel ( #17442 )
...

2024-11-08 12:28:36 +01:00
Francis Hilaire
2d6bd1d143
Scope the command provider to Payum only supported payment method
2024-11-08 12:19:53 +01:00
Francis Hilaire
58354e0bee
Fix controller definition
2024-11-08 12:18:43 +01:00
Grzegorz Sadowski
c9d5ed275b
[Admin] Fix deleting customer account
2024-11-08 12:18:37 +01:00
kulczy
2afa6207cb
[UI] Add top margin to flash messages
2024-11-08 11:47:54 +01:00
bartek-sek
f334b8f6f0
Merge branch 'Sylius:2.0' into SYL-4118/mobile-ui-fixes
2024-11-08 10:06:46 +01:00
Bartłomiej Sęk
71c10b832a
Fix mobile order header in admin panel
2024-11-08 08:31:18 +01:00
Bartłomiej Sęk
a9e5de508d
Fix order payments and shipments tables in admin panel
2024-11-08 08:26:44 +01:00
Grzegorz Sadowski
ee99e43986
Remove Obsolete Catalog Promotions Validation ADR ( #17437 )
...
| Q | A
|-----------------|-----
| Branch? | 2.0 <!-- see the comment below -->
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md
file -->
| License | MIT
This ADR is no longer valid, as we have switched to using standard
Symfony validation constraints.
2024-11-08 07:39:07 +01:00
Grzegorz Sadowski
2ffd8c1147
[DOCUMENTATION] Synchronize 2.0-docs -> 2.0 ( #17441 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
2024-11-08 07:21:36 +01:00
Grzegorz Sadowski
53a304ef05
Merge branch '2.0' into 2.0-docs
...
* 2.0:
[CS][DX] Refactor
Change homepage banner
[Fixtures] Add woman's jeans
[Fixtures] Add men's jeans
[Fixtures] Add caps
[Fixtures] Add men's t-shirts
[Fixtures] Add women's t-shirts
[Fixtures] Add dresses
Change application's version to v2.0.0-DEV
Generate changelog for v2.0.0-RC.1
Change application's version to v2.0.0-RC.1
2024-11-08 07:19:51 +01:00
Grzegorz Sadowski
c4f34ae40a
New fixtures ( #17355 )
...

<img width="1298" alt="Zrzut ekranu 2024-10-28 o 14 32 51"
src="https://github.com/user-attachments/assets/37cbc658-c0bb-4570-9f1f-16e0808b06fe ">
<img width="1298" alt="Zrzut ekranu 2024-10-28 o 14 34 06"
src="https://github.com/user-attachments/assets/7472ced4-2411-4551-bbc4-b0f1ea2051c9 ">
2024-11-08 06:58:38 +01:00
Michał Pysiak
ee5e822767
[CS][DX] Refactor ( #17439 )
...
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-11-08 06:06:48 +01:00
Sylius Bot
74f14c068d
[CS][DX] Refactor
2024-11-08 02:25:01 +00:00
Rafikooo
6613b088b4
Remove obsolete catalog promotions validation adr
2024-11-08 02:20:36 +01:00