Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17Ensure updates are always done with super user permission (#18503)Stefan Giehl
2021-02-23recreate all webserver config on updates (#17225)Lukas Winkler
2021-02-12dont deactivate a core plugin during update (#17213)Thomas Steur
2021-02-12Revert previous change accidentally committed to 4.xThomas Steur
2021-02-11dont deactivate a core plugin during updateThomas Steur
2020-09-04System check: Add Matomo Version History and download feature (#16386)Thomas Steur
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-14split files containing multiple classes (#15810)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-03-14Trigger SafeMode if a plugin update is broken (#15555)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Remove more deprecated methods (#15398)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2019-02-11Include non-sql migrations in update dry run output. (#14003)diosmosis
2019-01-30Don't hardcode plugins directory (#14043)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-10-30Regenerate htaccess files after update (#13591)Thomas Steur
2018-06-26ensure Updater::getComponentUpdates returns null if no update is available (#...Stefan Giehl
2016-11-02Ensure component updated event is triggered even if there is no update file (...Stefan Giehl
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2016-09-15backported #10468 to 2.xsgiehl
2016-09-14improve commentssgiehl
2016-09-02post event after component has been updatedsgiehl
2016-04-18Improved plugins update API (#10028)Thomas Steur
2015-07-21refs #8304 make sure to not uninstall a dimension if another plugin defines t...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-16Make sure core:update fails if an Updates class executes queries manually by ...diosmosis
2015-03-10Move throwIfPiwikVersionIsOlderThanDBSchema that is only used in FrontControl...diosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-26Refs #7276, add integration test for core:update command, fix strict notice e...diosmosis
2015-02-25Refs #7276, fill out UpdateListener, use UpdateListener in core/Updater updat...diosmosis
2015-02-25Refs #7276, finish updater refactoring; use instance methods of Updater in Co...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2014-12-15Fixes #6529 Throw an exception when codebase is older than schema to prevent ...mattab
2014-12-01fixes #6760 Remove the last query, partial revert of original implementation5...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-18refs #5820 improved generators and added a command to generate an update file...Thomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11Fixes #5809, change existing SQL to ignore errors that occur when updates are...diosmosis
2014-07-11just noticed I broke the installer when I was trying to fix the updater in c0...Thomas Steur
2014-07-08this is a very complicated one. Problem was when updating from 2.4.0 to 2.5.0...Thomas Steur
2014-06-30renamed Updates => Updater as mentioned in todoThomas Steur
2014-06-27this was a hard one, should make sure the column updater gets called only onc...Thomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur