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-04-12Fixes for specific case when partial archives have to initiate archiving for ...dizzy
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-09-05Makes flushSpools public available (#14854)Stefan Giehl
2019-09-03Batch up records for insert in ArchiveWriter (#14838)Kate Butler
2019-08-30Update archive status instead of delete and insert (#14816)Thomas Steur
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-02-27Fixes #7310 - remove unused code & logicmattab
2014-11-11revert refs #touchpad failmattab
2014-11-11fixing a unit test now that the function does not throw exception refs #6485mattab
2014-11-06refs #6417 trying to get rid of the unnecessary first archive insertThomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-03Added DONE_INVALIDATED constantm.kurzeja
2014-07-15fixed method signaturesChristian Raue
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-03-28refs #4918 remove no longer needed methodThomas Steur
2014-03-28refs #4903 removing this lock as it does not work anyway. After locking the t...Thomas Steur
2014-03-26Commenting FTWmattab
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-02-17Fixing bug where pre-processed segment would not be fully pre-process.mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-29Fix notice reported in http://forum.piwik.org/read.php?2,109114mattab
2013-11-08Refs #4278 I broke the build, don't know why yetmattab
2013-11-06Phpstorm organize importsmattab
2013-11-06Fix buildmattab
2013-11-05Refs #4278 Simplifying ArchiveProcessormattab
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ArchiveProc...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Move deadlock info logging to Db.php, fix core updater translation regression...Benaka Moorthi
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-09-30Refs #4186 Adding advisory locking before running the DELETE querymattab
2013-09-24Rethrow exception so tests won't fail silently.Benaka Moorthi
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-23Fix syntax error from last buildFabian Becker
2013-09-23Adding more debug output and show output in travis to try and solve deadlocki...Benaka Moorthi
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab