Plone.app.contenttypes

Latest version: v4.0.5

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 19

1.1b1

------------------

- Add tests for collections and collection-migrations.
[pbauer]

- Removed Plone 4.2 compatibility.
[pbauer]

- Add migration of at-collections to the new collection-behavior.
[pbauer]

- Display richtext in collection-views.
[pbauer]

- Reorganize and improve documentation.
[pbauer]

- Add a richtext-behavior and use it in for all types.
[amleczko, pysailor]

- Improve the migration-results page (Fix 67).
[pbauer]

- For uneditable content show a warning and hide the edit-link.
[pbauer]

- Keep all modification-date during migration (Fix 62).
[pbauer]

- Only attempt transforming files if valid content type.
[vangheem]

- Make the collection behavior aware of INavigationRoot. Fixes 98
[rafaelbco]

- Use unique URL provided by ``plone.app.imaging`` to show the large version
of a news item's lead image. This allows use of a stronger caching policy.
[rafaelbco]

- Fix URL for Link object on the navigation portlet if it
contains variables (Fix 110).
[rafaelbco]

1.1a1

------------------

- Event content migration for Products.ATContentTypes ATEvent,
plone.app.event's ATEvent and Dexterity example type and
plone.app.contenttypes 1.0 Event to plone.app.contenttypes 1.1
Event based on plone.app.event's Dexterity behaviors.
[lentinj]

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

- Collection: get ``querybuilderresults`` view instead of using the
``QueryBuilder`` class directly.
[maurits]

- Fix migration restoreReferencesOrder removes references
[joka]

- Enable summary_view and all_content views for content types that
have the collection behavior enabled. Define collection_view for
those types so you can view the results. These simply show the
results. The normal view of such a type will just show all fields
in the usual dexterity way.
[maurits, kaselis]

- Add customViewFields to the Collection behavior. This was available
on old collections too.
[maurits, kaselis]

- Change Collection to use a behavior. Issue 65.
[maurits, kaselis]

- Improved test coverage for test_migration
[joka]

- Add tests for vocabularies used for the migration
[maethu]

- Add migration-form /atct_migrate based on initial work by gborelli
[pbauer, tiazma]

- Add ATBlob tests and use migration layer for test_migration
[joka]

- Integrate plone.app.event.
[thet]

1.0

----------------

- Remove AT content and create DX-content when installing in a fresh site.
[pbauer]

- Remove obsolete extra 'migrate_atct'.
[pbauer]

- Add link and popup to the image of News Items.
[pbauer]

- Use the default profile title for the example content profile.
[timo]

- Unicode is expected, but ``obj.title`` and/or ``obj.description`` can be
still be None in SearchableText indexer.
[saily]

1.0rc1

-------------------

- Implement a tearDownPloneSite method in testing.py to prevent test
isolation problems.
[timo]

- Its possible to upload non-image data into a newsitem. The view was broken
then. Now it shows the uploaded file for download below the content. Its no
longer broken.
[jensens]

- Add contributor role as default for all add permissions in order to
work together with the different plone workflows, which assume it is
set this way.
[jensens]

- fix 60: File Type has no mimetype specific icon in catalog metadata.
Also fixed for Image.
[jensens]

- fix 58: Migration ignores "Exclude from Navigation".
[jensens]

- disable LinkIntegrityNotifications during migrations, closes 40.
[jensens]

- Fix Bug on SearchableText_file indexer when input stream contains
characters not convertible in ASCII. Assumes now utf-8 and replaces
all unknown. Even if search can not find the words with special
characters in, indexer does not break completely on those items.
[jensens]

- Remove dependency on plone.app.referenceablebehavior, as it depends on
Products.Archetypes which installs the uid_catalog.
[thet]

- Make collection syndicatable.
[vangheem]

- Include the migration module not only when Products.ATContentTypes is
installed but also archetypes.schemaextender. The schemaextender might not
always be available.
[thet]

- Add fulltext search of file objects.
[do3cc]

- Fix link_redirect_view: Use index instead of template class var to
let customization by ZCML of the template.
[toutpt]

- Add a permission for each content types.
[toutpt]

1.0b2

------------------

- Fix translations to the plone domain, and some translations match existing
translations in the plone domain. (ported from plone.app.collection)
[bosim]

- Fix atct_album_view and don't use atctListAlbum.py.
[pbauer]

- Add constrains for content create with the Content profile.
[ericof]

- Add SearchableText indexer to Folder content type.
[ericof]

- Fix atct_album_view.
[pbauer]

- Removed dependency for collective.dexteritydiff since its features were
merged into Products.CMFDiffTool.
[pbauer]

- Add test for behavior table_of_contents.
[pbauer]

- Add migration for blobnewsitems as proposed in
https://github.com/plone/plone.app.blob/pull/2.
[pbauer]

- Require cmf.ManagePortal for migration.
[pbauer]

- Always migrate files and images to blob (fixes 26).
[pbauer]

- Add table of contents-behavior for documents.
[pbauer]

- Add versioning-behavior and it's dependencies.
[pbauer]

- Remove image_view_fullscreen from the display-dropdown.
[pbauer]

- Enable selecting addable types on folders by default.
[pbauer]

- Fix reference-migrations if some objects were not migrated.
[pbauer]

- Keep the order references when migrating.
[pabo3000]

- Move templates into their own folder.
[pbauer]

- Moved migration related code to specific module.
[gborelli]

- Added migration Collection from app.collection to app.contenttypes.
[kroman0]

- Add missing ``i18n:attributes`` to 'Edit' and 'View' actions of File type.
[saily]

- Bind 'View' action to ``${object_url}/view`` instead of
``${object_url}`` as in ATCT for File and Image type.
[saily]

- Fixed installation of p.a.relationfield together with p.a.contenttypes.
[kroman0]

- Fixed creating aggregator of events on creating Plone site.
[kroman0]

- Added titles for menuitems.
[kroman0]

- Hide uninstall profile from plone-addsite.
[kroman0]

- Fix 'ImportError: cannot import name Counter' for Python 2.6.
http://github.com/plone/plone.app.contenttypes/issues/19
[timo]

- Move XML schema definitions to schema folder.
[timo]

- Prevent the importContent step from being run over and over again.
[pysailor]

- Add build status image.
[saily]

- Merge plone.app.collection (Tag: 2.0b5) into plone.app.contenttypes.
[timo]

- Refactor p.a.collection robot framework tests.
[timo]

1.0b1

------------------

- Added mime type icon for file.
[loechel]

- Lead image behavior added.
[timo]

- Make NewsItem use the lead image behavior.
[timo]

- SearchableText indexes added.
[reinhardt]

- Set the text of front-page when creating a new Plone.
[pbauer]

- Robot framework test added.
[Gomez]

Page 18 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.