Restore Configurable Actions to core
Configurable actions became unusable when Trigger module was removed from core. They were removed shortly thereafter. Configurable actions became realistic again when Views Bulk Operations went into core, but were never restored.
I would like to propose that we add back the 6 Configurable actions that were removed from core, but instead of that code living in a separate module (trigger) it become part of Views Bulk Operations.
The actions to restore are as follows: * Display a message to the user * Send e-mail * Redirect to URL * Change the author of content * Unpublish content containing keyword(s) * Unpublish comment containing keyword(s)
A good contrib module to test the APIs for configurable actions would be Flag.
Original Issue:
Change introduced in https://github.com/backdrop/backdrop-issues/issues/168
Nothing in https://api.backdropcms.org/api/backdrop/core%21modules%21system%21syste... tells that configurable actions are no more available.
Recent comments
You can try the above file somewhere, what do you think? I could safely replace this file on my running site. This is indeed "MacGyver" ;-) You don't have to replace...
File hashing uploads made through TinyMCE
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)