You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-products-zscheduler-5.2.9-1.lbn36.noarch
Base/shim classes for Bastion Suite
RPMPackage python3-products-zopeversioncontrol-3.0.0-1.lbn36.noarch
Zope Version Control for the Zope application server.Changelog 2.0.0 (2020-03-09) Breaking changes:- Drop support for Python 3.4.New features:- Add support for Python 3.7 and 3.8.Bug fixes:- Added compatibility with Zope 5 by not registering for the help system.- Fix for retaining order of ordered folders upon cloning.- Fix for data error encountered when dealing with data imported by ZEXP...
RPMPackage python3-products-zodbmountpoint-2.0-1.lbn36.noarch
Zope ZODB mount point support Usage example You can mount additional storages into the ZODB as seen by the Zope client by adding zodb_db configurations in your Zope configuration file and specifying where they show up. This example uses the ZODB MappingStorage for a simple temporary folder at /temp_folder. After a Zope restart, visit the Zope Management Interface and select ZODB Mount Point from the list of addable items to view and activate all available mount points: <zodb_db temporary> <mappingstorage> name Temporary database </mappingstorage> mount-point /temp_folder container-class Products.TemporaryFolder.TemporaryContainer </zodb_db>
RPMPackage python3-products-zmintrospection-1.0-1.lbn36.noarch
Products.ZMIntrospection Products.ZMIntrospection appends an Introspection tab to an object's management tabs in the ZMI, which shows various information about the object such as it's attributes etc.It is written by Stefane Fermigier, Nuxeo.Changelog 1.0 (2020-02-17) - - Zope4 / Python3 support [avoinea]0.3.1 (2016-04-05) - Also introspect OOBTree and OIBTree objects (e.g. __annotations__)...
RPMPackage python3-products-zctextindex-4.0.3-1.lbn36.noarch
This distribution used to contain a full text indexing facility for Zope and more specifically for Products.ZCatalog.The code was moved directly into the Products.ZCatalog distribution, leaving behind an empty distribution shell.Changelog 4.0.3 (2019-02-17) - Specify supported Python versions using python_requires in setup.py (Zope481 < Dropped support for Python 3.4 as Zope does not support...
RPMPackage python3-products-zcatalog-5.4-1.lbn36.noarch
The ZCatalog is Zope's built in search engine. It allows you to categorize and search all kinds of Zope objects.It comes with a variety of indexes for different types of data.Changelog 5.4 (2022-04-14) -- Avoid error in search when the parameter received by IndexQuery is a record. (plone/Products.CMFPlone3007 < 5.3 (2021-01-29) -- Fix case where multiple indexes with similar name seperated by...
RPMPackage python3-products-zautz-0.0.1-1.lbn36.noarch
AU Timezones for Zope Monkey Patch to Zope DateTime to correctly use Australian Timezones that clash with US timezones.
RPMPackage python3-products-temporaryfolder-7.0-1.lbn36.noarch
:target:
RPMPackage python3-products-statusmessages-5.0.5-1.lbn36.noarch
Introduction statusmessages provides an easy way of handling internationalized status messages managed via an BrowserRequest adapter storing status messages in client-side cookies.It is quite common to write status messages which should be shown to the user after some action. These messages of course should be internationalized. As these messages normally are defined in Python code, the common...
RPMPackage python3-products-standardcachemanagers-4.2-1.lbn36.noarch
.. image::
RPMPackage python3-products-siteerrorlog-5.7-1.lbn36.noarch
.. image::
RPMPackage python3-products-sessions-5.0-1.lbn36.noarch
:target:
RPMPackage python3-products-securemailhost-1.1.2-1.lbn36.noarch
 
RPMPackage python3-products-robotstool-3.0.2-1.lbn36.noarch
You can read more about robots.txt at: * http://www.google.com/bot.html * http://www.robotstxt.org/wc/exclusion-admin.html
RPMPackage python3-products-pythonscripts-4.15-1.lbn36.noarch
:target:
RPMPackage python3-products-printingmailhost-1.1.6-1.lbn36.noarch
Products.PrintingMailHost This is a hack. :)This product, when installed, will check if Zope is running in debug mode, and if so, monkey patch (that is, grab the internals of, squeeze tight, then rip hard, just like monkeys do) Zope's MailHost class, meaning that *any and all* uses of a MailHost will be "fixed" so that instead of sending mail, it prints messages to the zope event log.This is...
RPMPackage python3-products-portaltransforms-3.2.2-3.lbn36.noarch
Introduction This Zope product provides two new tools for the CMF in order to make MIME types based transformations on the portal contents, and so an easy to way to plugin some new transformations for previously unsupported content types. The provided tools are:portal_transform (the transform tool) handle transformation of data from a mime type to anotherA bunch of ready to use transformations...
RPMPackage python3-products-pluginregistry-1.11-1.lbn36.noarch
.. image::
RPMPackage python3-products-pluggableauthservice-2.8.1-1.lbn36.noarch
Products.PluggableAuthService :alt: Documentation Status
RPMPackage python3-products-plonetestcase-0.9.18-1.lbn36.noarch
PloneTestCase Integration testing framework for Plone Introduction PloneTestCase is a thin layer on top of the ZopeTestCase package. It has been developed to simplify testing of Plone-based applications and products.The PloneTestCase package provides -- The function installProduct to install a Zope product into the test environment.- The function installPackage to install a Python package...