* 1.13:
[Behat] Temporarily add todo tag to problematic scenarios
[Behat] Make scenario for adding a promotion in different language non javascript
[Behat] Make scenario for adding a promotion with too long label non javascript
* 1.12:
[CS][DX] Refactor
Apply Review fixes
fix the build
fallback order item test
add contract tests
Filter order items collection for visitors and shop users
Add voter for the adjustments subresources
Resolve createdByGuest on order fixtures
* 1.12:
[Behat] Adjust scenario and feature names for finalizing payment with item that has become tracked
[Inventory] Introduce custom exceptions for inventory operations
[Behat] Cover scenarios for finalizing order's payment in API
Add spec for PaymentPreCompleteListener with minor improvements
[Behat] Refactor scenarios for finalizing order's payment
Fix unexpected error about not enough stocks while completing the payment in the Admin Panel
* 1.12:
[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
[Maintenance] Remove unnecessary line
[Maintenance] Update docker docs
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 1.12
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | n/a
| License | MIT
Fixes potential xss in admin panel (Taxons and Products)
Commits
-------
d4812f9c14 Fix potential xss in admin panel
29d18a3993 Use function from UIBundle
c11c424c1c Fix product-auto-complete
a17de6d1ed Test adding new taxon
d25edf3ff0 Test adding new simple product
63c3cf7a12 Test adding similar products
679e793521 Fixes after CR
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 <!-- see the comment below --> |
| Bug fix? | a bit |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> |
| 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
-->
Commits
-------
Validate customer creation and edit
Validate customer's password reset
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | - |
| License | MIT |
Commits
-------
[API] Expose TaxonImage resource in shop
[Behat][API] TaxonImage shop tests
[Behat] Minor improvments of viewing_taxon_image scenario
[Api] Remove _response suffix
[Api] Change namespace of TaxonImagesTest class