You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-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 python3-zope-app-publisher-4.1.0-1.lbn36.noarch
Implementations and means for configuration of Zope 3-style views and resources
RPMPackage python3-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 python3-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 python3-zope-app-pagetemplate-4.0.0-2.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 python3-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 python3-zope-app-locales-4.3-2.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).
RPMPackage python3-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 python3-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 python3-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 python3-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 python3-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...
RPMPackage python3-zope-app-form-5.1.0-1.lbn36.noarch
This package provides the old form framework for Zope 3. It also implements a few high-level ZCML directives for declaring forms. More advanced alternatives are implemented in zope.formlib and z3c.form. The widgets that were defined in here were moved to zope.formlib. Version 4.0 and newer are maintained for backwards compatibility reasons only.Detailed documentation:CHANGES 5.1.0 (2018-10-22)...
RPMPackage python3-zope-app-folder-4.0.0-1.lbn36.noarch
This packages provides the standard Folder content type for Zope 3. It also implements the root folder of a Zope application. Folders can also be converted to sites, which allow one to register components locally.CHANGES 4.0.0 (2017-05-09) - Add support for Python 3.4. 3.5, 3.6 and PyPy. 3.5.2 (2010-12-28) - Removed testing.py. There are no functional tests and ftesting.zcml now.- Removed...
RPMPackage python3-zope-app-file-4.0.0-1.lbn36.noarch
This package provides two basic Zope 3 content components, File and Image, and their ZMI-compliant browser views. .. contents::File objects Adding Files You can add File objects from the common tasks menu in the ZMI. >>> result http(r""" ... GET /@@contents.html HTTP/1.1 ... Authorization: Basic mgr:mgrpw ... """) >>> " in str(result) Let's follow that link. >>> print(http(r""" ... GET...
RPMPackage python3-zope-app-exception-4.0.1-1.lbn36.noarch
This packages provides Zope 3 browser views for some generic exceptions. .. contents::System Errors System Errors are errors representing a system failure. At the application level, they are errors that are uncaught by the application and that a developer hasn't provided a custom error view Zope provides a default system error view that prints an obnoxius terse message and that sets the...
RPMPackage python3-zope-app-error-4.0.0-1.lbn36.noarch
This package provides management views for the error reporting utility defined in zope.error package.README This package provides an error reporting utility which is able to store errors. (Notice that the implementation classes have been moved to the zope.error package.)Let's create one: >>> from zope.app.error.error import ErrorReportingUtility >>> util ErrorReportingUtility() >>> util...
RPMPackage python3-zope-app-dependable-4.1.0-1.lbn36.noarch
A simple object-dependency framework for Zope. 4.1.0 (2018-10-22) - Add support for Python 3.7. 4.0.0 (2017-04-22) - Add support for Python 3.4, 3.5, and 3.6 and PyPy.- Removed support for Python 2.6.- Added tox.ini and manifest.- Removed zope.app.testing dependency.3.5.1 (2009-12-15) - Added missing zcml namespace to the configure file.3.5.0 (2009-12-15) - Moved CheckDependency event handler...
RPMPackage python3-zope-app-debug-4.0.0-1.lbn36.noarch
This package provides a debugger for the Zope publisher. After Zope is isntantiated, it drops the user into an interactive Python shell where the full Zope environment and the database root are available. 4.0.0 (2017-05-08) - Add support for Python 3.4, 3.5, 3.6 and PyPy.3.4.1 (2008-02-02) - Fix of 599 error on conflict error in request see: (2007-10-23) - Initial release independent of the...
RPMPackage python3-zope-app-content-4.0.0-1.lbn36.noarch
This package defines an IInterface that allows the developer to mark interfaces as content types.CHANGES 4.0.0 (2017-04-23) - Add support for PyPy. - Add support for Python 3.4, 3.5 and 3.6. 3.5.1 (2010-12-21) - Replace zope.app.component dependency with zope.componentvocabulary. 3.5.0 (2010-09-20) - Moved zope.app.interface.queryType to zope.app.content.queryType to inverse dependency. 3.4.0...