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
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Make sure archive invalidation works for range periods.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis
2015-05-10Move logging hack from archive.php to CoreAdminHome.runCronArchiving method.diosmosis
2015-05-10Add cron archiving API method only visible to superusers, use this in archive...diosmosis
2015-04-01Refs #7181, add logging to ArchivePurger service + archive purging scheduled ...diosmosis
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-01-12Removed usage of the deprecated TaskSchedulerMatthieu Napoli
2014-12-17Fixes #6859 use correct config settingmattab
2014-12-16Fixes #6849 Move isPluginActivated to the API/API core API, remove @hideExcep...mattab
2014-11-05refs #6508 started refactoring the code, created two new objects: ArchiveInva...mattab
2014-10-15refactoring of code, fixes for hiding classesd-skora
2014-10-15hide annotation with testsd-skora
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-21refs #5933 we must specifically invalidate day reports so that monthly report...mattab
2014-09-21fixes #5933 New $period parameter to the API call CoreAdminHome.invalidateAr...mattab
2014-09-08Added purging of invalidated archives in scheduled tasksm.kurzeja
2014-07-19fixed method visibility keyword orderChristian Raue
2014-07-02Merge pull request #324 from JulienMoumne/3838Matthieu Aubry
2014-07-01Fixes #5388 throw exception if date is not validmattab
2014-06-19refs #3838 - SitesManager fully migrated to AngularJSJulien Moumné
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03Fixes #5281 Trim parameter before explodingmattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-23Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-22Switched from reading raw config values to PrivacyManager::getPurgeDataSettin...Michal Gazdzik
2013-11-20Fix bug (missing getInstance()). Exception was not shown because tests were n...mattab
2013-11-20Moving method updateSiteCreatedTime from CoreAdminHome to SItesManager API wh...mattab
2013-11-11Adding type hinting to API classesmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period, Sitemattab