Commit graph

1261 commits

Author SHA1 Message Date
Francis Hilaire
3a6ad1dafd
Readd ramsey uuid needed for AttributeBundle 2024-08-06 13:38:53 +02:00
Francis Hilaire
475250ca15
Switch to Symfony uid 2024-08-06 13:38:49 +02:00
Francis Hilaire
9acd3b7415
Add Payment request model 2024-08-06 13:04:25 +02:00
Grzegorz Sadowski
51f49a338e
Bump Twig Hooks to 0.3.x 2024-07-09 14:27:46 +02:00
Jacob Tobiasz
8823b74a9e Bump ux-symfony packages minimal version 2024-05-13 15:05:26 +02:00
Grzegorz Sadowski
e694fbd286
Merge branch '2.0' into bootstrap-admin-panel
* 2.0: (25 commits)
  Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
  [Maintenance] Adjust Sylius version on 1.14 branch
  Change application's version to v1.13.2-dev
  Generate changelog for v1.13.1
  Change application's version to v1.13.1
  Change application's version to v1.12.17-dev
  Generate changelog for v1.12.16
  Change application's version to v1.12.16
  [Behat] Minor scenarios improvements
  Fixes after CR
  Test adding similar products
  Test adding new simple product
  Test adding new taxon
  [Behat] Minor scenarios improvements after code review
  [Checkout] Add scenario for preventing from a potential XSS attack
  [AddressBook] Add scenario for preventing from a potential XSS attack
  Use function from UIBundle
  Add sanitizer function to UIBundle
  Add js sanitizeInput function
  Fix product-auto-complete
  ...
2024-05-13 07:51:15 +02:00
Grzegorz Sadowski
8659346e49
Merge branch '1.14' into 2.0
* 1.14:
  Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
  [Maintenance] Adjust Sylius version on 1.14 branch
2024-05-13 07:50:29 +02:00
Grzegorz Sadowski
a3b89100ac
Merge branch '1.13' into 1.14
* 1.13:
  Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
2024-05-13 07:49:02 +02:00
Jacob Tobiasz
58d4cfea69
Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json 2024-05-10 15:52:53 +02:00
Grzegorz Sadowski
a80837e99e
[Maintenance] Adjust Sylius version on 1.14 branch 2024-05-10 12:07:38 +02:00
Grzegorz Sadowski
b260046abb
Merge branch '1.13' into 1.14
* 1.13:
  Change application's version to v1.13.2-dev
  Generate changelog for v1.13.1
  Change application's version to v1.13.1
2024-05-10 10:49:03 +02:00
Grzegorz Sadowski
4244cfc671
Change application's version to v1.13.2-dev 2024-05-10 10:47:39 +02:00
Grzegorz Sadowski
22bc3d9e31
Change application's version to v1.13.1 2024-05-10 10:45:56 +02:00
Grzegorz Sadowski
6154b8cff2
Merge branch '1.13' into 1.14
* 1.13:
  [Behat] Minor scenarios improvements
  Fixes after CR
  Test adding similar products
  Test adding new simple product
  Test adding new taxon
  [Behat] Minor scenarios improvements after code review
  [Checkout] Add scenario for preventing from a potential XSS attack
  [AddressBook] Add scenario for preventing from a potential XSS attack
  Use function from UIBundle
  Add sanitizer function to UIBundle
  Add js sanitizeInput function
  Fix product-auto-complete
  Use function from UIBundle
  Fix potential xss in admin panel
  Add wider support for deprecation contract
  [Maintenance] Remove unnecessary line
  [Maintenance] Update docker docs
2024-05-10 10:28:35 +02:00
Jibé Barth
ac1d727985
Add wider support for deprecation contract 2024-05-08 10:42:29 +02:00
Grzegorz Sadowski
9674c3d83f [Composer] Bump minimal Twig Hooks version to the latest one 2024-05-07 12:21:50 +02:00
Jan Goralski
7732964a01
[Admin][Order] Updated history view styling 2024-05-02 16:24:39 +02:00
Jacob Tobiasz
40439de4db
Bump Sylius Twig Hooks to 0.2.* 2024-05-01 09:50:29 +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
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
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
Jacob Tobiasz
f1551b1b82
Start using Twig Hooks autoprefixing in the Country templates 2024-04-25 17:56:25 +02:00
Grzegorz Sadowski
fb80a1337c
Change application's version to v1.13.1-dev 2024-04-23 12:52:01 +02:00
Grzegorz Sadowski
d1edb432c7
Change application's version to v1.13.0 2024-04-23 12:46:00 +02:00
Jacob Tobiasz
f93669afd8
Match Twig's version to Symfony UX 2024-04-19 19:43:59 +02:00
Jacob Tobiasz
e577e7357e
Bump the minimal Twig version 2024-04-19 19:29:40 +02:00
Jacob Tobiasz
256ada7713
Change the twig-hooks version constraint to ^0.1 2024-04-19 15:28:46 +02:00
Grzegorz Sadowski
b49cb0dc76
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  Add empty array check
  Revert conflict to twig/intl-extra
2024-04-19 07:36:10 +02:00
Grzegorz Sadowski
89b425a2f9
Merge branch '1.13' into 2.0
* 1.13:
  Add empty array check
  Revert conflict to twig/intl-extra
2024-04-19 07:34:50 +02:00
Grzegorz Sadowski
e97863ba1d
Merge branch '1.12' into 1.13
* 1.12:
  Revert conflict to twig/intl-extra
2024-04-19 07:33:43 +02:00
Grzegorz Sadowski
5eacd99ca2
Revert conflict to twig/intl-extra 2024-04-17 15:44:09 +02:00
Grzegorz Sadowski
4ef7dda046
Merge branch '2.0' into bootstrap-admin-panel
* 2.0:
  Add conflicts
  Add twig/intl-extra conflict
  Add conflicts in bundles
  Add twig 3.9.0 conflict
2024-04-17 10:29:59 +02:00
Grzegorz Sadowski
7ea0d7d253
Merge branch '1.13' into 2.0
* 1.13:
  Add conflicts
  Add twig/intl-extra conflict
  Add conflicts in bundles
  Add twig 3.9.0 conflict
2024-04-17 10:27:27 +02:00
Grzegorz Sadowski
6c535a98af
Merge branch '1.12' into 1.13
* 1.12:
  Add conflicts
  Add twig/intl-extra conflict
  Add conflicts in bundles
  Add twig 3.9.0 conflict
2024-04-17 10:26:07 +02:00
Michał Pysiak
0c6f855817
Add twig/intl-extra conflict 2024-04-17 08:36:15 +02:00
Michał Pysiak
8d4dd01be0
Add twig 3.9.0 conflict 2024-04-17 07:45:57 +02:00
Grzegorz Sadowski
01381f326b
Change application's version to v1.13.0-DEV 2024-04-16 13:32:26 +02:00
Grzegorz Sadowski
58732baeb2
Change application's version to v1.13.0-RC.1 2024-04-16 13:26:10 +02:00
Jacob Tobiasz
91fc06543d Bump the symfony ux packages minimal versions to 2.16 2024-04-10 12:10:16 +02:00
Grzegorz Sadowski
f4b8d4df8b
Change application's version to v1.13.0-DEV 2024-04-02 13:12:32 +02:00
Grzegorz Sadowski
af0e408993
Change application's version to v1.13.0-BETA.1 2024-04-02 12:54:54 +02:00
Grzegorz Sadowski
6e89ee1763
Change application's version to v1.12.15-dev 2024-03-25 12:25:54 +01:00
Grzegorz Sadowski
a6c7a8fd3c
Change application's version to v1.12.14 2024-03-25 12:25:21 +01:00
Jacob Tobiasz
6a01f67f6c
Resolve conflicts between 2.0 and bootstrap-admin-panel 2024-03-22 15:35:24 +01:00
Rafikooo
dd4fcc4366
Resolve conflicts between 1.13 and 2.0 2024-03-21 15:12:59 +01:00
Jacob Tobiasz
3780629ab8
Remove the scienta/doctrine-json-functions dependency 2024-03-19 11:12:05 +01:00
Jacob Tobiasz
ede149de90
Fix finding json by choice in the Postgres 2024-03-19 11:12:05 +01:00
Jacob Tobiasz
e06115dd3e
Resolve conflicts between 1.12 and 1.13 2024-03-18 10:43:41 +01:00