Bug fixes:
- Support image_scales in RealContentListingObject. @davisagli (#64)
Internal:
- Update configuration files. [plone devs] (cfffba8c)
Internal:
- Drop p.a.contenttypes install dependency, it is actually a soft one only. This allows to break a cyclic dependency. [gforcada] (#3764)
Internal:
- Update configuration files. [plone devs] (#47959565)
Bug fixes:
- In RealContentListingObject.__getattr__ check attribute existence without acquisition but return the attribute with acquisition in case it is a method that needs acquisition. [gbastien] (#47)
Bug fixes:
- Final release. [gforcada] (#600)
Bug fixes:
- Build mime-type icon url with the absolute url. Fixes #44 [erral] (#44)
Breaking changes:
- Drop Python 2 and Plone 5.2, use plone.base. [jensens] (#43)
Bug fixes:
- realobject: Do not throw an AttributeError when accessing attributes which return
None
. (#42)
Bug fixes:
- Do not throw an error when the contenttype is not in the mimetypes_registry. [tschorr] (#41)
Bug fixes:
- Adapt the tests for Plone 6 [ale-rt] (#39)
Bug fixes:
- Remove cyclic dependency with Products.CMFPlone [ericof] (#37)
Bug fixes:
- Fixed deprecation warning for LazyCat/LazyMap. [maurits] (#3130)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Minor packaging updates. [various] (#1)
- Initialize towncrier. [gforcada] (#2548)
Breaking changes:
- Remove Python2.6 support. [ale-rt]
New features:
- Python 3 support [hvelarde, gforcada, davisagli]
- Use human_readable_size from Products.CMFPlone.utils to replace getObjSize script. #1801 [reinhardt]
Bug fixes:
- In Zope4 brains can not longer acquire the REQUEST. [pbauer]
- Fix tests after collective.indexing moved into core. [pbauer]
Bug fixes:
- fixes code conventions [loechel]
- Fix Lookup of review_state on objects that do not have an review_state, example related_items that are files could be such. [loechel]
New features:
- provide Mimetype icon path for file types in contentlisting object plone/Products.CMFPlone#1734 [fgrcon]
Bug fixes:
- Remove hasattr. [ivanteoh]
Bug fixes:
- Remove ZopeTestCase. [ivanteoh, maurits]
Bug fixes:
- Make
getSize
work on RealContentListingObject on types w/o any Primaryfield. [jensens]
Bug fixes:
- Added missing implementation for getSize on RealContentListingObject. Interface was not fulfilled here. [jensens]
Fixes:
- Removed docstrings from some methods to avoid publishing them. From Products.PloneHotfix20160419. [maurits]
Fixes:
- Minor cleanup (decorator, utf8 header, ...), removed unused imports and fixed dependencies. [jensens]
Fixes:
- In tests, use
selection.any
in querystrings. Issue plone/Products.CMFPlone#1040 [maurits] - Cleanup and rework: contenttype-icons and showing thumbnails for images/leadimages in listings plone/Products.CMFPlone#1226 [fgrcon]
- ids_not_to_list has been removed. Use the exclude from navigation setting instead. [jensens]
- Implement cropping for CroppedDescription. [pbauer]
- Introduce
@@contentlisting
view, which is also supports Collections from plone.app.contenttypes including filtering of results. This gives us a unified interface for listing content from Folders or Collections. Deprecate@@folderListing
, which is kept for BBB compatibility. [thet]
- 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