David Sword
David Sword
## What problem would the enhancement address for VIP? `getimagesize()` holds up the PHP process downloading the entire image to just read its file size. ## Describe the solution you'd...
A WP-CLI command like `wp cron-control show-allowed-concurrent` would be handy to show which jobs are currently utilizing the filter. It would be helpful to aggregate and display that data when...
### Task: add progress indicators on to a liveblogs entries Publish New, Publish Update, and Delete buttons. See https://github.com/Automattic/liveblog/issues/476 ### Reason: If on a slower network/server, when clicking the 'Publish...
This fixes: https://github.com/Automattic/liveblog/issues/526 There are several spots in this plugin using Reacts `dangerouslySetInnerHTML` attribute to place content from the server. This can easily lead to cross-site scripting (XSS) attacks. Before...
Emojis and chars like the horizontal ellipsis `…` can be submitted successfully in the FROM path's, but they don't actually redirect. This could be a problem if for example this...
Currently to change a URL, the Redirect has to be deleted and then re-added. The ability to edit a redirect would improve ease of use.
In `develop` branch, I noticed when adding a relative path, the `redirect_*_preview` above the input shows the current sites path and appends the inputs value to it. However once submitted,...
For internal links, wether a TO value shows as relative or as an absolute URLs, I believe serve no purpose. Users reading down the TO column might benefit from seeing...
Right now the "Validate" admin_notice doesn't indicate which Redirect was validated.  Perhaps the validation can occur inline with ajax instead of page...
If a `index.php` file contains just the standard "//Silence is golden" comment, the bot reports that hashes-to-hases approves the file, which should go without saying. Might help reduce bot noise...