Personal tools
You are here: Home Products SQLPASPlugin Releases SQLPASPlugin 1.0

SQLPASPlugin 1.0

SQLPASPlugin

This is the first stable release of SQLPASPlugin. It cleans up some code and adds full support for caching of all user information. This can dramatically increase the performance of your site and reduce the load on the SQL server.

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 2.5, Plone 3
State Final release
License GPL
Release Manager Wichert Akkerman
Released 2007/11/08

 

Change log

  • Cleanup and extend the caching support. [wichert]
  • Remove the fullname user property hack. This should not be done in SQLPASPlugin. [wichert]
  • No longer expose the userid and password as user properties. [wichert]
  • Added the HISTORY.txt file. [fschulze] [deo]
  • Merged the topia-roles branch, which completed the roles management plugin implementation. [deo]
  • Added caching to the usermanager plugin authentication and ICredentialsResetPlugin interface for invalidating cache. [chopin]
  • Merged the chopin-cached-auth branch, which added initial cache support. [deo]