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-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-17getEageCache does not expect a parameter anymore, idSite was already converte...Thomas Steur
2014-12-17added support for different caching backends such as redisThomas Steur
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-18Tracker debug messages when refreshing cachemattab
2014-02-03refs #4563 fix cached version was not used because there are more than 3 entriesThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. In...diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-20Rename event namemattab
2013-11-19Fix regressionmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
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-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4199 added more PostEvent documentations and removed one unused eventThomas Steur
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-25Move UserCountry specific logic out of core tracker files and into UserCountr...Benaka Moorthi
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
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-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-06-27Investigating travis build failure... (55th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (53rd commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (23rd commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (21st commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (18th commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (17th commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (15th commit)Benaka Moorthi
2013-06-26Investigating travis build failure... (13th commit)Benaka Moorthi
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can unders...mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-20Refs #2830 More fixes forgot in previous commitmattab
2013-02-20Fixes #2830 Implementing Tracker Cache TTL (in config file, [Tracker]mattab