summaryrefslogtreecommitdiffstats
path: root/app/views/groups
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-2/+2
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-166-19/+29
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-65/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-286-7/+11
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-3/+2
* Fixed alignments.Jean-Philippe Lang2014-02-151-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+2
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-2/+2
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Fixing HTML in groups index viewToshi MARUYAMA2013-03-121-0/+1
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-183-7/+3
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-226-17/+9
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-194-0/+12
* Removes calls to link_to_remote.Jean-Philippe Lang2012-07-182-14/+4
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-1/+1
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-032-0/+40
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-6/+8
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+1
* Restyles user search fields and ajax indicator.Jean-Philippe Lang2012-02-141-0/+2
* code layout clean up app/views/groups/_users.html.erbToshi MARUYAMA2012-01-101-1/+6
* code layout clean up app/views/groups/_memberships.html.erbToshi MARUYAMA2012-01-101-5/+17
* Misplaced closing tbody tag.Jean-Philippe Lang2011-11-291-1/+1
* Adds routes for group users.Jean-Philippe Lang2011-11-271-5/+4
* Replaced error_messages_for with #error_messages.Jean-Philippe Lang2011-11-271-1/+1
* View cleanup.Jean-Philippe Lang2011-11-263-3/+3
* [#9489] added invisible labelToshi MARUYAMA2011-10-291-0/+1
* remove trailing white-spaces from app/views/groups/_users.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/groups/new.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/groups/_form.html.erbToshi MARUYAMA2011-09-171-3/+3
* replace tabs to spaces at app/views/groups/_users.html.erbToshi MARUYAMA2011-09-171-27/+27
* replace tabs to spaces at app/views/groups/_memberships.html.erbToshi MARUYAMA2011-09-171-16/+16
* remove trailing white-spaces app/views/groups/_users.html.erbToshi MARUYAMA2011-09-171-1/+1
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-211-1/+4
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-011-1/+1
* Add a label for user and group search fields. #6521Jean-Baptiste Barth2010-10-301-1/+1
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-092-4/+4
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-181-1/+1
* Fixed: error messages displayed twice when creating a group (#4715).Jean-Philippe Lang2010-02-061-2/+0
* Fixes group update form url (#3854).Jean-Philippe Lang2009-09-121-1/+1
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-121-19/+1
* User groups branch merged.Jean-Philippe Lang2009-09-129-0/+181