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
path: root/core
AgeCommit message (Expand)Author
2015-01-06Fixes #6924Matthieu Napoli
2015-01-05Submodulesmattab
2015-01-05Merge pull request #6909 from piwik/translationMatthieu Aubry
2015-01-05Merge pull request #6911 from piwik/http-statusesMatthieu Aubry
2015-01-052.10.0 - Stable release!2.10.0Matthieu Aubry
2015-01-05Moved `Piwik\Translate\Writer` and its subclasses to the LanguagesManager pluginMatthieu Napoli
2015-01-05Fix tests for CSV exportMatthieu Napoli
2015-01-05Removed useless importMatthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2015-01-05Removed useless translations loading (now lazily-loaded)Matthieu 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
2015-01-05Merge pull request #6910 from piwik/faster-tests-bootstrapMatthieu Aubry
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2015-01-052.10.0-rc42.10.0-rc4mattab
2014-12-31Send HTTP status 500 for fatal errors in the trackerMatthieu Napoli
2014-12-31Send HTTP status 500 for PHP errors (non-fatals)Matthieu Napoli
2014-12-31Send HTTP status 500 for fatal errorsMatthieu Napoli
2014-12-292.10.0-rc32.10.0-rc3Matthieu Aubry
2014-12-29Trim the URLs to prevent extra space from causing issuemattab
2014-12-29prevent notice when returned array does not have a timezonemattab
2014-12-292.10.0-rc22.10.0-rc2Matthieu Aubry
2014-12-29Merge pull request #6894 from piwik/ini-configMatthieu Aubry
2014-12-29Merge pull request #6891 from piwik/bootstrapMatthieu Aubry
2014-12-28#6881 Disable logging in 'climulti:request'Matthieu Napoli
2014-12-23DI config: renamed the `old_config` prefix to `ini`Matthieu Napoli
2014-12-222.10.0-rc12.10.0-rc1Matthieu Aubry
2014-12-22Merge pull request #6879 from piwik/6850Matthieu Aubry
2014-12-22this should fix the remaining test as we clear the cache for all sites after ...Thomas Steur
2014-12-22Added a commentMatthieu Napoli
2014-12-22only invalidate reports for requested site ids for better performanceThomas Steur
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in core/bootstrap...Matthieu Napoli
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
2014-12-22added an integration test to make sure the archiver report invalidation works...Thomas Steur
2014-12-22accessing the sitesmanager api would fail in case one does not have admin acc...Thomas Steur
2014-12-22Attempting to fix build by detecting that Piwik is already installed within t...mattab
2014-12-22we do not want to use the API here since it needs admin accessThomas Steur
2014-12-222.10.0-b112.10.0-b11Matthieu Aubry
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-22invalidate reports if needed when building an archive requested via webThomas Steur
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-22Removed debug messageMatthieu Napoli
2014-12-22#6881 Recreate the container in the 'web' environment in 'climulti:request'Matthieu Napoli
2014-12-22Merge pull request #6887 from piwik/move_plugins_reportsMatthieu Aubry
2014-12-22#6881 Disable logging in 'climulti:request'Matthieu Napoli