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 (Collapse)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 ↵mattab
cache entry + integration tests
2015-09-28Caching id actions in general cache - can be enabled via INI setting ↵mattab
enable_segments_subquery_cache setting (disabled by default)
2015-09-22refs #8549 support for multiple release channelsThomas Steur
2015-09-22Restore to last versionmattab
This reverts commit a2f8768b1f9d1cd1c7e98d6f0ab9a31ef10935ef.
2015-09-22UI tests: Added LogViewer plugin to view and search Piwik application logs ↵mattab
in the UI
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
`independantly` -> `independently`
2015-08-21Add new option for [General] process_new_segments_from option, ↵diosmosis
'segment_last_edit_time'. New option sets beginning of segments archiving from last edit time (or created time if it is found). Includes tests.
2015-08-19added warning re debug_on_demandThomas Steur
2015-08-14Merge pull request #8455 from piwik/6497Thomas Steur
Set database charset utf-8 by default
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
and use VisitorRecognizer service in Visit class instead.
2015-08-06Move bulk of logic in Visitor class to new stateless service, ↵diosmosis
VisitorRecognizer which is stored in DI. Also fix two integration tests.
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new ↵diosmosis
RequestProcessor for ping request handling. Ping request handling is performed in new Heartbeat plugin. Also added a new method to Plugin, isTrackerPlugin for plugins to override if they are tracker plugins, but don't have a dimension or implement a tracker method.
2015-08-06Add initial RequestProcessor base + DI entry + use in Visit::handle(). ↵diosmosis
Moving some core visit handling logic to a new RequestProcessor in CoreHome plugin.
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" ↵mattab
is checked
2015-07-06Refs #8259, remove Zend_Validate_EmailAddress entry from global.php since we ↵diosmosis
don't need to specify custom constructor parameters. php-di will just default to default construction.
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
Injection Inception, Change #6: Final cleanup of test environment setup. Remove TestingEnvironment.addHooks event, make sure core doesn't depend on test files/classes/constants, integrate test environment variables w/ DI for easier overriding in tests, and related clean ups to test environment setup.
2015-06-06added new plugin 'Intl' which will hold translationssgiehl
2015-06-06Use custom DefinitionSource to access TestingEnvironmentVariables so those ↵diosmosis
variables can be easily overridden by test classes through provideContainerConfig(BeforeClass).
2015-06-06Use FakeAccess class in DI test.php instead of Piwik_MockAccess. Remove ↵diosmosis
Piwik_MockAccess since it is no longer used.
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to ↵diosmosis
TestingEnvironmentManipulator.
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 ↵diosmosis
Environment.bootstrapped one.
2015-06-02Merge Request.dispatch test environment event observer w/ the ↵diosmosis
Environment.bootstrapped one.
2015-06-02Remove TestingEnvironment variables logging from test runs, as it has not to ↵diosmosis
my knowledge been useful in debugging mysterious test failures.
2015-06-02Do not use function static variable in event observer defined in test.php DI ↵diosmosis
config.
2015-06-02By default, use real Access instance in test DI config. In UI tests, default ↵diosmosis
to using mock access.
2015-06-02Move TestingEnvironment::arrayMergeRecursiveDistinct() to TestConfig since ↵diosmosis
that's where it is used.
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 ↵diosmosis
DI config. Replaced the singleton GlobalSettingsProvider hack w/ the concept of an EnvironmentManipulator (internal to Piwik, not to be used anywhere but TestingEnvironment.php).
2015-05-21Use observers.global DI config in TestingEnvironment to define event ↵diosmosis
observers, since the container is not created at this point.
2015-05-21Allow event observers to be defined before the container is created via the ↵diosmosis
observers.global DI config entry.
2015-05-10Removed deprecated methods.Thomas Steur
As the plugin does now nothing anymore, I removed it.
2015-04-29Merge branch 'master' into config_step_2diosmosis
2015-04-29avoid noticesgiehl
2015-04-28Merge branch 'master' into config_step_2diosmosis