You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-products-rpmmanager-standalone-5.2.1-1.lbn25.noarch
Run RPMManager as a separate standalone Zope server/environment
RPMPackage python2-products-rpmmanager-instance-5.2.1-1.lbn25.noarch
Deploy within Zope on port 8080
RPMPackage python2-products-contentmigration-2.2.2-1.lbn25.noarch
This is a generic content migration framework, which should help you write your own content migrations. It has no UI and no value on its own, but makes it easy to write certain type of content migrations. This replaces the ATContentTypes migration framework, and provide three useful extensions: A CustomQueryWalker can be used to specify a more specific catalog query for a walker to use (e.g. which content to actually migrate). This can be used with any migrator. A BaseInlineMigrator is similar to BaseMigrator, but does not migrate by copying the old object to a temporary location, creating a new object and applying migration methods. Instead, migration methods are applied in-place. This simplifies the code significantly, because attributes, local roles etc. does not need to be copied over. Note that whereas BaseMigrator works in terms of self.old and self.new as the objects being migrated, BaseInlineMigrator only has a single object, stored in self.obj. This can be used with any walker. An extension of this class called FieldActionMigrator uses the action-based migration framework for Archetypes fields, found in field.py. Please refer to that file for full details, but briefly, you specify a list of attributes to migrate at the storage level, instructing the migrator whether to rename, transform, unset or change the storage for an attribute. Please see the docstrings in walker.py, migrator.py and field.py for full details. For examples, see tests/cmtc.py and tests/testATFieldMigration.py.
RPMPackage python2-products-cmftopic-2.2.1-1.lbn25.noarch
Products.CMFTopic .. contents::This product declares a topic content type for the Zope Content Management Framework (CMF).Products.CMFTopic Changelog 2.2.1 (2010-07-04) - Deal with deprecation warnings for Zope 2.13. 2.2.0 (2010-01-04) - no changes from version 2.2.0-beta 2.2.0-beta (2009-12-06) no changes from version 2.2.0-alpha 2.2.0-alpha (2009-11-13) - Got rid of redundant icon related...
RPMPackage python2-products-cmfactionicons-2.1.3-1.lbn25.noarch
Products.CMFActionIcons .. contents::NOTE Starting with CMFCore and CMFDefault versions 2.2.0 the CMFActionIcons product is obsolete. Its functionality has been folded into the core CMF packages.The action icons tool provides a centralized registry mapping CMF "actions" (identified by their category and ID) to additional presentation metadata (display title and icon). The skins here show...
RPMPackage python2-products-bastionsubscriber-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionledgerpro-zero-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionledgerpro-uk-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionledgerpro-au-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionledgerpro-5.0.3-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionledger-5.1.1-1.lbn25.noarch
General Ledger, Order Management, Debtor and Creditor Management,Shareholder Management, Asset Register, Forecasting, ...
RPMPackage python2-products-bastioncurrencytool-5.2.1-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastioncrypto-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastioncallcentre-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionbase-5.2.8-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-products-bastionbanking-5.0.0-1.lbn25.noarch
Base/shim classes for Bastion Suite
RPMPackage python2-plone-app-transmogrifier-2.0.0-1.lbn25.noarch
Plone transmogrifier blueprints .. contents::This package contains several blueprints for collective.transmogrifier_ pipelines, commonly used to import content into a Plone site.Installation See docs/INSTALL.rst for installation instructions.Credits Development sponsored by Elkjøp Nordic ASDesign and development Martijn Pieters_ at Jarn_ Florian Schulze_ at Jarn_.. _Martijn Pieters:...
RPMPackage python2-persistent-devel-4.9.0-1.lbn25.x86_64
persistent include files
RPMPackage python2-persistent-4.9.0-1.lbn25.x86_64
persistent: automatic persistence for Python objects :target:
RPMPackage python2-pdbpp-0.10.3-1.lbn25.noarch
.. -*- restructuredtext -*-pdb++, a drop-in replacement for pdb What is it? This module is an extension of the pdb_ module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible. pdb++ features include: - colorful TAB completion of Python expressions (through...