You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-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 python2-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 python2-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 python2-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 python2-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 python2-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 python2-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 python2-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...
RPMPackage python2-zope-app-container-4.0.0-1.lbn36.noarch
This package define interfaces of container components, and provides sample container implementations such as a BTreeContainer and OrderedContainer.CHANGES 4.0.0 (2017-04-24) - Added support for PyPy and Python 3.4, 3.5 and 3.6.3.9.2 (2012-01-23) - Replaced an undeclared test dependency on zope.app.authentication with zope.password.- Removed undeclared test dependency on zope.app.folder.-...
RPMPackage python2-zope-app-component-4.1.0-1.lbn36.noarch
NOTE: this package is deprecated. Its functionality has been moved to more reusable packages, namely: zope.component, zope.security, zope.site and zope.componentvocabulary. Please import from there instead.This package provides various ZCML directives (view, resource) and a user interface related to local component management. .. contents:: 4.1.0 (2018-10-22) - Add support for Python 3.7....
RPMPackage python2-zope-app-catalog-4.0.0-1.lbn36.noarch
This package provides ZMI-based browser management pages and menu items for zope.catalog - the cataloging and indexing framework for Zope 3.CHANGES 4.0.0 (2017-05-05) - Add support for Python 3.4, 3.5, 3.6 and PyPy.- Remove test dependency on zope.app.testing and zope.app.zcmlfiles, among others. 3.8.1 (2010-01-08) - Removed unneeded dependencies on zope.app.publisher and zope.app.form, moved...
RPMPackage python2-zope-app-cache-3.7.0-1.lbn36.noarch
This package provides a caching mechanism for Zope applications.CHANGES 3.7.0 (2009-07-25) - Use the RAM cache implementation from zope.ramcache.3.6.0 (2009-05-27) - Use zope.componentvocabulary instead of zope.app.component.3.5.0 (2009-01-31) - Use zope.container instead of zope.app.container.3.4.1 (2008-07-30) - Remove find-links from buildout.cfg.- Get rid of zope.app.zapi as a dependency....
RPMPackage python2-zope-app-broken-4.0.0-1.lbn36.noarch
When an object cannot be correctly loaded from the ZODB, this package allows this object still to be instantiated, but as a "Broken" object. This allows for gracefully updating the database without interuption. 4.0.0 (2017-05-16) - Add support for Python 3.4, 3.5, 3.6 and PyPy.- Change dependency on ZODB3 to ZODB.- The browser.zcml will only be loaded if zope.browserpage is installed.-...
RPMPackage python2-zope-app-basicskin-4.0.0-1.lbn36.noarch
A very simple skin for the original Zope 3 ZMI.CHANGES 4.0.0 (2017-04-22) - Add support for Python 3.4, 3.5, and 3.6. - Add support for PyPy. 3.5.1 (2010-09-25) - Added test extra to declare test dependency on zope.component [test]. 3.5.0 (2009-12-16) - Avoid extraneous testing dependencies and remove test extra.- Avoid zope.app.component testing dependency.- Removed BBB import for...
RPMPackage python2-zope-app-authentication-4.0.0-1.lbn36.noarch
This package provides a flexible and pluggable authentication utility for Zope 3, using zope.pluggableauth. Several common plugins are provided. .. contents:: Pluggable-Authentication Utility The Pluggable-Authentication Utility (PAU) provides a framework for authenticating principals and associating information with them. It uses plugins and subscribers to get its work done.For a pluggable-...
RPMPackage python2-zope-app-applicationcontrol-4.0.0-1.lbn36.noarch
zope.app.applicationcontrol The application control instance is usually generated upon startup. This package provides runtime information adapter for application control and Zope version. Also provide a utility with methods for shutting down and restarting the server. Developer Resources -- Subversion browser: Read-only Subversion checkout:: $ svn co Writable Subversion checkout:: $ svn co...
RPMPackage python2-zope-app-apidoc-4.3.0-1.lbn36.noarch
This Zope 3 package provides fully dynamic API documentation of Zope 3 and
RPMPackage python2-zope-annotation-4.7.0-1.lbn36.noarch
zope.annotation README This package provides a mechanism to store additional information about objects without need to modify object class.
RPMPackage python2-zodbverify-1.2.0-1.lbn36.noarch
zodbverify Overview Verify a ZODB by iterating and loading all records. Problems are reported in detail. A debugger is provided, together with decompilation information.zodbverify is available as a standalone script and as addon for plone.recipe.zope2instance.Script The verification runs on a plain ZODB file. The Zope application is not started.Run i.e.:: bin/zodbverify -f...
RPMPackage python2-zodbverify-1.2.0-1.lbn36.noarch
zodbverify Overview Verify a ZODB by iterating and loading all records. Problems are reported in detail. A debugger is provided, together with decompilation information.zodbverify is available as a standalone script and as addon for plone.recipe.zope2instance.Script The verification runs on a plain ZODB file. The Zope application is not started.Run i.e.:: bin/zodbverify -f...