Description of the need
Spinning this out of https://github.com/backdrop/backdrop-issues/issues/4055 and https://github.com/backdrop/backdrop-issues/issues/4054. From d7 module:
- URLS are not validated http://drupal.org/node/2247261
- Protocol-less URLs should be rewritten for validation (only for validation): http://drupal.org/node/2889683
The second relies on the former changes.
Proposed solution
- find the internal path if it exists.
- for protocol-less URLS such as
//domain.tld
add an "https" or "http" depending on which the site is using (only for validation)
GitHub Issue #:
5000
Recent comments
It is an admin theme that's based upon the bootstrap 3. Maybe it's missing a piece to act as an admin theme?
Add blocks filtering problem
Thank you, Martin and Olaf! I had a feeling that there might be something out there already :) I will check all three options (I will look at porting modules) and report back which one...
Filter by text in "message" in /admin/reports/dblog
The Views Watchdog module for Backdrop "extends the Views module and allows to create custom lists of log entries". On Github, there is also a Wiki page with information about available fields,...
Filter by text in "message" in /admin/reports/dblog