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
2014-12-17Fixes #6872 new referrer spammermattab
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-16fixes #6858mattab
2014-12-15Fixes #6529 before loading plugins in memory, order the list the same as it i...mattab
2014-12-14Merge pull request #6827 from piwik/move_resolution_reportStefan Giehl
2014-12-13Fix typo in last commit.diosmosis
2014-12-13Tweak new option comments.diosmosis
2014-12-13Applying review changes: remove tracker_ prefix from config names, move shoul...diosmosis
2014-12-10Refs #2624, add INI config options that will force a new visit if campaign/we...diosmosis
2014-12-09moved resolution and configuration reports to a new pluginsgiehl
2014-12-08Refs #6819 Fix commentmattab
2014-12-08fixes #6824 Hash the fingerprint with the website ID to make it different on ...mattab
2014-12-04the redis section is not needed anymoreThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
2014-12-01Update global.ini.phpThomas Steur
2014-11-28Update global.phpMatthieu Napoli
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
2014-11-14fixes #6674 detect pk_cpn as URL parameter for campaign namemattab
2014-11-14Merge branch 'master' into tmp-pathMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-11-12refs #6635 mention phpunit.xml no longer needed in changelogThomas Steur
2014-11-12refs #6635 move php server config from phpunit.xml to config which seems to s...Thomas Steur
2014-11-08Merge pull request #6607 from czolnowski/change-scheduled-reports-truncate-li...Matthieu Aubry
2014-11-07Rename schedule into scheduled.Marcin Czołnowski
2014-11-07refs #6612 Set default logger level to ERROR so that only real errors break t...mattab
2014-11-06Change const into config value to enable end user change truncate value.Marcin Czołnowski
2014-10-31Merge branch 'master' into php-diMatthieu Napoli
2014-10-30refs #6429 new AMI, will delete the old one now! On start we move mysql data ...Thomas Steur
2014-10-30Added PHP-DI + StaticContainer classMatthieu Napoli
2014-10-29refs #6429 fix a ui test as there is a new testrunner pluginThomas Steur
2014-10-28refs #6429 added a command to trigger tests on awsThomas Steur
2014-10-14refs #6341 for consistency set cookie lifetime to 13 months as wellThomas Steur
2014-10-08Keep development:enable command simpler and include --full option by defaultmattab
2014-10-07Fixes #6373 When Real time segments are disabled, then we allow "view" users ...mattab
2014-09-21Refs #6078, change default maximum column limit to 10.diosmosis
2014-09-19Refs #6078, allow default column limit to be specified through INI config.diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-10refs #4996 enable content plugin by default otherwise tests do not workThomas Steur
2014-09-10Fixes #5923, add INI config option allow_adding_segments_for_all_websites tha...diosmosis
2014-09-09Allow LogAggregator to work with multiple site IDs, compute unique visitors f...diosmosis
2014-09-09Fixes #6175mattab
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to al...mattab
2014-09-01refs #6089 setting TTL to 150 seconds instead of 10 to not archive on nearly ...Thomas Steur
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a fil...Thomas Steur
2014-08-04Refactor handling cors for multiple domains. Also refactor name from hosts in...Marcin Czołnowski
2014-08-03Add feature to persist cors hosts in config, edit in general settings tab and...Marcin Czołnowski
2014-07-25Merge pull request #5872 from craue/code-cleanup-3Thomas Steur
2014-07-24Improving help test for setting trust_visitors_cookiesMatthieu Aubry
2014-07-23reduced multiple empty lines to exactly oneChristian Raue