PrestaShop Core Weekly - Week 40 of 2018
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 1st to Sunday 7th of October 2018.
General messages
Dear Developers, there are a lot of things to tell this week:
- 1.6.1.22 is out to fix a bug introduced in 1.6.1.21. If you have a shop in 1.6.1.21, this is mandatory to update.
- It’s official, the end of life of PrestaShop 1.6.1.x is now in June 2019
- We had a lot of issues with our APIs this week, and we are very sorry. Be assured that our top priority is to make sure that every PrestaShop merchant is not disturbed anymore with this kind of issue, especially for the upcoming christmas season.
- Because of the other top priorities of this week, 1.7.5 beta is late. More news about it next week.
A quick update about GitHub issues
Last week, 65 new issues issues have been opened in PrestaShop’s core repository, and 20 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #9247: Add themes in gitignore (except classic), by @Quetzacoalt91
- #10699: Change getcwd() for DIR. Thank you @DanielBoettner
- #10704: Add TranslatableType. Thank you @sarjon
- #10722: Update Smarty and Symfony to latest, by @eternoendless
- #10781: Fixes new webservice list behavior in multishop context and fixes warning message display. Thank you @tomas862
- #10834: Allow release creator to be run without version parameter, by @Quetzacoalt91
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.0)
Core
- #10536: Delete search indexes. Thank you @Mreker
- #10696: Check $sfRouter before using it, by @Quetzacoalt91
- #10795: Use https only for API calls and limit use of guzzle , by @Quetzacoalt91
- #10837: Remove rebuild of SymfonyRequirements file after every composer run, by @eternoendless
- #10840: Update Smarty and Symfony to latest, by @eternoendless
- #10863: Update translations catalog for 1.7.5, by @PierreRambaud
Back Office
- #10684: avoid displaying the addon modal twice, change form names/IDs to avoid collision, by @jolelievre
- #10735: Module translations aren’t working when using Smarty Extend into TPL in BO, by @PierreRambaud
- #10741: Fix import form alignment. Thank you @sarjon
- #10751: [BO] Fix bug when filter stores by name or address. Thank you @SebBareyre
- #10752: Use the right PrestaShop namespace for twig templates, by @PierreRambaud
- #10778: Enable pagination when offset is set. Thank you @sarjon
- #10788: Allow url in search preview to use several lines, by @Quetzacoalt91
- #10796: Reuse getAdminLink instead of copy pasting its content, by @Quetzacoalt91
- #10814: Restore legacy sql manager page 175, by @matks
- #10835: Fix import module, by @PierreRambaud
- #10857: Use parent javascripts used for displaying help, by @Quetzacoalt91
- #10862: Fixes bug when filter reset functionality sometimes does not work. Thank you @tomas862
Front Office
- #10750: Do not display product Reference if empty, by @khouloudbelguith
Install
- #10296: Init Kernel when possible during installation process, by @Quetzacoalt91
Code changes in the ‘1.7.1.x’ branch (for v1.7.4.3)
Core
- #10829: Hide arguments in debug trace page, by @jolelievre
Code changes in modules, themes & tools
Contact form
Shopping cart
- #28: Fix missing call to parent::initContent(), by @eternoendless
MBO
- #51: Filter catalog page. Thank you @MrBaiame
- #52: Prepare template to override, by @PierreRambaud
Translation Tools Bundles
- #48: Improve node visitor, by @eternoendless
- #49: Add support for extraction of wordings in form type classes, by @eternoendless
- #50: Always use realpath on root_dir, by @PierreRambaud
- #51: Use new name for translator service, by @PierreRambaud
Google Analytics
- #14: Only cast as array when a product is returned, by @Quetzacoalt91
Favicon Notification
- #6: Fix issues. Thank you @clementdaubeuf
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @clementdaubeuf, @DanielBoettner, @MrBaiame, @Mreker, @sarjon, @SebBareyre, @tomas862!
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!