This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 16th of September to Sunday 22th of September 2019.
General messages
Dear Developers,
Some major issues have been identified in latest 1.7.6 release, and consequently a 1.7.6.2 release is already on track.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 67 new issues have been created in the project repositories;
- 57 issues have been closed, including 12 fixed issues on the core;
- 61 pull requests have been opened in the project repositories;
- 59 pull requests have been closed, including 31 merged pull requests.
Code changes in the ‘develop’ branch
Core
#15625: Properly cleanup the customization table if no more customized_data, by @jocel1
#15577: Update symfony/phpunit-bridge dependency for security reason, by @PierreRambaud
#15557: Update php docs in class PaymentModule.. Thank you @FlorianBergeron
#15555: Fix php docs in class Mail. Thank you @FlorianBergeron
#15552: Update php docs for class customer. Thank you @FlorianBergeron
#15551: Update php docs on currency class. Thank you @zalexki
#15550: Update php docs for link class. Thank you @FlorianBergeron
#15618: Switched zone for Croatia from “Europe (non-UE)” to “Europe”, by @Progi1984
#15617: Merge of bug fixes from 1.7.6.x branch to develop, by @matks
Back office
Front office
#15512: Unclosed p html tag. Thank you @davidglezz
#15399: Fix bug keeping users from choosing a carrier before cart order completion, by @matthieu-rolland
#15176: Enable modules to know the current checkout process step, by @matks
Tests
#15630: Moving login test in a commonTests directory, by @boubkerbribri
#15584: Replace mocha scenario and test with describe and it functions, by @boubkerbribri
#15556: Add Sanity tests on travis build, by @boubkerbribri
Code changes in the ‘1.7.6.x’ branch (for v1.7.6.2)
Core
- #15515: SqlTranslator must throw a NotFoundResourceException, by @PierreRambaud
Back office
- #15382: Remove useless and buggy identifier computation, by @jolelievre
Tests
- #15590: Remove selenium tests, by @PierreRambaud
Code changes in modules, themes & tools
Changes in developer documentation
#351: Fix errors in behat tutorial and improvements, by @matks
#350: Error in registerJavascript properties description. Thank you @jeckyl
#348: Move composer content in a dedicated chapter, by @Quetzacoalt91
#347: Explain how to comply with the conditions about using iFrames in a module, by @Quetzacoalt91
#333: Explain better how we do automated testing in prestashop and introduce behat tests, by @matks
Email subscription module
Faceted search module
#142: Release 3.3.0, by @PierreRambaud
#140: Update version to 3.3.0, by @PierreRambaud
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @matks, @JBWModules, @boubkerbribri, @jeckyl, @jocel1, @Progi1984, @Quetzacoalt91, @PierreRambaud, @FlorianBergeron, @zalexki, @idnovate, @davidglezz, @matthieu-rolland, @jolelievre!
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!