Added two more rules
Adding back removed inheritdoc from other bundle
Fixed xml error and other optimizations
Readd inheritdoc
Fixed correct iteration of tagged services
renamed total form subscriber
Fixed another xml error
Fixed BC compat with SF3.4
Moved two rules to core since they depend on a core interface
Fixing build
Added docs
Moved services to correct service file
Changed constraint from numeric to integer
Renamed TotalType to AmountType
Added Behat scenarios
Updated Behat tests
fixed a few review comments
rebased
Fixed wrong xml formatting
Fixed more review comments
Added step to check for rule appendance
Fixing some build errors
Fixed psalm errors
Move shipping methods below inventory
This PR was merged into the 1.7-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#9122
| License | MIT
Currently used only in checkout addressing to limit the list of countries. If not defined, fallbacks to the previous behaviour - all enabled countries.
<img width="672" alt="Screenshot 2020-01-22 at 20 10 51" src="https://user-images.githubusercontent.com/1897953/72925676-65ef8f80-3d53-11ea-831c-25fad0973a83.png">
Commits
-------
2e68737703 Define countries for a channel
This PR was merged into the 1.6-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4 or 1.5 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
In CI, we test migration up during installation, but we never test down migrations.
This new Travis test checks doctrine migration up & down.
Commits
-------
d72c1c4cd8 Test doctrine migrations up & down
* 1.2:
Apply coding standard fixes
#9699🍌 -> 🥥
Revert int strictness to just pass strings
Make tests passing
Fix build
Behat test for assigning main taxon on new product
#9699 Fix for viewing products when they belong to a taxon and to one of children taxon
This PR was merged into the 1.2-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | yes
| BC breaks? | maybe, but not in the code (Behat configuration, needs some testing)
| Deprecations? | no
| Related tickets | -
| License | MIT
See https://symfony.com/doc/current/configuration/dot-env-changes.html for reference.
TODO (after merge):
- Port this change to Sylius/Sylius-Standard (Sylius/Sylius-Standard#316)
- Port this change to Sylius/PluginSkeleton (Sylius/PluginSkeleton#155)
<!--
- Bug fixes must be submitted against the 1.2 or 1.3 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
7ed723981f Switch to Symfony's dotenv file handling
This PR was merged into the 1.4-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | associated with https://github.com/Sylius/RefundPlugin/issues/106, https://github.com/Sylius/InvoicingPlugin/issues/52
| License | MIT
During the development of `InvoicingPlugin`, we introduced a concept of shop billing data (set per channel) that is required to be displayed on an invoice. On the other hand, we also should have it in a `RefundPlugin` to generate a credit memo properly.
We considered a few options, but in the end, it's quite a common use case to have such a bunch of data manageable in Admin panel.
<img width="563" alt="zrzut ekranu 2019-01-9 o 11 04 31" src="https://user-images.githubusercontent.com/6212718/50892815-a35ed480-13ff-11e9-81e7-d5a96c6f8e28.png">
Commits
-------
f7cdb5522f Shop billing data on channel tests
ea37635e60 ShopBillingData entity and Channel relation
1185ef8657 Shop billing data in channel form
0848c16074 Tests fixes and nullable fields
801247abb8 PR review changes
cfdca1e836 Change column names to fulfill conventions
* 1.2:
fix dashboard context
extends friends of behat page
remove double 'When'
some changes after code review
Accessing a product which does not exist
redirecting on login after being logout from administration dashboard
improve behat sentences and fix 403 title to be more explicit
add error page interface
[Behat] viewing errors