One thing that really frustrates me is that on all of our sites we need to disable the rich-text editor in order to use the date tokens. This is because the date token filter was not added to a current format, but instead, an additional format was created.
Creating unnecessary formats is a bad idea for a number of reasons (security, usability, difficulty in updating existing content + config, etc, etc).
I would like to remove all date token formats by:
- Adding the use of date tokens to all formats where they are needed
- Writing an update hook to fix all content to use one of the supported formats
- Deleting (disabling) the problematic newer format
If there is a reason the new format was created (is there a bug with using the token + ckeditor together?) please note that here, and link to the issue. We would obviously need to fix that first. :)