summaryrefslogtreecommitdiffstats
path: root/app/controllers/workflows_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-171-0/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Clean-up workflows controller (#33337).Go MAEDA2021-04-131-42/+48
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at WorkflowsControllerToshi MARUYAMA2020-11-061-2/+2
* avoid multi-line ternary operators in app/controllers/workflows_controller.rbToshi MARUYAMA2020-07-041-4/+12
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all...Go MAEDA2020-02-291-1/+1
* code layout clean up app/controllers/workflows_controller.rbToshi MARUYAMA2019-11-251-2/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* AR uniq deprecated in Rails 5.Jean-Philippe Lang2017-06-031-1/+1
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-1/+5
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-1/+3
* 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