PrestaShop Core Weekly - Week 47 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 19th to Sunday 25th of November 2018.
General messages
Dear Developpers,
The Auto upgrade module is available in version 4.5.0. The memory use when downloading releases has been optimized.
I will be at Paris Open Source Summit next week, and I will speak about PrestaShop, open source and business models. If you are planning to be there too, let’s meet, discuss, and maybe why not have a beer together?
A quick update about GitHub issues
Last week, 45 new issues have been created in PrestaShop’s core repository, and 11 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #10839: Migrate languages list. Thank you @sarjon
- #11204: [*] CO : Fixed incorrect comparison when out of stock. Thank you @andromaque
- #11397: add total_shipping_tax_excl , incl in email data. Thank you @sitte
- #11417: Lossless compression of all images. Thank you @MathiasReker
- #11456: Merge 1.7.5.x in develop, by @PierreRambaud
- #11469: Fix SQL update when last_connection_date is null, by @Quetzacoalt91
Back office
- #10992: Migrate Customer view page. Thank you @sarjon
- #11235: Prevent unnecessary Order objects from being created in Admin Orders. Thank you @mnastalski
- #11256: Fixes error reported in #9687, regarding carrier list in the modal to …. Thank you @manfield
- #11424: Improvement needs on hover of “Ok” button of source code modal on product page. Thank you @dineshbadrukhiya
Front office
- #11362: Dont expose Powered-By: Prestashop . Thank you @MathiasReker
- #11419: Noto Sans fonts updated to version 2.001 hinted. Thank you @ProBackup-nl
Tests
- #9309: Check buttons in header product page. Thank you @hadrich-hatem
- #9312: Check order details (selenium tests), by @fatmaBouchekoua
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.0)
Back office
- #11279: Allow product ordering on explicit request, by @jolelievre
- #11421: Display configure button only if module is configurable, by @Quetzacoalt91
- #11447: Escape everything!, by @PierreRambaud
- #11448: Remove useless trad files in install for persian, by @jolelievre
- #11457: Refactoring filemanager/execute.php, by @PierreRambaud
- #11463: fix admin translation redirect, by @tomlev
- #11466: Revert separated module buttons, by @Quetzacoalt91
- #11478: Changes the redirection url after store update, by @jolelievre
Front office
- #10964: Mine dev presta shop branch. Thank you @damianobertuna
Tests
- #11280: Add some fixes to the script. Thank you @hadrich-hatem
Code changes in the ‘1.6.1.x’ branch (for v1.6.1.24)
Core
- #11043: CO: Update ambiguous code style. Thank you @gwarnants
- #11204: [*] CO : Fixed incorrect comparison when out of stock. Thank you @andromaque
Code changes in modules, themes & tools
Buy Button Lite
Auto Upgrade
- #190: Do not define configuration values in JS (unused), by @Quetzacoalt91
- #191: Deploying v4.4.2 of autoupgrade, by @Quetzacoalt91
Link list
- #44: Fo: fix custom link id. Thank you @duGuillaume
- #53: Fix upgrade script with query syntax error, add clear cache and in in…, by @jolelievre
- #54: Fix upgrade script, by @jolelievre
- #55: Use Tools directly to clear cache instead of using symfony container, by @jolelievre
- #56: Use Tools to clear cache, by @jolelievre
Changes in Documentation
- #165: List of productS. Thank you @Klemart3D
- #166: List of productS. Thank you @Klemart3D
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @andromaque, @damianobertuna, @dineshbadrukhiya, @duGuillaume, @gwarnants, @hadrich-hatem, @Joukz, @Klemart3D, @MathiasReker, @manfield, @mnastalski, @ProBackup-nl, @sarjon, @sitte!
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!