Skip to main content

This package adds 'saved search' functionality to Plone.

Project description

Overview

Collections in Plone are the most powerful tool content editors and site managers have to construct navigation and site sections.

This is a brand new implementation of collections for Plone, using ajax/javascript to make a simpler, easier and streamlined user experience for using collections. Having a more lightweight backend that does not depend on many nested criteria types.

It’s designed with simplicity and usability as a main focus, so content editors and site managers can create complex search queries with ease.

Changelog

1.2.7 (2018-12-28)

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]

1.2.6 (2018-02-04)

Bug fixes:

  • Removed dependency on CMFQuickInstallerTool. [maurits]

1.2.5 (2017-11-24)

Bug fixes:

  • Hide uninstall from install screens. [jensens]

1.2.4 (2017-06-03)

Bug fixes:

  • removed unittest2 dependency [kakshay21]

1.2.3 (2016-11-18)

Bug fixes:

  • Add coding header to python files. [gforcada]

  • Remove superfluos dependency on zope.formlib [jensens]

1.2.2 (2016-09-16)

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]

1.2.1 (2016-08-15)

Bug fixes:

  • Use zope.interface decorator. [gforcada]

1.2.0 (2016-05-18)

New:

  • Added uninstall profile. The Collection type is removed when you uninstall this package. [maurits]

1.1.6 (2016-02-27)

Fixes:

  • Fix test isolation problems. [gforcada]

1.1.5 (2016-02-11)

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]

1.1.4 (2015-06-05)

  • Remove plone.app.form dependency. [timo]

1.1.3 (2015-03-11)

1.1.2 (2014-10-23)

  • Add a custom_query parameter to the Collection class’ results and queryCatalog methods, and pass it over to QueryField. The custom_query parameter allows for run time customization of the stored query. This can be done for example by views using the contentFilter 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]

1.1.1 (2014-03-29)

  • Make sure Products.ATContentTypes is installed when running the tests, so tests pass for Plone 5 as well. [timo]

1.1.0 (2014-02-22)

  • 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]

1.0.11 (2013-08-13)

  • 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]

1.0.10 (2013-05-23)

  • Fix tabular view to show append /view onto files and images [vangheem]

1.0.9 (2013-04-06)

  • Provide /RSS view for collection so we at least have an option for syndication before 4.3 [vangheem]

1.0.8 (2013-03-05)

  • fix album view if item does not have images [vangheem]

1.0.7 (2012-12-14)

  • 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]

1.0.6 (2012-09-21)

  • 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]

1.0.5 (2012-08-27)

1.0.4 (2012-06-08)

  • 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]

1.0.3 (2012-04-15)

  • 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]

1.0.2 (2012-02-09)

  • Modified the description of the query field. [vincentfretin]

1.0.1 (2011-11-24)

  • Fix i18n of query widget. [vincentfretin]

1.0 - (2011-07-19)

  • Initial release

  • Add MANIFEST.in. [WouterVH]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plone.app.collection-1.2.7.tar.gz (39.8 kB view details)

Uploaded Source

Built Distribution

plone.app.collection-1.2.7-py2-none-any.whl (37.3 kB view details)

Uploaded Python 2

File details

Details for the file plone.app.collection-1.2.7.tar.gz.

File metadata

  • Download URL: plone.app.collection-1.2.7.tar.gz
  • Upload date:
  • Size: 39.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.11

File hashes

Hashes for plone.app.collection-1.2.7.tar.gz
Algorithm Hash digest
SHA256 130b39d279199456bfc59eecc868714f1be1c9a32bfdbc9087fc70c402aedba5
MD5 ff19d61c43489b22c5da4010c9dc95d8
BLAKE2b-256 6f6a8539df8c7e1e30bab9d1c9b7e94432b97fb2a8ce24801d2c5ffb4ee80106

See more details on using hashes here.

File details

Details for the file plone.app.collection-1.2.7-py2-none-any.whl.

File metadata

  • Download URL: plone.app.collection-1.2.7-py2-none-any.whl
  • Upload date:
  • Size: 37.3 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.11

File hashes

Hashes for plone.app.collection-1.2.7-py2-none-any.whl
Algorithm Hash digest
SHA256 45af23941b43d2b7048d5280f25b42df706deaa92313f16f5391c87d50b81696
MD5 1d0dc9607091fcb97a26a733aef45784
BLAKE2b-256 86c2897bdc9b2d2e7941b2b6c9e8cf3c2ce4ab6cbcc168368e6c9a84c0eadaf5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page