PrestaShop Core Weekly - Week 23 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 4th of June to Sunday 10th of June 2018.
General messages
Great news: we have never been so close to publish the 1.7.4 beta! Among its new features is the refactoring of the Auto Upgrade module, it is one of the key improvements we want to bring with this release. Help our dev team, have a look at it, test it and give us some feedback:
- Documentation is a public Google Doc, therefore it is open to feedback, it will help us improve it
- Download the 4.0.0-beta.1 version of the Auto Upgrade module on GitHub
** Please do not use it on a production website and of course, backup, backup, and backup first.**
To conclude, we hope to see you at the PrestaShop Day this Thursday. There is an “open source corner”, let’s meet and chat there. :-)
Code changes in the ‘develop’ branch (for v1.7.5.0)
Core
- #8956: Add customization ID to cart ajax response and updateCart event data. Thank you @unlocomqx
- #9105: Check if key exists before checking the value. Thank you @andypieters
- #9154: Migrate Theme Catalog Page of Design Section. Thank you @michaelKaefer
- #9162: CO: The left and the right parts of assignment are equal. Thank you @lfluvisotto
- #9163: CO: Case mismatch in class/function/method call. Thank you @lfluvisotto
Back Office
- #9139: Migrate Sell > Orders > Delivery Slips, by @PierreRambaud
- #9171: Fixed namespace of Delivery Slips controller, by @mickaelandrieu
Front Office
Tests
- #9127: Buttons in product page, by @fouratachour
- #9147: Navigate between pages in catalog page, by @fatmaBouchekoua
Code changes in the ‘1.7.4.x’ branch (for v1.7.4.0)
Core
- #9156: Fix missing security event listeners registration. Thank you @sarjon
- #9167: Update native module versions, by @eternoendless
Back Office
- #8914: Improve header BO design, by @sLorenzini
- #9133: Regression with DatePicker and checkboxes on stock page (catalogue > stock), by @PierreRambaud
- #9160: Fix 500 while getting order total, by @PierreRambaud
- #9169: Fix product attachment list, by @tomlev
Code changes in the ‘1.6.1.x’ branch (for v1.6.1.2O)
Front Office
- #9126: Control if customer is the owner of the selected order in contact form, by @PierreRambaud
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @andypieters, @lfluvisotto, @michaelKaefer, @sarjon, @Seleda, @unlocomqx!
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!