Metadata-Version: 1.1
Name: ftw.dashboard.portlets.favourites
Version: 3.4.0
Summary: A favourite Portlet
Home-page: https://github.com/4teamwork/ftw.dashboard.portlets.favourites
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Overview
        ========
        
        ``ftw.dashboard.portlets.favourites`` provides a favorites portlet for your dashboard
        
        The favorite portlet shows links for all your favorites in your Home Folder. In the edit
        mode you have also the possibility to remove a single favorite. Additionaly it implements
        the site action "add to favorites", which add a current section to your favorites Folder.
        
        
        Install
        =======
        
        - Add ``ftw.dashboard.portlets.favourites`` to your buildout configuration
        
        ::
        
          [instance]
          eggs =
            ftw.dashboard.portlets.favourites
        
        - Run buildout
        
        - Install ``ftw.dashboard.portlets.favourites`` in portal_setup
        
        
        Links
        =====
        
        - Github: https://github.com/4teamwork/ftw.dashboard.portlets.favourites
        - Issues: https://github.com/4teamwork/ftw.dashboard.portlets.favourites/issues
        - Pypi: http://pypi.python.org/pypi/ftw.dashboard.portlets.favourites
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.dashboard.portlets.favourites
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.dashboard.portlets.favourites`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        
        3.4.0 (2015-07-07)
        ------------------
        
        - Made Add to Favourites action CSRF safe.
          [phgross]
        
        
        3.3.0 (2015-04-13)
        ------------------
        
        - Added CSRF protection with plone.protect.
          [phgross]
        
        - Adjust javascript to fix plone 4.1 and 4.2 compatibility.
          [phgross]
        
        - Make favourite Portlet filterable.
          [Kevin Bieri]
        
        
        3.2.0 (2014-12-16)
        ------------------
        
        - Rename favourites on the dashboard.
          [mbaechtold]
        
        
        3.1.2 (2014-07-11)
        ------------------
        
        - Make sure that the delete icon has enough space.
          [tschanzt]
        
        
        3.1.1 (2013-08-15)
        ------------------
        
        - Do not use move cursor on empty favourite items.
          [Julian Infanger]
        
        - Fixed link creation for users without `Modify portal content` permission
          on the favouritefolder.
          [phgross]
        
        
        3.1 (2013-04-16)
        ----------------
        
        - Added Migration Upgradestep for old favourite portlets to the new implementation (3.0).
          [phgross]
        
        - Fixed UnicodeEncodeError in AddFavourite, wich happens when
          adding a Dexterity item with a non-ascii title to the Favourites.
          [phgross]
        
        - Replace jq by $.
          [mathias.leimgruber]
        
        - Updated German translations.
          [phabegger]
        
        
        3.0 (2013-01-25)
        ----------------
        
        - Full refactored. Favourites full configurable over the portlet.
          [eschmutz]
        
        
        2.0.1 (2012-03-05)
        ------------------
        
        - Added some French translations
          [ttschanz]
        
        - Add IFavouritesLocation adapter for customizing favourites location.
          [jone]
        
        - Add missing german translations.
          [jone]
        
        - Add to favourites: do not use title_or_id for dexterity support.
          [jone]
        
        - Translate portlet title in "plone" domain.
          [jone]
        
        - Fix messages in "add to favourites" script, so that translations work.
          [jone]
        
        - Added some missing german translations.
          [jone]
        
        
        2.0 (2010-10-26)
        ----------------
        
        - Only plone4 compatible
        
        - fixed namespaces in setup.py
          [phgross]
        
        - added the addToFavorites script (use now links and no more the depracted
          favorite type), and to some other changes for plone4 support
          [phgross]
        
        - removed inline css on portlet
          [fsprenger]
        
        - added new, removed unused translations
          [phgross]
        
        
        1.1
        ---
        
        - removed the addToFavourites script. Now Using the standard Plone Favorites,
          and their script.
          [phgross]
        
        - Added Brazilian Portuguese translation.
          [lucmult]
        
        - Improve management of Favorites folder, can be in this names: favourites,
          favorites, Favourites, Favourites, to integrate better with default Plone
          action.
          [lucmult]
        
        
        1.0
        ---
        
        - Initial release
        
Keywords: ftw dashboard portlet favourites favorites
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
