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-06-08Fixes #8014 the Diagnostics plugin need to always be enabledMatthieu Napoli
2015-06-08Merge pull request #8058 from piwik/6552Matthieu Aubry
2015-06-08refs #6552 set noindex,nofollow option for all pages apart from login pageThomas Steur
2015-06-082.14.0-b22.14.0-b2Matthieu Aubry
2015-06-06use new translations from Intl pluginsgiehl
2015-06-06added new plugin 'Intl' which will hold translationssgiehl
2015-06-06removed translation data from core/Intlsgiehl
2015-06-05Merge pull request #8016 from piwik/fix/deactivating-pluginsMatthieu Napoli
2015-06-04Merge pull request #8026 from piwik/test_env_di_7Matthieu Napoli
2015-06-04In CliMulti.php, check for test mode by checking for the PIWIK_TEST_MODE defi...diosmosis
2015-06-03Fixing all tests that use Access::setSingletonInstance().diosmosis
2015-06-03During Tracker authentication, make sure to reset the Auth instance's passwor...diosmosis
2015-06-03Move Access singleton to DI.diosmosis
2015-06-03Merge pull request #8008 from piwik/test_env_di_5Matthieu Napoli
2015-06-03Merge pull request #7790 from piwik/7569_new_apisMatthieu Aubry
2015-06-03Merge pull request #8032 from AndersBillLinden/fix-putting-boolean-key-in-arrayMatthieu Aubry
2015-06-03Mark Updates base class as @api and document methods + class.diosmosis
2015-06-03Mark Common::unsanitizeInputValue as @api.diosmosis
2015-06-03Not setting $resultCheck[false] in core/Filechecks.php function checkDirector...Anders Lindén
2015-06-02Modify StaticContainer::$definitions to be an array of definitions, so calls ...diosmosis
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to P...diosmosis
2015-06-01Removed deprecated method scheduled for removal (fixing unit tests)Matthieu Napoli
2015-06-01Fix random test failure caused by opcache failing to invalidate tracker cache...diosmosis
2015-05-29force html templates to reload when development mode is enabledThomas Steur
2015-05-29Merge pull request #7956 from fabiocarneiro/psr-2-code-style-fixesMatthieu Aubry
2015-05-28Deactivating a plugin: clear the caches before unloading the pluginMatthieu Napoli
2015-05-27fixed testssgiehl
2015-05-27use new intl files for languages and countriessgiehl
2015-05-27added country and language translations based on old piwik data and unicode-c...sgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-26Merge pull request #7957 from piwik/test_env_di_3Benaka
2015-05-26Merge pull request #7992 from piwik/6244Benaka
2015-05-26Add integration test for tracking Download and Outlink with fragmentmattab
2015-05-26Merge pull request #7964 from piwik/7958_purger_idaction_detectBenaka
2015-05-25Merge pull request #7980 from piwik/http_authenticationMatthieu Aubry
2015-05-25For Outlinks and Download URLs, do not exclude URL parameters and store URLs ...mattab
2015-05-25Page URL are stored with HTML entities encoded (sanitized) fixes #7989mattab
2015-05-25In ExceptionHandler::getErrorResponse(), ignore case where event posting fail...diosmosis
2015-05-25Do not derive from Singleton in Config (since the object is now in DI).diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-05-25In DimensionMetadataProvider, get log_link_visit_action table idaction column...diosmosis
2015-05-23implement httpAuth for transport methods socket & fopensgiehl
2015-05-22Move Config::setTestEnvironment() to TestConfig. This will require changing s...diosmosis
2015-05-22Remove the Config.createConfigSingleton test event from being posted in Confi...diosmosis
2015-05-21Remove EventManager::getPluginManager() method, it is no longer needed since ...diosmosis
2015-05-21Use observers.global DI config in TestingEnvironment to define event observer...diosmosis
2015-05-21Allow event observers to be defined before the container is created via the o...diosmosis
2015-05-21Move EventDispatcher service to DI and remove EventDispatcher::clearAllObserv...diosmosis
2015-05-20#7923 Update instructions: use composer install instead of updateMatthieu Napoli