Bug fixes:
- Minor packaging updates. [various] (#1)
Bug fixes:
- Remove installation of plone.app.widgets default profile. In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB. In Plone 5.2 will be removed. [jensens]
Bug fixes:
- Removed dependency on CMFQuickInstallerTool. [maurits]
Bug fixes:
- Hide uninstall from install screens. [jensens]
Bug fixes:
- removed unittest2 dependency [kakshay21]
Bug fixes:
- Add coding header to python files. [gforcada]
- Remove superfluos dependency on zope.formlib [jensens]
Bug fixes:
- Fix summary view for results with Discussion Items [ichim-david]
- Check with getattr if item isPrincipiaFolderish as Comment does not have this attribute which would render an AttributeError [ichim-david]
Bug fixes:
- Use zope.interface decorator. [gforcada]
New:
- Added uninstall profile. The Collection type is removed when you uninstall this package. [maurits]
Fixes:
- Fix test isolation problems. [gforcada]
Fixes:
- Remove existing type information object (FTI) from portal_types when
installing. This might be a dexterity FTI, which would give an
error when installing: ValueError: undefined property
content_meta_type
. [maurits] - Pull typesUseViewActionInListings value from portal_registry. [esteele]
- Remove plone.app.form dependency. [timo]
- Read
allow_anon_views_about
setting from the registry, with fallback to portal properties (see plone/Products.CMFPlone#216) [jcerjak] - Support for import and export of collections using FTP, DAV and GenericSetup [matthewwilkes]
- Add a
custom_query
parameter to theCollection
class'results
andqueryCatalog
methods, and pass it over toQueryField
. Thecustom_query
parameter allows for run time customization of the stored query. This can be done for example by views using thecontentFilter
dictionary, which can be build from request parameters. custom_query as well as contentFilter are dictionaries of index names and their associated query values. [thet]
- Make sure Products.ATContentTypes is installed when running the tests, so tests pass for Plone 5 as well. [timo]
- Install Products.ATContentTypes on the test fixture because Plone 5 does not install ATContentTypes automatically any longer. [timo]
- Declare dependency on plone.app.querystring. [davisagli]
- Add dependency on plone.app.widgets and run the install steps. Also run import steps for plone.app.querystring, needed for the registry data to be there. [frapell]
- Remove archetypes.querywidget from the dependencies and bring the field it provides to this package. [frapell]
- Add CSS classes on tabular_view table headers and cells in order to easily customize them. [avoinea]
- Use 'structure value' for tabular_view field value in order to easily insert images, links or other HTML entities in this table [avoinea]
- Fix tabular view to show append /view onto files and images [vangheem]
- Provide /RSS view for collection so we at least have an option for syndication before 4.3 [vangheem]
- fix album view if item does not have images [vangheem]
- Check if item isPrincipiaFolderish instead of the hardcoded portal_type Folder when searching for images [ichimdav]
- Fix thumbnail_view so it works with any portal_atct image types not just with Image and News Items [ichimdav]
- properly show dates on tabular view, fixes #12907 [maartenkling]
- Avoid site error on thumbnail view if some scale generation have failed. [thomasdesvenain]
- Avoid site error on summary view if some scale generation have failed. [kroman0]
- Provide a synContentValues method for compatibility with syndication in Plone <= 4.2. [davisagli]
- Added a validator 'isInt' to field limit for the purpose avoid a exception [hersonrodrigues]
- Fix the limit of number of items to show in batch results see https://dev.plone.org/ticket/13129 [hersonrodrigues]
- Implement ISyndicatable for 4.3 [vangheem]
- Add an alias folder_summary_view pointing to summary_view. This allows existing installs to display results for news/aggregator and events/aggregator see http://dev.plone.org/ticket/13010 [ericof]
- Fix summary_view so shows thumbnails for contents with the image field, see http://dev.plone.org/ticket/13010 [ericof]
- Fix thumbnail_view so it works when Images or News Items are listed, see http://dev.plone.org/ticket/13010 [ericof]
- Fix an ommission that prevented sorting from working. [erral]
- accessibility improvements for screen readers regarding "more" links, see http://dev.plone.org/ticket/11982 [rmattb, applied by polyester and par117]
- Remove the portlet, which duplicates functionality from plone.portlet.collection. The Assignment class is kept for backwards-compatibility. [davisagli]
- Support a 'queryCatalog' method for backwards-compatibility with ATTopic. [davisagli]
- Only display the batch navigation in tabular_view if there are items to display. [esteele]
- Modified the description of the query field. [vincentfretin]
- Fix i18n of query widget. [vincentfretin]
- Initial release
- Add MANIFEST.in. [WouterVH]