Tests
- Fixed tests when using Zope 5.11. In one test we got a mappingproxy instead of a dictionary. [maurits] (#956)
Breaking changes:
- Mockup TinyMCE settings: Remove deprecated AtD plugin settings. (#33)
- Mockup TinyMCE settings: Remove unused AtD related views and interfaces. (#33)
Internal:
- Manually fix up changelog. I tried to release 2.0.0 today, but I already released it two weeks ago. [maurits]
Breaking changes:
- Remove ISearchSchemas types_not_searched "Discussion Item" value to make plone.app.discussion a core addon. It is actually not needed anyway, also not part of the underlying vocabulary and would be lost on first save in control-panel. See https://github.com/zopefoundation/Products.CMFCore/blob/8d765b8ce7ec4e053e58f5c8dc45d08db01ce3e0/src/Products/CMFCore/TypesTool.py#L768 [@jensens] (#65)
New features:
- enable Plugin 'accordion' for TinyMCE @1letter (#62)
- Add a field
webstats_head_js
to the Site controlpanel and render its contents in the head section usingIHtmlHeadLinks
viewlet manager. See issue 3931: some javascript needs to be loaded at the bottom of the page, and some in the head section. [jladage] (#3931)
New features:
- Make the TinyMCE help plugin available as an option [rber474] (#41)
Bug fixes:
- Fix TinyMCE format icon names. [petschki] (#3905)
Internal:
- Update configuration files. [plone devs] (6e36bcc4)
New features:
- Move interface INameFromTitle from plone.app.content here. This helps avoiding a circular dependency between plone.app.dexterity and plone.app.content. [gforcada] (#3858)
Bug fixes:
- Remove action property modal default value. Fixes: plone/Products.CMFPlone#3801 [petschki] (#3801)
Internal:
- Update configuration files. [plone devs] (1a7a3da3)
Bug fixes:
- Move test for navigationroot from plone.app.layout and refactor. [@jensens] (move-navroot-test)
Bug fixes:
- Check for container field / attribute when trying to create content with same id [laulaz] (#35)
Internal:
- Update configuration files. [plone devs] (3333c742)
New features:
- Move plone.app.layout.navigation.root.getNavigationRoot to .navigationroot.get_navigation_root. Move plone.app.layout.navigation.root.getNavigationRootObject to .navigationroot.get_navigation_root_object. Both are essential basic functions in Plone and not layout related at all. [jensens] (navigationroot)
Bug fixes:
- Move interface plone.app.layout.navigation.interfaces.INavigationRoot to plone.base.interfaces.siteroot and add a deprecated import to plone.app.layout. [jensens, gforcarda] (Plone-3731)
Internal:
- Update configuration files. [plone devs] (13d8d6c0)
Bug fixes:
- Add modal property to IActionSchema. [petschki] (#27)
Bug fixes:
- Add
required=False
to missing boolean field from syndication config. [frapell] (#14) - Add missing TinyMCE plugin
autolink
to selectable plugins. [petschki] (#25)
Bug fixes:
- Fix title and description for types_not_searched in ISearchSchema [danalvrz] (#24)
Bug fixes:
- Final release for Plone 6.0.0. (#600)
New features:
- disable TinyMCE advlist plugin, it produces unclean inline styles [MrTango] (#21)
- Add inserttable to tinymce toolbar [MrTango] (#22)
- Add more tinyMCE table styles [MrTango] (#23)
Bug fixes:
- Fix content_css control-panel description. [MrTango] (#17)
- Fix
@@qsOptions
view (essentially, listing offolder_contents
) when VHM roots the site on aplone.app.multilingual
language folder as noted in issue 159. [Rudd-O] (#18) - Fix
get_top_site_from_url()
when the path contains nonexistent objects (e.g. when creating a new Dexterity type or adding a new content instance). [Rudd-O] (#20)
Bug fixes:
- Fix returning of item_id if given in pretty_title_or_id. Remove unused code and outdated comment. [jensens] (#16)
Bug fixes:
- Fix Boolean Fields in ISiteSyndicationSettings, IFeedSettings, selection of true/false now possible [1letter] (#14)
New features:
- Add Add image srcset's configuration including JSON schema definition to imaging-controlpanel [MrTango] (#5)
- Enable images in search results by default. [agitator] (#6)
- Add inline mode to tinymce config. [pbauer] (#7)
- Move
Products.CMFPlone.utils._createObjectByType
to here asutils.unrestricted_construct_instance
. [jensens] (#8) - Add
images
interface withIImageScalesAdapter
andIImageScalesFieldAdapter
. See plone/Products.CMFPlone#3521 [cekk, maurits] (#3521) ulocalized_time
: accept a string argument to long_format. For example:${a} ${d} hello guys ${b} ${Y}
. Taken over from experimental.ulocalized_time. [maurits] (#3549)
Bug fixes:
- Support dollar signs in registry override for date formats. Then it uses the correct language in multilingual sites. [maurits] (#3550)
New features:
- Extend search controlpanel with options for results with images. [agitator] (#2)
- Initial structure and contents. [jensens] (#1)