Custom Query (2152 matches)
Results (1543 - 1545 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#972 | wontfix | Merge 'extras' into main package dict rather than having separate key | sebbacon | rgrp |
Description |
Rather than have a separate 'extras' key all the extras fields should be consolidated into the main package dict when presenting the package internally or e.g. via the API. Why? Extras are really just an artefact of our internal storage model. Clients of the system (both internal and external) should just see a set of key/values with no distinction between extras and non-extras. Issues
Possible subticket of forms refactoring: #961 |
|||
#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. |
|||
#1013 | fixed | Refactor & write tests for Wordpresser extension | sebbacon | sebbacon |
Description |
The Wordpresser extension seems to be working well for DataGM, but needs caching and tests. |