PrestaShop Core Weekly - Week 36 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 3rd to Sunday 9th of September 2018.
General messages
This week, many people from the PrestaShop ecosystem came to meet the PrestaShop company at the Paris Retail Week. There was also a meeting at the Paris office, with French agencies and some of the top Addons contributors. That was great to share and discuss together about the present and the future of PrestaShop. Thank you to everyone who attended.
A quick reminder: please note that PrestaShop 1.7.5 code freeze will be on the 20th of september, and it’s next week. After that date, no new wordings can be added, and only regression fixes will be merged into the release branch.
Module release:
A quick update about GitHub issues: last week, 77 new issues issues have been opened in PrestaShop’s core repository, and 21 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.5.0)
Core
- #9356: CO: Add new variable in product.php, to sort features in front. Thank you @Lathanao
- #9402: Improve grid data providers. Thank you @sarjon
- #9460: Implementation of CQRS in SqlManager page. Thank you @sarjon
- #9475: Make title different from meta title on CMS for SEO purpose. Thank you @Mreker
- #10227: CO: Fixed error with inheritance. Thank you @idnovate
- #10233: HookDispatcher dispatchMultiple doesn’t exists anymore, by @PierreRambaud
- #10241: Add Tactician command/query bus. Thank you @sarjon
- #10287: Fixed pre-commit hook script, by @mickaelandrieu
Back Office
- #9324: Fixed the Show SQL query action, by @mickaelandrieu
- #9444: Add search engine result preview on product page, by @Quetzacoalt91
- #9453: Allow import entity to be preselected. Thank you @sarjon
- #9471: Build Back Office default theme using Webpack 4, by @eternoendless
- #10135: [BOOM-6197] PDF documents unformatted. Thank you @rdy4ever
- #10202: Fix ’edit specific price’ modal behavior bugs and display, by @matks
- #10208: Migration of Advanced Parameters -> Webservice -> listing. Thank you @tomas862
- #10219: Minor grid improvements. Thank you @sarjon
- #10221: BO | Product Page: fix visual glitches in categories filter. Thank you @CaptainYouz
- #10223: Fixed DB backup page, by @mickaelandrieu
- #10242: BO: Fix wrong translations. Thank you @ramtin2025
- #10260: Fix help sidebar not working in the Stock page. Thank you @CaptainYouz
- #10281: Fixed minor issues on Logs Grid page, by @mickaelandrieu
- #10302: Images aren’t displayed in combinations with new products, by @PierreRambaud
- #10322: Wrong variable name , by @PierreRambaud
- #10326: Manage getAdminBaseLink in LegacyContext::getAdminLink, by @jolelievre
Front Office
- #9362: [FO] Add breadcrumb to the contact page. Thank you @SebBareyre
- #9459: Show the category block in the list page on first page only, by @jolelievre
- #9472: Modify category pagination for SEO purposes, by @jolelievre
- #10254: Fix getTotalWeight Notice. Thank you @duGuillaume
- #10279: Check minimal quantity. Thank you @sadlyblue
Tests
- #10249: Use PHP_BINARY while using createTestDb, by @PierreRambaud
- #10276: Run PHP CS Fixer, by @Quetzacoalt91
Code changes in modules, themes & tools
Auto Upgrade
- #152: Fix undefined trans in Workspace class, by @Quetzacoalt91
- #155: Deploying v4.1.1 of 1-click upgrade, by @Quetzacoalt91
- #156: Bump to v4.1.1, by @Quetzacoalt91
- #157: Check cURL without PS core, by @Quetzacoalt91
- #160: Fix ignored files outside shop folder, by @Quetzacoalt91
- #161: Update Readme.md, by @Quetzacoalt91
- #162: Apply Cs fixer, by @PierreRambaud
- #164: Revert “Fix ignored files outside shop folder”, by @Quetzacoalt91
Mail alerts
- #36: Apply Cs fixes, by @PierreRambaud
Faceted navigation block
- #38: Append composer autoloader in config, by @Quetzacoalt91
- #41: Deploying v2.2.0, by @Quetzacoalt91
- #42: Bump version to 2.2.0, by @Quetzacoalt91
Products in the same category
- #2: Make more precise variable type check, by @Quetzacoalt91
- #3: Bump version to 1.0.3, by @Quetzacoalt91
- #4: Deploying version 1.0.3, by @Quetzacoalt91
MBO
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @CaptainYouz, @duGuillaume, @idnovate, @Lathanao, @MrBaiame, @Mreker, @ramtin2025, @rdy4ever, @sadlyblue, @sarjon, @SebBareyre, @tomas862!
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!