summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-13/+2
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-1/+1
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-081-3/+5
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-071-2/+2
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-291-0/+1
* Fixed: don't reset watchers when changing tracker. #6479Jean-Baptiste Barth2010-09-261-1/+4
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+1
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+1
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-271-1/+1
* Refactor: extract method in bulk_update.Eric Davis2010-08-251-4/+8
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-21/+24
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-19/+4
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-18/+13
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-30/+1
* No more IssuesController#preview action.Eric Davis2010-08-181-2/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-15/+0
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-13/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-24/+1
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-131-11/+0
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-121-16/+0
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-58/+0
* Refactor: extract method from #move and #perform_move.Eric Davis2010-08-101-14/+13
* Refactor: extract POST version of IssuesController#move to #perform_move.Eric Davis2010-08-091-6/+12
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+6
* Refactor: extract method in IssuesController#move.Eric Davis2010-08-051-7/+11
* Refactor: extract back_url method to ApplicationController.Eric Davis2010-08-041-1/+1
* Added JSON support to the issues API. #1214Eric Davis2010-06-051-1/+8
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-28/+2
* Refactor: Pull up #find_optional_project to ApplicationController.Eric Davis2010-04-301-8/+0
* Fixes selected menu tab when issue creation fails.Jean-Philippe Lang2010-04-301-1/+1
* Refactor: pull #query_statement_invalid up to ApplicationController.Eric Davis2010-04-291-8/+0
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-33/+2
* Refactor: move method to helper.Eric Davis2010-04-271-34/+0
* Refactor: extract error to new method with before_filter.Eric Davis2010-04-261-4/+8
* Refactor: Extract duplicated code to a new method.Eric Davis2010-04-231-43/+26
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-28/+49
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-8/+1
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-111-6/+0
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-3/+11
* Fixes backslashes escaping when quoting issue description/note (#5129).Jean-Philippe Lang2010-03-271-3/+6
* Cleans up status assignment in IssuesController#new handled by Issue#safe_att...Jean-Philippe Lang2010-03-201-11/+5
* Refactor: Extract Query#sortable_columns from the controller.Eric Davis2010-03-191-2/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-1/+1
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-3/+20
* Refactor: Extract method for setting the flash on bulk issue saves.Eric Davis2010-03-111-14/+14
* Remove double negative conditionEric Davis2010-03-051-8/+2
* Refactor: Moved the contents of #issue_update into Issue.Eric Davis2010-03-051-29/+13