PrestaShop Core Weekly - Week 41 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 08th to Sunday 14th of October 2018.
General messages
Dear Developers,
A network maintenance will be operated on our infrastructure during the night of Monday 22nd to Tuesday 23rd of October. The PrestaShop Addons Maketplace and its APIs will be unavailable between 0:00 and 0:30 CET, hence a 30 minutes of downtime. The aim of this operation is to increase the company servers’ network bandwidth, in order to be able to cope with the continuous growth of PrestaShop online stores in the world.
A quick update about GitHub issues
Last week, 70 new issues issues have been opened in PrestaShop’s core repository, and 17 fixed issues have been closed.
Code changes in the ‘develop’ branch (for v1.7.6.0)
Core
- #10160: Migrate categories listing. Thank you @sarjon
- #10777: Migration of Shop parameters > Contact > Contacts page.. Thank you @rokaszygmantas
- #10797: Migrate Employee list . Thank you @sarjon
- #10864: Implement image source parser. Thank you @sarjon
- #10917: Add getConfiguration to PrestaShopBundle, by @Quetzacoalt91
Back office
- #10790: Migrate Employee options configuration. Thank you @sarjon
- #10808: Adjusted URL to be SSL agnostic. Thank you @alu-
- #10924: Right side block of attribute and attribute groups in combination tab not appears.. Thank you @dbadrukhiya
- #10939: Fix bad annotation in AttributeGroupLang, AttributeLang and TabLang. Thank you @Fabuloops
Front office
- #10769: No unset id_attribute, could be usefull to theme development. Thank you @Piraito
- #10867: Remove inline-style of Arial font. Thank you @Mreker
Code changes in the ‘1.7.5.x’ branch (for v1.7.5.0)
Core
- #10865: Fix compatibility with PHP 5.6 for PS exception. Thank you @sarjon
- #10883: Missing translations, by @PierreRambaud
- #10905: Update catalog, by @PierreRambaud
Back Office
- #10810: Allow URL in search result preview to be live updated, by @Quetzacoalt91
- #10856: Fatal error when saving product with tags. Thank you @rokaszygmantas
- #10868: Manage backward compatibility of legacy links, by @jolelievre
- #10901: Make Logger stdout configurable using env variables, by @mickaelandrieu
- #10906: Add new native module ps_faviconnotificationbo, by @eternoendless
- #10946: Allow errors without field to be displayed on product form, by @Quetzacoalt91
- #10949: Update help panel position on legacy pages, by @Quetzacoalt91
- #10950: Update module breadcrumb in category page, by @Quetzacoalt91
- #10967: Fix Bad annotations (backport of #10939), by @mickaelandrieu
Tests
- #10879: Add some fixes to the campaign Full, by @fatmaBouchekoua
- #10926: Fix typo, by @fatmaBouchekoua
- #10987: Add nightly tasks to Travis, by @Quetzacoalt91
Localization
- #10843: fixing typo in download_product.txt. Thank you @antonellamarengo
Code changes in the ‘1.6.1.x’ branch (for v1.6.1.22)
Core
- #10921: Missing class const on cert refresh, by @Quetzacoalt91
Code changes in modules, themes & tools
PrestaShop on Docker
- #138: Add nightly builds on docker hub, by @Quetzacoalt91
Auto Upgrade
- #176: Fix wordings without domain, by @eternoendless
MBO
Favicon Notification
- #7: Change translation method, by @clementdaubeuf
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @alu-, @antonellamarengo, @dbadrukhiya, @Fabuloops, @MrBaiame, @Mreker, @Piraito, @rokaszygmantas, @sarjon!
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!