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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-27Removes GeoIp Legacy support (#15521)Stefan Giehl
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-01-08Allow using and auto-updating dbip databases and default to db-ip.com lite in...diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-10Disables some more feature if internet features are disabled (#13076)Stefan Giehl
2018-05-04GeoIP2 implementation as a plugin (#12699)Stefan Giehl
2016-11-07Move method for setting location provider from controller to apisgiehl
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-07-16Refs #8230, make sure users of Location::getProviderById do not check if the ...diosmosis
2015-05-07refs #7821 do not instantiate reports directlyThomas Steur
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-19make sure the ordering of reports is correct, pass an instance of a report to...Thomas Steur
2014-06-18this is epic... by rendering the reports this way we can remove a lot of dupl...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-07Refs #4263, display next scheduled run time for geoip updater task, make sure...diosmosis
2014-01-07Refs #4263, fix bugs in geoip auto updater, show next scheduled time for upda...diosmosis
2014-01-07Adding new setting allowing to disable Geolocation tab for super usersmattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-18moved renderReport method to pluginController which is a much better placeThomas Steur
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-15set properties on config, not on view itselfThomas Steur
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
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-08-11fixed namespacessgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-01Refs #4040, #4041 removed rest of viewdatatable set/get/enable/disable proper...Benaka Moorthi
2013-07-31Merged master into namespace branchmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-30Refs #4040, #4041, added ability to access view properties directly, started ...Benaka Moorthi
2013-07-29Refs #4040, converted UserCountry plugin to use display properties instead of...Benaka Moorthi
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-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-15Refactor template assignment of top menu + isFileWritable()mattab
2013-07-01* During the big merge I noticed some code was duplicated in userCountry.jsmattab
2013-06-28* removing most mentions to "tpl"mattab