Skip to content

Tags: mmetayer/pim-community-standard

Tags

v2.0.7

Toggle v2.0.7's commit message
2017-11-23

- PIM-6567: Add edition capabilities to family variants from the UI (distribution of the attributes)
- PIM-6460: Preventing from deleting attributes used as axis from the family and remove the deleted attributes from the family variants
- PIM-6986: Change the image in add variant modal
- API-400: Update partially a family variant with the API
- API-401: Update partially a list of family variants with the API

- PIM-6489: fix the sort of attributes in attribute groups
- PIM-6997: fixes product model indexing CLI command slowness
- PIM-6959: fix getting the product label according to the scope if needed

- IM-825: allow concurrent AJAX requests by closing the session in a listener
- PIM-6838: Display completeness panel after Attributes in the PEF
- PIM-6891: On the grid, execute the ES query only once, not twice
- PIM-6967: Allow category panels to be resized
- PIM-6585: Add help center link in menu
- PIM-6833: Aligns technical requirements with documentation
- PIM-6992: Keep category panel open

- Change the constructor of `Pim\Bundle\ApiBundle\Controller\FamilyVariantController` to add `Pim\Bundle\ApiBundle\Stream\StreamResourceResponse`.

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v1.7.14

Toggle v1.7.14's commit message
2017-11-21

- PIM-6995: fix memory leak in the MongoDB product association import (it bypasses a Doctrine bug about the detach method).

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v1.7.13

Toggle v1.7.13's commit message
2017-11-09

- PIM-6904: Product Grid - Horizontal scrollbar should be at the bottom of the screen instead to be at the end of the grid
- PIM-6960: fix association type deletion when it's the first item of the list
- API-216: add application/x-www-form-urlencoded as allowed Content-Type when getting a token with the API
- GITHUB-6414: fix the deletion of a newly created import/export profile, cheers @latenzio!

- PIM-6973: Manage removed association types with `pim:mongodb:clean` command

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v2.0.6

Toggle v2.0.6's commit message
v2.0.6: 2017-11-03

- PIM-6354: Adds product models during quick exports.
- PIM-6449: Adds a sub product model to a product model.
- PIM-6450: Adds a variant product to a product model.

- PIM-6948: Use search after method for products and product models indexing instead of offset limit
- PIM-6922: Fix sort order on attribute groups
- PIM-6880: Remove the old variation asset icon

- TIP-824: Increase CLI products indexing performance by 20%

- Rename `Pim\Bundle\EnrichBundle\Connector\Job\JobParameters\ConstraintCollectionProvider\ProductQuickExport` to `ProductAndProductModelQuickExport`
- Rename `Pim\Bundle\EnrichBundle\Connector\Processor\QuickExport\ProductProcessor` to `ProductAndProductModelProcessor`
- Updates quick export configurations to remove `filePath` and add `filePathProduct` and `filePathProductModel`.
- Adds `Pim\Component\Catalog\Repository\ProductRepositoryInterface.php::searchAfter()` and `Pim\Component\Catalog\Repository\ProductModelRepositoryInterface::searchAfter()` methods
- Deletes `Pim\Component\Catalog\Repository\ProductRepositoryInterface.php::findAllWithOffsetAndSize()` and `Pim\Component\Catalog\Repository\ProductModelRepositoryInterface::findRootProductModelsWithOffsetAndSize()` methods.
- Change the constructor of `Pim\Bundle\EnrichBundle\Controller\Rest\ProductController` to add `Pim\Component\Catalog\Builder\ProductBuilderInterface`.

IMPORTANT: In order to use the new quick exports, please execute `bin/console doctrine:migrations:migrate` to migrate your configurations.

- PIM-6914: Default UI locale for a new user is en_US but fix display of saved UI locale for user

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v2.0.5

Toggle v2.0.5's commit message
2017-10-26

