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-01-22Call Table\Manager::deleteAll() for both Days and Periods, not only for Periodsmattab
2013-12-20Fixes #4382, purge outdated archives after current archive is finalized.diosmosis
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-27Giving the period object to the hookmattab
2013-11-21Fixes #4320 Run the getMinTimeArchiveProcessed init function even if force ar...mattab
2013-11-18Refs #4310mattab
2013-11-15refs #4278 Renames + New hook to let plugins modify idSites to archivemattab
2013-11-14Show full error message in buildmattab
2013-11-13Refs #4278 to process unique visitors, isSingleSite() is required (no unique ...mattab
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-11Fix the PrivacyManager tests after re-enabling purgemattab
2013-11-11While this fails the Plugin tests, let's see if it solves the random build is...mattab
2013-11-08This should fix the build, but maybe there was a bug before.mattab
2013-11-08Fix one bugmattab
2013-11-08minormattab
2013-11-08Fix one of two bugsmattab
2013-11-08Refs #4278 I broke the build, don't know why yetmattab
2013-11-08Refs #4278 Breaking the if statementsmattab
2013-11-08Refs #4278mattab
2013-11-08Fix buildmattab
2013-11-08Refs #4278 breaking down functionsmattab
2013-11-08Minormattab
2013-11-06Fix buildmattab
2013-11-06Minormattab
2013-11-06Refs #4278 Creating a new class PluginsArchiver to refactor logic out of Arch...mattab
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-11-05Renaming archive helpers Reports->Records + move getMetricsForDimension to Lo...mattab
2013-11-04Moving getDataTableFromDataArray -> DataArray.asDataTablemattab
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMulti...mattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-23Refs #4200, documented Period ArchiveProcessor and started documenting Day Ar...diosmosis
2013-10-23Change some @param array phpdoc tags to be @param Object[], fill in DataTable...diosmosis
2013-10-22Refs #4200, make DataTable:: private & add public methods necessary, tweaking...diosmosis
2013-10-21Done.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
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 #4199 documented some more eventsThomas Steur
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