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-11-26Add 'all' in the Row count selector to be able to display all rows, and optio...mattab
2015-11-12refs #9201 do not use DI for request processorsThomas Steur
2015-11-01Fix config overriding in ui-test.php DI config.diosmosis
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the li...diosmosis
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL normaliz...diosmosis
2015-10-27Remove trusted host change and try to fix w/ ui-test.php config modification.diosmosis
2015-10-27Get last two Overlay tests to pass.diosmosis
2015-10-27Do not replace port URLs for overlay API results so links can be matched in U...diosmosis
2015-10-27Fix ui-test.php config (missing DI\add).diosmosis
2015-10-27Try to fix CORS issues in travis when port 3000 is used for Piwik.diosmosis
2015-10-27Fix failing Dashboard test by removing RSS widget contents for UI tests.diosmosis
2015-10-27Remove host & port only if test port is defined in config & remove Piwik base...diosmosis
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27Add port in tests to tracker URL.diosmosis
2015-10-27Try to fix nginx setup on travis. Includes new [tests] INI config parameter f...diosmosis
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