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
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2015-10-28allow user to chosse between 12 and 24 hour time formatsgiehl
2015-09-22TranslatorEmail has been removed from translation filessgiehl
2015-06-22ensure all languages have Intl translations, otherwise do not use themsgiehl
2015-06-06use new translations from Intl pluginsgiehl
2015-05-13refs #7883 - make it possible to update translations without beeing a maintai...sgiehl
2015-02-10#7094 Added a new "Development" language that shows the raw translation idMatthieu Napoli
2014-12-17added support for different caching backends such as redisThomas Steur
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-10-16this makes each call to CoreHome and others 200ms faster on my instance (10%)Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-25refs #5863 just noticed the method getTranslationsForLanguage was never retur...Thomas Steur
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-14New hook: LanguageManager.getAvailableLanguagesmattab
2014-04-05loadAvailableLanguages refactormattab
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-13Fixes #4471 Only include websites that have access in scheduled reportsmattab
2013-12-29include plugins translations in calculation of language infossgiehl
2013-11-11Adding type hinting to API classesmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-12Minor code changes + style following reviewmattab
2013-09-04added api method to get translations for given pluginsgiehl
2013-08-18fixes languagesmanager apisgiehl
2013-08-16Fix failing LanguagesManagerTest and LanguagesManager APIFabian Becker
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...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-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-07fixed some doc blocks, unresolved variablessgiehl
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-18Fixes #3687, make sure anonymous user cannot have language set in DB and make...benakamoorthi
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
2011-05-05#2373 inline documentation for reports and metricsBeezyT
2011-04-15Refs #1478 linking to existing doc pages from the API descriptionsmattpiwik
2011-04-14Fixes #1478mattpiwik
2010-12-22refs #1279, refs #1910 - language preference for anonymous users is now store...robocoder
2010-12-21add some error checkingrobocoder
2010-12-19fixes #1901, refs #1592 - we can't use mock objects because of static method ...robocoder
2010-12-14Now displaying the language original name + english translation on hover (tit...mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder