You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-plone-app-i18n-3.0.6-1.lbn36.noarch
Plone specific i18n extensions.Changelog .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please see: towncrier release notes start3.0.6 (2020-04-20) Bug fixes: - Minor packaging updates. (1) 3.0.5 (2018-09-28) Bug fixes:- Fix tests with py3. [pbauer] 3.0.4 (2016-11-19) Bug fixes:- Remove...
RPMPackage python3-plone-app-form-2.3.3-1.lbn36.noarch
plone.app.form Overview The plone.app.form package gives Plone the ability to better adapt common zope.formlib UI style functionality to a more appropriate Plone style.Features - **Better integration with zope.formlib.** The default templates distributed with zope.formlib are table-based and don't follow common Plone UI patterns. plone.app.form addresses this.Changelog 2.3.3 (2020-10-27) -...
RPMPackage python3-plone-app-folder-1.3.2-1.lbn36.noarch
Overview This package provides base classes for folderish Archetypes_ / ATContentTypes_ content types based on B-trees_, a.k.a. "large folders" in Plone_. Storing content in such folders provides significant performance benefits_ over regular folders. .. _Archetypes: .. _ATContentTypes: .. _B- trees: .. _Plone: .. _performance benefits: package only contains the integration layer for the base...
RPMPackage python3-plone-app-event-3.2.14-1.lbn36.noarch
plone.app.event Plone.app.event is the calendaring framework for Plone. It provides Dexterity behaviors and an Archetypes type, Timezone support, RFC5545 icalendar export, Recurrence support, event views and a lot more.For a Dexterity event type using plone.app.event, use plone.app.contenttypes 1.1 or newer.The complete documentation can be found on: Installation For Standalone installation...
RPMPackage python3-plone-app-drafts-1.1.3-1.lbn36.noarch
Introduction plone.app.drafts implements services for managing auto-saved content drafts in Plone. This addresses two problems:* If the browser is accidentally closed or crashes whilst a page is being edited, all changes are lost. * Some data may need to be managed asynchronously, e.g. via a pop-up dialogue box in the visual editor.
RPMPackage python3-plone-app-discussion-4.0.2-1.lbn36.noarch
Introduction plone.app.discussion replaces the old commenting system in Plone 4.1 and is also available as an add-on product for Plone 3 and 4. It was initially developed as part of the Google Summer of Code 2009 by Timo Stollenwerk (student) and Martin Aspeli (mentor)... note:: Make sure you pin down plone.app.discussion to versions < 2.0 if you want to install it as an add- on product (see...
RPMPackage python3-plone-app-dexterity-2.6.11-1.lbn36.noarch
.. contents:: Table of Contents.. note:: 2.1.1 is the last Plone 4 compatible release. Introduction Dexterity wants to make some things really easy. These are:* Create a "real" content type entirely through-the-web without having to know programming. * As a business user, create a schema using visual or through- the-web tools, and augment it with adapters, event handlers, and other Python code...
RPMPackage python3-plone-app-debugtoolbar-1.3.0-1.lbn36.noarch
Introduction plone.app.debugtoolbar provides a wealth of debug information about a running Plone site at your fingertips. Simply install it in your build (e.g. by adding it to the eggs list in your Buildout and re-running buildout) and install it into your Plone site.You should now see a Debug link at the top of your site. Click it to open the debug drawer. Click on a panel to view relevant...
RPMPackage python3-plone-app-customerize-1.3.12-1.lbn36.noarch
This package integrates five.customerize_ into Plone, which enables site administrators to customize templates used for Five/Zope-style views, viewlets and portlets through the web via the ZMI in a way similar to overriding filesystem-based skin elements via the portal skin "customize" procedure. .. _five.customerize: Changelog .. You should *NOT* be adding new change log entries to this file....
RPMPackage python3-plone-app-controlpanel-4.0.1-1.lbn36.noarch
Introduction All functionality was moved to Products.CMFPlone!This package provides backward compatible imports and zcml only.Do not use, except you need to support non migrated addons.. Changelog .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please see: towncrier release notes start4.0.1...
RPMPackage python3-plone-app-contenttypes-2.2.3-3.lbn36.noarch
.. contents:: plone.app.contenttypes documentation
RPMPackage python3-plone-app-contentrules-4.1.6-1.lbn36.noarch
Introduction plone.app.contentrules provides Plone-specific conditions and actions, as well as a user interface for plone.contentrules.Compatibility with Plone versions The 3.x series is intended for usage with Plone 4.3 and up and features the new content rules UI. Development of this package continues in the master branch.For use with versions of Plone earlier than 4.3, use versions < 2.2.1....
RPMPackage python3-plone-app-contentmenu-2.3.4-1.lbn36.noarch
Introduction plone.app.contentmenu contains the logic that powers Plone's content menu which is part of the toolbar.It provides the menus items (and its submenues) for- factories menu (order10) - workflows menu (order20) - actions menu (order30) - display menu (order40) - manage portlets menu (order50)Note that menu items are ordered by an 'ordered' property. To allow third party products to...
RPMPackage python3-plone-app-contentlisting-2.0.8-1.lbn36.noarch
Listing and working with Plone content objects using plone.app.contentlisting This is valid for Plone 4.1 upwards.Many of the operations for customizations, templates, views and portlets in Plone are related to lists of content objects. Their sources can be different, although usually they are some sort of catalog search, the contents of a particular folder or a list of objects from a...
RPMPackage python3-plone-app-content-3.8.10-1.lbn36.noarch
Introduction plone.app.content contains various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers. Source Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < Changelog .. You should *NOT* be adding new change log entries to this file. You...
RPMPackage python3-plone-app-collection-1.2.8-1.lbn36.noarch
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...
RPMPackage python3-plone-app-changeownership-1.0-1.lbn36.noarch
Introduction plone.app.changeownership as it sounds is a Plone package to change objects ownership.Problem While for a single content you can call the /change- owner view, there is no way in Plone to transfer **ownership of all objects** owned by an user to a new user. To delete a Plone member in such case is not an option. Solution plone.app.changeownership makes easy to transfer ownership...
RPMPackage python3-plone-app-caching-2.2.1-1.lbn36.noarch
plone.app.caching Introduction plone.app.caching provides a Plone UI and default rules for managing HTTP response caching in Plone. It builds on z3c.caching, plone.caching and plone.cachepurging.plone.app.caching version 2.x requires Plone 5.2 or later. For earlier Plone versions, use a release from branch 1.x. Installation plone.app.caching is shipped as a dependency of the Plone package....
RPMPackage python3-plone-app-blocks-6.0.1-1.lbn36.noarch
Introduction to Blocks This package implements the 'blocks' rendering model, by providing several transform stages that hook into plone.transformchain.The rendering stages are:plone.app.blocks.parsexml (order 8000) Turns the response in a repoze.xmliter XMLSerializer object. This is then used by the subsequent stages. If the input is not HTML, the transformation is...
RPMPackage python3-plone-app-blocks-6.0.1-1.lbn36.noarch
Introduction to Blocks This package implements the 'blocks' rendering model, by providing several transform stages that hook into plone.transformchain.The rendering stages are:plone.app.blocks.parsexml (order 8000) Turns the response in a repoze.xmliter XMLSerializer object. This is then used by the subsequent stages. If the input is not HTML, the transformation is...