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-02-20fixes #7187 Browser language is used even when English is configured.Thomas Steur
2015-02-19translation updatesgiehl
2015-02-13Updated translations from otrancemattab
2015-02-12Set a consistent description in plugins metadatamattab
2015-02-10#7094 Added a new "Development" language that shows the raw translation idMatthieu Napoli
2015-02-02Removed calls to deprecated Piwik\Common::getLanguagesList()Matthieu Napoli
2015-02-02Removed calls to deprecated Piwik\Common::getCountriesListMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-09Removed direct inclusion of data filesMatthieu Napoli
2015-01-09Removed usage of $GLOBALS['Piwik_LanguageList']Matthieu Napoli
2015-01-05Moved `Piwik\Translate\Writer` and its subclasses to the LanguagesManager pluginMatthieu 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-05Removed all usages of $GLOBALS for the translationsMatthieu Napoli
2014-12-22force checkout to avoid some problems [skip ci]sgiehl
2014-12-17added support for different caching backends such as redisThomas Steur
2014-11-27Merge branch 'master' into tmp-pathMatthieu Napoli
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
2014-11-19Mark test as skipped instead of failed when the language files are not synchr...mattab
2014-11-17language update refs #3430sgiehl
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-11-04language update refs #3430sgiehl
2014-10-29refs #6533 hide translation commands in case development mode is disabledThomas Steur
2014-10-21language update refs #3430sgiehl
2014-10-16this makes each call to CoreHome and others 200ms faster on my instance (10%)Thomas Steur
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-25refs #6284 converted some directive controllers to use controllerAs. Initiall...Thomas Steur
2014-09-24refs #5983 more filename correctionsThomas Steur
2014-09-24refs #5983 in the style guide it was suggested to use for instance the "." as...Thomas Steur
2014-09-24refs #5983 always define needed dependencies so we can later find a way to mi...Thomas Steur
2014-09-24refs #5983 started to apply the angular style guide. refactored models, use n...Thomas Steur
2014-09-14language update refs #3430sgiehl
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ...Thomas Steur
2014-09-03language update refs #3430sgiehl
2014-08-25refs #5863 just noticed the method getTranslationsForLanguage was never retur...Thomas Steur
2014-08-24refs #5863 another try to move translations into plugins. This time we always...Thomas Steur
2014-08-15this is just to showcase the convenient method renderTemplate()Thomas Steur
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-22removed unused use statementssgiehl
2014-07-22removed unneeded commas in js, that may lead to problems in older browerssgiehl
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
2014-07-22refs #5863 added a page in the admin to search for english translations and k...Thomas Steur
2014-07-21Revert "refs #5863 moved some translations from core into plugins"Thomas Steur
2014-07-21refs #5863 moved some translations from core into pluginsThomas Steur
2014-07-19fixed method visibility keyword orderChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-18small fix for translation pull request creation: list of languages was not co...sgiehl