PrestaShop Core Weekly - Week 35 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 27th of August to Sunday 2nd of September 2018.
General messages
Dear developers, alas, the end of summer is here. However, the good news is that it’s time to get back to work and to contribute to PrestaShop again ;-)
This week, three module have been updated:
A quick update about GitHub issues: last week, 62 new issues issues have been opened in PrestaShop’s core repository, and 13 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.5.0)
Core
- #8744: CO: prefer Hook::coreRenderWidget. Thank you @jherry
- #9343: Fix function comment of Module class. Thank you @SebBareyre
- #9396: Update version to 1.7.5.0, by @eternoendless
- #10151: Replaced Forge URL with GitHub issues, by @eternoendless
- #10155: fix trusted modules cache creation, by @jocel1
- #10182: FIX deprecated call to Tools::replaceByAbsoluteURL. Thank you @axometeam
- #10200: Bring back Addons Catalog controller, by @Quetzacoalt91
- #10218: Fix falsy value returned by upgrade script, by @Quetzacoalt91
Back Office
- #9305: Introduce ToggleColumn for Grid component, by @matks
- #9449: Migration of Improve -> International -> Translations page. Thank you @rokaszygmantas
- #9454: Notifications tab + new hierarchy, by @PierreRambaud
- #9465: Enable ’edit specific price’ button on BO Product page which opens a pop-in, by @matks
- #10139: Remove legacy AdminBackup controller. Thank you @sarjon
- #10165: Add form handler for Translations settings forms. Thank you @rokaszygmantas
- #10169: Images aren’t displayed in combinations, by @PierreRambaud
- #10170: Small ux optimizations. Thank you @CaptainYouz
- #10201: Errors when saving memcached configuration, by @PierreRambaud
Front Office
- #9387: Fix for browser back button on product page. Thank you @iqit-commerce
- #9456: Modify product canonical url and title value, by @jolelievre
- #9458: Change brand and supplier default rule for SEO purposes, by @jolelievre
- #10195: fix the bootstrap classes for left-column ID, by @khouloudbelguith
- #10207: Voucher button is too long in Cart. Thank you @CaptainYouz
- #10230: Add magic methods on LazyArray classes for object-like use, by @Quetzacoalt91
- #10232: Generate front core assets, by @Quetzacoalt91
Tests
- #9385: Add eslint based on Airbnb, by @PierreRambaud
- #10038: Fixed mismatch of PHPDocs + unit tests, by @mickaelandrieu
Web Services (API)
- #10117: Fix bug shipping number is empty in {followup}. Thank you @jf-viguier
Install
Code changes in modules, themes & tools
MBO
- #31: Fix error with object given to shuffle(), by @Quetzacoalt91
TranslationToolsBundle
- #44: Add extraction of translation arrays, by @eternoendless
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @idnovate, @djbuch, @sarjon!
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!