You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-plone-directives-dexterity-1.0.2-4.lbn36.noarch
plone.directives.dexterity This package provides optional, Grok-like directives for configuring Dexterity content. It depends on five.grok, which in turn depends on the various re-usable grokcore.* packages, but not Grok itself.See also plone.directives.form, which provides directives for configuring schema interfaces with form hints.Content classes Content extending the Dexterity 'Item' and...
RPMPackage python2-plone-directives-dexterity-1.0.2-4.lbn36.noarch
plone.directives.dexterity This package provides optional, Grok-like directives for configuring Dexterity content. It depends on five.grok, which in turn depends on the various re-usable grokcore.* packages, but not Grok itself.See also plone.directives.form, which provides directives for configuring schema interfaces with form hints.Content classes Content extending the Dexterity 'Item' and...
RPMPackage python2-plone-dexterity-2.10.5-1.lbn36.noarch
Dexterity "Same, same, but different"Dexterity is a system for building content types, both through-the-web and as filesystem code. It is aimed at Plone, although this package should work with plain Zope + CMF systems.Key use cases -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...
RPMPackage python2-plone-contentrules-2.1.2-1.lbn36.noarch
plone.contentrules provides a "pure Zope" implementation of a a rules engine which allows arbitrary conditions and actions to be combined into rules, and rules to be executed dependent on events.You can think of this as somewhat similar to user-assembled mail filtering rules or something like Apple's Automator. It is used by plone.app.contentrules to provide such functionality for...
RPMPackage python2-plone-caching-1.2.2-1.lbn36.noarch
.. contents:: Table of Contents Introduction The plone.caching package provides a framework for the management of cache headers, built atop z3c.caching_. It consists of the following elements:* An interface ICachingOperation, describing components which: * Modify the response for caching purposes. The most common operation will be to set cache headers. * Intercept a request before view...
RPMPackage python2-plone-cachepurging-2.0.4-1.lbn36.noarch
plone.cachepurging .. contents:: Table of Contents Introduction The plone.cachepurging package provides cache purging for Zope 2 applications. It is inspired by (and borrows some code from) Products.CMFSquidTool_, but it is not tied to Squid. In fact, it is tested mainly with Varnish_, though it should also work with Squid_ and Enfold Proxy_.This package is not tied to Plone. However, if you...
RPMPackage python2-plone-browserlayer-2.2.4-1.lbn36.noarch
Introduction This package aims to make it easier to register visual components (e.g. views and viewlets) so that they only show up in a Plone site where they have been explicitly installed.Basic usage --To use this feature, you should:- declare plone.browserlayer as a dependency, e.g. in setup.py:: install_requires[ 'plone.browserlayer', - ensure that its ZCML is loaded, e.g. with an include...
RPMPackage python2-plone-behavior-1.4.0-1.lbn36.noarch
plone.behavior .. contents:: Table of Contents :depth: 2This package provides support for **behaviors**. A behavior is a re-usable aspect of an object that can be enabled or disabled without changing the component registry.A behavior is described by an interface, and has metadata such as a title and a description. The behavior can be looked up by a given short name or by the dotted name of...
RPMPackage python2-plone-batching-1.1.7-1.lbn36.noarch
Welcome to Plone batching's documentation! This package includes facilities for creating a batched sequence.It originated from the the PloneBatch module written for Plone which in itself has been based on Zope2's ZTUtils.Batch.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...
RPMPackage python2-plone-autoform-1.9.1-1.lbn36.noarch
plone.autoform .. contents:: ContentsIntroduction plone.autoform builds custom z3c.form_ forms based on a model (schema) of what fields to include and what widgets and options should be used for each field. This model is defined as a zope.schema_-based schema, but additional hints can be supplied to control aspects of form display not normally specified in a Zope schema. Basic schema- based...
RPMPackage python2-plone-archetypes-5.2.9-2.lbn36.noarch
Archetypes bundle for Plone 5; this is ONLY supported on Python2/Plone 5
RPMPackage python2-plone-archetypes-5.2.9-2.lbn36.noarch
Archetypes bundle for Plone 5; this is ONLY supported on Python2/Plone 5
RPMPackage python2-plone-archetypes-5.2.9-2.lbn36.noarch
Archetypes bundle for Plone 5; this is ONLY supported on Python2/Plone 5
RPMPackage python2-plone-app-z3cform-3.2.4-1.lbn36.noarch
plone.app.z3cform A Plone specific integration and HTML mark-up for z3c.form... contents:: Table of ContentsIntroduction This Plone package is aimed for developers who want to create forms in Python code.Please read the documentation for z3c.form_, which contains important information about using z3c.form in Zope 2 in general. For the most part, that package contains the "active" parts that...
RPMPackage python2-plone-app-workflowmanager-2.1.2-1.lbn36.noarch
Workflow Manager This package provides a GUI for creating and editing custom workflows in Plone.Version 1.x is the original GUI, similar to what you would see in the Management Interface.Version 2.x presents the workflow in the form of an interactive workflow diagram. This YouTube video shows how the diagram- centric UI works in workflow manager 2.x: * create/edit/delete new workflows * add...
RPMPackage python2-plone-app-workflow-4.0.4-1.lbn36.noarch
Introduction plone.app.workflow contains workflow- and security-related features for Plone, including the sharing view. Generic Setup -This package supports the GenericSetup syntax to add new roles to the "Sharing" page. Local roles are defined in sharing.xml and looks as follows:: <sharing xmlns:i18n" i18n:domain"plone"> <role id"CopyEditor" title"Can edit copy" permission"Manage portal"...
RPMPackage python2-plone-app-widgets-3.0.7-1.lbn36.noarch
2.x is only to be used with Plone 5 and 1.x is to be used in Plone 4.3.ContentsThe goal of plone.app.widgets is to provide an implementation for a new set of javascript widgets being developed outside Plone as part of Mockup_ project. It overrides explicit widgets used in dexterity and archetypes to provide tested and modularized widgets based on the concept of *patterns*. :target:
RPMPackage python2-plone-app-vocabularies-4.3.0-1.lbn36.noarch
A collection of generally useful vocabularies for Plone.It is implemented using zope.schema.vocabulary. Intended to be used as a base and example for custom vocabularies. Common Named Vocabularies Languages plone.app.vocabularies.AvailableContentLanguages all known languagesplone.app.vocabularies.SupportedContentLanguages currently configured/supported content languages for the portal Users,...
RPMPackage python2-plone-app-viewletmanager-3.1.3-1.lbn36.noarch
Introduction by Florian Schulze <fschulze@jarn.com>.This component expects you to register storage.ViewletSettingsStorage as a local utility providing IViewletSettingsStorage (CMFPlone does this). The viewlet manager in manager.OrderedViewletManager can then get the filter and order settings. These settings can be configured by 3rd party products and TTW to customize the viewlets per...
RPMPackage python2-plone-app-viewletmanager-3.1.3-1.lbn36.noarch
Introduction by Florian Schulze <fschulze@jarn.com>.This component expects you to register storage.ViewletSettingsStorage as a local utility providing IViewletSettingsStorage (CMFPlone does this). The viewlet manager in manager.OrderedViewletManager can then get the filter and order settings. These settings can be configured by 3rd party products and TTW to customize the viewlets per...