PrestaShop Core Weekly - Week 35 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 30th of August to Sunday 5th of September 2021.
General messages
Dear developers,
Work was slowed down on the project from Thursday to Monday due to technical issues affecting PrestaShop services.
The incident is now over. Teams continue to work on planned releases PrestaShop 1.7.7.8, PrestaShop 1.7.8.0 and PrestaShop 8.0.0.
Last week, the project’s eighth monthly public demo session was held and streamed live on Wednesday 1st of September 2021.
In the meantime, PHP 8.1.0 first release candidate has been released!
Releases
A quick update about PrestaShop’s GitHub issues and pull requests:
- 34 new issues have been created in the project repositories;
- 42 issues have been closed, including 8 fixed issues on the core;
- 56 pull requests have been opened in the project repositories;
- 53 pull requests have been closed, including 47 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #25714: Remove unused parameters from
Tools::addonsRequest()
, by @eternoendless
Back office
- #25744: Fix wrong word in docker_run_git.sh. Thank you @nenes25
- #25689: Rename Form to FormTheme in experimental product templates. Thank you @zuk3975
- #25302: Fixed sort for naming in Admin > Carriers list, by @Progi1984
Front office
- #25396: Fixes Search that would return no result if semicolon is used. Thank you @venditdevs
- #22389: Fixed case where the “Place Order” button is disabled when the order is free and “Terms of service” is disabled. Thank you @tswfi
Tests
- #25721: Removed Gamification module in tests, by @Progi1984
Code changes in the ‘1.7.8.x’ branch
Front office
- #25387: Product flags: Fixed spacing with multiples flags on frontoffice, by @Progi1984
Tests
- #25737: Do not delete suppliers to fix errors on “Filter stocks by supplier” test, by @boubkerbribri
- #25652: Refacto international tests, by @boubkerbribri
- #25188: Change member to type for data files to fix js-doc, by @boubkerbribri
Code changes in the ‘1.7.7.x’ branch
Core
Back office
- #25749: Product combination price edit : Use blur instead of onkeyup to avoid price flip, by @sowbiba
Code changes in modules, themes & tools
Customer reassurance block module
- #264: Bump webpack from 5.51.1 to 5.51.2. Built by @dependabot[bot]
- #263: Bump @babel/core from 7.15.0 to 7.15.4. Built by @dependabot[bot]
- #262: Bump mini-css-extract-plugin from 2.2.1 to 2.2.2. Built by @dependabot[bot]
- #261: Bump clean-webpack-plugin from 3.0.0 to 4.0.0. Built by @dependabot[bot]
- #260: Bump mini-css-extract-plugin from 2.2.0 to 2.2.1. Built by @dependabot[bot]
- #259: Bump tar from 6.1.6 to 6.1.11. Built by @dependabot[bot]
Faceted search module
- #503: Bump webpack from 5.51.1 to 5.51.2. Built by @dependabot[bot]
- #502: Bump @babel/core from 7.15.0 to 7.15.4. Built by @dependabot[bot]
- #501: Bump @babel/node from 7.14.9 to 7.15.4. Built by @dependabot[bot]
- #500: Bump @babel/cli from 7.14.8 to 7.15.4. Built by @dependabot[bot]
- #499: Bump @babel/preset-env from 7.15.0 to 7.15.4. Built by @dependabot[bot]
- #498: Bump clean-webpack-plugin from 3.0.0 to 4.0.0. Built by @dependabot[bot]
- #497: Bump tar from 6.1.3 to 6.1.11. Built by @dependabot[bot]
- #496: Bump mocha from 9.1.0 to 9.1.1. Built by @dependabot[bot]
User documentation landing page
- #118: fix(deps): bump core-js from 3.17.1 to 3.17.2. Built by @dependabot[bot]
- #117: chore(deps-dev): bump sass from 1.38.2 to 1.39.0. Built by @dependabot[bot]
- #116: fix(deps): bump core-js from 3.16.4 to 3.17.1. Built by @dependabot[bot]
- #115: chore(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.0.0. Built by @dependabot[bot]
- #114: fix(deps): bump core-js from 3.16.3 to 3.16.4. Built by @dependabot[bot]
- #113: chore(deps-dev): bump sass from 1.38.1 to 1.38.2. Built by @dependabot[bot]
- #112: chore(deps-dev): bump babel-jest from 27.0.6 to 27.1.0. Built by @dependabot[bot]
Wishlist block module
- #131: Bump tar from 4.4.15 to 4.4.19. Built by @dependabot[bot]
Core Weekly Generator tool
- #105: Bump tar from 4.4.15 to 4.4.19. Built by @dependabot[bot]
- #104: Update repository and team lists, by @matks
Example modules
- #79: Bump tar from 4.4.15 to 4.4.19 in /example_module_mailtheme. Built by @dependabot[bot]
Prestashop UI Kit
- #170: Bump tar from 6.1.3 to 6.1.11. Built by @dependabot[bot]
OnBoarding module
- #128: Release 6.0.7, by @PierreRambaud
- #127: Bump to 6.0.7, by @PierreRambaud
- #123: Fix preston position, by @NeOMakinG
- #122: Make welcome module compatible with older versions, by @PierreRambaud
PrestaShop PHPStan extension
presthubot
- #36: Slack Notifier Removed PR with “Blocked” label, by @Progi1984
Changes in developer documentation sources
- #1131: Explain where data need to be stored in module’s context, by @PierreRambaud
- #1119: Explain how to navigate prestashop, by @matks
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @dependabot[bot], @sowbiba, @nenes25, @PierreRambaud, @boubkerbribri, @matks, @Progi1984, @eternoendless, @zuk3975, @NeOMakinG, @venditdevs, @tswfi!
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!