You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-plone-staticresources-1.4.6-1.lbn36.noarch
plone.staticresources This add-on contains all static JavaScript and CSS resources used by Plone. Target audience This documentation aims at:- **Theme Authors:** who want to change the look and feel of a Plone site and need to: - understand how to correctly bundle changes made into existing or new frontend code.- **Integrators and Developers:** who want to customize or maintain the front end...
RPMPackage python3-plone-session-3.7.5-1.lbn36.noarch
*plone.session* implements secure session management for Zope sites.In its default configuration *plone.session* uses an HMAC_ SHA-256_ secure cryptographic hash to authenticate sessions. The hash is generated using the userid and a secret stored in the PAS plugin. Otherwise, the cookie format is identical to that of Apache's mod_auth_tkt_. For single sign on with the original mod_auth_tkt or...
RPMPackage python3-plone-schemaeditor-3.0.3-1.lbn36.noarch
Introduction plone.schemaeditor provides a through-the-web interface for modifying Zope 3 schemata (interfaces).Currently there is support for:* adding and removing fields * editing attributes of existing fields * reordering fields * renaming fields * organizing fields into fieldsetsplone.schemaeditor only handles the actual schema editing. To be useful, it requires some integration code to...
RPMPackage python3-plone-schema-1.4.0-1.lbn36.noarch
Plone specific extensions and fields for zope schematas... 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 start1.4.0 (2022-04-28) New features: - Use indent in json.dumps to make JSON readable in the widget [MrTango] (16) 1.3.0 (2021-03-24) New features: -...
RPMPackage python3-plone-scale-3.1.2-1.lbn36.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...
RPMPackage python3-plone-rfc822-2.0.2-1.lbn36.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...
RPMPackage python3-plone-restapi-8.18.1-1.lbn36.noarch
Introduction plone.restapi is a RESTful hypermedia API for Plone.
RPMPackage python3-plone-rest-3.0.2-1.lbn36.noarch
.. image::
RPMPackage python3-plone-resourceeditor-3.0.4-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 python3-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 python3-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 python3-plone-releaser-1.8.8-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 python3-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 python3-plone-recipe-zope2instance-6.11.0-1.lbn36.noarch
Introduction This recipe creates and configures a Zope instance in parts. (Despite its name it nowadays only works for Zope 4+.) It also
RPMPackage python3-plone-recipe-zeoserver-2.0.3-1.lbn36.noarch
This recipe creates and configures a ZEO server in parts. It also installs a control script in the bin/ directory. The name of the control script is the name of the part in buildout.You can use it with a part like this:: [zeo] recipe plone.recipe.zeoserver zeo-address 8100This will create a control script bin/zeo.You can either start the database in foreground mode via bin/zeo fg or use the...
RPMPackage python3-plone-recipe-precompiler-0.7.2-1.lbn36.noarch
plone.recipe.precompiler Buildout recipe to precompiles Python and locale files in an egg list.Why precompilation? Python ordinarily compiles .py files into .pyc or .pyo byte code files on demand. Likewise, applications like Plone often compile .po locale files into .mo representations when needed.However, if you are running a Python application as a daemon and wish to prevent write access to...
RPMPackage python3-plone-recipe-command-1.1-1.lbn36.noarch
Introduction The plone.recipe.command buildout recipe allows you to run a command when a buildout part is installed or updated. It is very easy to use:: [buildout] parts command [command] recipe plone.recipe.command command cat README.txtThis configures a buildout part called command which lists the contents of README.txt when it is installed. Reference Unless otherwise specified all commands...
RPMPackage python3-plone-recipe-alltests-1.5.2-1.lbn36.noarch
plone.recipe.alltests This recipe creates a testrunner script which is suitable for running all tests in a buildout environment at once.At least in Zope2 there are frequently test isolation problems caused by too much global state being used. Instead of fighting against these test isolation problems, this recipe provides a convenient way to run all tests on a package by package basis, provides...
RPMPackage python3-plone-protect-4.1.8-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 python3-plone-principalsource-1.0-1.lbn36.noarch
Introduction This package provides a queriable sources (vocabularies) that return PAS users, groups or principals (both users and groups).They are registered as named vocabularies, so you can do:: class IMyInterface(Interface): users schema.Choice(titleu"Users", vocabulary"plone.principalsource.Users") groups schema.Choice(titleu"Groups", vocabulary"plone.principalsource.Groups") principals...