PrestaShop Core Weekly - Week 46 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 12th to Sunday 18th of November 2018.
General messages
Dear Developpers,
It still time to test 1.7.5 beta. If you are hosting PrestaShop stores, it is the best way to be sure that the upcoming version will work on your infrastructure. If you are developing modules and themes, this is the best way be sure that your work will be compatible. If you find a regression, a strange behavior, or a bug, please check if an issue is already open on GitHub, or create a new issue.
A quick update about GitHub issues
Last week, 48 new issues have been created in PrestaShop’s core repository, and 15 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #10916: Migrate customers listing. Thank you @sarjon
- #11202: fix a bug where PrestaShop cookie is set on every page when a cookie value is NULL, by @jocel1
Back office
- #10199: BO | Stock: Edit quantity placeholder. Thank you @CaptainYouz
- #10408: Migrate Categories Add/Edit actions. Thank you @sarjon
- #11160: Form handling improvements in import page step 1 and 2. Thank you @rokaszygmantas
- #11408: Migrate Categories Add/Edit actions - tests fixed, by @matks
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.0)
Core
- #11345: Update translations catalog, by @eternoendless
- #11376: Some strings need to be escaped, by @PierreRambaud
- #11385: Fix missing dot in wording, by @eternoendless
Back office
- #11309: Add LegacyContext::getLegacyAdminLink, by @jolelievre
- #11311: Be able to disable Help Link on Back Office pages, by @mickaelandrieu
- #11337: Show more logs in admin, by @jolelievre
- #11344: Manage redirection after email translation, by @jolelievre
- #11384: Add an rtlfix file to correctly hide the right side bar in rtl languages, by @jolelievre
- #11394: Fix crashing for bulk actions. Thank you @sarjon
- #11407: Module manager sorting, by @PierreRambaud
- #11410: Changing primary domain name no longer reindexes simplified URLs, by @PierreRambaud
- #11416: fix customer/address delete resulting in error on cart page, by @tomlev
Install
Code changes in modules, themes & tools
Docker
- #140: Handle dev / demo / host mode with env variables, by @Quetzacoalt91
Link list
- #50: Refactor ps_linklist module using 1.7 improvements, by @jolelievre
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @CaptainYouz, @jocel1, @rokaszygmantas, @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 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!