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
path: root/core
AgeCommit message (Expand)Author
2013-11-11refs #4241 let plugins add new console commandsThomas Steur
2013-11-11While this fails the Plugin tests, let's see if it solves the random build is...mattab
2013-11-11fixes #4287 regression in reportData processedReport outputThomas Steur
2013-11-11fix xml renderer fails if only one column is displayed and report has no dime...Thomas Steur
2013-11-11fixes #4287 regression in reportData processedReport outputThomas Steur
2013-11-11refs #4074 in case we know it is a plugins or a core class, try to load it di...Thomas Steur
2013-11-11refs #4074 spl should be always enabled since PHP 5.3 and cannot be disabled,...Thomas Steur
2013-11-11whitespaceThomas Steur
2013-11-11this could be a workaround for some people not seeing the VisitorLog but the ...Thomas Steur
2013-11-10 Disable/enable the ability to load external entities, prevent XXE attack #ki...mattab
2013-11-09Refs #4200, refactor LogAggregator a bit (change signature of getSelectsFromR...diosmosis
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-07refs #1673 added a simple test to example plugin, added test generatorThomas Steur
2013-11-06Minormattab
2013-11-06Phpstorm organize importsmattab
2013-11-06Fix buildmattab
2013-11-06Minormattab
2013-11-06Fix bugmattab
2013-11-06Refs #4278 Creating a new class PluginsArchiver to refactor logic out of Arch...mattab
2013-11-06Fix bug reported by solfire Fatal error: Constructor Piwik\ExceptionHandler::...mattab
2013-11-05Refs #4278 Cleanup these Parameters objectsmattab
2013-11-05Refs #4278 Simplifying ArchiveProcessormattab
2013-11-05adding @ignore to fieldmattab
2013-11-05Refs #4278 Simplifying ArchiveProcessor: moving internal logic to ArchiveProc...mattab
2013-11-05Refs #4278 make isArchiveTemporary protectedmattab
2013-11-05Refs #4278 Remove shouldArchive, make getMinTimeArchiveProcessed protectedmattab
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be automatical...mattab
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-11-05Fixing UI Testsmattab
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-11-04Refs #472 Enabling plugin by default in 2.0mattab
2013-11-04Refs #472 Adding Events Segments testsmattab
2013-11-04Refs #472 Enabling plugin in testsmattab
2013-11-04Refs #472 adding Events segments: eventCategory and eventAction and eventName...mattab
2013-11-04Refs #472 move getIdActionFromSegment to TableLogAction classmattab
2013-11-04Refs #472 trimming event attributes and adding test ensuring labels are not t...mattab
2013-11-04Refactor the string to show couplingmattab
2013-11-03Refs #4273 Making UI text more clear + fixing bug in privacy settings (nonce ...mattab
2013-11-01Fixing build.diosmosis