PrestaShop Core Weekly - Week 04 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 20th to Sunday 27th of January 2019.
General messages
Dear Developers,
You will notice that the GDPR module has been improved thanks to a contributor from the community. As improving modules is sometimes easier than to improve the PrestaShop project’s core, this is a very good way to start to contribute. Just have a look at the Native modules integration kanban on GitHub, and pick something up in the todo list.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 68 new issues have been created in the project repositories
- 43 issues have been closed, including including 5 fixed issues on the core.
- 49 pull requests have been opened in the project repositories
- 76 pull requests have been closed, including 43 merged pull requests
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #11135: Migrate Employees list actions. Thank you @sarjon
- #11859: Replace tabs with spaces in htaccess. Thank you @MathiasReker
- #11961: Some update to Domain namespace. Thank you @sarjon
- #12222: Add notice for docker-compose, by @PierreRambaud
- #12243: Update gitignore, by @PierreRambaud
- #12247: Bump version to 1.7.6.0, by @eternoendless
- #12249: Migrate legacy test TermsAndConditionsTest and refactor related class, by @matks
Back office
- #12074: Refacto PreferencesController to use annotations, by @matks
- #12076: Refacto ProductPreferencesController to use annotations, by @matks
- #12077: Refacto ThemeCatalogController to use annotations, by @matks
- #12094: Refactor OrderPreferencesController to use annotations, by @matks
- #12096: Fix access rights to Administration page, by @matks
- #12097: Refacto PaymentMethodsController to use annotations, by @matks
- #12098: Refactor Shipping/ referencesController to use annotations, by @matks
- #12099: Refactor MaintenanceController to use annotations, by @matks
- #12140: Default carrier name was displayed as 0. Thank you @Gitdyr
- #12240: Adds missing argument in MetaController which caused page crash. Thank you @tomas862
Front office
- #12017: Weak token implementation, by @PierreRambaud
- #12227: Fix ps_viewedproduct in classic theme. Thank you @SharakPL
Tests
- #12219: Update click on discover test. Thank you @ansar21mallouli
- #12220: Update file tests. Thank you @YosraAk
- #12232: Add unit tests for Core/Kpi, by @matks
- #12238: Wrong directory to check if there are files reported by mochawesome, by @PierreRambaud
- #12245: Update check notifications test. Thank you @ansar21mallouli
- #12256: Wrong duration time while combine nightly tests reports, by @PierreRambaud
- #12266: Migrate ImageTagSourceParserTest in tests folder, by @matks
- #12272: add checkFile step after downloading a file. Thank you @YosraAk
- #12281: Update zip module test. Thank you @YosraAk
- #12289: Update sort module test. Thank you @ansar21mallouli
- #12298: Improve logging for nightly tests, by @PierreRambaud
- #12324: Separate nightly tests and reports, by @PierreRambaud
Install
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.1)
Core
- #12292: Allow arabic numbers in link rewrite, by @PierreRambaud
Back Office
- #12016: Update module & service link in upgrade, by @Quetzacoalt91
- #12236: SERP: Textarea from tinymce requires jquery to return the text value, by @Quetzacoalt91
- #12277: Avoid usage of enter key in search hook input, by @PierreRambaud
Code changes in modules, themes & tools
GDPR
Composer script handler
- #1: Introducing Composer Script Handler, by @mickaelandrieu
- #2: Added tests, by @mickaelandrieu
- #3: Improved quality build, by @mickaelandrieu
eslint-config-prestashop
- #1: Initial commit, by @PierreRambaud
European VAT number
- #8: Deploy v2.1.0 of vatnumber module, by @Quetzacoalt91
ADR
Changes in Documentation
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @ansar21mallouli, @Gitdyr, @MathiasReker, @sarjon, @SharakPL, @Shiryu75, @tomas862, @YosraAk!
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!