Metadata-Version: 1.0
Name: ftw.dashboard.portlets.postit
Version: 1.3.4
Summary: Postit portlet for the dashboard
Home-page: https://github.com/4teamwork/ftw.dashboard.portlets.postit
Author: philippe gross
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Overview
        ========
        
        The postit portlet let you add small notes on your dashbord.
        
        
        Install
        =======
        
        - Add ``ftw.dashboard.portlets.postit`` to your buildout configuration::
        
        [instance]
        eggs =
        ftw.dashboard.portlets.postit
        
        - Run buildout
        
        - Install ``ftw.dashboard.portlets.postit`` in portal_setup
        
        
        Links
        =====
        
        - Package repository: https://github.com/4teamwork/ftw.dashboard.portlets.postit
        - Issue tracker: https://github.com/4teamwork/ftw.dashboard.portlets.postit/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.dashboard.portlets.postit
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.dashboard.portlets.postit`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.3.4 (2013-04-17)
        ------------------
        
        - Replace jq by $.
        [mathias.leimgruber]
        
        - Fix security error, it was possible to add postit comment on a
        foreign dashboard if the userid an portlet id was known. (Security audit)
        
        - Updated css for add postit form.
        [Julian Infanger]
        
        
        1.3.3 (2012-09-25)
        ------------------
        
        - Updated French translations.
        [tschanzt]
        
        - Removed unused link.
        [Julian Infanger]
        
        
        1.3.2 (2012-03-12)
        ------------------
        
        - Nothing changed yet.
        
        
        1.3.1 (2012-03-05)
        ------------------
        
        - Added plone default class to button in postit portlet.
        [Julian Infanger]
        
        - Added some French translations
        [ttschanz]
        
        - Translate portlet title in "plone" domain.
        [jone]
        
        
        1.3 (2010-10-26)
        ----------------
        
        - fixed namespaces in setup.py
        [phgross]
        
        - added a patch which allows postit to be placed in any portlet view anywhere on a site
        [phgross]
        
        - fixed some css styles, so that it look's fine with plone4
        [phgross]
        - force hiding of portlet contents when collapsed
        [fsprenger]
        
        
        1.2
        ---
        
        
        1.1
        ---
        - added escaping tags ect.
        
        
        1.0
        ---
        
        - initial Release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Topic :: Software Development :: Libraries :: Python Modules
