summaryrefslogtreecommitdiff
path: root/app/views/groups
AgeCommit message (Expand)Author
2018-12-02Replace cancel button with cancel link in modals (#28662).Go MAEDA
2018-07-10Display custom fields on group pages (#29189).Go MAEDA
2017-01-25Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang
2017-01-07Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang
2016-12-13Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang
2016-12-03Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang
2016-12-03Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang
2016-08-30Adds name filter on group list.Jean-Philippe Lang
2016-08-30Adds pagination to group list.Jean-Philippe Lang
2015-02-23Removed unneeded #h calls in views.Jean-Philippe Lang
2014-11-16Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang
2014-10-23Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang
2014-10-22Merged rails-4.1 branch (#14534).Jean-Philippe Lang
2014-09-28Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang
2014-05-24Count users with a single query on group list (#16905).Jean-Philippe Lang
2014-02-15Fixed alignments.Jean-Philippe Lang
2014-01-11Removes duplicate ids (#15485).Jean-Philippe Lang
2013-11-11Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang
2013-07-28Set titles on Groups pages (#14517)Jean-Philippe Lang
2013-03-12Fixing HTML in groups index viewToshi MARUYAMA
2013-02-15Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang
2013-01-18Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang
2013-01-14Add links to projects in Group projects list (#12843).Jean-Philippe Lang
2012-12-02Replaces find(:all) calls.Jean-Philippe Lang
2012-09-02Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang
2012-07-22JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang
2012-07-19Removes RJS from GroupsController.Jean-Philippe Lang
2012-07-18Removes calls to link_to_remote.Jean-Philippe Lang
2012-07-07Deprecated :confirm => 'Text' option.Jean-Philippe Lang
2012-06-03Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang
2012-06-03REST Api for Groups (#8981).Jean-Philippe Lang
2012-06-01Replaced group[lastname] parameter with group[name].Jean-Philippe Lang
2012-04-25Merged rails-3.2 branch.Jean-Philippe Lang
2012-02-26Adds a helper for displaying validation error messages.Jean-Philippe Lang
2012-02-14Restyles user search fields and ajax indicator.Jean-Philippe Lang
2012-01-10code layout clean up app/views/groups/_users.html.erbToshi MARUYAMA
2012-01-10code layout clean up app/views/groups/_memberships.html.erbToshi MARUYAMA
2011-11-29Misplaced closing tbody tag.Jean-Philippe Lang
2011-11-27Adds routes for group users.Jean-Philippe Lang
2011-11-27Replaced error_messages_for with #error_messages.Jean-Philippe Lang
2011-11-26View cleanup.Jean-Philippe Lang
2011-10-29[#9489] added invisible labelToshi MARUYAMA
2011-09-17remove trailing white-spaces from app/views/groups/_users.html.erbToshi MARUYAMA
2011-09-17replace tabs to spaces at app/views/groups/new.html.erbToshi MARUYAMA
2011-09-17replace tabs to spaces at app/views/groups/_form.html.erbToshi MARUYAMA
2011-09-17replace tabs to spaces at app/views/groups/_users.html.erbToshi MARUYAMA
2011-09-17replace tabs to spaces at app/views/groups/_memberships.html.erbToshi MARUYAMA
2011-09-17remove trailing white-spaces app/views/groups/_users.html.erbToshi MARUYAMA
2011-07-21Adds 'Create and continue' button on the new group form.Jean-Philippe Lang
2011-04-01Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang