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
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
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-10-05Refs #4125, rename Referers_... record names to Referrers and make sure code ...Benaka Moorthi
2013-09-22Refactoring core/Archive/DataCollection.php for clarity.Benaka Moorthi
2013-08-24Remove FIXME comment with no description.Benaka Moorthi
2013-08-14fixed some doc blockssgiehl
2013-08-07Refs #4041, added parameter to Archive::getDataTableExpanded so entire tree ...Benaka Moorthi
2013-08-02fixed undefined classes in doc blockssgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Converting to namespace: Archivemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker