You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-products-mailhost-4.12-1.lbn25.noarch
:target:
RPMPackage python2-products-linguaplone-4.3.0-1.lbn25.noarch
.. contents:: Introduction LinguaPlone is *the* multilingual/translation solution for Plone, and achieves this by being as transparent as possible and by minimizing the impact for existing applications and Plone itself.It utilizes the Archetypes reference engine to do the translation, and all content is left intact both on install and uninstall - thus, it will not disrupt your content...
RPMPackage python2-products-ldapuserfolder-4.0-1.lbn25.noarch
:target:
RPMPackage python2-products-ldapmultiplugins-4.0-1.lbn25.noarch
.. image::
RPMPackage python2-products-kupu-1.5.2-1.lbn25.noarch
Kupu What is Kupu? -Kupu is a cross-browser WYWSIWYG editor. It allows the comfortable editing of the body of an HTML document. It's client-side (browser) requirements are one of: - Mozilla 1.3.1 or higher - Internet Explorer 5.5 or higher - Netscape Navigator 7.1 or higher - Opera 9 or higherServer-side there are hardly any requirements, except for some way of processing data (CGI or...
RPMPackage python2-products-isurlinportal-1.2.1-1.lbn25.noarch
isURLInPortal patch for Plone This patches the isURLInPortal method in Plone. The method is in Products.CMFPlone/URLTool.py in the URLTool class. Basic use in a page template is:: <a tal:define"url request/came_from" tal:attributes"href url" tal:condition"python:context.portal_url.isURLInPortal(url)"> This link is only shown when it is somewhere in the Plone portal.What does isURLInPortal do?...
RPMPackage python2-products-genericsetup-2.2.0-1.lbn25.noarch
:target:
RPMPackage python2-products-fatsyndication-1.0.1-1.lbn25.noarch
Products.fatsyndication Generic syndication support for Archetypes content. For supported feed types see package Products.basesyndication. Changelog for Products.fatsyndication 1.0.1 - let the egg depend on 'Products.basesyndication'; fixes Quills issue 190 (r85361)1.0.0 (rev. 85110) - updated egg metadata, package description and history (r85095, r83999)- set translation domain for ZCML...
RPMPackage python2-products-externalmethod-4.6-1.lbn25.noarch
.. image::
RPMPackage python2-products-externalmethod-4.5-1.lbn25.noarch
.. image::
RPMPackage python2-products-externaleditor-3.1.0-1.lbn25.noarch
Zope External Editor The Zope External Editor is a new way to integrate Zope more seamlessly with client-side tools. It has the following features:- Edit objects locally, directly from the ZMI.- Works with any graphical editor application that can open a file from the command line, including: emacs, gvim, xemacs, nedit, gimp, etc.- Automatically saves changes back to Zope without ending the...
RPMPackage python2-products-externaleditor-3.0.1-1.lbn25.noarch
Zope External Editor The Zope External Editor is a new way to integrate Zope more seamlessly with client-side tools. It has the following features:- Edit objects locally, directly from the ZMI.- Works with any graphical editor application that can open a file from the command line, including: emacs, gvim, xemacs, nedit, gimp, etc.- Automatically saves changes back to Zope without ending the...
RPMPackage python2-products-extendedpathindex-4.0.1-1.lbn25.noarch
Introduction This is an Zope Catalog index to query treeish structures in the ZODB by path. It supports depth limiting, and has the ability to build a structure usable for navtrees and sitemaps. The actual navtree implementations are not (and should not) be in this package. This is the index implementation only.Assumptions EPI makes an assumption about the catalog and index being in the same...
RPMPackage python2-products-dcworkflowgraph-0.4.1-1.lbn25.noarch
Introduction DCWorkflowGraph DCWorkflowGraph is a DCWorkflow graphic viewer now. It uses Graphviz. I want to make it a graphic editor for DCWorkflow, just like what OpenFlowEditor does. DCWorkflowGraph is at the collective: Product home: Graphviz - see install.txtHow to use it Go to ZMI portal_workflow/your_workflow, there is a new tab called 'graph', click it and you will see the workflow graph!
RPMPackage python2-products-dcworkflow-2.6.0-1.lbn25.noarch
:target:
RPMPackage python2-products-dcworkflow-2.5.0-1.lbn25.noarch
:target:
RPMPackage python2-products-daterecurringindex-3.0.1-1.lbn25.noarch
Products.DateRecurringIndex A Zope 2 catalog index with support for indexing of recurring events, following the icalendar standard. It is a drop-in replacement for the Zope2 DateIndex and will produce the same results for non- recurring dates.The DateRecurringIndex accepts following parameters:id Required. The name of the field or object attribute to be indexed.recurdef Required. The name of...
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-cmfuid-3.1.0-1.lbn25.noarch
Products.CMFUid .. contents::CMFUid introduces a simple unique id implementation.Implementation The supplied tools attach the unique ids to the objects. The objects do not have to be aware of unique ids.The current implementation depends on the portal catalog to find an object of a given unique id. The interfaces do not imply the use of the catalog (except the IUniqueIdBrainQuery).Which Tool...
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...