-----------------
- In `load_actions_panel JS function`, do not reload in case of error or the
page is reloaded ad vitam. Display an error message instead.
[gbastien]
- When using `string:` expressions, do not insert a blank space like
`string: `` or it is kept once rendered.
[gbastien]
- Manage `IGNORABLE_ACTIONS` the same way `ACCEPTABLE_ACTIONS` so we filter out
first every non relevant actions then we evaluate it.
Removed management of `IGNORABLE_CATEGORIES` and `IGNORABLE_PROVIDERS`, we
only keep `object_buttons` and providers `portal_actions/portal_types`.
[gbastien]