Custom Query (2152 matches)
Results (658 - 660 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1008 | fixed | eval() of user display name in template head | rgrp | pudo |
Description |
We're currently setting the user preferences links via a javascript snippet that also evals the name. This should be removed as we're not displaying the user name any longer. We should also have page fragment caching in Genshi, which is not currently implmented. cf. http://api.rubyonrails.org/classes/ActionController/Caching/Fragments.html |
|||
#1010 | fixed | List CKAN users in WUI | rgrp | rgrp |
Description |
Should have user listing at /user/ rather than user account page.
|
|||
#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. |