summaryrefslogtreecommitdiffstats
path: root/app/controllers/issue_relations_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use :only instead of :except option in IssueRelationsController filters.Jean-Philippe Lang2014-12-051-4/+6
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-021-0/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Removes RJS from IssueRelationsController.Jean-Philippe Lang2012-07-191-10/+3
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Strip issue id when adding a relation.Jean-Philippe Lang2012-04-111-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-2/+0
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-101-1/+1
* Removed useless rescue.Jean-Philippe Lang2011-11-291-4/+0
* remove trailing white-spaces from app/controllers/issue_relations_controller.rb.Toshi MARUYAMA2011-08-311-13/+13
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-10/+15
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-10/+33
* Fixed: Relations are not displayed after adding/removing an issue relation (#...Jean-Philippe Lang2011-01-271-1/+5
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-4/+3
* Issue relation: fixes error with postgres when entering a non-numeric id (#48...Jean-Philippe Lang2010-02-121-2/+2
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+3
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+59