summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-1/+1
* Added an administration setting to allow issue start date to be defaulted to ...Etienne Massip2011-11-051-1/+1
* respond nothing in case of content type is not html with invalid query params...Toshi MARUYAMA2011-09-011-1/+2
* remove hard-coded '.rhtml' from IssuesController 'show' (#6317).Toshi MARUYAMA2011-09-011-1/+1
* remove hard-coded '.rhtml' from IssuesController 'index' (#6317).Toshi MARUYAMA2011-09-011-2/+2
* remove trailing white-spaces from app/controllers/issues_controller.rb.Toshi MARUYAMA2011-08-311-1/+1
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+3
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-231-2/+4
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-2/+2
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+2
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-3/+3
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-011-1/+1
* remove trailing white-spaces from issues controller source.Toshi MARUYAMA2011-05-171-20/+20
* Fixed no method error due to typo.Jean-Philippe Lang2011-04-121-1/+1
* No need to query changesets if user is not allowed to view them.Jean-Philippe Lang2011-04-121-3/+7
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-1/+7
* Fixed: bulk destroying parent and child issues raises a stale object error (#...Jean-Philippe Lang2011-04-011-1/+7
* Initialize TimeEntry with issue and project for the issue edit form.Jean-Philippe Lang2011-04-011-2/+2
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-221-0/+1
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-0/+2
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-7/+10
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-18/+9
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-171-0/+1
* 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