PrestaShop Core Weekly - Week 31 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 29th of July to Sunday 04th of August 2019.
General messages
Dear Developers,
Would you be interested to participate to Hacktoberfest 2019 with your contributions to the PrestaShop open source software? If yes, let’s get in touch via the comments, the forums or via Twitter.
The best way to be prepared for Octocber: contribute your first pull request during the summer and learn how to do it well with the code review!
A quick update about PrestaShop’s GitHub issues and pull requests:
- 76 new issues have been created in the project repositories;
- 54 issues have been closed, including 11 fixed issues on the core;
- 46 pull requests have been opened in the project repositories;
- 52 pull requests have been closed, including 35 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #13830: Remove duplicate var in cart.php. Thank you @davidglezz
- #14601: Revert removed templates for mail dynamic contents, order mails mainl…, by @jolelievre
- #14949: Update Module.php docs on version property type. Thank you @zalexki
Back office
- #13730: Admin Specific Price : wrong display. Thank you @123monsite-regis
- #14671: Make sure token is properly used in legacy context, by @PierreRambaud
- #14800: Add category to product CQRS command, by @matthieu-rolland
- #14872: Delete migrated AdminCmsController again, by @matks
Front office
Tests
- #14971: Trigger nightly report, by @PierreRambaud
Web services
- #14899: Initialize container in WebService environment (bis), by @Progi1984
Code changes in the “1.7.6.x” branch (for v1.7.6.1)
Core
- #14711: Update Decimal library to 1.2.0, by @eternoendless
- #14859: Move i18n.prestashop.net into https and remove unwanted file, by @PierreRambaud
Back office
- #14914: Date picker calendar is shown in wrong place when rendered downwards in grid, by @PierreRambaud
- #14926: Fix logs filtering. Thank you @sarjon
Front office
- #14710: Make last breadcrumb element not clickable, by @matthieu-rolland
- #14863: Prevent uninstall of Product Comments module. Thank you @templatin
- #14945: Fixed {firstname} typo in order customer comment mail in 1.7.6.x. Thank you @dheerajwebkul
Web services
- #14953: Initialize container in WebService environment (Progi1984’s work on 1.7.7), by @matthieu-rolland
Code changes in modules, themes & tools
PrestaShop Specifications
- #13: Update Catalog-products-add-edit-basic-settings.md, by @marionf
- #14: Update Catalog-Products-add-edit-elements-in-all-tabs.md, by @marionf
- #15: Update, by @marionf
- #16: Update virtual product tab, by @marionf
- #17: Update shipping tab, by @marionf
Faceted search
- #116: In faceted search, Manufacturers are displayed using ordering by id, instead of name, by @PierreRambaud
- #117: Remove unwanted curl, by @PierreRambaud
- #118: Repair collapse for sliders range, by @PierreRambaud
- #119: Number of product are not ok after selecting filters, by @PierreRambaud
- #120: Bump to 3.2.0, by @PierreRambaud
- #121: Release 3.2.0 , by @PierreRambaud
PHP Coding Standards
- #10: Add PS_THEME_DIR, by @Quetzacoalt91
- #11: Update bootstrap.php with another method for loading proper phpparser lib. Thank you @zalexki
- #12: Update constants in bootstrap.php. Thank you @zalexki
QA nightly results
- #3: New insert system, by @SimonGrn
- #5: CSS tweaks, filename save, add GCP URL variable, add GA script, by @SimonGrn
- #6: update README with GCP URL, by @SimonGrn
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @123monsite-regis, @davidglezz, @dheerajwebkul, @eternoendless, @jolelievre, @marionf, @matks, @matthieu-rolland, @PierreRambaud, @Progi1984, @Quetzacoalt91, @roja45, @sarjo, @SimonGrn, @templatin, @zalexki!
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!