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
2015-01-22Merge branch 'master' into move_language_reportsgiehl
2015-01-22refs #7031 invalidate reports only if we are actually allowed to archive, sho...Thomas Steur
2015-01-14removed several occurences of UserSettings pluginsgiehl
2014-12-22Merge pull request #6879 from piwik/6850Matthieu Aubry
2014-12-22only invalidate reports for requested site ids for better performanceThomas Steur
2014-12-22added an integration test to make sure the archiver report invalidation works...Thomas Steur
2014-12-22we do not want to use the API here since it needs admin accessThomas Steur
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-22invalidate reports if needed when building an archive requested via webThomas Steur
2014-11-24Fix bug in core/Archive.php class where if VisitsSummary metrics are requeste...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-01Fixes #5356 Applying change suggested in pull request https://github.com/piwi...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Fixes #5037 You can now configure periods that are available in the UI and APImattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-03-26Fixes #4878, use pre-piwik 2 data in VisitFrequency API if post-piwik 2 data ...diosmosis
2014-03-16Fixes #4392 Adjust messagemattab
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-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-15refs #4278 Renames + New hook to let plugins modify idSites to archivemattab
2013-11-13Refs #4278 Rewriting aggregateNumericMetrics() to use DataTable aggregation o...mattab
2013-11-12Trying to generalize the ArchiveProcessor codemattab
2013-11-12Refs #4278 Continue refactoring, removing the function's flag parametermattab
2013-11-08Refs #4278mattab
2013-11-08Refs #4278 breaking down functionsmattab
2013-11-06Minormattab
2013-11-06Phpstorm organize importsmattab
2013-11-06Fix bugmattab
2013-11-05Refs #4278 Cleanup these Parameters objectsmattab
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ArchiveProc...mattab
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be automatical...mattab
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-10-23Tweaking some docs, fixing build, fixing a MultiSites css issue and fixing re...diosmosis
2013-10-22Refs #4200, move AddSummaryRow logic to Truncate, change AddSummaryRow logic ...diosmosis
2013-10-18Fix typo.diosmosis
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods i...diosmosis
2013-10-18Documentation tweaks and fix to visitor profile widget bug.diosmosis
2013-10-17Documented core/Archive.php.diosmosis
2013-10-10Refs #4208 Plugin classes movedmattab
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