Skip to main content

Plone support for z3c.relationfield

Project description

Overview

Plone support for z3c.relationfield. If this package is installed, you should be able to use z3c.relationfield as per its documentation for Dexterity and Archetypes content.

Note that this package does not depend on Dexterity or Archetypes directly. However, if plone.dexterity is installed, the DexterityContent base class will be marked with z3c.relationfield’s IHasRelations. Similarly, if Products.Archetypes is installed, its BaseObject class will be marked with IHasIncomingRelations, thus allowing relationships to Archetypes objects from Dexterity content.

Other types of content can be supported by appropriate use of these marker interfaces. See z3c.relationfield for more details.

Changelog

4.0.0 (2024-09-24)

Breaking changes:

  • Implement new ContentBrowserWidget with pat-contentbrowser support. [petschki] (#51)

3.0.5 (2024-04-22)

Bug fixes:

  • Import IPloneSiteRoot from plone.base. @davisagli (#53)

Internal:

  • Update configuration files. [plone devs] (6e36bcc4)

3.0.4 (2024-01-19)

Internal:

  • Update configuration files. [plone devs] (237ff4c8)

3.0.3 (2023-06-01)

Bug fixes:

  • Removed unneeded dependency on plone.app.dexterity. It remains a test dependency though. [maurits] (#1)

Internal:

  • Update configuration files. [plone devs] (53dc5b4c)

3.0.2 (2023-04-15)

Internal:

  • Update configuration files. [plone devs] (5623f8b3)

3.0.1 (2022-12-05)

Bug fixes:

  • Remove deprecated plone.app.widgets code. [petschki] (#36)

3.0.0 (2022-11-30)

Bug fixes:

  • Final release. [gforcada] (#600)

3.0.0b2 (2022-10-11)

Bug fixes:

  • Fix admin password in tests. [davisagli] (#35)

3.0.0b1 (2022-10-02)

Bug fixes:

  • Use longer password in tests. [davisagli] (#34)

3.0.0a1 (2021-08-04)

Breaking changes:

  • Update tests for Barceloneta LTS [petschki] (#32)

2.0.3 (2020-10-12)

Bug fixes:

2.0.2 (2020-04-20)

Bug fixes:

  • Minor packaging updates. (#1)

2.0.1 (2019-04-26)

Bug fixes:

  • Added name “plone.relateditems” to behavior for further use of named behaviors. [iham] (#27)

2.0.0 (2019-02-13)

Breaking changes:

  • Remove availability of interface indexes on relation catalog. Those broke if interfaces were removed. Plone itself never used those indexes. [jensens] (#26)

1.4.3 (2018-12-28)

Bug fixes:

  • Remove installation of plone.app.widgets default profile in tests. 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.4.2 (2018-09-28)

Bug fixes:

  • Change import of message factory from dx to non-deprecated way. [jensens]

  • Fix tests in py3 [pbauer]

1.4.1 (2018-06-19)

Bug fixes:

  • Python 3 compatibility. [pbauer]

1.4.0 (2018-02-02)

New features:

  • Related items behavior: show a “recently used” dropdown in the related items widget. The “recently used” dropdown is only available for Mockup 2.6.3+. [thet]

Bug fixes:

  • Make doctests work with new testbrowser in Zope4 [pbauer]

1.3.5 (2017-06-20)

Bug fixes:

  • remove unittest2 dependency [kakshay21]

1.3.4 (2016-09-23)

New features:

  • Support RelatedValues UUID lookup to validate with p.a.vocabularies [calvinhp]

1.3.3 (2016-04-25)

Fixes:

  • cleanup: pep8, utf8 header, sorted imports, zca decorators, … [jensens]

1.3.2 (2015-07-18)

  • Fix test isolation problem. [gotcha, timo]

1.3.1 (2015-03-13)

  • Integrate plone.app.widgets. [vangheem]

  • Remove dependency on zope.app.intid. [davisagli]

1.3.0 (2014-11-01)

  • Add schemaeditor support [smcmahon, datakurre]

  • Added RelationListDictDataManager [jaroel, datakurre]

1.2.2 (2014-04-15)

  • plone.rfc822 1.0.2 marshalls collections as ascii. [esteele]

  • Remove the adaptation from this package and move it to plone.app.widgets. [frapell]

  • Do not include demo by default. [frapell]

  • Remove plone.formwidget.contenttree dependency. [frapell]

  • Use the widget provided by plone.app.widgets. [frapell]

1.2.1 (2013-01-25)

  • Update getSite import for compatibility with Plone 4.3. [davisagli]

1.2.0 (2012-09-21)

  • changed handler for RelationChoiceHandler to plone.supermodel.exportimport.ChoiceHandler [gborelli]

  • Monkey patch z3c.relationfield RelationValue, it is incompatible with Zope2/4 and can cause problems in some case. [do3cc]

1.1 (2011-07-02)

  • Make sure the content tree widget profile is installed. [davisagli]

  • Moved the ‘related items’ behavior here from plone.app.dexterity. [davisagli]

1.0 (2011-04-30)

1.0b6 (2011-02-11)

  • Create custom data manager for dictionaries. [dukebody]

1.0b5 (2010-02-22)

  • Depend on plone.app.intid for intid utility installation and content registration. [alecm]

  • Fix register_all_content_for_intids to register content in all Languages in LinguaPlone sites [csenger]

1.0b4 (2009-10-11)

  • Add plone.rfc822 field marshaler. [optilude]

1.0b3 (2009-09-27)

  • Fix IObjectPath utility’s resolve() method signature. Thanks Hedley Roos. [optilude]

1.0b2 (2009-07-18)

  • Add IObjectPath utility. This is required for broken relationships to work. Without it, deleting an object that has inbound relations will cause an error. Arguably, this isn’t the ideal package for this, somewhat more general utility, but it can always be moved later as it’s not imported anywhere. [optilude]

1.0b1 (2009-05-31)

  • Made Archetypes support truly optional. [hannosch]

  • Create glue package for adding z3c.relationfield support to Plone/Dexterity. [alecm]

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_relationfield-4.0.0.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

plone.app.relationfield-4.0.0-py3-none-any.whl (28.2 kB view details)

Uploaded Python 3

File details

Details for the file plone_app_relationfield-4.0.0.tar.gz.

File metadata

File hashes

Hashes for plone_app_relationfield-4.0.0.tar.gz
Algorithm Hash digest
SHA256 967de4d9eb3ce9a1768ded99cab515391f09e8da2e3d3663f7268a51dcf46fe4
MD5 3f551fd821cd51af01a7c7aaab42ced0
BLAKE2b-256 160960ee731dd95c3512b81d8be38fc8bcb64f7bb56b0b2490dc902e35033522

See more details on using hashes here.

File details

Details for the file plone.app.relationfield-4.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for plone.app.relationfield-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 335b158f494b13090afdd61627fbd346d6ffa0c1189d1f33a8d1f0bebef7ef48
MD5 308ff93ed850ddaf25bb2df45d8d06e1
BLAKE2b-256 c74307ec0d1cd3a6d8a08ae6666f1e6ae3c177f2f3fb29e2afda83905918eff6

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