Results 97 comments of Spuds

Also it may work to change ` if ($do_fix === true || preg_match('~^http[s]?://(?:[\d\.:]+|\[[\d:]+\](?::\d+)?)(?:$|/)~', $detected_url) === 1)` to be ` if ($do_fix === true)` to avoid "fixing" things should the detected...

Added a basic email form in the ACP that an admin can use to send ... pretty basic implementation for a start.

Most of this had been addressed in 2.0, for those that were missed, separate issues could be opened or quick PR made. For now closing this global level one.

Most browsers have decent enough date pickers with type=date and html5 .... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date Yeah this is an old topic, just trying to clean things up

It was removed in 2.0 (well other than the quick edit, but that is another story/issue)

Now its back to several places! Guess its best to keep it in place for now