Project

General

Profile

Download (1.83 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
215177dc 05/22/2011 03:14 AM Marcello de Sousa

fixes #918 - API /usergroups won't output json

Signed-off-by: Marcello de Sousa <>

5410421d 03/15/2011 04:26 AM Ohad Levy

fixed broken tests

added default order and paginations which
fixes #721
fixes #688

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

81e2d3f3 06/03/2010 03:54 AM Ohad Levy

fixes #302 and all references to_label and to_s
removed references to all per_page settings as they are common now

edf4198b 05/27/2010 04:43 PM Ohad Levy

fixes #271 - remove active scaffold plugin

9c0e127b 05/17/2010 07:03 AM Paul Kelly

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...