Quantcast
Channel: PrestaShop Developers' blog
Viewing all articles
Browse latest Browse all 922

PrestaShop Core Weekly - Week 5

$
0
0

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 February 2016.

Milestones

The team is hard at work on PrestaShop 1.7, the next major version of the most complete e-commerce software solution there is. You can find an up-to-date thread about it in the forum.

Please note that finishing the planned projects for 1.7 and delivering a quality beta version soon is at the moment the top priority for the PrestaShop Core developers. Merging community pull requests has therefore slowed down until then, but will be back with a vengeance once we have a first beta to release to you! So please keep testing, and keep sending patches our way: it’s the raison d’être of this community project!

Do you want to encourage us? Give us a star on GitHub! :)

Code changes in 1.7.0.0-develop

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

Text changes

Product page

  • 4777: Fix refresh function for Kpis. Modifies KPI cache behavior, by @xGouley.
  • 4816: Fix catalog filter max, by @xGouley.
  • 4829: product form options integration, by @kelu95.
  • 4831: recommended modules display on product page, by @xGouley.
  • 4838: fix nb download mapping, by @kelu95.
  • 4844: Fix virtual product activation, by @kelu95.
  • 4857: add fadeIn after page load, by @kelu95.
  • 4865: remove form element from partial module template, by @kelu95.
  • 4866: fix js category tree, by @kelu95.
  • 4881: dropzone integration, by @kelu95.

Module page

  • 4840: Several fixes and enhancements to the Module page, by @tchauviere.
  • 4872: rubber patches, by @Quetzacoalt91.

Front office (default theme)

UI Kit

Back office

  • 4822: New navigation & header, by @Shudrum.
  • 4836: Param: Default activation state for product at creation, by @xGouley.

Core

  • 4571: Extract SQL sub request for MySQL 5.7, by @julienbourdeau. Thank you @rav88 for the initial 4547 PR!
  • 4739: Fixed bug in country restrictions of payment methods. Thank you @Nobodaddy!
  • 4825: Add quotes to all tables aliases in DbQuery join methods. Thank you @gskema!
  • 4827: Update Link.php. Thank you @cava89!
  • 4828: Fix CLDR init with language_code without ‘-‘ in them, by @jocel1.
  • 4830: Quick fix to improve CLDR performance, by @jocel1.
  • 4834: Do not block execution when Addons API not available, by @Quetzacoalt91.
  • 4851: missing PHPDoc and composer cmd for phpdocumentor, by @xGouley.
  • 4855: Updated Monolog bundle to remove deprecated notices, by @mickaelandrieu.
  • 4877: fix translator adapter that escape strings, by @kelu95.
  • 4890: Remove scene feature, by @julienbourdeau.
  • 4894: hide pagination if less than 20 elements in the product catalog, by @xGouley.
  • 4896: fix wrong controller name check, by @kelu95.
  • 4899: Choose sample recommended modules for product form page, by @xGouley.

Installer

  • 4849: Fix navigation problems in other language than EN, by @Shudrum.
  • 4859: Navigation optimizations & wording, by @Shudrum.

Code changes in the Starter Theme – the foundation of 1.7 themes

These are the merged pull-requests on the ‘feat/starter-theme’ branch since the last Core Weekly Report!

Code changes in the Classic Theme – the default theme of PrestaShop 1.7, based on the Starter Theme

Finally, these are the merged pull-requests on the ‘feat/classic’ branch since the last Core Weekly Report!

Please note that the new default theme was merged into the ‘develop’ branch with PR 4895.

See all the PRs merged into the codebase since the last Core Weekly here.

Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @cava89, @gskema, @Nobodaddy, and @rav88! 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 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!


Viewing all articles
Browse latest Browse all 922

Trending Articles