Personal tools
You are here: Home Products PlonePAS Releases PlonePAS 3.0

PlonePAS 3.0

This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.

This release adds GenericSetup support to PlonePAS

For additional information about this project, please visit the project page.

Available downloads

Product Package

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Final release
License ZPL
Release Manager Wichert Akkerman
Released 2007/05/05

 

Change log

PlonePAS 3.0 - August 16, 2007

  • Fix check for authenticateCredentials return value [rossp]

PlonePAS 3.0rc2 - July 27, 2007

  • Fake a getPhysicalPath on our search view so ZCacheing works properly everywhere. [wichert]
  • Add event classes for logged-in and logged-out events. [wichert]

PlonePAS 3.0rc1 - July 8, 2007

  • Correct logic in MemberData capability methods: any plugin is allowed to (re)set a password, delete the user or add roles. [wichert]
  • Use the proper API to get the containing PAS in the group plugin [wichert]
  • Fix setting user properties on the user object. [wichert]

PlonePAS 3.0b7 - May 5, 2007

  • Removed the five:registerPackage statement again. It causes problems in a ZEO environment. [hannosch]
  • Removed our version of the Plone tool from ToolInit. It won't get an icon anymore and you cannot add it, but existing instances still work. We migrate all instances back to the regular tool anyways. [hannosch]

PlonePAS 3.0b6 - May 5, 2007

  • Fixed two migration related test failures. [hannosch]
  • Spring cleaning, removed some cruft, pyflaked and corrected some more undefined names. [hannosch]
  • New package layout, following standard Python package conventions. [hannosch]
  • Fixed tool names in ToolInit, so the permission has a proper name. This closes http://dev.plone.org/plone/ticket/6525. [hannosch]

PlonePAS 3.0-beta5 - May 2, 2007

  • 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 browsr 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]