summaryrefslogtreecommitdiffstats
path: root/app/models/group.rb
Commit message (Expand)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Group#user_removedToshi MARUYAMA2014-01-081-1/+0
* Rails4: replace deprecated Relation#update_all at Group modelToshi MARUYAMA2014-01-081-1/+1
* explicitly define fix has_and_belongs_to_many join_table at Group and UserToshi MARUYAMA2013-12-271-2/+4
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-031-0/+1
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+5
* Adds a scope for sorting groups.Jean-Philippe Lang2012-07-081-0/+2
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+1
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-011-0/+7
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: use .to_s for overriding human_attribute_name parameter at group modelToshi MARUYAMA2012-02-241-1/+1
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-181-2/+2
* use same human_attribute_name logic with SCM models at group model (#9795)Toshi MARUYAMA2011-12-151-2/+6
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-151-0/+4
* remove trailing white-spaces from app/models/group.rb.Toshi MARUYAMA2011-08-311-12/+12
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-2/+15
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+48