Description of the need
Backdrop has a 'hidden paths' feature for nodes whereby you can disable access to a node's /node/[nid] page from unauthorised users. Basically D7's Rabbitt Hole module in core. However, Backdrop's implementation only applies to nodes. Rabbitt Hole allowed you to hide other entities too, like taxonomy terms.
Proposed solution
Make Backdrop's 'hidden paths' feature apply to taxonomy terms too.
Alternatives that have been considered
Rabbitt Hole has been ported to Backdrop, and looks to be largely unchanged, despite part of the functionality being in Backdrop core now...
Recent comments
This was tricky, so i tried to stay minimal and try to snatch the very first procedure after file upload and inject rehashing there. The file is tinymce.pages.inc under the function...
File hashing uploads made through TinyMCE
Bee's great. But if you don't want to install bee, or can't, or you already have a bunch of scripts you're used to using in D7, then the method I posted is quick and easy and all you really...
How to create a command-line (cli) routine or script (bee not required)
Or you can install bee, get the benefit of all the included functions and either include your script using: bee php-script ../my-scripts/scratch.php https://github.com/backdrop-...
How to create a command-line (cli) routine or script (bee not required)