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-06-22Huge merge! Lets see how the tests run..Fabian Becker
2013-06-19Fix error in fetching subtables when flattening report for range period.Benaka Moorthi
2013-06-19Fixing regressions in recent refactorings, fixing regression in Archive.php r...Benaka Moorthi
2013-06-19Always create tables (removing feature I added just to see if I could get bui...mattab
2013-06-19There is now a new error in PrivacyManagerTest, making some progress...mattab
2013-06-19Fixed remaining notice refs #4014mattab
2013-06-19Fixing bug when generating custom reports, return a numeric value only if a s...mattab
2013-06-18I can't figure out why PrivacyManagerTest now regresses...mattab
2013-06-18Moving some logic to Piwik_DataAccess_ArchiveTableCreatormattab
2013-06-18Removing TablePartitioning from codebase, since it was rather ugly. Introduci...mattab
2013-06-18Fixing buildmattab
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-18Code reformat phpstormmattab
2013-06-18Commenting/cleanup new classesmattab
2013-06-17fixing buildmattab
2013-06-17Committing two new filesmattab
2013-06-17Fixing build and small refactormattab
2013-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...mattab
2013-06-17Creating getMinTimeProcessedForTemporaryArchive and splitting getMinTimeArchi...mattab
2013-06-17simplify signature of computeNewArchivemattab
2013-06-17Small cleanupmattab
2013-06-16Fixing transitions tests post mergemattab
2013-06-16Fixing testmattab
2013-06-16LogAggregator in parent object so we can refactor the Unique Visitors "Period...mattab
2013-06-16Moving Log Aggregation logic to new LogAggregator objectmattab
2013-06-16Fixing build + getting the logic right in ArchiveProcessor.preProcessReportmattab
2013-06-16Fixing transitions and few other things. Still one failing test.mattab
2013-06-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
2013-06-16Adding new classesmattab
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ...mattab
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can unders...mattab
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-16tempmattab
2013-06-16going deeper into the rabbit holemattab
2013-06-12Added workaround for strange bug that causes archive queries to select data o...Benaka Moorthi
2013-06-12Fix bug in SegmentEditor plugin, make sure getKnownSegmentsToArchiveAllSites ...Benaka Moorthi
2013-06-09Fix regression in archive.php cron (via PHP renderer) caused by Archive.php r...Benaka Moorthi
2013-06-07fixed some search engine definitionssgiehl
2013-06-07factoring out record names as constmattab
2013-06-07removing destroy() callsmattab
2013-06-07Killing the Archiver from VisitFrequency. Nice! using VisitsSummary.get API i...mattab
2013-06-06Removing what seems to be unused code? @sgiehl you added it but I cant find a...mattab
2013-06-06missed these earlier, factoring outmattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab
2013-06-06Minormattab
2013-06-05Factoring out archiving Custom variables + cleaning it up (breaking down huge...mattab
2013-06-05When running tests and tests fail with a NOTICE/warning, show the backtrace i...mattab
2013-06-03refs #2885 added a couple of new search enginessgiehl
2013-06-03Merge branch '1.X'Benaka Moorthi
2013-06-03Ignore column already exists error in two 1.12 DB updates.Benaka Moorthi