- GITHUB-7035: Change class alias for proper LocaleType form parent indication, cheers @mkilmanas!
- PIM-6567: Fix attributes filter to not remove axes
- API-411: Fix error 500 when product model has no values
- API-408: Fix too many error messages
- PIM-6933: Fix menu display in case of acl restriction
- PIM-6922: Fix sort order on attribute groups
- PIM-6923: Fix search on all grids when returning on it
- PIM-6878: Fix attribute creation popin not extensible

- PIM-6773: Add the missing required attributes filter in the product model edit form
- PIM-6806: Update product completenesses whenever the attribute requirements of a family are updated
- PIM-6492: search products with variants according to the completeness
- PIM-6337: Create a product model from the UI

- Change the constructor of `Pim\Component\Catalog\Completeness\CompletenessCalculator`. Remove `Pim\Component\Catalog\Factory\ValueFactory` and both `Akeneo\Component\StorageUtils\Repository\CachedObjectRepositoryInterface`. Add `Pim\Component\Catalog\EntityWithFamily\IncompleteValueCollectionFactory` and `Pim\Component\Catalog\EntityWithFamily\RequiredValueCollectionFactory`.
- Change the constructor of `Pim\Bundle\EnrichBundle\Normalizer\ProductModelNormalizer` to add `Symfony\Component\Serializer\Normalizer\NormalizerInterface`.
- Move `Pim\Bundle\CatalogBundle\Elasticsearch\Filter\Field\CompletenessFilter` to `Pim\Bundle\CatalogBundle\Elasticsearch\Filter\Field\CompletenessFilter`
- Move `Pim\Bundle\FilterBundle\Filter\Product\CompletenessFilter` to `Pim\Bundle\FilterBundle\Filter\CompletenessFilter`
- Change the constructor of `Pim\Bundle\EnrichBundle\Controller\Rest\ProductModelController` to add `Akeneo\Component\StorageUtils\Factory\SimpleFactoryInterface` and `Symfony\Component\Serializer\Normalizer\NormalizerInterface`

IMPORTANT: In order for your PIM to work properly, you will need to run the following commands to add the missing job instances.
- Add the job instance `compute_completeness_of_products_family`: `bin/console akeneo:batch:create-job "internal" "compute_completeness_of_products_family" "compute_completeness_of_products_family" "compute_completeness_of_products_family" '{"family_code":"null"}' "compute completeness of products family" --env=prod`

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v1.7.12

Toggle v1.7.12's commit message
2017-10-25

PIM-6939: fix sort order on export
SDS-1772: Removes query cache use on PQB to avoid memory leak

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v1.6.20

Toggle v1.6.20's commit message
2017-10-25

- GITHUB-6984: Fix wrong path when generating js routes, cheers @amansilla!

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v2.0.4

Toggle v2.0.4's commit message
2017-10-19

This version only contains Enterprise fixes or improvements.

v2.0.3

Toggle v2.0.3's commit message
2017-10-19

- PIM-6898: Fixes some data can break ES index and crashes new products indexing
- PIM-6918: Fix error when deleteing boolean attribute linked to a published product
- PIM-5817: move datepicker above field instead of under

- API-381: Create family variant via API.
- API-399: Create a product model via API.
- PIM-6903: Adds compare/translate functionality for product models
- API-404: Update partially a single product model via API
- PIM-6892: Forbids users to unselect categories of parent product models
- PIM-6896: Remove the button restore displayed on product models
- PIM-6891: Keep the tab context between product and product model forms

- PIM-6667: Update loading mask design
- PIM-6504: Update action icons on datagrids
- PIM-6848: Fix design on export builder fields
- PIM-6868: CSS glitches compilation
- PIM-6909: Replace 'products' by 'results' in products indexes

- Change the constructor of `Pim\Bundle\EnrichBundle\Normalizer\ProductModelNormalizer` to add `Pim\Component\Enrich\Query\AscendantCategoriesInterface`

Thanks to all contributors! Keep your PIM up to date with this new patch :)

v1.7.11

Toggle v1.7.11's commit message
2017-10-16

PIM-6901: Fix ACL with a new role when we want to edit users

Thanks to all contributors! Keep your PIM up to date with this new patch :)