This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase during the last week, from Monday 1st to Sunday 7th of May 2017.

Core Weekly banner

General messages

Only 5 PRs merged last week: that’s not just because Labor Day came by, oh no! Most of the work towards 1.7.2.0 is going into PRs that will be merged once they’re done:

  • #7631 is where you can see grow the new Stock Management page.
  • #7835 brings most #7631’s findings (most notably Vue.js) into… a rework of the Translation page! Yup!

Both works are done in parallel, and the team is learning much about it, so that this will eventually have an impact on other back office pages.

You can have a look at both, but please understand that nothing is stable yet: wait for the forthcoming beta version before you really dive into it!

In the meantime, you can contribute feedback on Right-to-Left best practices on the dedicated Trello board.

Cheers!

Code changes in the ‘develop’ branch (for 1.7.2.0)

Now let’s review the merged pull-requests on the ‘develop’ branch since the last Core Weekly Report!

Installer

  • #7832: Fix install/upgrade/upgrade.php for php-5.4 syntax. Thank you @transkontrol!

Code changes in the ‘1.7.1.x’ branch (for v1.7.1.0’s patch versions)

Next, let’s review the merged pull-requests on the ‘1.7.1.x’ branch since the last Core Weekly Report!

Core

  • #7826: Allowed redirect protocol with Tools::file_get_content (curl), by @aleeks.

Back office

  • #7790: Add a scrollbar for TinyMCE, by @maximebiloe.

Test

  • #7867: Fix cldr url in tests, by @quetzacoalt91.

Installer

  • #7846: Fix install/upgrade/upgrade.php for php-5.4 syntax. Thank you @transkontrol!

Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @transkontrol!

Also, 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!