add: ability to list the members of a group while editing a group
[jelmer/swat.git] / swat / controllers / account.py
2010-05-28 Ricardo Velhoteadd: ability to list the members of a group while editi...
2010-05-28 Ricardo Velhoteadd: mass deletion of users
2010-05-28 Ricardo Velhoteadd: removed the user and group tables from the control...
2010-05-28 Ricardo Velhoteadd: filter operation for groups and users. must be...
2010-05-28 Ricardo Velhoteadd: passwords do not match exception
2010-05-28 Ricardo Velhoteadd: check if the group or user exists in the database...
2010-05-28 Ricardo Velhotefix: the wrong parameter type was being passed to the...
2010-05-27 Ricardo Velhotefix: copy paste disaster
2010-05-27 Ricardo Velhotefix: redirect to the new ID when adding a new item...
2010-05-27 Ricardo Velhoteadd: group "internal router"
2010-05-27 Ricardo Velhoteadd: some documentation to methods
2010-05-27 Ricardo Velhotechg: massive refactoring of the Accounts controller...
2010-05-26 Ricardo Velhoteadd: a library file with the SAMR Manager
2010-05-26 Ricardo Velhotefix: only the first group was being considered because...
2010-05-25 Ricardo Velhotechg: for now, when the user authenticates, the username...
2010-05-25 Ricardo Velhoteadd: action to show only groups in the Account controller
2010-05-25 Ricardo Velhotefix: the group description was not being saved when...
2010-05-25 Ricardo Velhotefix: correct redirection after adding a new group
2010-05-25 Ricardo Velhotefix: the conditions always evaluated to true
2010-05-22 Ricardo Velhotechg: changed parameter names to coincide with the class...
2010-05-22 Ricardo Velhotefix: wrong import
2010-05-12 Ricardo Velhoteadd: remove group and user
2010-05-12 Ricardo Velhoteadd: redirect (temporary) for the cancel action
2010-05-11 Ricardo Velhoteadd: started working on the save action
2010-05-11 Ricardo Velhoteadd: Cancel action (unimplemented)
2010-05-11 Ricardo Velhoteadd: began action building for the most common tasks
2010-05-10 Ricardo Velhoteadd: configuration parameter files for groups and users
2010-05-10 Ricardo Velhoteadd: yaml configuration for some new actions and action...
2010-05-09 Ricardo Velhoteadd: Pagination to Groups and Users listing
2010-05-09 Ricardo Velhoteadd: options area with filters
2010-05-09 Ricardo Velhoteadd: Edit onclick. I should put this in a JS file
2010-05-09 Ricardo Velhoteadd: Show Groups or Users depending on the action
2010-05-09 Ricardo Velhoteadd: Copied Calin Crisan's Account Management class...
2010-05-09 Ricardo Velhoteadd: Toolbar configuration
2010-05-09 Ricardo Velhoteadd: action stubs
2010-05-09 Ricardo Velhoteadd: create the Account Management controller