PrestaShop Core Weekly - Week 08 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 18th to Sunday 24th of February 2019.
General messages
Dear Developers,
Last week, a very big piece of work started two years ago has been merged into the “develop” branch: the CLDR implementation. It will allow the next versions of the PrestaShop project to manage well localization and display of units and currencies, by following the Unicode international standard used by many companies. As you can expect, a lot of code reviews and tests have been done, that’s why less pull requests have been merged than usual during the week.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 70 new issues have been created in the project repositories
- 46 issues have been closed, including 6 fixed issues on the core.
- 28 pull requests have been opened in the project repositories
- 33 pull requests have been closed, including 17 merged pull requests
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #10455: New CLDR implementation, by @tomlev
- #12559: Fix translations removing from db when Language is deleted. Thank you @sarjon
- #12598: Restore composer file, by @PierreRambaud
Back office
- #12046: TemplateMail generator, by @jolelievre
- #12465: Fixed duplicated id, by @mickaelandrieu
- #12563: Fixes error in admin panel when visiting a category that’s not under Index. Thank you @mowcixo
- #12597: Bug when switching language. Thank you @helgvor-stoll
Code changes in modules, themes & tools
Auto-upgrade
- #275: Do not upgrade PrestaShop when already on the last version , by @Quetzacoalt91
- #281: Deploy v4.6.0 of the autoupgrade module, by @Quetzacoalt91
Docker
- #154: Add PrestaShop 1.7.5.1, by @Quetzacoalt91
Changes in Documentation
- #195: Add recommendations in system requirements, by @Quetzacoalt91
- #196: Fix file name in template-inheritance example. Thank you @SharakPL
- #200: Add PositionUpdater component doc, and update columns references docs, by @jolelievre
- #201: Added tutorial on how to customize an existing Grid, by @mickaelandrieu
- #203: Add some migration conventions, by @matks
- #206: Fix Wrong method name. Thank you @nenes25
- #207: Change issues link. Thank you @nenes25
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @helgvor-stoll, @mowcixo, @nenes25, @sarjon, @SharakP! And a special thank to @tomlev for the CLDR implementation.
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!