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-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-10Refs #4208 Remove translate singletonmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4204 Fix logic bug: setting Plugin schema version after they were succe...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-04Improving Themes Manage, fix css bug with merged assets disabledmattab
2013-10-01refs #546 call the plugins uninstall method before uninstalling itThomas Steur
2013-09-23refs #4053 make core plugin detection available from the outsideThomas Steur
2013-09-19fix uninstall plugin only removes plugin files from filesystem but not config...Thomas Steur
2013-09-18fix build?mattab
2013-09-18Fixes #4143 In admin UI, display a message explaining that the plugins could ...mattab
2013-09-17Plugins refactoring out logic + Now ignoring plugins that do not have the Man...mattab
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