[Repoze-dev] repoze.what - Redis plugin available

2009-05-21 Thread Jonas Melian
Hello, I'm pleased to announce the repoze.what plugin to use in Redis databases. Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements. H

[Repoze-dev] [issue86] repoze.who.plugins: Allow custom redirect on authentication failure

2009-05-21 Thread Tim Parkin
New submission from Tim Parkin : Where an application has a login panel on every page, this panel is often not large enough to display errors. A successful login may opt to keep the user on the same page but a failure should take the user to the full login page so that a user can be shown 'passwo

[Repoze-dev] [issue86] repoze.who.plugins: Allow custom redirect on authentication failure

2009-05-21 Thread Gustavo Narea
Gustavo Narea added the comment: With repoze.who-friendlyform you have full control on successful/unsuccessful logins: http://code.gustavonarea.net/repoze.who-friendlyform/ -- status: unread -> chatting __ Repoze Bugs _

[Repoze-dev] repoze.bfg 0.8.1 released

2009-05-21 Thread Chris McDonough
repoze.bfg 0.8.1 was just released (to the http://dist.repoze.org/bfg/current/simple index) with the following features: - Class objects may now be used as view callables (both via ZCML and via use of the ``bfg_view`` decorator in Python 2.6 as a class decorator). The calling semantics whe