Marius L. Jensen

Results 20 issues of Marius L. Jensen

As of jQuery 3.3, the use of [`$.proxy`](https://api.jquery.com/jquery.proxy/) has been deprecated in favor of the native [`.bind`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Function/bind) implementation. Although no timeline for actual removal has been announced, replacements are still...

E-mails may some times hang during sending, we can test for this in the email testing tool. Checking if a message is sent or not is fine, but it can...

Multisite can be a mysterious beast at times, let's dedicate some time to testing Health Check on it, and finding out what behaviors are the best. Currently, the plugin can...

good first issue
ongoing task

We're testing to see if the `.htaccess` file has been modified outside of WordPress, but what if it has, the user may not be comfortable looking around in the file...

new feature

When performing an action, introduce a method to re run individual tests to actively update the status indicator when taking corrective actions.

Currently, after activating a plugin, you are brought to the plugins screen. This previously led to some confusion, where users would sometimes initiate Troubleshooting Mode and be lost as to...

feedback wanted
new feature

The REST API Availability is useful, but it's currently only included in the Site Status tab, this means users copying debug information are losing out on data they could provide...

Currently, our troubleshooting mode is for a single logged in instance (See #95), but many plugins and possibly themes, have special behaviors for anonymous users as well (including core). Introducing...

new feature

When in Troubleshooting Mode, all plugins are disabled for your user, but they may already have done their damage. Permalinks are a vital part to how many things function, for...

enhancement

Reports that EC2 may be failing a nonce check when testing the REST API connection, which is likely also causing the update filter check. `The REST API call gave the...