dizzy

Results 175 issues of dizzy

Troubleshooting tracker problems caused by other WordPress plugins is currently painful and very much not user friendly. It requires having users: * email support * ask the user to set...

Enhancement
Easier debugging

This would allow 3rd party services to integrate with Matomo for WordPress.

Enhancement

### Description: **This PR is based off of #19745.** Refs #16363 Changes: * in API output, if the current period is not majority profilable (> 99% profilable visits), remove unique...

### Description: **This PR is based off of #19763.** Refs https://github.com/matomo-org/matomo/issues/16363 Changes: * Allow Dimensions to mark themselves as requiring profilable data. * Use above information to detect if a...

### Description: **This PR is based off of #19763.** Refs https://github.com/matomo-org/matomo/issues/16363 Changes: * Add a property to VisitorDetailsAbstract so subclasses can tell if the current period is not profilable, and...

### Description: **This PR is based off of https://github.com/matomo-org/matomo/pull/19763.** Refs #16363 Changes: * for the goals page (done by adding a notification when loading the goals evolution graph), display a...

### Description: Currently, in API.getProcessedReport, if an idGoal is supplied, it is added to `$apiParameters` before matching report metadata. This is not done in API.getMetadata, which means requests to API.getProcessedReport...

Needs Review

### Description: Changes: * Fixes #23207 when checking if report metadata parameters match API request parameters, check both parameter array keys and parameter array values, instead of just values. *...

Task
Do not close

In TrackingCodeGenerator::generate(), `htmlentities()` is used (improperly) to escape HTML characters. The result is then outputted w/o escaping in _displayJavascriptCode.twig. Instead, TrackingCodeGenerator should return JS code w/o any additional processing/escaping, and...

c: Platform
c: Usability
c: APIs
Technical debt

### What happened? According to this user: https://wordpress.org/support/topic/problem-with-open-visitor-profile-with-screen-reader/#post-18410699, iPhones do not read the export button's tooltip in reports. Note: I do not have an iPhone so I could not reproduce,...

Potential Bug
triaged