You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-funnelweb-1.1.1-1.lbn36.noarch
FunnelWeb - Content conversion made easy ****************************************Easily convert content from existing html into Plone.:Code repository: :Questions and comments to: :Report bugs at: contents::Introduction
RPMPackage python3-ftw-zipexport-1.6.4-1.lbn36.noarch
ftw.zipexport provides a generic solution to export data from plone in a zip archive.A user can export data with the "Export as Zip" action in document listings.InstallCompatibility -For zipping files with a total size of over 4Gb python 2.7.4 is required.Step-by-Step - Add ftw.zipexport to your buildout configuration:: [instance] eggs ftw.zipexport- Run buildout- Install ftw.zipexport in...
RPMPackage python3-ftw-uploadutility-1.0.0-1.lbn36.noarch
.. contents:: Table of Contents Introduction Port of "ZPublisher.HTTPRequest.FileUpload" utility from plone 5 to plone 4. Compatibility -Plone 4.3.x Installation - Add the package to your buildout configuration::: [instance] eggs + ... ftw.uploadutility Development 1. Fork this repo 2. Clone your fork 3. Shell: ln -s development.cfg buildout.cfg 4. Shell: python bootstrap.py 5. Shell:...
RPMPackage python3-ftw-upgrade-3.3.1-3.lbn36.noarch
This product aims to simplify running and writing third-party Generic Setup upgrade steps in Plone.It provides a control panel for running multiple upgrades at once, based on the upgrade mechanism of Generic Setup (portal_setup).Further a base class for writing upgrade steps with a variety of helpers for common tasks. Usage ----- $ UPGRADE_PUBLIC_URL=http://localhost:8080 ftw-upgrade sites --auth admin:secret or $ UPGRADE_PUBLIC_URL=http://localhost:8080 UPGRADE_AUTHENTICATION=admin:secret ftw-upgrade sites
RPMPackage python3-ftw-testing-2.0.6-1.lbn36.noarch
ftw.testing This package provides helpers for writing tests... contents:: Table of Contents IntegrationTesting FTWIntegrationTesting layer The FTWIntegrationTesting is an opinionated extension of Plone's default integration testing layer.The primary goal is to be able to run ftw.testbrowser\s traversal driver with integration testing.**Database isolation and transactions**The Plone default...
RPMPackage python3-ftw-testbrowser-2.1.2-1.lbn36.noarch
ftw.testbrowser Package documentation < is a browser library for testing Plone_ web sites and applications. It integrations directly into Plone / Zope and uses lxml_ for parsing and querying pages. It supports all the basic features such as filling forms.Links - Documentation: - Github: - Issues: - Pypi: - Continuous integration:
RPMPackage python3-ftw-tagging-2.0.1-1.lbn36.noarch
ftw.tagging extends Plone content types with a tags field using schemaextender for Archetype or a behavior for Dexterity.It's possible to define tag roots to restrict tags to a part of the site. If no tag root is set, the Plone-root will also be your tag-root.A tag cloud portlet is provided that shows a tag cloud for the current tag root.As an example, ftw.tagging is used by ftw.blog for...
RPMPackage python3-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 python3-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 python3-ftw-profilehook-1.3.0-1.lbn36.noarch
ftw.profilehook ftw.profilehook provides a hook for executing custom code after a generic setup profile is installed. Motivation -We often use import steps for executing code after import a generic setup profile. Registering a lot of setup handlers is bad because it extends the import duration of every profile and the amount of import steps are limited in generic setup, causing bad effects...
RPMPackage python3-ftw-participation-1.6.0-1.lbn36.noarch
ftw.participation With ftw.participation users can invite other users to a participate in a area (e.g. Workspace) of a Plone installation.A privileges user is able to invite another person by going to the invite view and entering the e-mail address of the other person. The person receives a email with a link to the Plone installation where he / she can log in with a existing user or create a...
RPMPackage python3-ftw-notification-base-1.3.0-1.lbn36.noarch
ftw.notification.base This package provides a notification system for plone for sending notifications when a content is changed.Every edit-form is extended with a checkbox for sending a notification after the modification on the content is done. When checked, the user will see a form after submitting the changes, where he can select multiple persons to be notified and add a comment.This...
RPMPackage python3-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 python3-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 python3-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 python3-ftw-datepicker-1.6.2-2.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 python3-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 python3-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 python3-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 python3-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...