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-10-13add comment to document new feature https://github.com/piwik/piwik/issues/8529Matthieu Aubry
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-10-07Left menu designThomas Steur
2015-09-29TTL: Time to live for cache files, in seconds. Default to 60 minutesmattab
2015-09-29Added INI setting to configure maximum number of id actions to store in one c...mattab
2015-09-28Caching id actions in general cache - can be enabled via INI setting enable_s...mattab
2015-09-22refs #8549 support for multiple release channelsThomas Steur
2015-09-22Restore to last versionmattab
2015-09-22UI tests: Added LogViewer plugin to view and search Piwik application logs in...mattab
2015-09-22Make Provider plugin disabled by default. fixes #8826mattab
2015-09-21Revert "Do not enable Provider plugin by default for new users"Benaka
2015-09-21Do not enable Provider plugin by default for new users fixes #8826mattab
2015-09-18Fix a small typo in global.ini.phpJorrit Schippers
2015-08-21Add new option for [General] process_new_segments_from option, 'segment_last_...diosmosis
2015-08-19added warning re debug_on_demandThomas Steur
2015-08-14Merge pull request #8455 from piwik/6497Thomas Steur
2015-08-07Add quick note in config/global.php regarding tracker.request.processors item.diosmosis
2015-08-06Make Tracker\Settings stateless and store in DI. Remove Visitor::recognize() ...diosmosis
2015-08-06Move bulk of logic in Visitor class to new stateless service, VisitorRecogniz...diosmosis
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-29refs #6497 always set a charset by defaultThomas Steur
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