Skip to main content

Archetypes is a developers framework for rapidly developing and deploying rich, full featured content types within the context of Zope/CMF and Plone.

Project description

Introduction

Archetypes is a developers framework for rapidly developing and deploying rich, full featured content types within the context of Zope/CMF and Plone.

Archetypes is based around the idea of an Active Schema. Rather than provide a simple description of a new data type, Archetype schemas do the actual work and heavy lifting involved in using the new type. Archetype Schemas serve as easy extension points for other developers as project specific components can be created and bound or you can choose among the rich existing set of features.

Features

  • Simple schemas with working default policy.

  • Power and flexibility with lowered incidental complexity.

  • Full automatic form generation

  • Unique Ids for objects

  • Object References/Relationships

  • Per Type cataloging in one or more catalogs

Unit testing

  • Go into the root of your buildout and run:

    bin/test Products.Archetypes

Documentation

Major resource for documentation is located at plone.org.

Changelog

1.15.6 (2018-12-10)

New features:

  • Move generateUniqueId script from CMFPlone here. It has no use outside Archetypes world. (#114)

  • Removed travis config. Jenkins is used instead. (#116)

Bug fixes:

  • Fix testlayer mess [petschki] (#113)

  • Use new utils.check_id from CMFPlone. [maurits] (#118)

1.15.4 (2018-09-30)

Bug fixes:

  • Switch to new TestCase using AT after PloneTestcase is now DX. Fall back to the old TestCase in case of an older plone.app.testing. [pbauer, maurits]

1.15.3 (2018-06-18)

New features:

  • Test against Plone 5.2 [icemac]

Bug fixes:

  • Fix Travis CI setup. [loechel]

1.15.2 (2018-05-03)

Bug fixes:

  • Make sure the ‘at_ordered_refs’ dict changes are persisted when setting references by manually setting ‘_p_changed=1’. [gbastien]

1.15.1 (2018-04-04)

Bug fixes:

  • Use the edit accessor to get text for TinyMCEWidget. [davisagli]

  • Fixed html errors in documentation found with latest version of i18ndude. [vincentfretin]

1.15 (2018-02-05)

New features:

  • Removed CMFQuickInstaller dependency. This was only used in ancient migration code. [maurits]

Bug fixes:

1.14.3 (2017-11-24)

Bug fixes:

  • Test fixes for changes in plone.app.widgets querystring options. [thet]

  • Remove redefinition of builtin ‘set’ in a macro. [pbauer]

1.14.2 (2017-08-27)

Bug fixes:

  • Fixed textcount.js support jquery>1.6. [vkarppinen]

  • Fixed a bug (that it was possible to enter text length over maxlimit) by replacing maxlimit alert() with highlighting textcountfield. [vkarppinen]

  • Prevent AttributeError on deleting a Reference from a object that is gone. Fixes https://github.com/plone/plone.app.contenttypes/issues/41 [pbauer]

  • Remove Plone requirement on the testing extras. [gforcada]

1.14.1 (2017-06-16)

Bug fixes:

  • Fix related items widget tests to reflect latest plone.app.widgets changes. Refs: https://github.com/plone/plone.app.widgets/pull/159 [thet]

  • Fix bugs with Widget’s postback attribute, that prevented fields from being populated with the submitted empty value in the case of an error. [pgrunewald]

1.14.0 (2017-04-01)

Breaking changes:

1.13.0 (2017-02-12)

New features:

  • manage_reindexIndex requires index names (Zope4). [tschorr]

  • Remove Products.PlacelessTranslationService as dependency b/c it is not used in Archetypes. [jensens]

Bug fixes:

  • Fix tests to work with HTTP1.0 as well as HTTP1.1 answers. [gogobd]

  • Fix tests to work with latest plone.app.widgets 2.1. [thet]

  • Default display value of a Vocabulary i18n-message must be unicode, enforce. Needed to work with latest zope.i18nmessageid 4.0.3 release (and later). [jensens]

  • fix randomly failing test in test_referenceable. [jensens]

  • Don’t instantiate browser view to check for existence. [malthe]

1.12 (2016-12-06)

New features:

  • Moved selection widget translation tests from CMFPlone to Archetypes. [maurits]

  • OFS.HistoryAware was dropped in Zope 4. Make AnnotationStorage awareness of it optional. [jensens]

  • Moved scripts that are only used by Archetypes from CMFPlone to Products.Archetypes: - date_components_support.py - show_id.py [jensens, davisagli]

Bug fixes:

  • More flexible test of getBestIcon. [jensens]

1.11.3 (2016-10-03)

Bug fixes:

  • Don’t use document/folder_icon.gif in the test profile. Use png instead. [maurits]

  • no allowable_content_types for description (avoid validation) [tschorr]

1.11.2 (2016-09-14)

Bug fixes:

  • Enable unload protection by using pattern class pat-formunloadalert instead enableUnloadProtection. [thet]

1.11.1 (2016-08-18)

Bug fixes:

  • DateWidget, DatetimeWidget now able to clear previous values. [seanupton]

  • Use zope.interface decorator. [gforcada]

1.11.0 (2016-05-15)

New:

  • Added uninstall profile. Most importantly this removes the archetype_tool, reference_catalog, and uid_catalog. Needs Products.GenericSetup 1.8.3. [maurits]

  • Removed error_log from toolset.xml, because this is already in the toolset of Products.CMFPlone. [maurits]

Fixes:

  • No longer try to mock plone.app.widgets in tests. [maurits]

  • Removed docstrings from some methods to avoid publishing them. From Products.PloneHotfix20160419. [maurits]

1.10.13 (2016-02-25)

Fixes:

  • Replace deprecated zope.site.hooks import with zope.component.hooks. [thet]

  • Fix tinymce pattern-options merging to be compatible with change in p.a.widgets and p.a.z3cform. [alecm]

1.10.12 (2016-02-15)

Fixes:

  • Replace zope.tal.ndiff with difflib.ndiff. It was removed in zope.tal 4.0.0. [pbauer]

1.10.11 (2015-10-27)

Fixes:

  • White space only pep8 cleanup. Not in the skins. [maurits]

  • Removed code for unused types_link_to_folder_contents and use_folder_tabs. [maurits]

1.10.10 (2015-09-20)

1.10.9 (2015-09-08)

  • Defend defaultRights method against broken portal_metadata. Its schemas are instances of CMFDefault classes, which normally are no longer available in Plone 5. The relevant code has been duplicated in ATContentTypes. [maurits]

  • Compare picklist entry value, not text. [paulrentschler]

1.10.8 (2015-07-18)

  • Moved createObject from ATContentTypes. [tomgross]

1.10.7 (2015-05-13)

  • Remove dependency on CMFDefault [tomgross]

  • We only support utf-8 at the moment. [tomgross]

1.10.6 (2015-03-26)

  • Merge PLIP 13091. [bloodbare]

  • Replace deprecated JavaScript functions with their jQuery equivalents. [thet]

1.10.5 (2015-03-13)

  • Move tests to plone.app.testing. [tomgross, timo]

  • Integrate plone.app.widgets. [vangheem]

  • Fix MimeTypesRegistry test import. [thet]

  • For Plone 5, support getting markup control panel settings from the registry, while still supporting normal portal_properties access for Plone < 5. [thet]

1.10.2 (2014-10-23)

1.10.1 (2014-04-13)

  • waking instances is cheaper than processing a potentially huge vocabulary for getting the title, therefore we handle reference fields seperately [zwork, agitator]

  • Remove DL’s from portal message templates. https://github.com/plone/Products.CMFPlone/issues/153 [khink]

1.10.0 (2014-03-01)

  • Set logging level to DEBUG for warnings regarding new fields initialized on an existing object. INFO level can seriously spam the logs of a busy portal. [olimpiurob]

  • Ported fix for #13833 from the 1.9.x branch for reindexObjectSecurity triggering an error when attempting to change the workflow of an object and it has deleted children [ichim-david]

  • Do not use portal_interface tool but @@plone_interface_info (PLIP #13770). [ale-rt]

  • Internationalized file size and content type on file and image widgets. (needs Plone>=4.3.3) [thomasdesvenain]

  • Make sure @@at_utils.translate method always returns a string (empty or not) even when the passed value is an empty tuple (before, the returned value was an empty tuple or a non empty string). [gbastien]

  • Do not add warning about new field initialized on an existing object in the transaction description, show this as a Zope log info message. [gbastien]

  • Move calendar_macros, jscalendar, and date_components_support here from CMFPlone and plone.app.form. [bloodbare, davisagli]

  • Replace deprecated test assert statements. [timo]

  • Vocabulary method was not working with vocabulary_factory and int values (IntDisplayList is required) [keul]

  • Remove code and tests for the old discussion infrastructure (pre plone.app.discussion). The discussion tool will be deprecated in Plone 5. [timo]

  • Fix nesting-error in InAndOutWidget. This fixes https://github.com/plone/Products.Archetypes/pull/29 [pbauer]

  • Return original error during validation when a field already has an error. This avoids TypeError: 'bool' object has no attribute '__getitem__' in Products.CMFFormController.ControllerState. [maurits]

  • Various vocabulary fixes, mostly for translations and IntDisplayLists. [maurits]

  • Make (non-valued) default value selected in select widget if no selection is given. This happens especially with ReferenceFields. [thepjot]

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

Products.Archetypes-1.15.6.tar.gz (843.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Products.Archetypes-1.15.6-py2.py3-none-any.whl (987.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file Products.Archetypes-1.15.6.tar.gz.

File metadata

  • Download URL: Products.Archetypes-1.15.6.tar.gz
  • Upload date:
  • Size: 843.1 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 Products.Archetypes-1.15.6.tar.gz
Algorithm Hash digest
SHA256 bd9a14767db431bc2b008763c72ba0fb6188d12b658a2aaf0dfaeb7514e1fee9
MD5 90eaaf24268a650998df102ff5cc52a1
BLAKE2b-256 8b74e763d1fffbbd5e820232de857f2116b52c0bfff3e3b6e882bf963dc6dc8b

See more details on using hashes here.

File details

Details for the file Products.Archetypes-1.15.6-py2.py3-none-any.whl.

File metadata

  • Download URL: Products.Archetypes-1.15.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 987.1 kB
  • Tags: Python 2, Python 3
  • 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 Products.Archetypes-1.15.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6c6e71685ea2e0cc03fd888cb02fedd87910cd1ec3b5f9a44688473983e003d7
MD5 45dcc5d77168b3790db53ec4622cf81d
BLAKE2b-256 192bfc1d061f884ee842a0294584bc05d7bad54951f5f9b523d2204f4b1e378d

See more details on using hashes here.

Supported by

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