Marcel Hellkamp
Marcel Hellkamp
I'm working on a complete rewrite of the java server. Stay tuned :)
I just gave @iurisilvio pull privileges. Welcome on board :)
The split is done. We can use this repository for meta-stuff (documentation and tools) and the bottle-extras meta-package. We should speak about a team/push/release strategy, too. Currently I am the...
Added @avelino and all the bottle-\* repositories to the extras-team. We should now fix/discuss the remaining issues that are still in this repository and perhaps trigger some releases?
There is no fixed schedule. The only thing I really try to guarantee is backwards compatibility for at least one minor release in the core framework. For the plugins I...
First of all we need some kind of integration tests. The plugin API is still evolving :)
The `bottle.ext` pseudo-module is just some magic (not recommended any more) to import `bottle_whatever`. You still have to import a module before usage, though: import bottle.ext.sqlite # actually imports bottle_sqlite...
If `s` is None, then beaker middleware did not inject the session object. The example code actually does not use this plugin, but directly applies the beaker session middleware to...
As far as I understand it, this parameter is required to log out from just a single service. If it's missing, the OpenID provider would ask the user whether to...
Depends on the application I guess. If an application offers a logout button, I usually expect to be logged out from that application, not from all applications. At least the...