This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 07th to Sunday 13th of January 2019.

Core Weekly banner

General messages

Dear Developers,

Last week, two new repositories have been added to the PrestaShop project on GitHub:

  • PhpPsInfo, a tool to check if a server has all Apache and PHP prerequisites before starting to install a PrestaShop online store on it
  • Circuit Breaker, a library that allows applications to better handle cases when third party services (payment solutions, solutions using the webservices/API, Addons, …) go offline. It will be progressively introduced in PrestaShop and its modules.

As usual, your feedback is welcome.

A quick update about PrestaShop’s GitHub issues and pull requests:

Code changes in the ‘develop’ branch (for v1.7.6.0)

Core

  • #12014: Unify algorithm for calculating average tax rate for products in a cart, by @eternoendless
  • #12022: Use Symfony Cache Clear in ModuleManager instead of deprecated Cache …, by @matks
  • #12031: Make pre-commit execute linter only if php files have been staged, by @eternoendless
  • #12089: Implement AbstractTypedCollection with tests, by @jolelievre
  • #12125: Fix bad GridFactory service definition, by @matks

Back office

  • #11153: Migration of “Catalog > Brand & Suppliers > Suppliers” listing. Thank you @tomas862
  • #11693: BO: FIX PrestaShop#9853 Search feature value and pagination. Thank you @studiox3
  • #11854: Add customer_message table name into SQL request. Thank you @Klemart3D
  • #11877: introduces moved search and reset type button to the right. Thank you @tomas862
  • #12052: SERP : Avoid mutating a prop directly + fix url encode, by @PierreRambaud

Front office

  • #12023: When downloading a virtual good, check if the order was made by the current user.. Thank you @garnele007

Tests

Code changes in the ‘1.7.5.x’ branch (for v1.7.5.1)

Core

  • #11995: Fix undefined INTL_IDNA_VARIANT_UTS46 if intl ICU < 4.6. Thank you @rdy4ever

Code changes in modules, themes & tools

PhpPsInfo

Circuit Breaker

Docker internal images

Search bar autocomplete

  • #1: FO: Select product by Enter-key. Thank you @basjac

PrestaShop Emails SDK

Changes in Documentation


Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @ansar21mallouli, @basjac, @garnele007, @Klemart3D, @idnovate, @matthieumota, @studiox3, @tomas862, @rdy4ever, @YosraAk!

Thank you to the contributors whose PRs haven’t been merged yet! And of course, a big thank you to all those who contribute with issues and comments on GitHub!

If you want to contribute to PrestaShop with code, please read these pages first:

…and if you do not know how to fix an issue but wish to report it, please read this: How to use GitHub to report an issue. Thank you!

Happy contributin’ everyone!