You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-ftw-keywordwidget-2.2.4-1.lbn36.noarch
.. contents:: Table of Contents Introduction ftw.keywordwidget provides six features:1. A widget, which loads select2 for better usability on single and multiselect fields. 2. A ChoicePlus field, which allows new terms. This is prevents us from making a specific, complicated source, which allow new items. 3. Render a additional New Entry textarea for new terms. 4. Uses tags feature of select 2...
RPMPackage python2-ftw-journal-1.3.0-1.lbn36.noarch
Currently ftw.journal provides two adapters to store infos.- workflow_histoy - annotationsHowto use:- Simply Add a rule throught the plone ui.- Add ftw.journal to your buildout configuration:: [instance] ftw.journal- Run buildout- Add rule through plone ui Compatibility -Runs with Plone < 4.3 or 5.1.- Github: - Issues: - Package will be on pypi: - Continuous integration:
RPMPackage python2-ftw-dictstorage-1.3.0-1.lbn36.noarch
Introduction This package provides a layer for storing key/value pairs. The storage can be configured dynamically by providing a IConfig adapter of the context on which the dict storage is used.The adapter defaults to using a non- persistent dict:.. code-block:: python >>> from ftw.dictstorage.interfaces import IDictStorage >>> context layer['example_context'] >>> print context...
RPMPackage python2-ftw-datepicker-1.6.2-1.lbn36.noarch
ftw.datepicker ftw.datepicker provides a date/time picker widget for your z3c.form fields using the jQuery based DateTimePicker widget from XDSoft ( It is compatible with Plone 4.3 and 5.1. Screenshot -Installation Add ftw.datepicker to your buildout configuration::: [instance] eggs + ... ftw.datepicker Import the generic setup profile for ftw.datepicker.--You can apply the widget to your...
RPMPackage python2-ftw-dashboard-dragndrop-1.7.1-1.lbn36.noarch
ftw.dashboard.dragndrop adds persistent dragndrop functionality to the standard plone dashboard... figure:: Certified: 01/2013Features:- **Drag'n'drop**: All dashboard portlets can be moved with drag'n'drop from column to column and reordered in the column. - **Folding**: Dashboard porlets are foldable. - **Edit portlet icon**: Dashboard portlets have an icon on the top (pencil) for editing...
RPMPackage python2-ftw-colorbox-1.6.4-1.lbn36.noarch
.. contents::Introduction ColorBox is a lightweight customizable lightbox plugin for jQuery. More information about ColorBox can be found here: Plone 4 ftw.colorbox also adds a view called colorbox_view for folders and topics which provides a ColorBox gallery when images are clicked on. The above view has been removed in Plone 5, though we are open to restoring it via a PR.Caveat As noted in...
RPMPackage python2-ftw-calendarexport-1.3-1.lbn36.noarch
Introduction ftw.calendarexport provides the functionality to export multiple events as ICS from ftw.calendar. It uses simplelayout to manage and display the content.Usage - Add ftw.calendarexport to your buildout configuration::: [instance] eggs + ftw.calendarexport- Install the generic import profile.On the ftwcalendar_view view you now see a viewlet which enables you to export multiple...
RPMPackage python2-ftw-calendar-3.1.2-1.lbn36.noarch
Introduction ftw.calendar is a calendar view based on fullcalendar ( - Generic: ftw.calendar doesn't care about the event objects, it only needs a collection in which the resulting brains have a start and a end attribute. If the calendar view is on an other content type than a collection, it will show all events (types defined in portal_calendar) below this context.- Lightweight: the only...
RPMPackage python2-ftw-builder-2.0.0-1.lbn36.noarch
ftw.builder Create Plone objects in tests with the Builder Pattern < builder pattern simplifies constructing objects. In tests we often need to create Plone objects, sometimes a single object, sometimes a whole graph of objects. Using the builder pattern allows us to do this in a DRY way, so that we do not need to repeat this over and over again... code:: python from ftw.builder import create...
RPMPackage python2-ftw-blog-1.8.1-1.lbn36.noarch
ftw.blog provides a blog implementation for Plone featuring tags and categories.A user can add a new blog entry and tag it using tags and categories. Available categories are defined by the creator of the blog, whilst tags can be added freely by the author of a blog entry.Blog entries are listed in chronological order, in a tag cloud, by categories, and in a monthly archive. Entries can be...
RPMPackage python2-freezegun-0.3.15-1.lbn36.noarch
FreezeGun: Let your Python tests travel through time FreezeGun is a library that allows your Python tests to travel through time by mocking the datetime module.Usage Once the decorator or context manager have been invoked, all calls to datetime.datetime.now(), datetime.datetime.utcnow(), datetime.date.today(), time.time(), time.localtime(), time.gmtime(), and time.strftime() will return the...
RPMPackage python2-forbiddenfruit-0.1.4-1.lbn36.noarch
[![Build Status]( Forbidden Fruit![Forbidden Fruit](logo.png)This project allows Python code to extend built-in types.If that's a good idea or not, you tell me. The first need this project attended was allowing a [Python assertion library]( to implement a similar API to [RSpec Expectations]( and [should.js]( But people got creative and used it to among other things [spy on things](
RPMPackage python2-flup-1.0.3-1.lbn36.noarch
 
RPMPackage python2-flask-theme-0.3.5-1.lbn36.noarch
flask-theme --flask-theme provides infrastructure for theming support in Flask applications. It takes care of:- loading themes - rendering templates from themes - serving static files like CSS and images from themes* documentation < * development version <
RPMPackage python2-flask-sphinx-themes-1.0.2-1.lbn36.noarch
Flask Sphinx Themes This repository contains Sphinx themes for Flask and Flask related projects. To use this theme in your Sphinx documentation:1. Install the package using pip: pip install Flask-Sphinx-Themes2. Add this to conf.py: .. code-block:: python html_theme 'flask'Themes The following themes exist for html_theme. flask The standard Flask documentation theme for large...
RPMPackage python2-five-pt-3.0-1.lbn36.noarch
This package is deprecated. It was integrated into Zope at version 4.0a2. It is no longer needed.Changelog 3.0 (2017-11-30) - Mark as deprecated. This package is no longer needed with Zope > 4 as its code got included in Zope. 2.2.5 (2017-11-26) - Fix test_edit_with_errors to not import a private variable from zope.pagetemplate. Fixes test failure with latest zope.pagetemplate. 2.2.4...
RPMPackage python2-five-localsitemanager-3.3-1.lbn36.noarch
Introduction Overview five.localsitemanager attempts to provide a local site manager implementation that is as close to the zope.interface / zope.component implementation as possible. Some reservations that do not conflict with the original API have been made to ease the path with CMF.Developer Resources -- Source code: 3.2.2 (2018-11-09) - Fix deprecation warnings. 3.2.1 (2018-10-11) - Update...
RPMPackage python2-five-localsitemanager-3.3-1.lbn36.noarch
Introduction Overview five.localsitemanager attempts to provide a local site manager implementation that is as close to the zope.interface / zope.component implementation as possible. Some reservations that do not conflict with the original API have been made to ease the path with CMF.Developer Resources -- Source code: 3.2.2 (2018-11-09) - Fix deprecation warnings. 3.2.1 (2018-10-11) - Update...
RPMPackage python2-five-intid-1.2.6-1.lbn36.noarch
Introduction Make it possible to use zope.intid_ in a Zope environment. This includes other packages that rely on it such as zope.keyreference_.. _zope.intid: .. _zope.keyreference: Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < First, let make sure the ofs utility provides the interface:: >>> from...
RPMPackage python2-five-grok-1.3.2-2.lbn36.noarch
five.grok .. contents::Introduction five.grok is a development layer for Zope 2, based on Grok framework concepts.The development techniques are similar to the ones used with Grok framework.It is based on grokcore namespace packages that were factored out of Grok framework.Implemented features --Coming from Grok, the following components are available to Zope 2 developers:- Zope 3 Component...