You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-plone-rest-1.6.2-1.lbn36.noarch
.. image::
RPMPackage python2-plone-resourceeditor-3.0.3-1.lbn36.noarch
Introduction This package contains resources for integrating ACE embeddable code editor <>_ into Plone. It provides a file manager that can edit plone.resource resource directories in the ZODB.ACE can be found under ++resource++plone.resourceeditor/ace/*.The file manager can be included in a view with the following in the header:: <metal:block use-...
RPMPackage python2-plone-resource-2.1.4-1.lbn36.noarch
Introduction plone.resource publishes directories of static files via the ZPublisher. These directories may be located either in the ZODB (as OFS folders and files), or on the filesystem.Each resource directory has a type and a name. When combined, these are used to traverse to the resource directory. For example:: /++theme++mytheme/<subpath> /++sitelayout++mylayout/<subpath>...
RPMPackage python2-plone-reload-3.0.2-1.lbn36.noarch
--Configuration and code reload for Zope 2 and Plone without server restarts.Usage While being logged into the ZMI as an user with the Manager role visit /@@reload on your Zope application root via a browser. If your Zope is configured to listen on port 8080 on localhost this is:: :8080/@@reloadIf you get a Resource not found error, make sure you have loaded the configure.zcml file from this...
RPMPackage python2-plone-releaser-1.8.6-1.lbn36.noarch
Introduction Tools to make managing Plone core releases easier.Installation To install plone.releaser add it to your buildout:: [release] recipe zc.recipe.egg eggs plone.releaserTo make it available in buildout.coredev, run buildout with releaser.cfg:: $ bin/buildout -c releaser.cfgUsage Check PyPi access to all Plone packages for a certain user:: $ bin/manage checkPypi timoCheck a package for...
RPMPackage python2-plone-registry-1.2.1-1.lbn36.noarch
Introduction This package provides debconf-like (or about:config-like) settings registries for Zope applications. A registry, with a dict-like API, is used to get and set values stored in records. Each record contains the actual value, as well as a field that describes the record in more detail. At a minimum, the field contains information about the type of value allowed, as well as a short...
RPMPackage python2-plone-protect-4.1.6-1.lbn36.noarch
Introduction This package contains utilities that can help protect parts of Plone or applications build on top of the Plone framework. 1. Restricting to HTTP POST a) Using decorator If you only need to allow HTTP POST requests you can use the *PostOnly* checker:: from plone.protect import PostOnly from plone.protect import protect @protect(PostOnly) def manage_doSomething(self, param,...
RPMPackage python2-plone-portlets-2.3.2-1.lbn36.noarch
plone.portlets provides a generic infrastructure for managing portlets.Portlets are a bit like viewlets, except they can be manipulated at runtime, using local components. This package is used by plone.app.portlets to provide Plone- specific portlets, but should be generic enough to work on other platforms. It should work in a "pure Zope Toolkit" environment.Changelog .. You should *NOT* be...
RPMPackage python2-plone-portlet-static-3.1.6-1.lbn36.noarch
Introduction A Plone Portlet providing a rich-text field for more or less static text. It is availbale and will be displayed where portlets can be placed.It is part of the Plone core package.Source Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < .. You should *NOT* be adding new change log entries to this...
RPMPackage python2-plone-portlet-collection-3.3.6-1.lbn36.noarch
Introduction A portlet that fetches results from a collection.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.3.6 (2021-02-16) Bug fixes: - Show start date in portlet if available. [agitator] (25) 3.3.5 (2020-09-21) Bug fixes: - Removed...
RPMPackage python2-plone-patternslib-1.2.1-1.lbn36.noarch
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: This text does not appear on pypi or github. It is a comment. plone.patternslib An add-on to make patternslib < patterns available within Plone 5. It has some limitations (see below).Features
RPMPackage python2-plone-outputfilters-4.1.0-1.lbn36.noarch
Introduction plone.outputfilters provides a framework for registering filters that get applied to text as it is rendered.By default, these filters are wired up to occur when text is transformed from the text/html mimetype to the text/x-html-safe mimetype via the PortalTransforms machinery.With both Archetypes TextFields and the RichText field of plone.app.textfield, this transform is typically...
RPMPackage python2-plone-openid-2.0.5-1.lbn36.noarch
OpenID PAS support Introduction This product implements OpenID_ authentication support for Zope_ via a Pluggable Authentication Service plugin.Using this package everyone with an OpenID authentity will be able to login on your Zope site. OpenID accounts are not given any extra roles beyond the standard Authenticated role. This allows you to make a distinction between people that have...
RPMPackage python2-plone-namedfile-5.6.0-1.lbn36.noarch
Introduction This package contains fields and wrapper objects for storing:* A file with a filename * An image with a filenameBlob-based and non-blob-based types are provided. The blob-based types require the ZODB3 package to be at version 3.8.1 or later, and BLOBs to be configured in zope.conf.plone.supermodel handlers are registered.See the usage.rst doctest for more details. Source Code...
RPMPackage python2-plone-mockup-1.0-1.lbn36.noarch
plone.mockup This is the integration package of mockup for Plone. Basically, it packages mockup as a Python egg. For mockup itself, see package uses the git submodule feature. If you use buildout.coredev, mr.developer will make sure that the submodule is checked out properly. If you do it manually, you can do one of the following:: $ git clone git@github.com/plone/mockup.git --recursiveor:: $...
RPMPackage python2-plone-mocktestcase-1.0-1.lbn36.noarch
Introduction LEGACY: Do not use this any longer, better use the Python mock module!This package contains a unittest test class based on the one from the Mocker mock library ( class provides support for registering Zope 3 components (utilities, adapters, subscription adapters and event handlers) from mocks and tearing down the global component registry during test tear-down.There are also a few...
RPMPackage python2-plone-mls-listing-1.20-1.lbn36.noarch
Introduction Plone support for MLS Listings. Mostly Harmless Contributors - Thomas Massmann, thomas@propertyshelf.com
RPMPackage python2-plone-mls-core-0.7-1.lbn36.noarch
Introduction Plone support for the Propertyshelf MLS.Changelog 0.7 (2017-12-12) -- Add dependency to ps.plone.mls. - Remove controlpanel settings from GS profiles (now handled by ps.plone.mls). 0.6 (2017-08-21) -- Fix code-analysis errors and warnings. - Update testing environment. - Add Plone5 compatibility. - I18N updates. 0.5.4 (2014-07-14) - I18N updates. 0.5.3 (2014-04-23) - Use...
RPMPackage python2-plone-memoize-2.1.1-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 python2-plone-locking-2.2.5-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...