You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-plone-app-tiles-3.3.0-1.lbn25.noarch
Plone's Specific Implementation of Tiles plone.app.tiles is Plone's UI integration for plone.tiles < package contains the following things:* A view @@add-tile, and an associated form, which can be used to create a new tile based on the tile's schema.
RPMPackage python2-plone-app-themingplugins-1.1-1.lbn25.noarch
Introduction plone.app.theming_ supports plugins that allow theme authors to bundle more advanced functionality with their themes. This package contains two such plugins:* The ability to override specific Zope Page Templates when a theme is enabled * The ability to register views providing custom markup using Zope Page Templates when a theme is enabledBoth of these *only* work for themes...
RPMPackage python2-plone-app-theming-4.1.7-1.lbn25.noarch
This package offers a simple way to develop and deploy Plone themes using the Diazo theming engine. If you are not familiar with Diazo, check out the Diazo documentation <>_.It comes with a user guide, reproduced below, available through the theming control panel. plone.app.theming manual This guide provides an overview of Diazo theming in Plone versions 4.3 and higher... contents:: Contents...
RPMPackage python2-plone-app-textfield-1.3.6-1.lbn25.noarch
Introduction This package provides a zope.schema style field type called RichText which can be used to store a value with a related MIME type. The value can be transformed to an output MIME type, for example to transform from structured text to HTML.Basic Usage To use the field, place it in a schema like so:: from plone.app.textfield import RichText from zope.interface import Interface class...
RPMPackage python2-plone-app-testing-6.1.9-1.lbn25.noarch
Introduction .. contents:: Table of contentsplone.app.testing provides tools for writing integration and functional tests for code that runs on top of Plone. It is based on plone.testing_. If you are unfamiliar with plone.testing, the concept of layers, or the zope.testing_ testrunner, please take a look at the the plone.testing documentation. In fact, even if you are working exclusively with...
RPMPackage python2-plone-app-standardtiles-2.4.2-1.lbn25.noarch
Plone Standard Tiles This package contains standard tiles to be used with Plone Mosaic_ (or as such with Plone Blocks_ composition)... _Plone Mosaic: .. _Plone Blocks: Source Code --
RPMPackage python2-plone-app-stagingbehavior-0.1-1.lbn25.noarch
Introduction The IStagingSupport behavior is used for enabling the plone.app.iterate functionality for Dexterity content. It allows you to perform the checkout and checkin operations to work on a copy of your original content. --Just use the behavior plone.app.stagingbehavior.interfaces.IStagingSupport in your Dexterity content-type.In your *profiles/default/types/YOURTYPE.xml* add the...
RPMPackage python2-plone-app-search-1.2.2-1.lbn25.noarch
Introduction plone.app.search combines search results listing with Advanced Search form. This provides search results view for Plone CMS with possibilities to filter, sort and apply advanced filters to the search results without. When changing a search criteria on the search view, AJAX call is delivering you the updated results instead of reloaded page that lets you get to what you're...
RPMPackage python2-plone-app-robotframework-1.5.6-1.lbn25.noarch
plone.app.robotframework **plone.app.robotframework** provides Robot Framework < compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS
RPMPackage python2-plone-app-relations-2.0-1.lbn25.noarch
A set of components to provide a content centric API for the engine from plone.relations, as well as a few different core relationship types and policies. See the package README.txt for details on usage.Credits Author: Alec Mitchell <apm13@columbia.edu>Based on the index and relationship container from zc.relationship by Gary Poster from Zope Corporation.This work was partly sponsored by The...
RPMPackage python2-plone-app-relationfield-2.0.3-1.lbn25.noarch
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...
RPMPackage python2-plone-app-registry-1.7.9-1.lbn25.noarch
Introduction plone.app.registry provides Plone UI and GenericSetup integration for plone.registry_, which in turn implements a configuration registry for Zope applications. For details about how the registry works, please see the plone.registry_ documentation. What follows is a brief overview of common usage patterns in Plone... contents:: Table of contentsOverview The registry provided by...
RPMPackage python2-plone-app-referenceablebehavior-0.7.9-1.lbn25.noarch
Introduction The "IReferenceable" behavior is used for enabling UUID (plone.app.uuid) support for dexterity contents, like in archetypes content types. This allow for example references between archetypes and dexterity content types.Note: It can't work with Plone4.0 because it is based on plone.uuid integration in CMF. It is compatible with Plone>4.1Usage Just use the behavior...
RPMPackage python2-plone-app-redirector-2.2.1-1.lbn25.noarch
Introduction by Martin Aspeli <optilude@gmx.net> based on work by Helge Tesdal (RedirectionTool) and Whit Morriss (topp.rose).Bring dead links back to life! plone.app.redirector knows where your content used to be and can bring you to its new location when content moves.This component expects you to register storage.RedirectionStorage as a local utility providing IRedirectionStorage (CMFPlone...
RPMPackage python2-plone-app-querystring-1.6.1-1.lbn25.noarch
This package provides a queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style collections. It includes a registry reader which reads operators, values and criteria from the Plone registry. Compatibility with Plone versions For each Plone release, its versions.cfg file at pins a version of plone.app.querystring that works well with that...
RPMPackage python2-plone-app-querystring-1.5.0-1.lbn25.noarch
This package provides a queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style collections. It includes a registry reader which reads operators, values and criteria from the Plone registry. Compatibility with Plone versions For each Plone release, its versions.cfg file at pins a version of plone.app.querystring that works well with that...
RPMPackage python2-plone-app-portlets-4.4.7-1.lbn25.noarch
Introduction plone.app.portlets provides a Plone-specific user interface for plone.portlets, as well as a standard set of portlets that ship with Plone. Compatibility plone.app.portlets 2.4.x is for Plone 4.3. plone.app.portlets 2.5.x is for Plone 4.3 with plone.app.event (makes the calendar- and events- portlets use the p.a.event implementation) plone.app.portlets 3.x is for Plone 5....
RPMPackage python2-plone-app-openid-2.2.3-1.lbn25.noarch
This package makes Plone a complete OpenID consumer, allowing people to authenticate in a site using their OpenID identity. It relies on the plone.openid_ package to implement authentication of identities and needs an external session management plugin such as plone.session_ to add session management.You also need version 2.2.x of the python-openid_ package from JanRain. If this package is not...
RPMPackage python2-plone-app-multilingual-5.6.4-1.lbn25.noarch
.. contents:: Introduction In the old days before Plone 4.3, talking about multi-language support in Plone is talk about Products.LinguaPlone. It has been the *defacto* standard for managing translations of Archetypes-based content types in Plone through the years. Somehow its functionality never made its way into the Plone core and today it is in legacy status. Nowadays, Plone faces the...
RPMPackage python2-plone-app-mosaic-2.2.5-1.lbn25.noarch
Plone Mosaic **Plone Mosaic** is a site builder and layout solution for Plone.Read this introduction and the package documentation__ for more details how to use this package.__ .. image::