Bug 26949: Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2
authorOwen Leonard <oleonard@myacpl.org>
Mon, 27 Sep 2021 18:50:48 +0000 (18:50 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 5 Oct 2021 08:58:13 +0000 (10:58 +0200)
commitba19c4fd9b4d383bcaca153dfd2749376871758a
tree94bbaf96effe0f14665fb554f2e8b6b7cd5290f0
parentc3b28f78bc80dcc6549b75ad10c7886af57e08c7
Bug 26949: Upgrade TinyMCE in the staff interface from 5.0.16 to 5.9.2

This patch upgrades TinyMCE in the staff interface from 5.0.16 to 5.9.2.
Other than the required TinyMCE package files, the only other change is
to the internationalization include file, which is updated to include
the latest set of strings for translation.

To test, apply the patch and clear your browser cache if necessary.

Test that the TinyMCE editor works in the staff interface:

 - In system preferences, with the  UseWYSIWYGinSystemPreferences
   preference enabled: IntranetCirculationHomeHTML,
   IntranetmainUserblock, IntranetReportsHomeHTML, etc.
 - Additional contents, with the AdditionalContentsEditor preference
   set to "WYSIWYG."
 - Administration -> Libraries, in the "OPAC info" field.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
31 files changed:
koha-tmpl/intranet-tmpl/lib/tiny_mce/icons/default/icons.min.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/lib/tiny_mce/jquery.tinymce.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/autoresize/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/charmap/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/code/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/js/emojis.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/js/emojis.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/hr/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/image/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/link/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/lists/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/plugin.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/dark/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/default/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/document/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/writer/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/content.inline.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/skin.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/content.inline.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/content.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/skin.min.css
koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/mobile/theme.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/silver/theme.min.js
koha-tmpl/intranet-tmpl/lib/tiny_mce/tinymce.min.js
koha-tmpl/intranet-tmpl/prog/en/includes/str/tinymce_i18n.inc
koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt