- Mark 'Edit' button for translation. https://github.com/plone/plone.app.discussion/issues/90 [gforcada]
2.4.11
-------------------
New:
- For the discussion controlpanel, change base URLs from portal URL to what getSite returns, but don't change the controlpanels context binding. This allows for more flexibility when configuring it to be allowed on a sub site with a local registry. [thet]
Fixes:
- fixed translate translation plone-ru.po
2.4.10
-------------------
New:
- Added russian translations. [serge73]
Fixes:
- Get rid of the monkey patch on Products.CMFPlone's CatalogTool. Issue https://github.com/plone/Products.CMFPlone/issues/1332 [staeff, fredvd]
- Cleanup code according to our style guide. [gforcada]
2.4.9
------------------
Fixes:
- Update Site Setup link in all control panels (fixes https://github.com/plone/Products.CMFPlone/issues/1255) [davilima6]
- In tests, use ``selection.any`` in querystrings. Issue https://github.com/plone/Products.CMFPlone/issues/1040 [maurits]
- Move translations to plone.app.locales https://github.com/plone/plone.app.discussion/issues/66 [gforcada]
2.4.8
------------------
- Use registry lookup for types_use_view_action_in_listings [esteele]
- Remove discussion.css [pbauer]
- Fix reply button not showing up since it uses a hide class which needs to be removed instead of a display value [ichim-david]
2.4.7
------------------
- Tweak discussions.css styles to better live with plonetheme.barcelonata [ichim-david]