summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Expand)AuthorAgeFilesLines
* Fix slash commands handling on note creation27614-instant-commentskushalpandya2017-05-051-6/+5
* Update broken class name, add `ajax:*` listenerskushalpandya2017-05-041-2/+10
* Fixes as per the review feedbackkushalpandya2017-05-041-22/+28
* Use `_uniqueId()` instead of `guid`kushalpandya2017-05-041-1/+1
* Fix form handling on comment postkushalpandya2017-05-041-8/+29
* Add methods to find and strip slash commands, update comment posting logickushalpandya2017-05-041-4/+33
* Replace `submitComment` with `gl.utils.ajaxPost`kushalpandya2017-05-041-15/+4
* [ci skip] Make call to `$.ajax` reusablekushalpandya2017-05-041-20/+24
* Fix discussion resolve, add meaningful commentskushalpandya2017-05-041-41/+105
* Fix `Ctrl+Enter` support for comment submit, styling updateskushalpandya2017-05-041-2/+2
* [ci skip][WIP] Create and update comments is now fully functionalkushalpandya2017-05-041-66/+77
* [ci skip][WIP] Add `getFormData` to remove some repetition, instant editing n...kushalpandya2017-05-041-19/+21
* [ci skip][WIP] Enable full fadeIn support for create/edit comments.kushalpandya2017-05-041-1/+4
* [ci skip][WIP] Retain fadeIn for comment create/updatekushalpandya2017-05-041-0/+2
* [ci skip] [WIP] Add support for updating comments instantlykushalpandya2017-05-041-3/+30
* [WIP] Add support for creating comments instantlykushalpandya2017-05-041-0/+64
* Add real-time note edits :chipmunk:Eric Eastwood2017-05-031-69/+148
* Add renderNote animation and added specLuke "Jared" Bennett2017-04-191-7/+15
* alfredo review changesLuke "Jared" Bennett2017-04-071-1/+1
* Review changesLuke "Jared" Bennett2017-04-071-1/+1
* Fix creating discussion when diff view is set to parallelDouwe Maan2017-04-071-27/+19
* Added variable button fixLuke "Jared" Bennett2017-04-071-1/+1
* Fixed issue button state bugLuke "Jared" Bennett2017-04-071-12/+21
* Fixed bugs and added testsLuke "Jared" Bennett2017-04-071-1/+1
* Update unit testsLuke "Jared" Bennett2017-04-061-2/+2
* phil review changesLuke "Jared" Bennett2017-04-061-10/+2
* Fixed close button textLuke "Jared" Bennett2017-04-061-3/+3
* Disable submit button and dropdown when submitt comment formAlfredo Sumaran2017-04-061-0/+7
* Be more specific with selectorAlfredo Sumaran2017-04-051-1/+1
* Fix squared buttons by removing not needed CSS classesAlfredo Sumaran2017-04-051-2/+16
* Do not initialize comment type toggle if form is not availableAlfredo Sumaran2017-04-051-4/+6
* Move CommentTypeToggle use from gl_form to notesLuke "Jared" Bennett2017-04-051-1/+16
* Added resolvable discussion frontendLuke "Jared" Bennett2017-04-051-1/+1
* Fix specsDouwe Maan2017-04-051-3/+4
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-6/+5
* Don't use original_discussion_idDouwe Maan2017-04-051-18/+14
* Fix field nameDouwe Maan2017-04-051-1/+1
* Fix some specsDouwe Maan2017-04-051-2/+2
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-20/+47
* remove Cookies class from global spaceMike Greiling2017-03-221-2/+2
* Get view type based on diff_view Cookie27899-fix-diff-view-comment-form-placementAlfredo Sumaran2017-03-081-2/+8
* Added discussion comments avatars to diffPhil Hughes2017-03-081-18/+87
* Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-011-1/+1
* add /award slash commandmhasbini2017-02-281-18/+17
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-161-1/+2
|\
| * allow clicking on text or icon to trigger expandSimon Knox2017-02-151-1/+1
| * style links on system notes to look clickableSimon Knox2017-02-151-0/+1
* | update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-0/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-141-1/+1
|\ \ | |/