PrestaShop Core Weekly - Week 25 of 2018
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 18th of June to Sunday 24th of June 2018.
General messages
Hey guys, how are you? I guess that some of you could be interested in a better insight into the PrestaShop project evolution. You can now have a look at the public roadmap on Github!
A word about next releases: while the 1.7.4 still needs some work to be released, we will release soon some maintenance releases of 1.7.3.x and 1.6.1.x.
Also, in this Core Weekly, you will find updates about a module. A lot of work has been done on the Auto Upgrade module. Its second beta has been released this week, v4.0.0-beta.2, thanks to the feedback of many testers. Thank you very much to everyone who helps to improve it!
I will try to give more details in the future in order to give you a better overview of the activity on the PrestaShop project at large. Please leave a comment to let us know what information interests you.
Code changes in the ‘develop’ branch (for v1.7.5.0)
Core
- #9066: Refactor Dispatcher::useDefaultController(). Thank you @michaelKaefer
- #9116: Migrate localization page. Thank you @sarjon
- #9174: Added a service to manage PrestaShop versions (may deprecate PS_VERSION). Thank you @michaelKaefer
- #9176: Migrate “Improve > International > Localization > Geolocation” page . Thank you @sarjon
- #9192: Migrate Payment methods page. Thank you @sarjon
- #9198: Add use statement for AppKernel, by @mickaelandrieu
- #9204: Remove leftover routing files. Thank you @sarjon
Back Office
- #9137: Improve routing of PrestaShop application, by @mickaelandrieu
- #9195: Fixed mixed up display in some cases at partial refunds. Thank you @paeddl
Front Office
tests
- #9131: Add export shopping carts scenario, by @fatmaBouchekoua
- #9150: Add dockerfile for single container run of E2E, by @Quetzacoalt91
Web Service
- #9202: Preserve position in category when adding a new Product using Web services. Thank you @Shopmonauten
Code changes in the ‘1.7.4.x’ branch (for v1.7.4.0)
Back Office
- #9194: Handle 1.7 method in update function ‘add_new_tab’, by @Quetzacoalt91
Localization Pack
- #9196: Fix wrong translation domain, by @eternoendless
- #9197: Fix duplicate wording, by @eternoendless
- #9200: Fix duplicate wording, by @eternoendless
Code changes in the ‘1.6.1.x’ branch (for v1.6.1.2O)
Core
Code changes in modules
Auto Upgrade
- #78: Update wording, by @Quetzacoalt91
- #79: Create issue template for bug report, by @Quetzacoalt91
- #83: Avoid files to be generated outside the admin folder, by @Quetzacoalt91
- #84: Always load default conf data before saved conf files, by @Quetzacoalt91
- #85: Stop upgrade process if zip file can’t be closed, by @Quetzacoalt91
- #86: Disable modules with 1.6 method, by @Quetzacoalt91
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @michaelKaefer, @okom3pom, @paeddl, @rdy4ever, @sarjon, @Shopmonauten!
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 tickets and comments on the Forge!
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 the Forge to contribute to PrestaShop. Thank you!
Happy contributin’ everyone!