This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 31st of July to Sunday 6th of August 2017.

Core Weekly banner

General messages

As announced in last week’s Core Weekly Report, we release 1.6.1.16! It contains the usual number of merged pull requests, and as you know, we plan on continuing supporting PrestaShop 1.6.1.16 with monthly patch releases until October 2018.

Version 1.7.2.0 was rather well received, and we are planning a first patch release for this version in the coming days – either this week or the next, depending on the tests currently being done. Stay tuned!

Summer is also the time when things slow down a little, which allows for planning ahead. Two articles released last week are going this way:

That’s a nice start for August, don’t you think?

Code changes in the ‘develop’ branch (for v1.7.3.0)

Core

  • #8128: Sample config file for Nginx server, by @eternoendless.
  • #8181: Change visibility of properties in class CheckoutSession. Thank you @prestaworks!
  • #8188: Clean some variables/code, by @aleeks.
  • #8198: The t must be capital in namespace. Thank you @chellem!
  • #8214: Fixed foreach warning on empty hook return. Thank you @mdweb-lille!
  • #8217: Make SymfonyContainer available from 1 location, by @aleeks.

Back office

  • #8203: Fix width of column too small of pdf invoice, by @aleeks.
  • #8204: Fix str2url js with new chars, by @aleeks.

Front office

  • #8060: Make the store email clickable in the footer, by @fatmabouchekoua.
  • #8207: Fixed bug in the link tracking number for the detail order, by @aleeks.
  • #8214: Fixed foreach warning on empty hook return. Thank you @mdweb-lille!

Installer

  • #8189: Change order for Countries/Zones/States tabs, by @aleeks.
  • #8192: Write permission must be check for app/Resources/translations, by @rgaillard.
  • #8219: Updating the PrestaShop images for installer last step, by @alexeven.

Test

  • #8154: Run functional tests in Travis, by @quetzacoalt91.

Code changes in the ‘1.7.2.x’ branch (for v1.7.2.1)

Core

  • #8201: Speed up search queries (17), by @jocel1.
  • #8215: Add translations in database when importing theme, by @aleeks.

Back office

  • #8046: Fix legacy submenu laptop, by @nihco2.
  • #8140: Update modules page design, by @nihco2.
  • #8141: Fix the module “translate” button with the new link of translation page, by @azouz-jribi.

Front office

  • #8145: Fix custom content link opening in the same page, by @azouz-jribi.
  • #8152: Make the slider appears on Mobile view, by @azouz-jribi.
  • #8191: Fix flags on products front-office, by @aleeks.
  • #8205: Fix custom content link opening in the same page, by @azouz-jribi.
  • #8206: Fix flags on products front-office, by @aleeks.

Installer

  • #8021: Use correct module name column for authorization role. Thank you @soullivaneuh!

Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @chellem, @mdweb-lille, @prestaworks, and @soullivaneuh!

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!