Metadata-Version: 1.1
Name: cs.commenteditor
Version: 1.1
Summary: A view to edit comments created with plone.app.discussion
Home-page: http://github.com/codesyntax/cs.commenteditor
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: Introduction
        ============
        
        A view to edit a comment created using plone.app.discussion.
        
        It doesn't expose any link, so just add a link to COMMENT_URL/edit in your template
        
        The permission required to edit comments is the one used to review them: 
        plone.app.discussion.ReviewComments
        
        
        
        Changelog
        =========
        
        1.1 (2015-01-13)
        ----------------
        
        - add manifest [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - notify object modification [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - bump [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        - Updating version on trunk after tagging [Mikel Larreategi <mlarreategi@codesyntax.com>]
        
        
        
        1.0 (2013-11-15)
        --------------------
        
        - Bigger textarea for comment-text
          [erral]
        
        
        1.0b3 (2012/10/02)
        -------------------
        
        - Require plone.app.discussion.ReviewComments permission to edit the comment
          instead of cmf.ManagePortal
          [erral]
        
        1.0b2 (2012/10/02)
        --------------------
        
        - Improve package metadata
          [erral]
        
        1.0b1 (2012/10/01)
        -------------------
        
        - Initial release
          [erral]
        
Keywords: discussion edit comments
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
