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
2015-06-20remove unused propertiessgiehl
2015-06-20added note to changelog; updated commentsgiehl
2015-06-20added fallback for translation keys moved to intl plugin to avoid untranslate...sgiehl
2015-06-06use new translations from Intl pluginsgiehl
2015-05-29Merge pull request #7956 from fabiocarneiro/psr-2-code-style-fixesMatthieu Aubry
2015-05-27use new intl files for languages and countriessgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-27Add comment for why Translator::getDefaultLanguage has hard-coded default if ...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22refs 7680 - use transient cache instead of static variablesgiehl
2015-04-21small improvementssgiehl
2015-04-21small fixessgiehl
2015-04-21refs #7567 - use transifex statistics api and git modification time to determ...sgiehl
2015-04-21removed now useless CompareKeys command; updated doc blocks and commentssgiehl
2015-04-21refs #7567 - improved usage of transifex apisgiehl
2015-04-21refs #7567 - use transifex API to fetch translationssgiehl
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-02-11Simplified the cache configurationMatthieu Napoli
2015-02-10#7094 Added a new "Development" language that shows the raw translation idMatthieu Napoli
2015-01-05Fix tests for CSV exportMatthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2015-01-05Fix unit tests by loading no translations by default in testsMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2015-01-05Fixed small bugMatthieu Napoli
2015-01-05Variable renamingMatthieu Napoli
2015-01-05Removed all usages of $GLOBALS for the translationsMatthieu Napoli
2015-01-05Moved loading of plugin translations from Plugin Manager to TranslatorMatthieu Napoli
2015-01-05Refactored Piwik\Translate into a non-static class Piwik\Translation\TranslatorMatthieu Napoli