Changes between Version 1 and Version 2 of collective.stickyitem


Ignore:
Timestamp:
Feb 2, 2011 2:29:31 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.stickyitem

    v1 v2  
    11= collective.stickyitem = 
    22 
    3 This NewsItem schema extender adds possibility to pin items on top of the listings. We added "sortingdate" field which indexed as "effective" value when set. 
     3== Links == 
    44 
    5 === Installation === 
     5 * [http://pypi.python.org/pypi Release on PyPi ] 
     6 * [http://svn.plone.org/svn/collective/collective.stickyitem SVN Repository]  
    67 
    7 The schema extender interface is assigned globally while you can install the bound adapter per Plone instance with QuickInstaller. 
     8This !NewsItem schema extender adds possibility to pin items on top of the listings. There is "Sorting Date" field added to newsitem content type which is indexed as "effective" value when set. 
    89 
    910=== Development ===