You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-plone-app-contenttypes-2.2.3-1.lbn25.noarch
.. contents:: plone.app.contenttypes documentation
RPMPackage python2-plone-app-contentrules-4.1.6-1.lbn25.noarch
Introduction plone.app.contentrules provides Plone-specific conditions and actions, as well as a user interface for plone.contentrules.Compatibility with Plone versions The 3.x series is intended for usage with Plone 4.3 and up and features the new content rules UI. Development of this package continues in the master branch.For use with versions of Plone earlier than 4.3, use versions < 2.2.1....
RPMPackage python2-plone-app-contentmenu-2.3.4-1.lbn25.noarch
Introduction plone.app.contentmenu contains the logic that powers Plone's content menu which is part of the toolbar.It provides the menus items (and its submenues) for- factories menu (order10) - workflows menu (order20) - actions menu (order30) - display menu (order40) - manage portlets menu (order50)Note that menu items are ordered by an 'ordered' property. To allow third party products to...
RPMPackage python2-plone-app-contentlisting-2.0.7-1.lbn25.noarch
Listing and working with Plone content objects using plone.app.contentlisting This is valid for Plone 4.1 upwards.Many of the operations for customizations, templates, views and portlets in Plone are related to lists of content objects. Their sources can be different, although usually they are some sort of catalog search, the contents of a particular folder or a list of objects from a...
RPMPackage python2-plone-app-content-3.8.8-1.lbn25.noarch
Introduction plone.app.content contains various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers. Source Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < Changelog .. You should *NOT* be adding new change log entries to this file. You...
RPMPackage python2-plone-app-collection-1.2.8-1.lbn25.noarch
Collections in Plone are the most powerful tool content editors and site managers have to construct navigation and site sections.This is a brand new implementation of collections for Plone, using ajax/javascript to make a simpler, easier and streamlined user experience for using collections. Having a more lightweight backend that does not depend on many nested criteria types.It's designed with...
RPMPackage python2-plone-app-changeownership-1.0-1.lbn25.noarch
Introduction plone.app.changeownership as it sounds is a Plone package to change objects ownership.Problem While for a single content you can call the /change- owner view, there is no way in Plone to transfer **ownership of all objects** owned by an user to a new user. To delete a Plone member in such case is not an option. Solution plone.app.changeownership makes easy to transfer ownership...
RPMPackage python2-plone-app-caching-2.1.0-1.lbn25.noarch
plone.app.caching Introduction plone.app.caching provides a Plone UI and default rules for managing HTTP response caching in Plone. It builds on z3c.caching, plone.caching and plone.cachepurging.plone.app.caching version 2.x requires Plone 5.2 or later. For earlier Plone versions, use a release from branch 1.x. Installation plone.app.caching is shipped as a dependency of the Plone package....
RPMPackage python2-plone-app-blocks-5.1.0-1.lbn25.noarch
Introduction to Blocks This package implements the 'blocks' rendering model, by providing several transform stages that hook into plone.transformchain.The rendering stages are:plone.app.blocks.parsexml (order 8000) Turns the response in a repoze.xmliter XMLSerializer object. This is then used by the subsequent stages. If the input is not HTML, the transformation is...
RPMPackage python2-plone-app-blocks-5.0.1-1.lbn25.noarch
Introduction to Blocks This package implements the 'blocks' rendering model, by providing several transform stages that hook into plone.transformchain.The rendering stages are:plone.app.blocks.parsexml (order 8000) Turns the response in a repoze.xmliter XMLSerializer object. This is then used by the subsequent stages. If the input is not HTML, the transformation is...
RPMPackage python2-plone-app-blob-1.8.2-1.lbn25.noarch
plone.app.blob Overview This package aims to be an add-on for Plone (> 3.x) integrating ZODB (>3.8) blob support, which allows large binary data to be managed by the ZODB, but separately from your usual FileStorage database, i.e. Data.fs. This has several advantages, most importantly a much smaller Data.fs and better performance both cpu- as well as memory-wise. .. |__| unicode:: U+20 .....
RPMPackage python2-plone-api-1.11.1-1.lbn25.noarch
plone.api A simple API, built for humans wishing to develop with Plone.The intention is* to cover as much as possible the tasks carried out by a Plone developer * to provide clear API methods for Plone functionality which may be confusing or difficult to access, * keeping everything in one place, * staying introspectable and discoverable, important aspects of being Pythonic.
RPMPackage python2-plone-alterego-1.1.5-1.lbn25.noarch
plone.alterego Now you see it, it now you don't!This package defines a dynamic module type that lets you create objects in the dynamic module on demand.Usage To use this package, you should: - Identify an appropriate parent module where the dynamic module will live. - Ensure that plone.alterego.dynamic.create() is called with this module and a dynamic module name. Typically, you'd do this in...
RPMPackage python2-plone-5.2.9-2.lbn25.noarch
About Plone Plone is a mature, secure and user-friendly Content Management System (CMS).Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed...
RPMPackage python2-plone-5.2.9-1.lbn25.noarch
About Plone Plone is a mature, secure and user-friendly Content Management System (CMS).Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed...
RPMPackage python2-plone-5.2.8-1.lbn25.noarch
About Plone Plone is a mature, secure and user-friendly Content Management System (CMS).Plone - and the Open Source community behind it - aggregates more than 15 years experience in content management. It offers all major features expected by a modern CMS out-of-the-box.Lots of customizations can be made trough-the-web, such as creating content types, themes, workflows and much more. Pushed...
RPMPackage python2-platformdirs-2.0.2-1.lbn25.noarch
the problem What directory should your app use for storing user data? If running on macOS, you should use:: /Library/Application Support/<AppName>If on Windows (at least English Win XP) that should be:: C:\Documents and Settings\<User>\Application Data\Local Settings\<AppAuthor>\<AppName>or possibly:: C:\Documents and Settings\<User>\Application Data\<AppAuthor>\<AppName>for roaming profiles <...
RPMPackage python2-pkginfo-1.8.3-1.lbn25.noarch
pkginfo README This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG- INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop). Please see the...
RPMPackage python2-pkginfo-1.8.2-1.lbn25.noarch
pkginfo README This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG- INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running setup.py develop). Please see the...
RPMPackage python2-pinpayments-0.1.1-1.lbn25.noarch
PinPayments Python PinPayments-Python is a Python interface to the [Pin Payments]( Installation: pip install pinpayments Quickstart:>>> from pinpayments import PinPayments >>> api_secret <api_secret> >>> pin PinPayments(api_secret api_secret, test False) >>> customers pin.getCustomers()