PrestaShop Core Weekly - Week 7 of 2020
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 10th to Sunday 16th of February 2020.
General messages
Dear developers,
Last week our Product Team had a wonderful surprise: they received a notification telling them someone opened a Pull Request on the Specifications repository! This is the first community contribution since this repository dedicated to centralize all core and module functional specifications has been created. They were delighted to see the community willing to collaborate with us on this huge work.
We offer our very big thanks to @arouiadib for his contribution. Obviously we would be very happy to welcome more contributions, so if you feel like doing some Product Owner/Manager work, feel free to join in!
A quick update about PrestaShop’s GitHub issues and pull requests:
- 11 new issues have been created in the project repositories;
- 58 issues have been closed, including 11 fixed issues on the core;
- 56 pull requests have been opened in the project repositories;
- 45 pull requests have been closed, including 33 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #17616: Remove useless assets, by @PierreRambaud
- #17589: Update Configuration::get phpdoc. Thank you @zalexki
- #17088: Allow override of Product::cleanPositions() function. Thank you @jtraulle
Back office
- #17459: Adjust zindex header to avoid it behind over the menu on mobile, by @NeOMakinG
- #17450: Don’t loose group access on object model category save(). Thank you @jf-viguier
- #16543: Fixing menu animation to be opened properly, by @NeOMakinG
- #16287: Don’t duplicate currencies in DB when creating a formerly deleted one , by @matthieu-rolland
Front office
- #17569: On virtual product, the delivery time shouldn’t display. Thank you @PeeyushAgrawalWebkul
- #17522: FIX - Disabled products are visible with wrong token or no token at all. Thank you @PululuK
- #17477: Register new 1.7.8 hooks into XML and SQL files, by @matks
- #17243: Permit submit form button to be outside of a form with a form attribute, by @NeOMakinG
Tests
Merge
Code changes in the ‘1.7.7.x’ branch (for v1.7.7.0)
Core
- #17579: Update license headers 2020 , by @PierreRambaud
- #17149: Cancel product, by @matthieu-rolland
Back office
- #17649: Fix wrong address edit link in order detail, by @atomiix
- #17614: Missing assets generation, by @PierreRambaud
- #17612: Fixed Empty Option in Smarty Form in Advanced Parameters > Performance, by @Progi1984
- #17583: Migration 1.7.7.x Register all new hooks. Thank you @tdavidsonas88
Installer
- #17642: Fix SQL request for order detail, by @jolelievre
Tests
- #17652: Functional tests - Fix monitoring test. Thank you @nesrineabdmouleh
- #17643: CS fix, by @jolelievre
- #17624: Functional tests - Product settings enable/disable force update friendly url. Thank you @nesrineabdmouleh
- #17620: Functional tests - 02_orders/ Reduce legal free text length to 10 characters. Thank you @nesrineabdmouleh
- #17566: Functional tests - CRUD web service key. Thank you @nesrineabdmouleh
- #17555: Functional tests - Product settings max size short description. Thank you @nesrineabdmouleh
Code changes in the ‘1.7.6.x’ branch (for v1.7.6.4)
Core
- #17433: Do not escape translations when using the legacy translator from the new one, by @Progi1984
Front office
- #17608: Email subject doesn’t support html entities, by @Progi1984
Code changes in modules, themes & tools
TranslationTools Bundle
- #73: Bump symfony/var-exporter from 4.2.8 to 4.4.4. Thank you @dependabot[bot]
Changes in developer documentation
- #454: Fix formatting .
tpl
->.tpl
. Thank you @DrevanTonder
Customer Account Links module
- #20: Fix call to undefined function. Thank you @davidglezz
Reminder module
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @nesrineabdmouleh, @atomiix, @jolelievre, @arouiadib, @dependabot[bot], @PierreRambaud, @Progi1984, @DrevanTonder, @zalexki, @tdavidsonas88, @matks, @PeeyushAgrawalWebkul, @PululuK, @NeOMakinG, @jf-viguier, @matthieu-rolland, @jtraulle, @davidglezz, @kim-nani!
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!