PrestaShop Core Weekly - Week 06 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 04th to Sunday 10th of February 2019.
General messages
Dear Developers,
Last week, Pablo Borowicz, PrestaShop’s lead developer, started a series on the blog about the architecture of the PrestaShop open source project. The next chapter is currently under review and should be published this week.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 81 new issues have been created in the project repositories
- 76 issues have been closed, including including 13 fixed issues on the core.
- 163 pull requests have been opened in the project repositories
- 51 pull requests have been closed), including 41 merged pull requests
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #12263: Migrate Add/Edit actions for webservice keys. Thank you @sarjon
- #12284: Include script handler to manage installation of modules, by @mickaelandrieu
- #12293: Migrate actions of Languages list. Thank you @sarjon
- #12397: Fix use of array_merge in HookFinder->addExpectedInstanceClasses. Thank you @TysonAndre
- #12398: Fix unused variables where straightforward to do so. Thank you @TysonAndre
- #12399: Actually use arguments passed to CountryDataProvider->getCountries(). Thank you @TysonAndre
- #12400: Remove a harmless duplicate array entry in PositionsController. Thank you @TysonAndre
- #12444: Merge back branch 1.7.5.x (changes for 1.7.5.1), by @jolelievre
- #12446: Enable new Languages page. Thank you @sarjon
- #12447: Remove legacy Webservice controller. Thank you @sarjon
Back office
- #11470: Improve birthdate validation. Thank you @zessx
- #11894: Migration of international/localization/currencies page form and some exchange rate actions. Thank you @tomas862
- #12128: Add migrated customers page helper card, by @matks
- #12479: Avoid module sorting function warnings when module data is invalid, by @matks
Front office
Tests
- #12021: Add unit tests for CommandBus, DocumentationLinkProvider and UrlFileChecker, by @matks
- #12431: TE: update product quantity test. Thank you @YosraAk
- #12480: Add a descriptif comment for the broken test “shopping_carts_view”. Thank you @YosraAk
- #12481: Add a descriptif comment for the broken test “create_product_with_combination”. Thank you @YosraAk
- #12482: Add a descriptif comment for the broken test “Delete category”. Thank you @YosraAk
- #12485: Add a descriptif comment for the broken test “create_feature”. Thank you @YosraAk
- #12486: Add a descriptif comment for the broken test “read_more_module”. Thank you @YosraAk
- #12487: Add a descriptif comment for the broken test “configuration”. Thank you @YosraAk
- #12491: TE: add a descriptif comment for the broken test “category”. Thank you @YosraAk
- #12492: Add a descriptif comment for the broken test “page”. Thank you @YosraAk
- #12493: Add a descriptif comment for the broken test “linkWidget”. Thank you @YosraAk
- #12494: Add a descriptif comment for the broken test “sort filter file”. Thank you @YosraAk
- #12496: Add a descriptif comment for the broken test “autoupgrade”. Thank you @YosraAk
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.1)
Core
- #12367: Move PositionColumn in its original folder, by @Quetzacoalt91
- #12389: Fixed grid hook calls, by @mickaelandrieu
Back Office
- #12234: Force refresh of tinymce editors in product page step 1, by @jolelievre
- #12370: RTL fixes: profile, select and notification dropdown, popover tooltips, stock quantity arrows, by @jolelievre
- #12372: Fix provider warehouse routes, by @jolelievre
- #12402: Fix first attribute generation when not choosing first attribute, by @jolelievre
Front office
- #12337: Slow combination update due to delay before request, by @jolelievre
Code changes in modules, themes & tools
Auto-upgrade
- #278: Update module logo, by @Quetzacoalt91
eslint-config-prestashop
- #2: Advise to install eslint with the rules, by @Quetzacoalt91
Viewed products block
- #13: Fix critical error with previous version of Prestashop. Thank you @Matt75
- #15: Deploy v1.2.1 of ps_viewedproduct, by @matks
Docker Internet Images
- #24: Create one employee per language & enable URL rewriting, by @Quetzacoalt91
Changes in Documentation
- #186: Import component docs. Thank you @rokaszygmantas
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @Matt75, @rokaszygmantas, @sarjon, @tomas862, @TysonAndre, @YosraAk, @zessx!
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!