repoze.what.plugins.sql releases

This document describes the releases of repoze.what.plugins.sql.

Version 1.0.1 (2011-04-07)

  • Made compatible with SQLAlchemy 0.7b2, by replacing import from sqlalchemy.exceptions with sqlalchemy.exc.
  • Made it possible to set dynamically the groups to which a user belongs and the permissions granted to a group, by allowing the user class to have “groups” as a property (rather than a SQLAlchemy relationship) and the group class to have “permissions” as a property (rather than a SQLAlchemy relationships). Thanks to Nicolas Laurance!

Version 1.0 Final (2010-03-11)

Removed the test suite and the documentation from the final distribution.

Version 1.0rc1 (2009-01-30)

  • Moved repoze.what.plugins.quickstart into an independent project.

Version 1.0b1 (2009-01-27)

  • Synchronized to repoze.what v1.0.1 and its credentials dict.
  • Loaded the user object into the identity thanks to repoze.who.plugins.sa.SQLAlchemyUserMDPlugin.
  • Many minor fixes.

Version 1.0a5 (2009-01-08)

  • I replaced /logout_handler with /logout by mistake while making that setting customizable in the previous release, which broke some applications. That’s now fixed (/logout_handler is back).

Version 1.0a4 (2009-01-02)

  • Added the ability to customize the login/logout related URLs through repoze.what.plugins.quickstart.setup_sql_auth() (TurboGears Ticket #2114).

Version 1.0a3 (2008-12-19)

Version 1.0a2 (2008-12-04)

  • Fixed the broken test suite for Elixir, thanks to Helio Pereira.
  • Updated repoze.what.plugins.quickstart.setup_sql_auth() according to the backwards incompatible change on repoze.what.middleware.setup_auth() introduced in repoze.what-1.0b2.
  • Now it’s possible to customize the authentication/identification cookie through repoze.what.plugins.quickstart.setup_sql_auth().
  • Tons of minor bug fixes.