summaryrefslogtreecommitdiffstats
path: root/app/controllers/auto_completes_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).Go MAEDA2021-02-271-2/+2
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-0/+28
* use "do end" instead of {} at AutoCompletesControllerToshi MARUYAMA2020-11-071-2/+2
* Fix that issues autocomplete may not find issues with a subject longer than 6...Go MAEDA2020-05-181-1/+1
* Reverts r19773 (#32125).Go MAEDA2020-05-141-1/+1
* Fix that issues autocomplete may not find issues with a subject longer than 6...Go MAEDA2020-05-131-1/+1
* Revert r19771 due to the incorrect issue number in the commit message.Go MAEDA2020-05-131-1/+1
* Fix that issues autocomplete may not find issues with a subject longer than 6...Go MAEDA2020-05-131-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_com...Toshi MARUYAMA2019-11-091-4/+5
* Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...Go MAEDA2019-09-111-2/+2
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-8/+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
* Issues autocomplete should response with content type json and not html (#308...Go MAEDA2019-02-181-5/+15
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* 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