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
AgeCommit message (Collapse)Author
2015-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-12-09update submoduleThomas Steur
2015-12-082.15.1-b92.15.1-b9Matthieu Aubry
2015-12-08Merge pull request #9358 from piwik/exact_match_unknownurlThomas Steur
Exclude unknown urls: Check whether known URL starts with path if one is defined, do no longer match subdomains
2015-12-08remove accidentally committed file which is no longer neededThomas Steur
2015-12-08Check whether known URL starts with path if defined, do no longer match ↵Thomas Steur
subdomains
2015-12-07Merge pull request #9337 from piwik/popover_title_tooltipsThomas Steur
show tooltip for longer titles in popovers
2015-12-07use piwikHelper.htmlDecodesgiehl
2015-12-07update submoduleThomas Steur
2015-12-072.15.1-b82.15.1-b8Matthieu Aubry
2015-12-07Merge pull request #9346 from piwik/fix_tablenotallowedtojoinThomas Steur
Fix error table log_visit is already joined
2015-12-07fix error table log_visit is already joined in ↵Thomas Steur
https://github.com/piwik/plugin-CustomDimensions/pull/19
2015-12-07Merge pull request #9344 from piwik/9320Matthieu Aubry
When detecting the referrer name, consider a path of a different website if possible and not only domain
2015-12-07refs #9320 when detecting the referrer name, consider a path of a different ↵Thomas Steur
website if possible and not only domain
2015-12-06Merge pull request #9333 from ekooiker/9316_delete-logs-data_and_no-interactionThomas Steur
askForDeleteConfirmation with --no-interaction should default to true
2015-12-06fixes #9266 - show tooltip for longer titles in popoverssgiehl
2015-12-04When using option --no-interaction, askForDeleteConfirmation should default ↵Erik Kooiker
to true
2015-12-04Merge pull request #9320 from piwik/website_pathMatthieu Aubry
Added support to specify a path in a website URL and Piwik will consider the path during tracking
2015-12-04Fix one UI test drag and drop: use visible fieldmattab
2015-12-04Merge pull request #9331 from piwik/revert-9322-9250Matthieu Aubry
Revert "Improve responsive layout header"
2015-12-04Revert "Improve responsive layout header"Matthieu Aubry
2015-12-04there was a weird character after ||Thomas Steur
2015-12-04added documentation for cookieConfigPath detectionThomas Steur
2015-12-04fix jslintThomas Steur
2015-12-042.15.1-b72.15.1-b7Matthieu Aubry
2015-12-04set a cookie path automatically if a configHostAlias matches a pathThomas Steur
2015-12-04Minor: new test casesmattab
2015-12-04.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-12-04Merge branch 'master' of github.com:piwik/piwikmattab
2015-12-04Submodule tests/travismattab
2015-12-04.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-12-04documenting new `actionType` segment to Changelogmattab
2015-12-04.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-12-04Merge pull request #9314 from piwik/action_type_segmentMatthieu Aubry
New segment: ActionType
2015-12-04.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-12-04travis: added group:legacy to use old infrastructure until issues are resolvedmattab
2015-12-04Merge pull request #9329 from piwik/escapelikestring_memory_2Matthieu Aubry
Check whether string actually contains value to prevent from copying the string to reduce memory usage
2015-12-04fix possible mysql error "Not unique table/alias"Thomas Steur
2015-12-04Merge pull request #9322 from piwik/9250Matthieu Aubry
Improve responsive layout header
2015-12-04Check whether string actually contains value to prevent from copying the ↵Matthieu Aubry
string to reduce memory usage
2015-12-04we are now using type 10 in log_action when request was an event.mattab
2015-12-04Merge pull request #9324 from piwik/9025Matthieu Aubry
Show selected/current website in websites selector
2015-12-04Merge pull request #9318 from piwik/processrequestserializeMatthieu Aubry
Do not serialize Request::processRequest API request
2015-12-04Merge pull request #9323 from piwik/9026Matthieu Aubry
Improve design of Transitions - No data message
2015-12-04Merge pull request #9300 from piwik/9299Matthieu Aubry
Make sure to compare referrer values lower case
2015-12-04Merge pull request #9279 from piwik/9239Matthieu Aubry
--force-date-last-n should really force archiving, even if there was no visit recently
2015-12-04Merge pull request #9241 from piwik/8393Matthieu Aubry
fixes single quote bug in rowevolution
2015-12-04submodule updatessgiehl
2015-12-04Merge pull request #9325 from piwik/translationupdatesStefan Giehl
[automatic translation update] Updated 215 strings in 10 languages (tr, cs, de, el, it, ja, pt-br, sl, ko, fr)
2015-12-04Merge pull request #9221 from piwik/9145Matthieu Aubry
Show a warning when https was not detected correctly on the server