You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-plone-memoize-3.0.0-1.lbn36.noarch
plone.memoize plone.memoize provides Python function decorators for caching the values of functions and methods.The type of cache storage is freely configurable by the user, as is the cache key, which is what the function's value depends on.plone.memoize has support for memcached and is easily extended to use other caching storages. It also has specialized decorators for use with Zope views....
RPMPackage python3-plone-locking-2.3.0-1.lbn36.noarch
Provides basic automatic locking support for Plone. Locks are stealable by default, meaning that a user with edit privileges will be able to steal another user's lock, but will be warned that someone else may be editing the same object. Used by Plone, Archetypes and plone.app.iterateCompatibility -The versions 2.1.x (built from the master-branch) are used in Plone 5 and are not compatible with...
RPMPackage python3-plone-keyring-3.2.1-1.lbn36.noarch
Introduction *plone.keyring* contains a Zope utility that facilitates handling of secrets in an application. Secrets are very important in modern applications, which is why a shared tool to manage them is useful.plone.keyring contains two basic components:* a *keyring*: a data structures which contains one or more secrets.* a *key manager*: a utility which contains the available keyrings and...
RPMPackage python3-plone-jsonserializer-0.9.11-2.lbn36.noarch
JSON Serialization/Deserialization resources for Plone
RPMPackage python3-plone-intelligenttext-3.1.0-1.lbn36.noarch
plone.intelligenttext Overview Provides transforms from text/x-web-intelligent to text/html and vice versa.Line breaks and indentation are preserved, and web and email addresses are made into clickable links. Links get a rel"nofollow" to make this less interesting for spammers.This package works in pure Python 2.7 and 3.0 and has no dependency on Plone.Changelog .. You should *NOT* be adding...
RPMPackage python3-plone-indexer-1.0.7-1.lbn36.noarch
Introduction This package provides primitives to help delegate ZCatalog indexing operations to adapters. It doesn't do very much on its own, but can be used by catalog implementations that want to allow individual index values to be provided not by the object itself, but by separate adapters. Changelog .. You should *NOT* be adding new change log entries to this file. You should create a file...
RPMPackage python3-plone-i18n-4.0.7-1.lbn36.noarch
Advanced i18n/l10n features useful in a CMS environment.Copyright / Licenses --The code in this distribution is copyright Plone Foundation and licensed under the GPL version 2 only.The national flags icon set included in this distribution is copyright by Jakub Steiner ( and we have been given permission to include it under the GPL license.This distribution depends on the Unidecode Python code...
RPMPackage python3-plone-formwidget-recurrence-2.1.5-1.lbn36.noarch
Introduction The plone.formwidget.recurrence package provides an Archetype and a z3cform widget for recurrence.The main GUI work is done with the jquery.recurrenceinput.js widget from .This widget also provides a simple textarea where a RFC 5545 compliant recurrence rule can be entered, if javascript is not available.The resulting value of the widget is a RFC5445 compliant recurrence rule...
RPMPackage python3-plone-formwidget-recaptcha-2.3.0-1.lbn36.noarch
Introduction plone.formwidget.recaptcha is a z3c.form ReCaptcha widget for use with Plone.It is a z3c.form re-implementation of the collective.recaptcha_ package original written by David Glick... _collective.recaptcha: Buildout Installation Add the following code to your buildout.cfg to install plone.formwidget.recaptcha:: [buildout] [instance] eggs ... plone.formwidget.recaptcha ......
RPMPackage python3-plone-formwidget-querystring-1.1.10-1.lbn36.noarch
Introduction A z3c.form-based widget for composing a Query string/search.This widget is used by the contentlisting tile and the dexterity-based version of plone.app.collection (>2.0), to make selections, and 'build' your query. It stores a list of dictionaries containing the query you've build. This query is being parsed by using plone.app.collection and that used plone.app.contentlisting to...
RPMPackage python3-plone-formwidget-namedfile-2.1.3-1.lbn36.noarch
Introduction This package provides z3c.form widgets for file and image upload/download, with the option of keeping the existing file or replacing it with a new one.The widgets will act as the default for any NamedFile, NamedBlobFile, NamedImage or NamedBlobImage field from the plone.namedfile package. Changelog .. You should *NOT* be adding new change log entries to this file. You should...
RPMPackage python3-plone-formwidget-multifile-2.0-1.lbn36.noarch
Introduction :target:
RPMPackage python3-plone-formwidget-masterselect-2.0.1-1.lbn36.noarch
MasterSelectWidget This is a z3cform widget based on the orginal Archetypes widget which controls the vocabulary or display of other fields on an edit page. It needs to be given information about which fields to control and how to control Feel free to help edit this document to help explain things better!
RPMPackage python3-plone-formwidget-geolocation-2.2.5-1.lbn36.noarch
Geolocation field and widget This package provides a z3c.form field and a widget implementing LeafletJS from plone.patternslib to define Latitude / Longitude informations.This package is used as a dependency in some other Plone add-ons, like collective.geolocationbehavior <
RPMPackage python3-plone-formwidget-datetime-1.3.5-1.lbn36.noarch
Introduction The package plone.formwidget.datetime provides date and time widgets for plone to be used with z3c.form and Archetypes. The calendar widget is based on JQueryTools Dateinput, provided by plone.app.jquerytools.The package is a merge of collective.z3cform.datetimewidget and archetypes.datetimewidget (which itself was derived from collective.z3cform.datetimewidget).TODO * Include...
RPMPackage python3-plone-formwidget-contenttree-1.2.0-1.lbn36.noarch
Introduction plone.formwidget.contenttree is a z3c.form widget for use with Plone. It uses the jQuery Autocomplete widget, and has graceful fallback for non- Javascript browsers.There is a single-select version (AutocompleteSelectionFieldWidget) for Choice fields, and a multi-select one (AutocompleteMultiSelectionFieldWidget) for collection fields (e.g. List, Tuple) with a value_type of...
RPMPackage python3-plone-formwidget-captcha-1.0.3-1.lbn36.noarch
Introduction plone.formwidget.captcha is a z3c.form captcha widget for use with Plone. It is a z3c.form re-implementation of the collective.captcha package written by Martijn Pieters... _collective.captcha: Installation Add the following code to your buildout.cfg to install plone.formwidget.captcha::
RPMPackage python3-plone-formwidget-autocomplete-1.4.1-1.lbn36.noarch
Introduction plone.formwidget.autocomplete is a z3c.form widget for use with Plone. It uses the jQuery Autocomplete widget, and has graceful fallback for non- Javascript browsers.There is a single-select version (AutocompleteFieldWidget) for Choice fields, and a multi-select one (AutocompleteMultiFieldWidget) for collection fields (e.g. List, Tuple) with a value_type of Choice.When using this...
RPMPackage python3-plone-folder-3.1.0-1.lbn36.noarch
plone.folder Overview This package provides a base class for folderish 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. However, "large folders" do not support explicit ordering of their contents out- of-the box. That is, you cannot manually specify the order of items within the...
RPMPackage python3-plone-fieldsets-2.0.3-1.lbn36.noarch
An extension to zope.formlib, which allows to group fields into different fieldsets.Changelog 2.0.3 (2015-05-11) - Whitespace cleanup, git ignores. [gforcada, rnixx] 2.0.2 (2012-07-02) - Add MANIFEST.in. [WouterVH] 2.0.1 - 2011-04-03 - Require five.formlib on Zope 2.13 to call processInputs before rendering the fieldset. [vincentfretin] 2.0 - 2010-07-18 -- Update license to GPL version 2 only....