----------------------
- Modify the roles plugin to lazily update its roles list from the portal.
[wichert]
- Filter duplicate search results.
[laz, wichert]
- Add a sort_by option to the search methods to allow sorting of results
by a property.
[laz, wichert]
- Modify login method for the cookie plugin to perform the credential
update in the PAS of the user instead of the PAS of the plugin. This
helps in making sure that users will only authenticate against their
own user folder, so we get all their roles, properties, etc. correctly.
[wichert]
- Update installation logic to use plone.session for cookies
[wichert]
- Add pas_info and pas_search browser views.
[wichert]
- Deprecate the PlonePAS PloneTool; its changes have been merged in the
standard Plone version.
[wichert]
- Use getUtility to get the portal object.
[wichert]
- Deprecate user and group searching through CMF member and group tools
in favour of PAS enumeration.
[wichert]
- Refactor user searching in the membership tool to use standard PAS
searches.
[wichert]
- Add user enumeration capabilities to the mutable properties plugin.
[wichert]
- Add a new automatic group plugin which puts all users in a virtual
group. This is useful for permissions handling: since it is not
possible to add roles to users with the Authenticated role a
virtual group can be used instead.
[wichert]
- Added support to import PloneUserFactory and added stub
for ZODBMutableProperties. Attention: Latter needs a real
export and import! At the moment it do not export the
propertysheets. This is a TODO. At least with this two
additions PlonePAS import runs. Additional I needed to
hack PluginRegistry and and PluggableAuthService slightly.
[jensens]
- Added HISTORY.txt and updated version information.
[hannosch]