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-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
2014-05-22Fixes #5172 Should be code completemattab
2014-05-22Refs #5172 Rename config setting with a clear name, ↵mattab
adding_segment_requires_access idSite===false is not valid use case AFAIK so removing code that deals with that.
2014-05-22Refs #5172 Make sure anonymous user cannot edit segments + rename superadmin ↵mattab
to superuser for consistency
2014-05-21Merge pull request #275 from d-skora/feature/SegmentEditorMatthieu Aubry
Feature/segment editor Fixes #5172
2014-05-20PIWIK-767 cleanup after reviewd-skora
2014-05-20PIWIK-767 cleanup after reviewd-skora
2014-05-20Fixes #5188 New config setting datatable_row_limits = "5,10,25,50,100,250,500"mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-15PIWIK-767 changes in global.ini after reviewd-skora
2014-05-13PIWIK-767 changed segmentEditor so it has configurable access leveld-skora
2014-05-09Fixes #5121 add New config setting to disable segment auto completemattab
2014-05-09Merge pull request #269 from piwik/4987_zenmodeThomas Steur
refs #4987 Simplify Piwik interface: Zen Mode
2014-05-08Commentsmattab