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-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-13Fixes #4493 Make sure tracker cache also contain the Anonymizer IP settings +...mattab
2014-01-13Fix jsProxyTest, ie. make tracker work refs #4493mattab
2014-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. In...diosmosis
2014-01-07Minormattab
2013-11-11Simplifying API for creating scheduled tasks, ScheduledTime objects now creat...mattab
2013-11-11Debugging PrivacyManager test.mattab
2013-11-06Phpstorm organize importsmattab
2013-10-17further cleanup of viewDataTable, removed configureViewEvent and init functionThomas Steur
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or wid...Thomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
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-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...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 class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-15Refs #3942mattab
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
2013-06-18I can't figure out why PrivacyManagerTest now regresses...mattab
2013-06-18Removing TablePartitioning from codebase, since it was rather ugly. Introduci...mattab
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab
2013-06-05Factoring out + cleanup Archiving Goalsmattab
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-29New admin menus, hooray!Fabian Becker
2013-01-26fixes #3704 #3706JulienMoumne
2012-06-20Fixes #3196, modified long running queries in PrivacyManager to use segmented...benakamoorthi
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
2012-04-22Fixes #2805, made LogDataPurger delete unused actions from log_actions.benakamoorthi
2012-04-21Refs #53, Added ability to purge range reports and ability to keep segment da...benakamoorthi
2012-04-08Tweaks to UI, beefed up data purging tests, modified metrics purging to use a...benakamoorthi
2012-04-07Refs #53, UI & security tweaks along w/ one bug fix ('delete_logs_max_rows_pe...benakamoorthi
2012-04-07Fixes #53. Augmented the log data deletion feature. Added the ability to purg...benakamoorthi