Skip to content

Tags: brainOut/platform

Tags

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

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

2.6.27

Toggle 2.6.27's commit message
BAP-14322: Unknown Entity namespace alias 'OroSegmentBundle' during i…

…mport (#19541)

- updated unit test
- fixed repository method. It wasn't taking into account added entity id column
- updated functional test
- repository functional test fix

2.6.26

Toggle 2.6.26's commit message
BB-14780: Slow product save process (#19217)

* BB-14780: Slow product save process
- Added early return in case when $lexemes is empty
- Revert unneeded changes
- Fixed property name
 - updated unit tests
 - CR fixes

2.6.25

Toggle 2.6.25's commit message
BB-14864: Unmerited warning message on duplicating shopping lists (#1…

…9466)

- Reverted changes in blank condition to prevent BC changes
- Replaced 'not_empty' condition on 'has_elements' to fix the logic in duplicate shopping list functionality

2.6.24

Toggle 2.6.24's commit message
 BAP-17369: Country names are not translated (#19439)

 - updated country and region repositories, added repositories for translation dictionaries
 - added event after translator catalogue dump and listener for it
 - updated unit and functional tests
 - fixed updating translation on root entity
 - fixed `count_hints` parameter of OrmDatasource

2.6.23

Toggle 2.6.23's commit message
BB-14917: User with read only permissions can particularly manage pri…

…ce lists (#19426)

* BB-14917: User with read only permissions can particularly manage price lists
- fixed action permissions
- added RECALCULATE permission for PriceList entity
- migrated permissions from EDIT
- updated acls
- updated behats
- changed dependency
- remove vcs.xml changes
- simplified import export buttons permission check
- added RECALCULATE permission to fixtures data
- Behats fix

2.6.22

Toggle 2.6.22's commit message
BB-14721: Wrong product is selected in quick order form (#19050)

* BB-14721: Quick order form find product, but says it doesn't
- retrieving product prices by SKU may lead to case when ES returned product with similar SKU but more relevant score
- after selecting product from autocomplete dropdown the products prices will be retrieved by product ID instead of SKU
- ProductWithPricesSearchHandler now able to search by ID if such is specified in Request (parameter `search_by_id`)

3.0.0

Toggle 3.0.0's commit message
BB-14614: Release preparation activities (#19397)

2.6.21

Toggle 2.6.21's commit message
BB-14735: Empty translation catalogue in cache (#19314)

- fixed scopeManager does not need localized labels
- fixed translator does not use dynamic resources when en locale is already loaded
- added separate translator functional test to eliminate dependency on commerce
- fixed static files are not passed to front controller during build