PrestaShop Core Weekly - Week 21 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 20th to Sunday 26th of May 2019.
General messages
Dear Developers,
As you will see, the work on the upcoming 1.7.6 version is going on well, and the faceted search module is still needing some improvements.
The PrestaShop Developers Team is also working on content for the PSD Paris 2019: most of them have a talk or a workshop. And they are eager to meet your there.
A quick update about PrestaShop’s GitHub issues and pull requests
- 84 new issues have been created in the project repositories;
- 77 issues have been closed, including 18 fixed issues on the core;
- 62 pull requests have been opened in the project repositories;
- 54 pull requests have been closed, including 46 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #13554: Prepares Command/Query API for migrating “Create order” page. Thank you @sarjon
- #13865: Merge 1.7.6.x to develop - 20/05/2019, by @matks
- #13932: Merge 1.7.6.x to develop - 23/05/2019, by @matks
- #13967: Merge 1.7.6.x to develop - 24/05/2019, by @matks
Front
- #13804: Fix #9763 smarty compilation ID multi shop / multi theme. Thank you @202-ecommerce
Code changes in the “1.7.6.x” branch (for v1.7.6.0)
Core
- #13885: Force array cache for doctrine, by @jolelievre
Back office
- #13690: Theme and logo page design fixes. Thank you @tomas862
- #13797: Adds missing legacy links for currency controller. Thank you @tomas862
- #13813: Fixes toggling Category status in Monitoring page. Thank you @sarjon
- #13840: Fix resetting sort and items per page on list filters reset action. Thank you @zuk3975
- #13847: Delete legacy AdminManufacturer controller. Thank you @zuk3975
- #13849: Deletes legacy AdminCms controllers. Thank you @zuk3975
- #13850: Deletes AdminModulesPositions legacy controller. Thank you @zuk3975
- #13852: Delete legacy AdminRequestSqlController. Thank you @zuk3975
- #13857: Missing legacy links fix for employess controller. Thank you @tomas862
- #13866: fix cart rule calculation for free gift, by @tomlev
- #13887: Fix saving customer with required fields. Thank you @sarjon
- #13910: Removes AdminPreferencesController. Thank you @zuk3975
Tests
- #13826: Enable global kernel for legacy compatibility for Behat tests, by @matks
- #13862: Improve E2E report, by @PierreRambaud
- #13864: Apply develop fix on 1.7.6.x branch, by @PierreRambaud
- #13886: Add missing migrated routes to survival-test. Thank you @zuk3975
- #13900: Fixing Download behavior in tests with docker, by @boubkerbribri
Code changes in modules, themes & tools
PrestaShop Coding Standards
- #3: Target master branch to always get the latest configuration, by @PierreRambaud
- #4: Fix php doc and make overwrite message more explicit, by @Quetzacoalt91
- #5: Update default phpstan config for level 1, by @Quetzacoalt91
Legal Compliance
- #41: Fix multilingual strings displayed in frontend hooks. Thank you @alexej-d
- #65: Bump version to 3.0.2, by @eternoendless
Translation tools bundle
- #57: Drop PHP 5 support, by @mickaelandrieu
- #60: Add test for extracting wordings with no domain, by @eternoendless
Faceted search
- #59: Repair custom order, by @PierreRambaud
- #60: Error while trying to index all missing prices., by @PierreRambaud
- #61: Run PhpStan on all 1.7 versions of PrestaShop, by @PierreRambaud
- #62: Bump version to v3.0.0, by @PierreRambaud
- #63: Fix missing visibility check, by @PierreRambaud
- #64: Bump to version 3.0.1, by @PierreRambaud
- #65: Release v3.0.1, by @PierreRambaud
- #66: Restore widgets methods, by @PierreRambaud
- #67: Bump to version 3.0.2, by @PierreRambaud
- #68: Release version v3.0.2, by @PierreRambaud
- #69: Only rebuild table while upgrading to prevent a fatal error with memory, by @PierreRambaud
Amazon payment
Firebase Authenticator for PrestaShop
- #10: Handle missing disabled attribute, by @Quetzacoalt91
Changes in Documentation
- #271: Update module-file-structure.md. Thank you @orangevinz
- #272: Update displaying-content-in-front-office.md. Thank you @orangevinz
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @202-ecommerce, @alexej-d, @orangevinz, @paeddl, @sarjon, @tomas862, @zuk3975!
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!