Commit graph

32979 commits

Author SHA1 Message Date
Jacob Tobiasz
a4ced77ac5
Add passing form to the form-related hooks to make sure the form_theme is applied 2024-04-30 12:17:47 +02:00
Jacob Tobiasz
bad4d6353f
Remove debugging left-overs 2024-04-30 12:15:40 +02:00
Jacob Tobiasz
e964f5cfe0
Try to stabilize scenarios checking notifications 2024-04-29 20:24:33 +02:00
Jacob Tobiasz
5199283cf5
Remove the parentMainHook and parentFallbackHook props 2024-04-29 19:36:35 +02:00
Jacob Tobiasz
9738134a60
Replace get_hookable_* twig functions with hookable_metadata.* 2024-04-29 17:35:59 +02:00
Jacob Tobiasz
f25a8bdaa6
Fix minor errors causing failing Behat scenarios 2024-04-29 17:03:43 +02:00
Jacob Tobiasz
5db9ca8aef
Replace the old HookableComponentTrait with the new HookableLiveComponentTrait 2024-04-29 12:14:23 +02:00
Jacob Tobiasz
563b1db139
Remove left-overs after the old Twig Hooks implementation 2024-04-29 11:09:18 +02:00
Jacob Tobiasz
e913e9e254
Start using Twig Hooks autoprefixing in the Product Variant related templates 2024-04-29 11:09:18 +02:00
Jacob Tobiasz
367b17cf3d
Prepare for renaming shared twig hooks to common twig hooks 2024-04-29 11:09:18 +02:00
Jacob Tobiasz
eb8d2176c4
Temporarily set the twig-hooks package version constraint to dev-main 2024-04-29 11:09:18 +02:00
Jacob Tobiasz
fabd87f24e
Start using Twig Hooks autoprefixing in the Product templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
b2db5b8d5f
Start using Twig Hooks autoprefixing in the Order templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
57f2081f77
Start using Twig Hooks autoprefixing in the Tax Rate templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
a550b8d4ef
Start using Twig Hooks autoprefixing in the Taxon templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
5814a2f18f
Start using Twig Hooks autoprefixing in the Promotion templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
930f38714f
Start using Twig Hooks autoprefixing in the Product Variant templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
62f5a336c3
Start using Twig Hooks autoprefixing in the Product Association Type templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
c25f053eaf
Start using Twig Hooks autoprefixing in the Inventory templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
5429d39e35
Clean up the Dashboard templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
991eb4b73a
Start using Twig Hooks autoprefixing in the Customer templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
f1551b1b82
Start using Twig Hooks autoprefixing in the Country templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
5461ad1200
Start using Twig Hooks autoprefixing in the Channel templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
e9758c02e0
Fix the dashboard view 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
019719e45b
Start using Twig Hooks autoprefixing in the Catalog Promotion templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
9dd1ce3c2b
Start using Twig Hooks autoprefixing in the Admin User templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
e286f8cb99
Start using Twig Hooks autoprefixing in the Dashboard templates 2024-04-25 17:56:25 +02:00
Jacob Tobiasz
4e73cf38b9
Adjust the configuration to the new Twig Hooks version 2024-04-25 17:56:25 +02:00
Grzegorz Sadowski
d5d1af791f
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  Change application's version to v1.13.1-dev
  Generate changelog for v1.13.0
  Change application's version to v1.13.0
  Change application's version to v1.12.16-dev
  Generate changelog for v1.12.15
  Change application's version to v1.12.15
  [Bunnyshell] Bump default node version to 20
  Fix setup command locale parameter update
  [Maintenance][Configuration] Deprecate unused `options` configuration nodes
  [DX][Checkout][ShippingMethod] Dispatch new ui events
  [Checkout][PaymentMethod] Extract description and inject it via the new event
  [Checkout][PaymentMethod] Dispatch ui event to allow customize every choice in payment method selection
