- Nothing changed yet.
- Make isVisibleInNav method read navigation displayed types settings from plone.app.registry instead of portal properties. This fixes plone/Products.CMFPlone#454. [timo]
- Pep8. [thet]
- Add remaining, implemented but missing IContentListing interface methods. [thet]
- forward getURL's relative kw for contentlistings (plone4 compat) [kiorky]
- Use proper styleguide for headings. [polyester]
- Move README to /docs folder. [polyester]
- Replace deprecated test assert statements. [tisto]
- Removing language tests and fixing icon tests to get the correct images. [bloodbare]
- Use PLONE_APP_CONTENTTYPES fixture for Plone 5. [tisto]
- Add missing getDataOrigin method to interfaces. [timo]
- Nothing changed.
- Whoever heard I liked batching was wrong. The Catalog results are already batched, so don't batch them again. [lentinj]
- Nothing changed.
- Change ContentTypeClass to return contenttype-{portal_type} to match what the rest of Plone expects. This fixes sprite based icons for pages/documents. [gaudenz]
- Removed searchResults view and related code. Search is handled inside plone.app.search. [hannosch]
- Renamed uniqueIdentifier method to uuid for shorter and more consistent naming with plone.uuid. [hannosch]
- Unit tests for appendViewAction, compare against portal_type rather than Type. [lentinj]
- Handle RealContentListingObject objects in isVisibleFromNav, appendViewAction. Remove memoise, isn't going to cache anything for a useful amount of time. [lentinj]
- Add an isVisibleFromNav method, based on http://siarp.de/node/201, use memoise to cache lookup of portal_properties [lentinj]
- Add MANIFEST.in. [WouterVH]
- Initial release