summaryrefslogtreecommitdiffstats
path: root/app/controllers/auto_completes_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-2/+2
* Filter parent task issues in auto complete by open/closed status depending on...Jean-Philippe Lang2017-01-211-0/+9
* 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
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-141-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use database LOWER instead of #downcase.Jean-Philippe Lang2013-01-311-3/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-091-2/+4
* Code cleanup.Jean-Philippe Lang2012-08-091-11/+9
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-0/+17
* remove trailing white-spaces from app/controllers/auto_completes_controller.rb.Toshi MARUYAMA2011-08-301-1/+1
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-0/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-2/+3
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-0/+25