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-10-12#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and repla...Matthieu Napoli
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-10Merge branch 'master' into DeviceDetector2sgiehl
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-31added special DeviceDetectorCache class used for caching DeviceDetector. This...sgiehl
2014-05-30reimplemented caching; fixed detection of BOT 'os'sgiehl
2014-05-24starting to implement new DeviceDetector structuresgiehl
2014-05-19added possibility to get/create a tracker by using "Tracker = AnalyticsTracke...Thomas Steur
2014-05-19Remove exit(1); as i'm not sure if it is useful yet.mattab
2014-05-18Fail when there was an exception in trackermattab
2014-04-10Refs #472 Tweaksmattab
2014-04-09fixed path if piwik is installed as dependencysgiehl
2014-04-03Merge branch 'master' into DeviceDetectorIntegrationsgiehl
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer packa...sgiehl
2014-04-03Adding comment to point users to "how to debug" documentationmattab
2014-03-26Fixing build.diosmosis
2014-03-26Fix build.diosmosis
2014-03-26fix core testThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-02-18Fix debugmattab
2014-02-18Display timer correctly in tracker debugmattab
2014-02-07refs #4439 disable eAccelerator if enabled (just disabling optimizing did not...Thomas Steur
2014-01-31refs #4564 fixes Login\Auth not found when generating VisitsThomas Steur
2013-11-15Adding required file for the Piwik_ShouldThrowException functionmattab
2013-11-06Phpstorm organize importsmattab
2013-10-22Minormattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of Transitio...mattab
2013-10-20Minor refs #472mattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Fix testsmattab
2013-10-08Fixing tracker debug modemattab
2013-10-07Refactoring + improve Trusted Host messagemattab
2013-10-07Fixing build.Benaka Moorthi
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-30Refs #4133mattab
2013-09-19Fixing bug as reported in: http://forum.piwik.org/read.php?2,106317mattab
2013-09-14Fix buildmattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi