-
python2-plone-protect-4.1.6-1.lbn25.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,...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-registry-1.2.1-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-releaser-1.8.6-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-reload-3.0.2-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-resource-2.1.4-1.lbn25.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>...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-resourceeditor-3.0.3-1.lbn25.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-...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-rest-1.6.2-1.lbn25.noarch
.. image::
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-restapi-7.8.0-1.lbn25.noarch
Introduction plone.restapi is a RESTful hypermedia API for Plone.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-rfc822-2.0.2-1.lbn25.noarch
Introduction This package provides primitives for turning content objects
described by zope.schema fields into RFC (2)822 style messages. It utilizes the
Python standard library's email module.It consists of:* A marker interface
IPrimaryField which can be used to indicate the primary field of a schema. The
primary field will be used as the message body. If there are more than one
field marked...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-plone-scale-3.1.2-1.lbn25.noarch
Introduction This package contains image scaling logic for use in Zope
environments. It supports Zope 2, grok and other systems build on using the
Zope ToolKit (ZTK).Several design goals were used when writing this package:-
image scaling to any width, height, width&height should be supported using both
up- scaling and down-scaling. Scaling parameters should never be fixed in code.
This allows...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25