Custom Query (2152 matches)
Results (250 - 252 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#926 | fixed | Pick a simpler form framework | sebbacon | sebbacon |
Description |
The current formalchemy setup conflates view, controller and model code in a way that makes it hard to debug and customise. Review existing (and potentially non-existing) frameworks with a view to porting forms over to something more explicit and lightweight. Implement the current Package forms as an example of how this would work. Document and circulate. Sub-ticket of #961 (form, validation, model sync meta-ticket) |
|||
#971 | duplicate | Support middleware as a plugin | sebbacon | sebbacon |
Description |
I need to completely munge the rendered data coming from the app. There's not currently a plugin hook for this, where I get access to the entire environment. The most generic form of plugin would be WSGI Middleware. I propose adding an IMiddleware plugin hook for inserting abritrary middleware via our plugin system. |
|||
#1011 | fixed | Make pluggable AuthzGroups implementation | sebbacon | sebbacon |
Description |
I have a requirement to allow an external source to define the groups of which a user is a member. I propose to create an IAuthzUserGroups plugin interface that allows an extension to arbitrarily extend the list of AuthzGroups? that a user is in. |