PrestaShop Core Weekly - Week 33 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 13rd to Sunday 19th of August 2018.
General messages
Hello, even if there was one day off in France last week, this was a good week for pull requests. Bug fixes, improvement, and work on two modules:
- Auto Upgrade, thanks to your feedbacks (really, thank you a lot!), version 4.1.0 will be released soon
- Dashboard Products, v2.0.4 has been released
Have a nice Summer 😎 🌞
Code changes in the ‘develop’ branch (for v1.7.5.0)
Core
- #7612: Added new actionFrontControllerSetVariables hook. Thank you @sarjon
- #9291: Small FrameworkBundleAdminController clean up. Thank you @sarjon
- #9426: add comment line to Address.php. Thank you @azisyus
- #9428: Added a new hook to custom SwiftMessage before sending mail. Thank you @tonyyb
- #9432: Make it unnecessary to append a ‘_’ to the controller name when using the AdminSecurity annotation, by @eternoendless
- #9436: Remove unused taxes. Thank you @Mreker
- #9452: Small naming update in grid. Thank you @sarjon
- #9442: Decouple filters and columns. Thank you @sarjon
Back Office
- #9206: Migrate “Configure > Advanced Parameters > Database > SQL Manager” page. Thank you @sarjon
- #9334: Fix sample file download & fields load via ajax in Import. Thank you @sarjon
- #9455: Removed all translations errors from localization page, by @mickaelandrieu
- #9457: Enable Logs page, by @mickaelandrieu
Front Office
- #9422: Add missing appendArray in OrderReturnLazyArray (BOOM-6039), by @jolelievre
- #9433: Add customizations field in product whitelist, by @jolelievre
- #9441: Fix 403 error when accessing localhost using IPv6 (Maxmind Database exists). Thank you @tolispy
- #9446: Fix welcome page variable injection by adding missing %, by @jolelievre
- #9445: Change out of stock condition with greater or equals, by @jolelievre
Tests
- #9400: Allow docker to run e2e tests, by @PierreRambaud
Web Services (API)
Code changes in modules, themes & tools
Auto Upgrade
- #124: Add rollback to the travis checks, by @Quetzacoalt91
- #126: Remove use of channel17.xml, by @Quetzacoalt91
- #127: Reset archive filename when switching on channel, by @Quetzacoalt91
- #128: Check HTTP codes with curl after upgrade, by @Quetzacoalt91
- #130: Fix wording with replaced files, by @Quetzacoalt91
- #132: Force composer autoload to be appended, by @Quetzacoalt91
- #134: Revert “Fix wording with replaced files”, by @Quetzacoalt91
- #135: Revert “Force composer autoload to be appended”, by @Quetzacoalt91
- #136: Force composer autoload to be appended, by @Quetzacoalt91
- #137: Fix wording with replaced files, by @Quetzacoalt91
- #139: Resolve conflicts, by @Quetzacoalt91
Dashboard Products
- #7: Fix most viewed products, by @mickaelandrieu
- #16: Fix best products image. Thank you @gnujeremie
- #17: Fix the display of the total tax excl. Thank you @Azouz-Jribi
- #18: Comply to validator.prestashop.com rules, by @matks
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @azisyus, @Azouz-Jribi, @gnujeremie, @Mreker, @sarjon, @tolispy, @tonyyb!
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!