2024-04-25 09:01:06 +02:00
Wojdylak
1f24328db0 [Admin][Product] Rename GenerateVariantsFormComponent to GenerateProductVariantsFormComponent 2024-04-25 06:55:59 +02:00
Wojdylak
534361afb9 [Admin][Product] Rename name of GenerateVariantsFormComponent 2024-04-25 06:55:59 +02:00
Wojdylak
846a61a79a [Admin][Product] Delete button to remove existing product variants 2024-04-25 06:55:59 +02:00
Wojdylak
7c27349a0e [Admin][Product] Add generate button on product variant index page 2024-04-25 06:55:59 +02:00
Wojdylak
119d0eeb45 [Admin][Product][GenerationVariants] Enable behat test 2024-04-25 06:55:59 +02:00
Wojdylak
ea141f7362 [Admin][Product] Change place of product_generate_variants route 2024-04-25 06:55:59 +02:00
Wojdylak
15db4a4f78 [Admin][Product] Add page to generate variants 2024-04-25 06:55:59 +02:00
Kamil Grygierzec
ec66faef46
[Admin][CatalogPromotion] Remove duplicate AddButtonType (#16169)
| Q | A |

|-----------------|--------------------------------------------------------------|
| Branch?         | bootstrap-admin-panel
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | N/A
| License         | MIT
2024-04-24 15:11:59 +02:00
Kamil Grygierzec
17d90b8b55
Add bulk delete script (#16149) 2024-04-24 14:49:29 +02:00
kulczy
a893a453bb Add bulk delete script 2024-04-24 12:20:19 +02:00
Rafał Jaskulski
d3ec448c00
[Bunnyshell] Bump default node version to 20 (#16170)
| Q | A |

|-----------------|--------------------------------------------------------------|
| Branch?         | 2.0|
| 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
-->
2024-04-23 14:36:21 +02:00
Karol
436d16b3f1
[Admin][Payments] Payments index with filters and sorting (#16164)
| Q | A |

|-----------------|--------------------------------------------------------------|
| Branch?         | bootstrap-admin-panel                  |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations?   | no |
| Related tickets | n/a                     |
| License | MIT |
2024-04-23 13:10:11 +02:00
Grzegorz Sadowski
f1df985817
Merge branch '1.13' into 2.0
* 1.13:
  Change application's version to v1.13.1-dev
  Generate changelog for v1.13.0
  Change application's version to v1.13.0
2024-04-23 12:54:15 +02:00
Grzegorz Sadowski
fb80a1337c
Change application's version to v1.13.1-dev 2024-04-23 12:52:01 +02:00
Grzegorz Sadowski
c8799bea63
Generate changelog for v1.13.0 2024-04-23 12:48:12 +02:00
Grzegorz Sadowski
d1edb432c7
Change application's version to v1.13.0 2024-04-23 12:46:00 +02:00
Grzegorz Sadowski
c2435c15e6
Merge branch '1.13' into 2.0
* 1.13:
  Change application's version to v1.12.16-dev
  Generate changelog for v1.12.15
  Change application's version to v1.12.15
  Fix setup command locale parameter update
  [Maintenance][Configuration] Deprecate unused `options` configuration nodes
  [DX][Checkout][ShippingMethod] Dispatch new ui events
  [Checkout][PaymentMethod] Extract description and inject it via the new event
  [Checkout][PaymentMethod] Dispatch ui event to allow customize every choice in payment method selection
2024-04-23 12:40:11 +02:00
Grzegorz Sadowski
b290f42cea
Merge branch '1.12' into 1.13
* 1.12:
  Change application's version to v1.12.16-dev
  Generate changelog for v1.12.15
  Change application's version to v1.12.15
2024-04-23 12:39:21 +02:00
Grzegorz Sadowski
e66acbd002
Change application's version to v1.12.16-dev 2024-04-23 12:37:10 +02:00
Grzegorz Sadowski
ee77b2b054
Generate changelog for v1.12.15 2024-04-23 12:35:05 +02:00
Grzegorz Sadowski
da27d825d4
Change application's version to v1.12.15 2024-04-23 12:32:19 +02:00