-
plone.openid-2.0.1-2.lbn13.noarch
This product implements OpenID_ authentication support for Zope_ via a
Pluggable Authentication Service plugin.
Using this package everyone with an OpenID authentity will be able to
login on your Zope site. OpenID accounts are not given any extra roles
beyond the standard Authenticated role. This allows you to make a distinction
between people that have explicitly signed up to your site and people
who are unknown but have succesfully verified their identity.
Authentication flow
-------------------
The OpenID authentication flow goes like this:
- user submits a OpenID identity (which is a URL) to you site. This is
done through a HTTP POST using a form variable called __ac_identity_url
- the PAS plugin sees this variable during credential extraction and
initiates a OpenID challenge. This results in a transaction commit and
a redirect to an OpenID server.
- the OpenID server takes care of authenticating the user and redirect the
user back to the Zope site.
- the OpenID PAS plugin extracts the information passed in via the OpenID
server redirect and uses that in its authentication code to complete the
OpenID authentication
Session management
------------------
The PAS plugin only takes care of authenticating users. In almost all
environments it will be needed to also setup a session so users stay
logged in when they visit another page. This can be done via a special
session management PAS plugin, for example plone.session.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.outputfilters-1.12-1.lbn13.noarch
plone.outputfilters provides a framework for registering filters that get applied to text as it is rendered.
By default, these filters are wired up to occur when text is transformed from the text/html mimetype to the text/x-html-safe mimetype via the PortalTransforms machinery.
With both Archetypes TextFields and the RichText field of plone.app.textfield, this transform is typically applied when the field value is first accessed. The result of the transform is then cached in a volatile attribute for an hour or until the value is replaced.
Included Filters
A default filter is included which provides the following features:
Resolving UID-based links
Adding captions to images
(These are implemented as one filter to avoid the overhead of parsing the HTML twice.)
These features used to be provided by similar transforms in both Products.kupu and Products.TinyMCE. New releases of these editors are being prepared which depend on the transform in plone.outputfilters, so that bugs don't need to be fixed in multiple places.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.portlet-1.0-1.lbn13.noarch
============
plone.portlet module
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.portlet.collection-2.1.5-1.lbn13.noarch
A portlet that fetches results from a collection
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.portlet.static-2.0.2-1.lbn13.noarch
============
A simple static HTML portlet for Plone 3.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.portlets-2.2-1.lbn13.noarch
plone.portlets provides a generic infrastructure for managing portlets.
Portlets are a bit like viewlets, except they can be manipulated at runtime,
using local components. This package is used by plone.app.portlets to provide
Plone-specific portlets, but should be generic enough to work on other
platforms. It should work in a "pure Zope 3" environment.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.principalsource-1.0b1-1.lbn13.noarch
This package provides a queriable sources (vocabularies) that return PAS users, groups or principals (both users and groups).
They are registered as named vocabularies, so you can do:
class IMyInterface(Interface):
users = schema.Choice(title=u"Users",
vocabulary="plone.principalsource.Users")
groups = schema.Choice(title=u"Groups",
vocabulary="plone.principalsource.Groups")
principals = schema.Choice(title=u"Principals",
vocabulary="plone.principalsource.Principals")
The underlying source (see source.py) implements the IQuerySource interface from z3c.formwidget.query. This means that it can be used for a query-select widget, including the one in plone.formwidget.autocomplete.
A note about unicode
The source attempts to make it safe to do a __contains__ check, a getTerm() lookup, and searches using unicode strings. This is somewhat constrained by the underlying plugins. In particular, the standard ZODBGroups plugin is incapable of searching for groups with unicode titles or ids, and returns a list of all groups if passed a unicode string. As such, the source forces all unicode strings used to search for groups to UTF-8 (searching for users is unaffected).
Also, remember that tokens should be 7-bit ASCII strings. getTermByToken() is forgiving in that it silently encodes a unicode string to utf-8, but really you should only pass unicode to this method.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.protect-2.0.2-2.lbn13.noarch
This package contains utilities that can help to protect parts of Plone
or applications build on top of the Plone framework.
protect decorator
=================
The most common way to use plone.protect is through the 'protect'
decorator. This decorator takes a list of *checkers* as parameters: each
checker will check a specific security aspect of the request
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.recipe.alltests-1.3-1.lbn13.noarch
Buildout recipe for running tests isolated at package boundaries
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
plone.recipe.zeoserver-1.2.6-1.lbn13.noarch
ZC Buildout recipe for installing a ZEO server
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13