This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 13rd to Sunday 19th of August 2018.

Core Weekly banner

General messages

Hello, even if there was one day off in France last week, this was a good week for pull requests. Bug fixes, improvement, and work on two modules:

  • Auto Upgrade, thanks to your feedbacks (really, thank you a lot!), version 4.1.0 will be released soon
  • Dashboard Products, v2.0.4 has been released

Have a nice Summer 😎 🌞

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

Core

  • #7612: Added new actionFrontControllerSetVariables hook. Thank you @sarjon
  • #9291: Small FrameworkBundleAdminController clean up. Thank you @sarjon
  • #9426: add comment line to Address.php. Thank you @azisyus
  • #9428: Added a new hook to custom SwiftMessage before sending mail. Thank you @tonyyb
  • #9432: Make it unnecessary to append a ‘_’ to the controller name when using the AdminSecurity annotation, by @eternoendless
  • #9436: Remove unused taxes. Thank you @Mreker
  • #9452: Small naming update in grid. Thank you @sarjon
  • #9442: Decouple filters and columns. Thank you @sarjon

Back Office

Front Office

  • #9422: Add missing appendArray in OrderReturnLazyArray (BOOM-6039), by @jolelievre
  • #9433: Add customizations field in product whitelist, by @jolelievre
  • #9441: Fix 403 error when accessing localhost using IPv6 (Maxmind Database exists). Thank you @tolispy
  • #9446: Fix welcome page variable injection by adding missing %, by @jolelievre
  • #9445: Change out of stock condition with greater or equals, by @jolelievre

Tests

Web Services (API)

  • #9439: Fix Error 500 from API request with PHP 7.2. Thank you @tolispy

Code changes in modules, themes & tools

Auto Upgrade

Dashboard Products


Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @azisyus, @Azouz-Jribi, @gnujeremie, @Mreker, @sarjon, @tolispy, @tonyyb!

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 tickets and comments on the Forge!

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 the Forge to contribute to PrestaShop. Thank you!

Happy contributin’ everyone!