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/config
AgeCommit message (Expand)Author
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new Request...diosmosis
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). Moving...diosmosis
2015-07-29changed config descriptionThomas Steur
2015-07-29refs #8252 introduce new option noreply_email_nameThomas Steur
2015-07-22Fix emails validation with unknown TLDbarbushin
2015-07-14Refs #7743 Clarify the login_cookie_expire is only used when "Remember me" is...mattab
2015-07-06Refs #8259, remove Zend_Validate_EmailAddress entry from global.php since we ...diosmosis
2015-07-03Move Zend_Validate_EmailAddress to DIbarbushin
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
2015-06-06added new plugin 'Intl' which will hold translationssgiehl
2015-06-06Use custom DefinitionSource to access TestingEnvironmentVariables so those va...diosmosis
2015-06-06Use FakeAccess class in DI test.php instead of Piwik_MockAccess. Remove Piwik...diosmosis
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to Te...diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-03Move Access singleton to DI.diosmosis
2015-06-02Merge Platform.initialized test environment event observer w/ the Environment...diosmosis
2015-06-02Merge Request.dispatch test environment event observer w/ the Environment.boo...diosmosis
2015-06-02Remove TestingEnvironment variables logging from test runs, as it has not to ...diosmosis
2015-06-02Do not use function static variable in event observer defined in test.php DI ...diosmosis
2015-06-02By default, use real Access instance in test DI config. In UI tests, default ...diosmosis
2015-06-02Move TestingEnvironment::arrayMergeRecursiveDistinct() to TestConfig since th...diosmosis
2015-06-02Move DI config overrides in TestingEnvironment to test.php DI config.diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...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-10Removed deprecated methods.Thomas Steur
2015-04-29Merge branch 'master' into config_step_2diosmosis
2015-04-29avoid noticesgiehl
2015-04-28Merge branch 'master' into config_step_2diosmosis
2015-04-27Fixes #7759 Always enable the Diagnostics and Monolog plugins to make sure th...Matthieu Napoli
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22Fixes #7640, add [Debug] log_sql_queries INI option to control whether SQL qu...diosmosis
2015-04-21Merge pull request #7706 from piwik/spam-blacklistMatthieu Aubry
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to Mon...diosmosis
2015-04-19#7674 Begun moving the spammer list into a file + separate packageMatthieu Napoli
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-04-10Access-Control-Allow-Origin: * when a cors_domain[] is set to * in the config...mattab
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ...diosmosis
2015-04-07Sorting Referrer spammer by alphabetical order + adding best-seo-solution.commattab
2015-03-26Fixes #7413Matthieu Napoli
2015-03-19Rename creation_time -> segment_creation_timemattab
2015-03-18Fixes #7223, add new INI option [General] process_new_segments_from that cont...diosmosis
2015-03-10Merge pull request #7327 from piwik/https-updateMatthieu Napoli
2015-03-05Adding more referrer spammers - these guys are getting worse refs #5099mattab
2015-03-04#6441 Updating through HTTPS if openssl is installed, else use HTTPMatthieu Napoli
2015-03-04Update Piwik using HTTPS + add a system checkMatthieu Napoli
2015-02-23Merge pull request #7253 from piwik/6635_2Matthieu Aubry