Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matomo 3.12.0 #15069

Merged
merged 292 commits into from Oct 29, 2019
Merged

Matomo 3.12.0 #15069

merged 292 commits into from Oct 29, 2019

Conversation

mattab
Copy link
Member

@mattab mattab commented Oct 29, 2019

No description provided.

sgiehl and others added 30 commits July 12, 2019 16:30
* use PHP filter to validate E-Mails

* remove failing test

* only test with ASCII TLDs as others seem to fail

* remove Zend_Validate_EmailAddress config and class
* send Referrer-Policy header

* use same-origin instead

sending the full referrer to the same origin, but no referrer for others
* Converts Tour tests to Headless Chrome

* Fix some failing UI tests
…14655)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
* Do not remove nb_visits_converted when archiving goal reports since it should differ from sum of conversions.

* If metric is not available, compute dynamically by using max nb_visits_converted.

* Ignore abandoned cart conversions when calculating visit converted.

* In case goals column is empty.

* remove processed metric code since it is not correct

* do not remove visits converted metric for overview

* fix tests

* Fixing test

* fix test

* update test files

* update submodules

* Update expected screenshots & try to fix some random failures.

* Update expected UI test export results.

* two ui test fixes

* Fix couple UI test failures.

* fix random php test failure
… not set up yet message (#14628)

* When installer is disabled and any module is requested, also show the not set up yet message

* Apply review feedback
* Update _updateCommunicationEmail.twig

Links in the (new?) notification email are no longer clickable.

* Escape the host

* Only show safelink
* Fix missing 3rd party cookie when using POST requests

* fix test

* jslint fix

* Update piwik.min.js

* Update matomo.js

* Update piwik.js
* Implements a rate limit for password resets

* improve error message

* allow up to three requests within one hour

* adds some tests
* Updates Device Detector to 3.12.0

* fix tests
* Remove sponsors from the help page

fyi @mattab I think this link can be removed?

* add get involved link
* determine in file class if the file content is the same

* trigger event for each updated file

* add comment and test

* remove unneeded file
sgiehl and others added 28 commits October 15, 2019 10:10
…#14979)

* Avoid warning headers already sent when setting session cache limiter

* Update bootstrap.php
* Ensure all help texts are displayed correctly

* updates expected UI file
* Fix server start time minute segment

refs dev-1796

* fix test
refs #15033 
it might fix that issue

fixes a regression from #14996

When you have the Visits over time for example in the dashboard, view day period, select unique visitors, then select year period, it will then show visits metric instead of unique visitors because unique visitors is not available for year. The visits metric will not show any data though because it had the `&columns=nb_unique_visitors` param applied and the visits metric was never fetched. That's because in #14996 the metric was replaced after the dataTable was being requested. Trying to do this now before requesting dataTable too. Not sure what other regressions this could potentially introduce...
> WARNING SitesManager [66dd3 ...] core/Tracker/TrackerCodeGenerator.php(251): Notice - Undefined index: host - Matomo 3.11.0 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already)
@mattab mattab added this to the 3.12.0 milestone Oct 29, 2019
@mattab mattab merged commit e079cab into master Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet