summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gfm_auto_complete.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG and template.add_autocomplete_for_labelsFatih Acet2016-06-141-2/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into add_autocomplet...Fatih Acet2016-06-141-4/+94
|\
| * Checks based on whether data is loaded not undefinedPhil Hughes2016-06-091-1/+4
| * Checks for undefined when inserting autocomplete into textareaPhil Hughes2016-06-091-1/+1
| * Show loading indicator for autocompletemention-loading-indicatorPhil Hughes2016-05-251-5/+73
| * Inserting the Milestone title between quotes on GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * Inserting Milestone titles insted of IIDs with GFM auto completeAlejandro Rodríguez2016-04-201-1/+1
| * Implementing autocomplete for GFM milestone referencesAlejandro Rodríguez2016-04-201-0/+19
* | add gfm autocomplete for labelsArinde Eniola2016-05-031-0/+25
|/
* Fixes multiple ajax request and incorrect data being set for the current issu...Alfredo Sumaran2016-04-161-16/+47
* Only load autocomplete data when actually neededYorick Peterse2016-01-111-9/+10
* Load autocomplete data when loading an issue pageautocomplete-on-loadYorick Peterse2016-01-081-13/+12
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-4/+16
* Fix GfmAutoComplete for jquery-atwho 1.0rs-update-d3-atwhoRobert Speicher2015-04-231-23/+24
* Use emoji assets on autocomplete.Marin Jankovski2014-03-241-2/+1
* Add GFM autocompletion for MergeRequestsRobert Speicher2014-03-051-0/+12
* Show iid in event feed and uatocomplete as default id for issues, mrDmitriy Zaporozhets2013-08-191-1/+1
* Sanitize issues title in autocomplete for commentDmitriy Zaporozhets2013-08-041-1/+1
* autocomplete issues and preload autocomplete data.ichord2013-05-041-16/+34
* Show emoji popup if : preceeding by space or is new line.Aleks Bunin2013-04-301-1/+1
* refactoring gfm_autocompleteValeriy Sizov2012-12-201-27/+7
* fix gfm autocomplete for usernamesCyril2012-12-131-46/+52
* Refactor GFM JS naming and accessRiyad Preukschas2012-11-211-11/+12
* Fix GFM JS code styleRiyad Preukschas2012-11-211-27/+31
* cleanup coffeescript code for mentions auto-completeNihad Abbasov2012-10-191-47/+37
* use 'js-' prefix for behavioral 'gfm-input' classNihad Abbasov2012-10-191-4/+4
* Extract and split GFM auto-completion setup JSRiyad Preukschas2012-10-101-0/+57