-
python2-ftw-journal-1.3.0-1.lbn25.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:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-keywordwidget-2.2.4-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-meeting-1.8.0-1.lbn25.noarch
Introduction ftw.meeting provides a meeting content type for plone. The meeting
acts as event but also as meeting report and can contain multiple meeting
items. It provides an ical export and an optional PDF export (optional
dependency ftw.pdfgenerator).Usage - Add the package to your buildout
configuration::: [instance] eggs + ... ftw.meeting- Install the generic setup
profile.- Github: -...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-notification-base-1.3.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-participation-1.6.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-profilehook-1.3.0-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-tagging-2.0.1-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-testbrowser-2.1.2-1.lbn25.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:
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-testing-2.0.6-1.lbn25.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...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
python2-ftw-theming-2.1.2-1.lbn25.noarch
.. contents:: Table of Contents Installation Add the package as dependency to
your setup.py:.. code:: python setup(... install_requires[ ... 'ftw.theming',
])or to your buildout configuration:.. code:: ini [instance] eggs +
ftw.themingand rerun buildout. SCSS Registry The SCSS registry is configured
with ZCML and contains all SCSS resources from ftw.theming, addons, the theme
and policy...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25