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-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
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-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 Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-17Fixes #4046 Not checking for config/config.ini.php in the system check since ...mattab
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-06-16going deeper into the rabbit holemattab
2013-04-04Fixing " Warning: htmlspecialchars() expects parameter 1 to be string, object...mattab
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-04-02Merge pull request from @ksubileauFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-17Move the "Providers" array to its own core/DataFiles/Providers.phpKévin Subileau
2013-02-20Fixing Travis builds under PHP 5.4 due to change of htmlspecialchars + Re-ena...mattab
2013-02-20Fixes #2830 Implementing Tracker Cache TTL (in config file, [Tracker]mattab