PrestaShop Core Weekly - Week 20 of 2021
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 17th to Sunday 23th of May 2021.
General messages
Dear developers,
The next public open source demo is going to happen on next Wednesday, May 26, 2021 at 2pm CEST.
During this session we will present more of the new 1.7.8 achievements!
Releases
A quick update about PrestaShop’s GitHub issues and pull requests:
- 69 new issues have been created in the project repositories;
- 43 issues have been closed, including 12 fixed issues on the core;
- 85 pull requests have been opened in the project repositories;
- 65 pull requests have been closed, including 55 merged pull requests.
Code changes in the ‘develop’ branch
Back office
Tests
Code changes in the ‘1.7.8.x’ branch
Core
Back office
- #24527: Restricted to all shop context for Order Status controller, by @Progi1984
- #24456: Fix js error in console in multistore mode, by @matthieu-rolland
- #24089: Improve Product getAttributesResume function for MySQL 8. Thank you @daresh
Front office
- #24428: Correct logo size of classic theme, by @NeOMakinG
Installer
- #24525: Wrong usage of shopId property during installation process, by @PierreRambaud
Tests
- #24569: Add js-doc to faker data classes: tag, tax, taxRule, taxRuleGroup, title, webservice, zone, by @boubkerbribri
- #24566: Add js-doc to faker data classes: Address, brand, brandAddress, carrier, attribute and value, by @boubkerbribri
- #24551: Update js documentation for shop parameters pages. Thank you @nesrineabdmouleh
- #24478: Functional tests - Fix and add tests for Brands and Addresses pages. Thank you @nesrineabdmouleh
- #24375: Add new test ‘Guest checkout: Use different invoice address’, by @boubkerbribri
Code changes in the ‘1.7.7.x’ branch
Back office
- #24579: BO - Order Messages - Avoid message with duplicate name, by @Progi1984
- #24568: BO - Order Preview - Use the tracking number in tracking url, by @Progi1984
- #24427: Fixed wrong price of the delivery slip of the document list, by @Progi1984
Tests
- #24578: Fix test Handling charges and backport fixes for product quick view test, by @boubkerbribri
Code changes in modules, themes & tools
Links list module
- #120: Migrated Travis CI to Github Actions, by @Progi1984
Wishlist block module
- #116: Bump version 2.0.1, by @jolelievre
- #115: Fix error in wording, by @jolelievre
- #112: Change assets priorities to permit override. Thank you @henri9813
- #105: Bump elliptic from 6.5.2 to 6.5.4. Built by @dependabot[bot]
Customer reassurance block module
- #201: Bump css-loader from 5.2.4 to 5.2.5. Built by @dependabot[bot]
- #200: Bump webpack from 5.37.0 to 5.37.1. Built by @dependabot[bot]
- #199: Bump @babel/core from 7.14.2 to 7.14.3. Built by @dependabot[bot]
- #198: Bump eslint-plugin-import from 2.22.1 to 2.23.2. Built by @dependabot[bot]
- #193: Bump lodash from 4.17.20 to 4.17.21. Built by @dependabot[bot]
- #192: Bump hosted-git-info from 2.8.8 to 2.8.9. Built by @dependabot[bot]
Faceted search module
- #434: Bump css-loader from 5.2.4 to 5.2.5. Built by @dependabot[bot]
- #432: Bump webpack from 5.37.0 to 5.37.1. Built by @dependabot[bot]
- #430: Bump @babel/cli from 7.13.16 to 7.14.3. Built by @dependabot[bot]
- #429: Bump eslint-plugin-import from 2.22.1 to 2.23.2. Built by @dependabot[bot]
Gamification module
- #84: Bump symfony/phpunit-bridge from 5.2.8 to 5.2.9. Built by @dependabot[bot]
Email Alerts module
- #87: Remove our old friend, Travis. Thank you @kpodemski
Example modules
- #60: Example how to implement console command. Thank you @zuk3975
- #59: Show how to override object model and add database column. Thank you @zuk3975
Changes in developer documentation
- #1002: Change order view page hooks image. Thank you @kpodemski
- #993: Fix docker-compose file to build Hugo container, by @boubkerbribri
- #990: Add migration docs about behat tests. Thank you @zuk3975
- #989: BO: include Vue help for Symfony controllers. Thank you @jorgevrgs
- #971: Describe orders lifecycle. Thank you @zuk3975
- #960: Add table for PHP dependencies, by @PierreRambaud
TranslationTools Bundle
OnBoarding module
- #107: Bump eslint-plugin-import from 2.22.1 to 2.23.2. Built by @dependabot[bot]
- #105: Bump lodash from 4.17.20 to 4.17.21. Built by @dependabot[bot]
- #104: Bump hosted-git-info from 2.8.8 to 2.8.9. Built by @dependabot[bot]
- #71: Bump postcss-loader from 0.8.2 to 3.0.0. Built by @dependabot[bot]
GDPR module
- #141: Fix errors in Spanish translation. Thank you @alfonsolr09
Prestashop UI Kit
- #139: Add SCSS variables to storybook, by @NeOMakinG
Buy button lite module
- #19: Improve call to
implode()
for php7.4. Thank you @MathiasReker
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @Progi1984, @jolelievre, @dependabot[bot], @PululuK, @atomiix, @boubkerbribri, @kpodemski, @zuk3975, @nesrineabdmouleh, @matks, @PierreRambaud, @jorgevrgs, @matthieu-rolland, @NeOMakinG, @henri9813, @daresh, @alfonsolr09, @MathiasReker!
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!