summaryrefslogtreecommitdiffstats
path: root/app/controllers/workflows_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use a simple count query.Jean-Philippe Lang2014-12-131-1/+3
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-131-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+7
* remove unneeded Relation#all from WorkflowsController#editToshi MARUYAMA2014-03-241-1/+1
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-251-46/+57
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from WorkflowsControllerToshi MARUYAMA2014-01-271-2/+2
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
* add missing Relation#all at WorkflowsController#copy of r12583Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at WorkflowsController#copyToshi MARUYAMA2014-01-101-5/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-111-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-3/+3
* Remember "Only display used statuses" checkbox value after update.Jean-Philippe Lang2012-07-151-2/+2
* Adds option for displaying all statuses on workflow permissions.Jean-Philippe Lang2012-07-151-9/+11
* Find role and tracker only when param is present.Jean-Philippe Lang2012-07-151-4/+4
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+1
* Code cleanup.Jean-Philippe Lang2012-07-151-3/+3
* Code cleanup.Jean-Philippe Lang2012-07-151-1/+1
* Display all fields if tracker statuses are not yet set.Jean-Philippe Lang2012-07-151-0/+3
* Moved code for replacing permissions to WorkflowPermission model.Jean-Philippe Lang2012-07-151-8/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-6/+36
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from app/controllers/workflows_controller.rb.Toshi MARUYAMA2011-08-311-16/+16
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-3/+14
* Refactor: Extract methods to before_filtersEric Davis2010-03-041-5/+13
* Fixes an error with postgres.Jean-Philippe Lang2009-12-191-2/+10
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-181-1/+6
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-121-0/+23
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-0/+45