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-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
2015-04-27Fixes #7759 Always enable the Diagnostics and Monolog plugins to make sure ↵Matthieu Napoli
their DI config is always loaded
2015-04-27Merge branch 'master' into config_step_2diosmosis
Conflicts: core/Console.php piwik.php
2015-04-22Fixes #7640, add [Debug] log_sql_queries INI option to control whether SQL ↵diosmosis
queries are logged.
2015-04-21Merge pull request #7706 from piwik/spam-blacklistMatthieu Aubry
Moved the referrer spam list to a separate repository
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to ↵diosmosis
Monolog plugin and only use logging in tracker if [Tracker] debug = 1.
2015-04-19#7674 Begun moving the spammer list into a file + separate packageMatthieu Napoli
2015-04-18Merge branch 'master' into config_step_2diosmosis
Conflicts: config/global.php core/CliMulti/RequestCommand.php core/Config.php core/Config/IniFileChain.php tests/PHPUnit/System/BlobReportLimitingTest.php tests/PHPUnit/TestingEnvironment.php tests/PHPUnit/Unit/Config/IniFileChainTest.php tests/PHPUnit/Unit/ConfigTest.php
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 ↵mattab
config file implement what's documented in FAQ and config file which was not actually implemented fixes #7626
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ↵diosmosis
behavior when INI files are gone or corrupt from each Piwik endpoint (tracker/reporting UI/console). Hacked test code to make it possible and for some tests to pass.
2015-04-07Sorting Referrer spammer by alphabetical order + adding best-seo-solution.commattab
refs #5099
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 ↵diosmosis
controls the start date of archiving for segments that have not been archived before. If a creation date cannot be found, now is used.