PrestaShop Core Weekly - Week 26 of 2019
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 24th to Sunday 30th of June 2019.
General messages
Dear Developers,
Core weekly edition is a bit late, mainly due to beginning of the summer and the first vacations of the team.
So, how is the 1.7.6.0 release? Tell us in the comments, now that you have a few experience with it. Some major issues have been identified, and a 1.7.6.1 release is already on track.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 77 new issues have been created in the project repositories;
- 29 issues have been closed, including 6 fixed issues on the core;
- 49 pull requests have been opened in the project repositories;
- 19 pull requests have been closed, including 16 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #14116: do not set a cookie if it finally has not changed, by @jocel1
- #14340: Merge 1.7.6.x to develop - 24/06/2019, by @matks
Front office
- #14385: Fixed duplicated block name. Thank you @aleksiuno
Code changes in the “1.7.6.x” branch (for v1.7.6.0)
Core
- #14367: Update contributors and changelog for 1.7.6.0 RC 1, by @matks
- #14400: Wrong way to retrieve CLDR information, by @PierreRambaud
Back office
- #14331: Handle bad theme error nicely, by @matks
- #14364: View button doesn’t have href, by @PierreRambaud
- #14401: Fix grid calendar, by @jolelievre
Front office
- #14395: Classic theme force all type number to don’t have arrows , by @PierreRambaud
Code changes in modules, themes & tools
QANightlyResults
- #1: Little changes, by @PierreRambaud
Gamification
- #65: Bump version to 2.3.0, by @PierreRambaud
- #66: Release 2.3.0, by @PierreRambaud
Google Adwords
Changes in documentation
- #281: Documenting module creation part 1 - identifiable object form and grid hooks usage. Thank you @tomas862
- #290: Add config/defines.inc.php configuration values, by @Quetzacoalt91
- #298: Added Default section, by @mickaelandrieu
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @aleksiuno, @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!