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-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-03Fix build and make join table sort stable by using DFS (#13634)diosmosis
2018-09-21 Send email if no tracked data within N days. (#13363)diosmosis
2018-09-10Remember user who created a site. (#13362)diosmosis
2018-09-10New events + some other misc changes (#13388)diosmosis
2018-07-27Translate currency names (#13068)Christian Schmidt
2016-12-15make sure to always trigger site event when creating a new site instance (#11...Thomas Steur
2016-12-11Make sure to trigger Sites.getSites event when a new Site instance is createdThomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2015-10-15use number format for currency in all websites dashboardsgiehl
2015-07-14Fixes #7698 display value of idSite (or idsite) parameter in error messagemattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-21improved some parts of the code and added more docsThomas Steur
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2014-12-22this should fix the remaining test as we clear the cache for all sites after ...Thomas Steur
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-16Make exception more specific and throw only when site was invalidmattab
2014-12-16Throw the exception UnexpectedWebsiteFoundException instead of default exceptionmattab
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in cas...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-25refs #2174 some bugfixesThomas Steur
2014-02-25refs #2174 display site groups and show aggregated values for themThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-17Fix typomattab
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 fix paramThomas Steur
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-20Refs #4325 Making the new Site hook used piwik wide so that when eg. a site n...mattab
2013-11-20Adding new column 'type' to 'piwik_site' table. Adding setters in Site object...mattab
2013-11-20Fixes #4325 New hook to let plugins change the attributes for a website + mo...mattab
2013-11-19Fix regressionmattab
2013-11-19Site::$infoSites should be private not publicmattab
2013-11-18Refactor const to highlight their coupling #4278mattab
2013-11-18More resilient checkmattab
2013-10-21Refs #4200, documented core/Singleton.php and core/Site.php and set method vi...diosmosis
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-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-06fixed several doc blockssgiehl
2013-05-31Refactored archive data querying code. Removed tree-like data structure from ...Benaka Moorthi