You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-zope-app-testing-4.0.0-1.lbn36.noarch
zope.app.testing :target:
RPMPackage python2-zope-app-session-4.1.0-1.lbn36.noarch
This package provides session support. Zope3 Session Implementation .. note:: All interfaces and implementations provided by this package have been migrated to zope.session. This package now merely provides ZMI menu configuration.Overview .. CAUTION:: Session data is maintained on the server. This gives a security advantage in that we can assume that a client has not tampered with the data....
RPMPackage python2-zope-app-securitypolicy-3.6.1-1.lbn36.noarch
This package provides management views for zope.securitypolicy. It's intended to be used within the "ZMI-based" browser interface.It used to contain a security policy implementation ages ago, but the implementation was moved to the UI- independent zope.securitypolicy3.6.1 (2010-09-25) - Added missing minimum version declaration for zope.app.authentication, namely 3.8. 3.6.0 (2010-09-25) - LP:...
RPMPackage python2-zope-app-security-5.0.0-1.lbn36.noarch
This package provides ZMI browser views for Zope security components.It used to provide a large part of security functionality for Zope 3, but it was factored out from this package to several little packages to reduce dependencies and improve reusability.The functionality was splitted into these new packages: * zope.authentication - the IAuthentication interface and related utilities. *...
RPMPackage python2-zope-app-schema-4.1.0-1.lbn36.noarch
This package provides a component architecture based vocabulary registry. Component-based Vocabulary Registry This package provides a vocabulary registry for zope.schema, based on the component architecture.**NOTE:** This functionality has been replaced with zope.vocabularyregistry. These imports continue to work for backwards compatibility.It replaces the zope.schema's simple vocabulary...
RPMPackage python2-zope-app-rotterdam-4.0.1-1.lbn36.noarch
This package provides an advanced skin for the Zope 3 ZMI.CHANGES 4.0.1 (2017-05-25) - Remove long-deprecated <browser:layer> configuration which was hidden behind a have deprecatedlayers condition. That directive simply doesn't exist any longer and defining that feature would cause an "Unknown directive" ConfigurationError. 4.0.0 (2017-04-27) - Remove test dependency on zope.app.zcmlfiles,...
RPMPackage python2-zope-app-renderer-4.1.0-1.lbn36.noarch
This package provides a framework to convert a string from one format, such as Structured or Restructured Text, to another, such as HTML. Converters are looked up by adapter and uses other packages to implement the converters. 4.1.0 (2017-05-25) - Raise the docutils ReST error report level from its default of error to severe. An error-level report is issued for directives that are unknown,...
RPMPackage python2-zope-app-publisher-4.1.0-1.lbn36.noarch
Implementations and means for configuration of Zope 3-style views and resources
RPMPackage python2-zope-app-publication-4.5-1.lbn36.noarch
Publication and traversal components.4.5 (2020-11-05) -- Add support for Python 3.8 and 3.9.- Update the tests to zope.app.wsgi > 4.3. 4.4 (2020-05-14) -- Drop support for python setup.py test. 4.3.2 (2019-12-04) - Fix deprecation warning in tests. 4.3.1 (2019-07-01) - Updated expected doc output to match latest library versions (yes, again).- Fixed supported Python versions in .travis.yml.-...
RPMPackage python2-zope-app-principalannotation-4.0.0-1.lbn36.noarch
This package used to provide implementation of IAnnotations for zope.security principal objects, but it's now moved to the zope.principalannotation package. This package only contains a bootstrap subscriber that sets up the principal annotation utility for the root site and the browser add menu item for adding the annotation utility through ZMI.CHANGES 4.0.0 (2017-05-01) - Add support for...
RPMPackage python2-zope-app-preference-4.0.0-1.lbn36.noarch
This package provides a UI to maintain hierarchical user preferences in the ZMI... contents:: zope.app.preference This package provides a user interface in the ZMI, so the user can edit the preferences.Set up To show the user interface functions we need some setup beforehand: >>> from zope.testbrowser.wsgi import Browser >>> browser Browser() >>> browser.handleErrors FalseAs the preferences...
RPMPackage python2-zope-app-pagetemplate-4.0.0-1.lbn36.noarch
The zope.app.pagetemplate package integrates the Page Template templating system (zope.pagetemplate) into the Zope 3 application server. In particular, it provides:* a TALES engine implementation that uses Zope's security system for checking access,* TALES namespace adapters for easy access to DublinCore metadata (e.g. obj/zope:title) and URL quoting (e.g. obj/@@absolute_url/url:quote)......
RPMPackage python2-zope-app-onlinehelp-4.2.0-1.lbn36.noarch
:alt: Code Coverage
RPMPackage python2-zope-app-localpermission-4.1.0-1.lbn36.noarch
This package implements local persistent permissions for zope.security that can be added and registered per site.This is a part of "Through The Web" development pattern that is not used much by zope community and not really supported in zope framework anymore nowadays, so it can be considered as deprecated. 4.1.0 (2018-10-19) - Add support for Python 3.7. 4.0.0 (2017-04-23) - Add support for...
RPMPackage python2-zope-app-locales-4.1-1.lbn36.noarch
This package provides some facilities for extracting and managing i18n messages that occur in Zope software. More specifically, i18n messages can occur in Python code, in Page Templates and in ZCML declarations. zope.app.locales provides a utility that can extract messages from all three and write them to a standard gettext template (pot file). Detailed Documentation - Internationalization...
RPMPackage python2-zope-app-keyreference-3.6.1-1.lbn36.noarch
This package used to provide object references with support for support stable comparison and hashes. But all functionality was moved to the zope.keyreference package. This package now only provides backward-compatibility imports for objects defined in zope.keyreference.CHANGES 3.6.1 (2010-03-07) - Adapted tests for Python 2.4 - Added license file3.6.0 (2009-01-39) - Move all functionality to...
RPMPackage python2-zope-app-intid-3.7.1-1.lbn36.noarch
This package provides browser views for adding and managing integer id utility, provided by the zope.intid package.CHANGES 3.7.1 (2010-01-10) - Fix ftesting.zcml due to the zope.securitypolicy update.- Removed unneeded dependency on zope.app.publisher, added the missing one on zope.security.- Added test dependency on zope.login.3.7.0 (2009-02-01) - Move core functionality to new zope.intid...
RPMPackage python2-zope-app-i18n-4.0.1-1.lbn36.noarch
This package provides placeful persistent translation domains and message catalogs along with ZMI views for managing them.4.0.1 (2019-07-10) - Add support for Python 3.7.- Fix deprecation warning about importing IRegistered/IUnregistered from their old locations in zope.component.interfaces instead of their current locations in zope.interface.interfaces. 4.0.0 (2017-05-25) - Add support for...
RPMPackage python2-zope-app-http-4.0.1-1.lbn36.noarch
zope.app.http *************This package implements the simplest HTTP behavior within the Zope Publisher. It implements all HTTP verbs as views and defines the necessary HTTP exceptions.CHANGES 4.0.1 (2017-05-16) - The PUT views return an empty byte string instead of an empty native string. On Python 3, the unicode native string leads to a TypeError in zope.publisher.http. 4.0.0 (2016-08-08) -...
RPMPackage python2-zope-app-generations-4.0.0-1.lbn36.noarch
Generations are a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of a relational database.This package only contains the ZMI user interface for zope.generations_.. _zope.generations: contents::4.0.0 (2017-05-09) - Add...