Products.CMFPlone/svx_update_tinymce_links: Update links to https in tinymce-controlpanel
sven <jenkins-z4DKO/[email protected]> Thu, 27 Jul 2017 04:18:55 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.CMFPlone Branch: refs/heads/svx_update_tinymce_links Date: 2017-07-27T13:18:36+02:00 Author: sven (svx) <[email protected]> Commit: https://github.com/plone/Products.CMFPlone/commit/90ed60157ad89c9cfce729bf5f24db9470a192be Update links to https in tinymce-controlpanel Files changed: M CHANGES.rst M Products/CMFPlone/interfaces/controlpanel.py diff --git a/CHANGES.rst b/CHANGES.rst index 6235df51a..3eae097f0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,8 @@ Bug fixes: - Fix empty DX add_forms if formlib is also installed thru addon dependencies [MrTango] +- Update TinyMCE links (tinymce-controlpanel) to https + [svx] 5.1b4 (2017-07-03) ------------------ diff --git a/Products/CMFPlone/interfaces/controlpanel.py b/Products/CMFPlone/interfaces/controlpanel.py index e6526b644..9a95937d5 100644 --- a/Products/CMFPlone/interfaces/controlpanel.py +++ b/Products/CMFPlone/interfaces/controlpanel.py @@ -545,7 +545,7 @@ class ITinyMCELayoutSchema(Interface): u'Enter a JSON-formatted style format configuration. ' u'A format is for example the style that get applied when ' u'you press the bold button inside the editor. ' - u'See http://www.tinymce.com/wiki.php/Configuration:formats'), + u'See https://www.tinymce.com/wiki.php/Configuration:formats'), constraint=validate_json, default=json.dumps({ 'discreet': {'inline': 'span', 'classes': 'discreet'}, @@ -653,7 +653,7 @@ class ITinyMCEPluginSchema(Interface): 'help_tinymce_templates', default=( u'Enter the list of templates in json format ' - u'http://www.tinymce.com/wiki.php/Plugin:template' + u'https://www.tinymce.com/wiki.php/Plugin:template' ) ), required=False, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot