Commit graph

33010 commits

Author SHA1 Message Date
Rafikooo
d0e7521cd1
[Behat] Add scenarios for editing paypal express checkout gateway 2024-04-30 16:29:18 +02:00
Rafikooo
0ba97bcc7d
[Admin] Allow extra fields on PayPal Express Checkout payment method form 2024-04-30 16:29:18 +02:00
Rafikooo
e2bc077918
[Admin] Add missing payment method update hooks 2024-04-30 16:29:18 +02:00
Rafikooo
4dc6181179
[Admin] Improve payment method styling 2024-04-30 16:29:18 +02:00
Rafikooo
3dc269f189
[Behat] Use test attributes in PaymentMethod update page 2024-04-30 16:29:18 +02:00
Rafikooo
060bebeb4d
[Admin] Add payment-method create and update views implementation 2024-04-30 16:29:18 +02:00
Rafikooo
9bf6195fa8
[Behat][UI] Add codestyle improvements in ManagingPaymentMethodsContext class 2024-04-30 16:29:18 +02:00
Rafikooo
1478adcb86
[Behat] Remove todo tags from payment method creation and update scenarios 2024-04-30 16:29:18 +02:00
Jan Góralski
062fb9d76f
minor #16173 Adjust the implementation to the new Twig Hooks version (jakubtobiasz)
This PR was merged into the bootstrap-admin-panel branch.

Discussion
----------



Commits
-------
  Adjust the configuration to the new Twig Hooks version
  Start using Twig Hooks autoprefixing in the Dashboard templates
  Start using Twig Hooks autoprefixing in the Admin User templates
  Start using Twig Hooks autoprefixing in the Catalog Promotion templates
  Fix the dashboard view
  Start using Twig Hooks autoprefixing in the Channel templates
  Start using Twig Hooks autoprefixing in the Country templates
  Start using Twig Hooks autoprefixing in the Customer templates
  Clean up the Dashboard templates
  Start using Twig Hooks autoprefixing in the Inventory templates
  Start using Twig Hooks autoprefixing in the Product Association Type templates
  Start using Twig Hooks autoprefixing in the Product Variant templates
  Start using Twig Hooks autoprefixing in the Promotion templates
  Start using Twig Hooks autoprefixing in the Taxon templates
  Start using Twig Hooks autoprefixing in the Tax Rate templates
  Start using Twig Hooks autoprefixing in the Order templates
  Start using Twig Hooks autoprefixing in the Product templates
  Temporarily set the twig-hooks package version constraint to dev-main
  Prepare for renaming shared twig hooks to common twig hooks
  Start using Twig Hooks autoprefixing in the Product Variant related templates
  Remove left-overs after the old Twig Hooks implementation
  Replace the old `HookableComponentTrait` with the new `HookableLiveComponentTrait`
  Fix minor errors causing failing Behat scenarios
  Replace `get_hookable_*` twig functions with `hookable_metadata.*`
  Remove the parentMainHook and parentFallbackHook props
  Try to stabilize scenarios checking notifications
  Remove debugging left-overs
  Add passing form to the form-related hooks to make sure the form_theme is applied
  Remove redundant Then step
  Fix breadcrumbs on the dashboard index
2024-04-30 16:06:00 +02:00
Jacob Tobiasz
d627142039
Fix breadcrumbs on the dashboard index 2024-04-30 15:46:19 +02:00
Jacob Tobiasz
1c753292d9
Remove redundant Then step 2024-04-30 12:26:17 +02:00
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
Grzegorz Sadowski
d918f53aa0
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  Fix products grid
2024-04-29 12:23:04 +02:00
Grzegorz Sadowski
236d845731
Merge branch '1.14' into 2.0
* 1.14:
  Fix products grid
2024-04-29 12:22:39 +02:00
Grzegorz Sadowski
33869ba956
Merge branch '1.13' into 1.14
* 1.13:
  Fix products grid
2024-04-29 12:22:37 +02:00
Grzegorz Sadowski
00aeb63fb2
Merge branch '1.12' into 1.13
* 1.12:
  Fix products grid
2024-04-29 12:22:33 +02:00
Grzegorz Sadowski
053c49e94f
bug #16190 Fix products grid (kulczy)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #16041 
| License         | MIT

THEN
<img width="1426" alt="Screenshot 2024-04-29 at 11 40 14" src="https://github.com/Sylius/Sylius/assets/15385420/21b47fa6-7f5f-43bb-bff8-ceb656d57a16">

NOW
<img width="1426" alt="Screenshot 2024-04-29 at 11 40 35" src="https://github.com/Sylius/Sylius/assets/15385420/37d76943-dd8a-4b4b-a766-6c1a1fe79665">


Commits
-------

4cf0178464 Fix products grid
2024-04-29 12:22:07 +02:00
Jacob Tobiasz
5db9ca8aef
Replace the old HookableComponentTrait with the new HookableLiveComponentTrait 2024-04-29 12:14:23 +02:00
kulczy
4cf0178464 Fix products grid 2024-04-29 11:51:14 +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
Grzegorz Sadowski
3223ea3a9f
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  [Behat] Use chromedrives in some scenarios
  Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
  Update PR template
  [Documentation] Update release cycle after 1.13 release
  [Maintenance] Use chromedrive in behat tests
  [Maintenance][AbstractStateMachine] Add Sylius logo to readme
2024-04-29 10:57:54 +02:00
Grzegorz Sadowski
8db2501200
Merge branch '1.14' into 2.0
* 1.14:
  [Behat] Use chromedrives in some scenarios
  Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:44:44 +02:00
Grzegorz Sadowski
73fdf8ea29
Merge branch '1.13' into 1.14
* 1.13:
  [Behat] Use chromedrives in some scenarios
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:44:38 +02:00
Grzegorz Sadowski
cd2f28fb2f
Merge branch '1.12' into 1.13
* 1.12:
  [Behat] Use chromedrives in some scenarios
  Update PR template
  [Documentation] Update release cycle after 1.13 release
2024-04-29 10:44:19 +02:00
Rafał Jaskulski
3eb3239818
[Documentation] Update release cycle and PR template (#16179)
| Q | A |

|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12
| 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-27 12:31:41 +02:00
Grzegorz Sadowski
f7ba654f0c
[Behat] Use chromedrives in some scenarios 2024-04-26 21:13:31 +02:00
dependabot[bot]
a066c20907
Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69 (#16184) 2024-04-26 13:52:13 +00:00
dependabot[bot]
f924276c07
Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.43...1.3.69)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 13:14:29 +00:00
Grzegorz Sadowski
783ce8a0c9
Update PR template 2024-04-26 15:10:28 +02:00
Grzegorz Sadowski
b0ec2dcbb4
[Documentation] Update release cycle after 1.13 release 2024-04-26 14:38:50 +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