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
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-08-16Removed unneeded line [ci skip]Fabian Becker
2013-08-16Adjust Piwik_Translate function to handle nested translation arrayFabian Becker
2013-08-11Merge branch 'plugin_namespaces'mattab
2013-08-11Refs #3942 Now themes don't need to have a PHP file, themes can simply specif...mattab
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-09Making "Theme Enable" work for PleineLunemattab
2013-08-07Always enable CoreVisualizations plugin Refs #4041mattab
2013-08-04code improvements / fixing doc blockssgiehl
2013-08-02fixed some doc blocks/namespacessgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31refs #3741 fixing some namespacessgiehl
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-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-18Refactor Piwik_PluginsManager and Piwik_Plugin class, moved plugin metadata l...Benaka Moorthi
2013-07-17Refs #546 Adding core "Uninstall" feature for Plugins and Themes + Cleanups +...mattab
2013-07-16Refs #3942mattab
2013-07-16Refs #3942mattab
2013-07-15Refs #3942mattab
2013-07-15Making Plugin enable/disable work for a thememattab
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-18Another Piwik::log fix in PluginsManager. Not working in tracker mode.Fabian Becker
2013-03-14Fix error for tracking mode.Fabian Becker
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-19Fixing Notice: Indirect modification of overloaded property Piwik_Config::$P...mattpiwik
2012-10-26Fixes #3476 #3477 Commenting out Debug message for now.mattpiwik
2012-10-24Refs #3404, refactor some code into PluginsManager method and fix typo in Plu...benakamoorthi
2012-10-24Fixes #3404, remove feedburner plugin and allow Piwik to work if plugin folde...benakamoorthi
2012-07-27Refs #3210 Fix typo... which interestingly didn't break the build (do the Web...mattpiwik
2012-07-26fixes #3210 - workaround php 5.2.0 bugrobocoder
2012-06-01Fixes #3164 - Adding 2 new functios to allow piwik plugins to hook on enable ...mattpiwik
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-25Perf optimization refs #1713mattpiwik
2012-05-24completed a bunch of php doc blockssgiehl
2012-03-10refs #1713 - remove Config __destruct()robocoder
2012-03-06refs #1713 - splitting reader/writer just isn't possible with the way integra...robocoder
2012-03-05refs #1713 - partially resolve regression from the mergerobocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-04-14LanguagesManager plugin is required since a few versions back, having it disa...mattpiwik