PrestaShop Core Weekly - Week 49 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 03rd to Sunday 09th of December 2018.
General messages
Dear developers,
We are one day before the week-end and the Holidays season. Jingle bells, Jingle bells :-)
At PrestaShop, we would like to thank the most important contributors of the year, and we have already some goodies in stock. What do you think? What kind of things would you like and be proud to wear or to use? Please comment this article or get in touch with us.
A quick update about GitHub issues
Last week, 65 new issues have been created in PrestaShop’s core repository, and 16 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #9132: extra field hook added on customer address form. Thank you @PeeyushAgrawalWebkul
- #10197: Added a schema generator, by @mickaelandrieu
- #11214: Handles bad address usecase for Carrier Tax Rate, by @matks
- #11246: Fix 10962: Replace deprecated library PhpExcel by PhpSpreadsheet. Thank you @MartinFinkenflugel
- #11249: Fix declaration of method arguments. Thank you @Seleda
- #11301: Merge 1.7.5.x in develop, by @Quetzacoalt91
Back office
- #10904: Fix date filtering in AdminSpecificPriceRuleController. Thank you @Matt75
- #11049: Add Helper Card to Employees page. Thank you @sarjon
- #11095: Introduces grid design update regarding grid wheel icon position and dropdown toggle icon modification. Thank you @tomas862
- #11179: Fix sorting issue in the webservice page, by @khouloudbelguith
- #11266: $this->fetch() can return content in BO context, by @Quetzacoalt91
Front office
- #11133: Removed inline-style of color in demo product desciption of “Hummingbi…. Thank you @dineshbadrukhiya
Tests
- #11184: Advanced localization. Thank you @ansar21mallouli
- #11237: Improved survival tests, by @mickaelandrieu
- #11306: Fix linter jobs of Travis, by @Quetzacoalt91
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.0)
Core
- #10845: Minor services naming fix. Thank you @sarjon
- #11058: Add Hindi, Mexican & Bosnian languages, by @PierreRambaud
- #11070: Feature/module manager categories, by @PierreRambaud
- #11300: Fix error on tab unregistration when handled by the module, by @Quetzacoalt91
Back office
- #10956: Fix product features, by @PierreRambaud
- #11147: PositionColummn UI/UX modifications, by @jolelievre
- #11287: Fix filemanager security breaches, by @jolelievre
- #11312: Prevent short description limit to be set at 0, by @jolelievre
Front office
- #11215: Fix 11211: Removing inline-style of color in test-data. Thank you @dineshbadrukhiya
- #11261: Fixed inconsistent locale in Front Office, by @mickaelandrieu
Code changes in the ‘1.7.4.x’ branch (for v1.7.4.4)
Core
- #9316: Fix Cart::autoAddToCart using undefined customer when called from BO. Thank you @prestamodule
Back office
- #11228: Avoid warning in WebServiceRequest. Thank you @AJenbo
- #11285: Fix filemanager security breaches, by @jolelievre
Code changes in the ‘1.6.1.x’ branch (for v1.6.1.24)
Core
- #11288: Update Changelog and Contributors, by @jolelievre
Back office
- #11286: Fix filemanager security breaches, by @jolelievre
Code changes in modules, themes & tools
Google Sitemap
- #60: Fix wrong use of protocol. Thank you @MathiasReker
- #61: Remove the home category from the sitemap. Thank you @MathiasReker
Auto Upgrade
- #187: Fix auto reload when updating the config, by @Quetzacoalt91
- #188: Deploying v4.4.1 of the 1-click upgrade module, by @Quetzacoalt91
- #189: Improve installation instructions on README file. Thank you @efernandesng
Link list
- #48: Refactor ps_linklist module using 1.7 improvements, by @jolelievre
- #51: Update major version, by @jolelievre
MBO
- #61: Avoid doing admin tasks in the module constructor, by @Quetzacoalt91
- #62: Remove unused category object from template, by @Quetzacoalt91
- #63: 1.0.9, by @MrBaiame
- #65: fix configure link, by @MrBaiame
Simplify Commerce Payment
PrestaShop cleaner
- #16: Delete CHANGELOG.txt. Thank you @prestamodule
Translation tools bundle
- #52: Improve extraction of wordings from Smarty templates, by @eternoendless
- #53: Handle read Xliff metadata when dumping files, by @eternoendless
- #54: Sort file elements in exported Xliff, by @eternoendless
Check payment
- #18: Fix non-existent image src in admin. Thank you @the-ge
- #19: Bump version, by @Quetzacoalt91
- #20: Deploying v2.0.4 of ps_checkpayment, by @Quetzacoalt91
Changes in Documentation
- #158: Update Routing doc to explain _legacy_link, by @jolelievre
- #160: Correct a few mistakes in the legacy link doc, by @jolelievre
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @AJenbo, @ansar21mallouli, @e079852, @efernandesng, @dineshbadrukhiya, @MartinFinkenflugel, @MathiasReker, @Matt75, @MrBaiame, @PeeyushAgrawalWebkul, @prestamodule, @sarjon, @Seleda, @the-ge, @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!