8000 Tags · RocKordier/platform · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: RocKordier/platform

Tags

3.1.0-rc

Toggle 3.1.0-rc's commit message
BB-15593: Release activities - Verify UPGRADE-*.md files

2.6.35

Toggle 2.6.35's commit message
Merge pull request #20591 from laboro/fix/BAP-17868_2.6

BAP-17868: Switching form summer time to winter caused fail of the Unit tests

2.6.34

Toggle 2.6.34's commit message
Merge pull request #19768 from laboro/fix/BB-15031_2.6

BB-15031: Single page checkout creates non reachable state

2.6.33

Toggle 2.6.33's commit message
BB-15378: Restrict the use of SubQueryLimitHelper (2.6) (#20390)

* BB-15378: Restrict the use of SubQueryLimitHelper (2.6)
- added functional test
- removed TODO

2.6.32

Toggle 2.6.32's commit message
BB-14714: Filter product attribute options on the product catalog pag…

…es (#20028)

* BB-15108: Make boolean product attribute filterable (#19994)
- made boolean attribute filterable
- add ProductProBundle and related extension
- fix boolean result mapping
- check options for enum attribute filter
- check that filter is hidden if there are not products with attribute
- remove all options from behat scenario
- add AttributeCountsExtension to provide counts for attribute filters
- made boolean attribute filterable
- split boolean filter to backend and frontend
- add filter-count-helper
- move checks without config value to base feature test
- add test with attribute
- added behat test
- cache current search query
- add behat and related filters contexts
- Add tests for boolean filter
- Add tests for boolean filter
- change feature names
- add check that filter is absent in filter manager popup if it's hidden
- fix search query cloning
- fix phpunit test
- fix phpunit test
- fix behat scenarios
- fix behat tests
- fix behat element naming

2.6.31

Toggle 2.6.31's commit message
BAP-16045: Image added to email body by drag-n-drop was not uploaded …

…(#18006)

2.6.30

Toggle 2.6.30's commit message
BAP-17223: Redis cache does not store properly translatable entities …

…(#19764)

- Creating a "Query cache" occurs before Walker run.
- In order for the "Query cache" to get different hashes for the same query, a localization parameter was added that simulates different queries but does not affect its result.
- During the next use, we will have a cache for each of the localizations.
- Added form extension. TranslatableEntityTypeExtension modified a "DQL query".
- Added new option " query_builder_handler" to TranslatableEntityType. Provides the ability to change the query builder

2.6.29

Toggle 2.6.29's commit message
BAP-17495: Signature configuration link is broken (#19802)

* BAP-17495: Signature configuration link is broken
 - cs fix

3.1.0-beta

Toggle 3.1.0-beta's commit message
BB-14758: Product unit name not translated in RFQ confirmation email …

…(#19884)

- added migration for template translations

2.6.28

Toggle 2.6.28's commit message
BB-14855: No password reset link in welcome email when creating custo…

…mer user from backend (#19374)

- Added new email templates
- Fixed unit and functional tests
- Fixed issue with migration from 2.0
- Use function 'oro_format_name' instead of simple getting firstName
- Improve update subject query
- Removed useless organization checks
* EmailContext v26 patch

* Behat Fix
0