summaryrefslogtreecommitdiff
path: root/app/views/layouts/_init_auto_complete.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-2/+1
|
* Use native unicode emojisEric Eastwood2017-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* Changed autocomplete_sources into an action that returns a single 'at' type ↵18435-autocomplete-is-not-performantLuke Bennett2016-12-151-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | of sources at a time Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
* Fix 500 error when creating mileston from group pagedz-fix-group-milestone-creationDmitriy Zaporozhets2016-10-161-4/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Disable slash commands on edit formsDouwe Maan2016-08-121-2/+2
|
* Simplify the slash commands DSL to store action blocks instead of creating ↵Rémy Coutable2016-08-131-1/+1
| | | | | | | | | | | | | methods Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by: Rémy Coutable <remy@rymai.me>
* Chnaged noteable class checkwiki-gfm-autocompletePhil Hughes2016-07-141-1/+1
|
* Fixed GFM autocomplete not loading on wiki pagesPhil Hughes2016-07-071-5/+5
| | | | Closes #19580
* Cache autocomplete resultscache-autocomplete-resultsPhil Hughes2016-07-011-0/+1
|
* Only load autocomplete data when actually neededYorick Peterse2016-01-111-3/+5
| | | | | Previously this would result in autocomplete data being loaded for every page (e.g. the page showing all Git branches of a project).
* Fix URL targets for uploads, markdown preview and autocomplete in MR textareasFrancesco Levorato2015-09-181-1/+2
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Include commits.Marin Jankovski2014-03-251-1/+1
|
* Use emoji assets on autocomplete.Marin Jankovski2014-03-241-1/+0
|
* Use new gems methods.Marin Jankovski2014-03-201-1/+1
|
* Add support for relative url to GitLab.GfmAutoComplete.Emoji.assetBaseDmitriy Zaporozhets2013-12-121-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix emojii autocompleteDmitriy Zaporozhets2013-12-121-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove $.ready eventsDmitriy Zaporozhets2013-06-211-5/+3
|
* autocomplete issues and preload autocomplete data.ichord2013-05-041-13/+2
| | | | | | | | update jquery-atwho-rails to v0.3.0 add autocomplete_source action to project for gfm autocomplete move init_autocomplete layout from head_panel to project_resource
* Up API version to v3Riyad Preukschas2012-12-211-1/+1
|
* Fix namespace api autocompleteDmitriy Zaporozhets2012-12-121-1/+1
|
* Fix project.code-related functionalityDmitriy Zaporozhets2012-11-231-1/+1
|
* Refactor GFM JS naming and accessRiyad Preukschas2012-11-211-5/+5
|
* Fix GFM JS code styleRiyad Preukschas2012-11-211-4/+4
|
* cleanup coffeescript code for mentions auto-completeNihad Abbasov2012-10-191-4/+4
|
* Extract and split GFM auto-completion setup JSRiyad Preukschas2012-10-101-0/+17
* static initialization and setup moved to assets * per request initialization moved to layout partial