Refactor #244
remove AS from usergroup pages
Associated revisions
History
#1
Updated by Paul Kelly over 12 years ago
- Status changed from New to Resolved
- Branch set to feature/170-usergroups
Cleaned out AS
note that the branch is feature/170-usergroups
#2
Updated by Ohad Levy over 12 years ago
- Status changed from Resolved to Ready For Testing
- Target version set to 0.1-5
#3
Updated by Paul Kelly over 12 years ago
- % Done changed from 0 to 100
Applied in changeset 9c0e127b1d42b7243403dd49d739cf8e97baa60b.
#4
Updated by Ohad Levy over 12 years ago
- Status changed from Ready For Testing to Closed
closing, as the usergroup was never introduced as an activescaffold (in master or develop branches)
Fixes #170 - implement usergroups
Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide
Added "recipients" method to users and usergroups. This returns a list of addresses.
Usergroup#recipients will follow all nested usergroups avoiding any loops and
return only unique addresses
Fixes #73 - Add usergroup support to hosts
Fixes #244 - Remove ActiveScaffold from the usergroup pages
and finally - added owners to host edit page and other whitespaces and
mods by ohad