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-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
2014-05-06Better commentmattab
2014-05-05Merge remote-tracking branch 'origin/master' into 4987_zenmodeThomas Steur
2014-05-02Fixes #5037 You can now configure periods that are available in the UI and APImattab
; The list of periods that are available in the Piwik calendar ; Example use case: custom date range requests are processed in real time, ; so they may take a few minutes on very high traffic website: you may remove "range" below to disable this period enabled_periods_UI = "day,week,month,year,range" enabled_periods_API = "day,week,month,year,range"
2014-05-02Allow to customise the idSite in which the Piwik usage data will be recorded.mattab
This will be useful to keep the piwik.org web analytics reports clean of the demo usage stats
2014-05-01Refs #5060 Remove use of substr_compare as it's buggy in 5.5.11 with ↵mattab
negative offset
2014-05-01refs #4987 some bugfixes especially for small windows, fixed a test, enabled ↵Thomas Steur
plugin
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-28Fixes #2268 Implement a default Referrer spam blacklist to block semalt.com ↵mattab
spammer. (can be extended to other spammers on request!) ; All Visits with a Referrer URL host set to one of these will be excluded. ; If you find new spam entries in Referrers>Websites, please report them here: http://dev.piwik.org/trac/ticket/2268 ; List of known Referrer Spammers, ie. bot visits that set a fake Referrer field: referrer_urls_spam = "semalt.com"
2014-04-23Fixes #5030 Tracking API now does not require token_auth for bulk requests.mattab
To make behavior the same as in Piwik 2.1.0 or earlier, set the following config setting under [Tracker]: ; Whether Bulk tracking requests to the Tracking API requires the token_auth to be set. bulk_requests_require_authentication = 1
2014-04-09The [Debug] section is overwritten by tests. Instead use a new [DebugTests] ↵mattab
section that will not be overidden (in Config->setTestEnvironment)
2014-04-08Fixes #4966 When API_datatable_default_limit=-1 in the config, 'Export as' ↵mattab
should export all rows
2014-04-03Add new config flag for developers: ↵mattab
enable_load_standalone_plugins_during_tests = 1 it can be set to 0 to disable the loading of third party plugins when running tests