- Enable the left-menu on the configlet, to be more consistent with all other configlets.

Related to https://dev.plone.org/plone/ticket/11737
  [WouterVH]

svn path=/plone.app.discussion/trunk/; revision=50095
This commit is contained in:
WouterVH 2011-05-28 22:02:33 +00:00
parent 964c3c0d97
commit f149f0f8dd
2 changed files with 10 additions and 4 deletions

View File

@ -1,12 +1,21 @@
Changelog
=========
2.0.5 (Unreleased)
------------------
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
Related to https://dev.plone.org/plone/ticket/11737
[WouterVH]
2.0.4 (2011-05-28)
------------------
- Refactor/clean up the handleComment method.
[timo]
- Make handleComment method store comment attributes from form extenders. This
allows us to extend the comment form with external add-ons. See
http://packages.python.org/plone.app.discussion/howtos/howto_extend_the_comment_form.html

View File

@ -6,9 +6,6 @@
metal:use-macro="here/prefs_main_template/macros/master"
i18n:domain="plone">
<metal:block fill-slot="top_slot"
tal:define="dummy python:request.set('disable_border',1)" />
<metal:javascript_head_slot fill-slot="javascript_head_slot">
<script type="text/javascript"
tal:attributes="src string:${context/portal_url}/++resource++plone.app.discussion.javascripts/controlpanel.js">