You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-quintagroup-plonetabs-1.0-1.lbn36.noarch
Introduction This product allows Plone websites to manage portal_actions tool from portal_control_panel configlet in an easier way. Especially using rich (Ajax based) mode.This is a fully rewritten version of qPloneTabs product. Features * quintagroup.plonetabs allows editing portal tabs, document actions, site actions, folder buttons (and other portal_actions tools) - all via Plone Control Panel
RPMPackage python2-quintagroup-plonegooglesitemaps-1.8.2-1.lbn36.noarch
Introduction Plone Google Sitemaps product allows Plone websites to get better visibility on Google search engine by providing it with a complete listing of content URLs to website... figure:: Google Sitemaps allows you to enable different kinds of Google Sitemaps on your Plone website. Such Sitemaps help Google identify site URLs and the data under each site section. With Google Sitemaps...
RPMPackage python2-quintagroup-plonecaptchas-4.2-1.lbn36.noarch
Plone Captchas quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed for validation of human input in insecure forms. This is a standalone implementation which does not depend on captchas.net services.quintagroup.plonecaptchas adds captcha support to Plone, it works together with quintagroup.captcha.core package ( and quintagroup.formlib.captcha ( these products...
RPMPackage python2-quintagroup-catalogupdater-0.1.1-1.lbn36.noarch
quintagroup.catalogupdater package is intended for extending ZCatalog API with possiblity to update selected columns only. This package registers 'catalog_updater' utility for that.To simplify usage of the utility, quintagroup.catalogupdater extends GenericSetup's ZCatalog XMLAdapter handler, which allows to *update* attribute usage in *column* tag of *catalog.xml* file.So, when you add a new...
RPMPackage python2-quintagroup-captcha-core-0.4.3-1.lbn36.noarch
Introduction Quintagroup Captcha Core (quintagroup.captcha.core) is a core package of simple captcha implementation. It allows to configure captchas on your Plone site. This product works together with other Quintagroup captcha products. To protect standard Plone forms with captcha - use quintagroup.plonecaptchas package. quintagroup.captcha.core Usage After product installation you'll see...
RPMPackage python2-quintagroup-canonicalpath-0.7-1.lbn36.noarch
Introduction quintagroup.canonicalpath package brings canonical path calculation functionality to Plone. The package allows to define path and/or link to the object, which may differ from standard physical path or its URL in portal.It's used by such products as quintagroup.seoptimizer (for defining canonical link of the object) and quintagroup.plonegooglesitemaps (on google sitemaps...
RPMPackage python2-quills-core-1.7.0-1.lbn36.noarch
quills.core This package is a part of the Quills Blogging Suite. It contains Core weblog interfaces and views.For further information about Quills, see package Products.Quills. Changelog See package Products.Quills/Products.QuillsEnabled for a changelog.
RPMPackage python2-quills-app-1.8.1-1.lbn36.noarch
quills.app This package is a part of the Quills Blogging Suite. It contains code shared between Products.Quills and Products.QuillsEnabled.For further information about Quills, see package 1.8.1 (2016-12-27) -- add Plone version classifiers [tkimnguyen]- include all needed files [skurfer]1.8 (2012-12-17) -- Plone 4.3 compatibility [ale-rt]- Handle case when attribute parentsInThread does not...
RPMPackage python2-plone-recipe-zope2instance-6.11.0-1.lbn36.noarch
Introduction This recipe creates and configures a Zope instance in parts. (Despite its name it nowadays only works for Zope 4+.) It also
RPMPackage python2-plone-recipe-zeoserver-2.0.3-1.lbn36.noarch
This recipe creates and configures a ZEO server in parts. It also installs a control script in the bin/ directory. The name of the control script is the name of the part in buildout.You can use it with a part like this:: [zeo] recipe plone.recipe.zeoserver zeo-address 8100This will create a control script bin/zeo.You can either start the database in foreground mode via bin/zeo fg or use the...
RPMPackage python2-plone-recipe-precompiler-0.7.2-1.lbn36.noarch
plone.recipe.precompiler Buildout recipe to precompiles Python and locale files in an egg list.Why precompilation? Python ordinarily compiles .py files into .pyc or .pyo byte code files on demand. Likewise, applications like Plone often compile .po locale files into .mo representations when needed.However, if you are running a Python application as a daemon and wish to prevent write access to...
RPMPackage python2-plone-recipe-command-1.1-1.lbn36.noarch
Introduction The plone.recipe.command buildout recipe allows you to run a command when a buildout part is installed or updated. It is very easy to use:: [buildout] parts command [command] recipe plone.recipe.command command cat README.txtThis configures a buildout part called command which lists the contents of README.txt when it is installed. Reference Unless otherwise specified all commands...
RPMPackage python2-plone-recipe-alltests-1.5.2-1.lbn36.noarch
plone.recipe.alltests This recipe creates a testrunner script which is suitable for running all tests in a buildout environment at once.At least in Zope2 there are frequently test isolation problems caused by too much global state being used. Instead of fighting against these test isolation problems, this recipe provides a convenient way to run all tests on a package by package basis, provides...
RPMPackage python2-plone-app-async-1.7.0-1.lbn36.noarch
plone.app.async Introduction Integration package for zc.async_ allowing asynchronous operations in Plone 3 and 4... contents::Repository - You will typically run plone.app.async in a ZEO environment, where you will have one or more *worker* instances carrying out jobs queued by your main zope instances.For the sake of simplicity it is assumed that you have one instance that can queue new...
RPMPackage python2-ftw-table-1.22.0-1.lbn36.noarch
Introduction The ftw.table package provides a utility for generating HTML tables of dicts, catalog brains and other objects.It comes with a jQuery plugin installable with a Plone Generic Setup profile, providing features such as sorting, filter, grouping checkboxes and more.-The main purpose of this library package is to abstract the table generation for the ftw.tabbedview_ package but it can...
RPMPackage python2-ftw-tabbedview-4.2.1-1.lbn36.noarch
Introduction This package provides a generic view with multiple tabs for plone. It provides a generic base tab for listing contents in a table, based on ftw.table_.- Generic tabbed view - Tabs are registered through FTI actions - Base view for listing tabs - Listing tabs are filterable - Perform configurable actions on listed items - ftw.table_'s Ext JS_ support works also in listing tables -...
RPMPackage python2-ftw-jsondump-1.1.0-1.lbn36.noarch
ftw.jsondump provides JSON representations for Plone objects. By using adapters the JSON representation can easily be customized... contents:: Table of Contents Installation Add the package as dependency to your setup.py:.. code:: python setup(... install_requires[ ... 'ftw.jsondump', ])or to your buildout configuration:.. code:: ini [instance] eggs + ftw.jsondumpand rerun buildout.For...
RPMPackage python2-copr-cli-1.101-1.lbn36.noarch
Copr is designed to be a lightweight buildsystem that allows contributors to create packages, put them in repositories, and make it easy for users to install the packages onto their system. Within the Fedora Project it is used to allow packagers to create third party repositories.This part is a command line interface to use copr.
RPMPackage python2-collective-singing-0.7.6-1.lbn36.noarch
collective.singing Abstract Singing is a Zope 3 library for sending notifications and newsletters.You can find the development version of collective.singing in the GitHub repository < 0.7.6 (2019-10-22) - support removing subscriptions that changed their email-address [fRiSi] 0.7.5 (2017-03-03) - make channel description an optional field so users can leave it empty if no description is...
RPMPackage python2-collective-js-throttledebounce-1.3.2-1.lbn36.noarch
Introduction jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways.See: Current plugin version: jQuery throttle / debounce - v1.1 - 3/7/2010Credits Sponsered by 4teamwork_. * Jonas Baumann_, author .. _4teamwork: .. _Jonas Baumann: 1.3.2 (2019-12-18) - Fix variable assignment [Nachtalb] 1.3.1 (2019-12-17) - Fix broken upgrade step of 1.3.0. [jone] 1.3.0 (2019-12-17)