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-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-06-20Fixes #5306 Make sure console command works as expected when `php console cor...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03refs #5007 display an error message in case console is executed as type CGIThomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-09Do not send header on CLI mode.mattab
2014-03-25refs #4780 preserve line breaksThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-03-16Fixes #3749 Fix the Overview>Report when Actions plugin is disabledmattab
2014-02-20Fixes #4711 Adding new console command to trigger Piwik core and Plugins upgr...mattab
2014-02-06refs #4610 trigger archiving using cli instead of httpThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-27Fixes #4572 Make code work. Thanks for the report! (please keep feedback comi...mattab
2014-01-17refs #1877 added hooks to add search engines and social networks; some code i...sgiehl
2014-01-16code cleanup; moved require of Socials.php to seperate methodsgiehl
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-15Fix debug print of objects in trackermattab
2013-11-06Refs #4278 Creating a new class PluginsArchiver to refactor logic out of Arch...mattab
2013-11-03Refs #4273 Making UI text more clear + fixing bug in privacy settings (nonce ...mattab
2013-10-23refs #4126 differentiate between user and system settings to make a plugin de...Thomas Steur
2013-10-23throw an exception in case a plugin contains a malformed json translation fileThomas Steur
2013-10-18Refs #4200, documented Config.php.diosmosis
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods i...diosmosis
2013-10-16cleaning up Plugin/ViewDataTableThomas Steur
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-19Moving isPhpCli to Commonmattab
2013-09-16DbHelper classmattab
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-13Fixes #4135 kuddos @halfdan for finding the bug & patch!mattab
2013-09-06fixing typos REFERRERmattab
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-09Refs #3741 Removing pre 5.3 compatibility codemattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-02fixed more doc blocks and namespacessgiehl
2013-08-02fixed undefined classes in doc blockssgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl