dizzy

Results 154 issues of dizzy

Otherwise there can be issues with other plugins during archiving.

Easier debugging

When creating a user a role must be specified: ![image](https://github.com/matomo-org/matomo-for-wordpress/assets/125140/a2668703-37ea-4cc1-9138-2ba5e09a67d3) The possible roles include: * Matomo Super User * Matomo Admin * Matomo Write * Matomo View but the only...

c: Usability

This occurs pretty regularly and the error message does not give a clear way to resolve it, so support requests are created. A path to self-service should be present.

Easier debugging

Forcing users to edit files manually is extremely poor UX. Since many workarounds/solutions to common problems require changing INI config values, this should be possible through the UI.

Easier debugging

* Create a e2e test system that supports visual regression tests + simpler types of browser based assertions. * Allow the system to be able to test any URL. This...

c: Tests & QA

Refs #869 Should be created for the same reason.

Task
c: Tests & QA

Users do not like it when Matomo for Wordpress does not work and may simply abandon it when it does, and there are many ways a hosting provider can interfere...

Task
c: Tests & QA

Requires #841 Instead of using a custom Logger instance that supports matomo log config values: * Use a Monolog\Logger instance. * Use an ErrorLogHandler instance. * Only use WP_DEBUG, do...

Easier debugging

To ensure compatibility with other wordpress plugins and prevent regressions in with compatibility, an integration testing system should be created. These tests would: * use docker or wp-env to automatically...

c: Tests & QA

Looks like I am not the first person to use docker as a local environment for wordpress and it is has been codified in a separate package. Should switch to...