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
2014-11-14fixes #6674 detect pk_cpn as URL parameter for campaign namemattab
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 ↵Thomas Steur
simplify quite a lot.
2014-11-08Merge pull request #6607 from ↵Matthieu Aubry
czolnowski/change-scheduled-reports-truncate-limit-into-config Let user specify how many rows will be displayed in Scheduled Reports.
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 ↵mattab
the archiver (and not simple warnings)
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
Conflicts: composer.json composer.lock
2014-10-30refs #6429 new AMI, will delete the old one now! On start we move mysql data ↵Thomas Steur
dir to RAM now to speed up system tests from 16min to under 8 minutes and integration tests from 3 minutes to under 1:30min. I wanted to do this in the AMI but it seems not to persist it so we have to do it when the instances launches.
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
to create "Pre-processed" segments. By default though only admin users can create pre-processed segments.
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 ↵diosmosis
(almost) any dimension. The filter can pivot reports by their subtable dimension and can also pivot by other dimensions (by using segments). Notes: - in the UI, only pivoting by subtable is supported - change to CSV DataTable renderer so column names w/ commas & quotes can appear in text - change to XML DataTable renderer so column names w/ invalid XML characters can be rendered (bit of an iffy change, XML format needs an overhaul I think) - includes new config option 'pivot_by_filter_enable_fetch_by_segment' - includes additions to component metadata classes (ie, Report/Dimension)
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 ↵diosmosis
that allows users to disable the ability to add segments affecting all websites.
2014-09-09Allow LogAggregator to work with multiple site IDs, compute unique visitors ↵diosmosis
for archives of multiple sites and add option to control whether unique visitors for multiple sites are processed.
2014-09-09Fixes #6175mattab
2014-09-09refs #6162 Extending config setting enable_processing_unique_visitors_* to ↵mattab
also affect the nb_uniq_users metric processing over periods, + only show Users metrics when it's greater than zero, + fix more tests and renamed test suite to UserIdAndVisitorIdTest
2014-09-01refs #6089 setting TTL to 150 seconds instead of 10 to not archive on nearly ↵Thomas Steur
every request. Makes Piwik faster
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a ↵Thomas Steur
file. Wondering which test will fail...
2014-08-04Refactor handling cors for multiple domains. Also refactor name from hosts ↵Marcin Czołnowski
into domains.
2014-08-03Add feature to persist cors hosts in config, edit in general settings tab ↵Marcin Czołnowski
and append to API headers if any is set.
2014-07-25Merge pull request #5872 from craue/code-cleanup-3Thomas Steur
code cleanup
2014-07-24Improving help test for setting trust_visitors_cookiesMatthieu Aubry
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-12Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Updates/0.4.2.php core/Updates/0.6.3.php core/Updates/1.2-rc1.php core/Updates/1.9-b9.php core/Version.php tests/PHPUnit/Fixture.php tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/Integration/Core/JsProxyTest.php
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-03Fixes #4455 changed URL to builds.piwik.org/piwik.zipmattab
2014-07-02added development flag which allows us to not cache static cache and to make ↵Thomas Steur
some more checks when developers develop plugins
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-26Add reply-to in password recovery e-mails.Marcin Czołnowski
2014-06-26Change name of config variable into ↵Marcin Czołnowski
"scheduled_reports_replyto_is_user_email_and_alias" Remove isset and == '1'
2014-06-25Set reply_to equal to report creator.Marcin Czołnowski
2014-06-10Enable DevicesDetection plugin by default starting in 2.4.0-b6 refs #5329mattab
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on ↵mattab
Windows Refs #4455
2014-06-09Typomattab
2014-06-09Fix UI buildmattab
2014-06-06Submodulesmattab
2014-06-02Merge pull request #281 from medic123de/db-transactional-modeMatthieu Aubry
Use transactions for Tracking API requests in bulk. fixes #5275 Thanks for the pull request, it's an Awesome Performance Improvement!
2014-06-02New config setting bulk_requests_use_transaction=1Matthieu Aubry
; Whether Bulk tracking requests will be wrapped within a DB Transaction. ; This greatly increases performance of Log Analytics and in general any Bulk Tracking API requests. bulk_requests_use_transaction = 1
2014-05-29refs #5212 this *should* enable leftMenu plugin by default but it will be ↵Thomas Steur
disabled. Need to test it
2014-05-23maybe this fixes the tests? they do not fail on my local instanceThomas Steur
2014-05-23fixed a test and cleaned up zeitgeist image directoryThomas Steur