Conversation
This brings it up to the latest released version, bringing with it 8 years of features, bug fixes and security fixes, notably fixing #5. This also results in a few changes: - The graphics of the surrounding paraphenalia have changed as v5 changed the default style from `modern` to `silver` - The `contextmenu` and `paste` plugins have been removed and appear to just be included by default now - The `print` plugin has been removed and we don't appear to have used it
drn05r
approved these changes
Jun 24, 2025
Contributor
drn05r
left a comment
There was a problem hiding this comment.
Happy for you to merge. There is nothing controversial here, as all the changes relate to TinyMCE rather than the richtext ingredient itself, except for the glue in 60_richtext.js, which looks like an appropriate update.
wr2f25
added a commit
to eprints/eprints3.5
that referenced
this pull request
Jun 26, 2025
Pull in some more updates from 'richtext' This pulls in: - eprints/richtext#10 - eprints/richtext#12 - eprints/richtext#11
wr2f25
added a commit
to wr2f25/easy_pages
that referenced
this pull request
Jul 10, 2025
The `richtext` ingredient now uses TinyMCE 7.9.1 (eprints/richtext#10) so this changes `initTinyMCE_for_easy_pages` to match the changes in the version bump. The `textpattern` ingredient has been removed and I believe is just included by default now so I have just removed that. The `preview_with_css_branding` is a modified version of `preview` so I have pulled the new version of `preview` (as the previous version was for 4.6.1) and then re-applied the modifications (filter content with `preview_substitutions` and add a font style-sheet).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This brings it up to the latest released version, bringing with it 8 years of features, bug fixes and security fixes, notably fixing #5.
This also results in a few changes:
moderntosilvercontextmenuandpasteplugins have been removed and appear to just be included by default nowprintplugin has been removed and we don't appear to have used it