summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js.coffee
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure notes are replaced on a merge request diff when they're updatedDouglas Barbosa Alexandre2015-12-091-1/+1
* Fix random failing test - delete attachmentfix-random-testDmitriy Zaporozhets2015-12-071-2/+2
* Remove space before exclamation mark in award alertGrzegorz Bizon2015-12-051-1/+1
* Combine new javascript Flash methods into oneGrzegorz Bizon2015-12-031-2/+1
* Pin flash message to top if award note is invalidGrzegorz Bizon2015-12-031-1/+3
* Show flash message instead of alert when note is invalidGrzegorz Bizon2015-12-031-1/+2
* Notify user when award-emoji comment is invalidGrzegorz Bizon2015-12-031-0/+4
* Scroll to awards after adding emoji-award commentGrzegorz Bizon2015-12-031-0/+1
* Emoji: fix image of emoji when it is submitted via commentValery Sizov2015-11-191-1/+1
* replace emoji references from class name to data [ci skip]Valery Sizov2015-11-191-1/+1
* award emojiValery Sizov2015-11-191-5/+4
* Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820Robert Speicher2015-11-161-6/+7
* Avoid render edit_form in each notes.Jason Lee2015-11-121-7/+6
* Remove "quick submit" behavior specific to the Notes JSRobert Speicher2015-10-071-7/+0
* Ensure notes are highlighted properly when they're updatedRobert Speicher2015-09-301-7/+9
* Simplify syntax highlighting of new notesRobert Speicher2015-09-101-2/+3
* Add syntax highlight scheme to notes rendered client-siders-highlight-new-notesRobert Speicher2015-09-041-0/+1
* Fix live notes refresh in relative URL deploymentsStan Hu2015-07-261-1/+0
* Fix file upload dialog for comment editingDaniel Gerhardt2015-07-171-1/+1
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-10/+35
* Make submit hotkey available to all notes forms.Nicolas2015-06-091-5/+3
* Javascripts don't need to require jquery or bootstrap explicitlyRobert Speicher2015-05-281-2/+0
* Workaround that doesn't add unwanted newline.Douwe Maan2015-05-211-4/+5
* Work around a Chrome 43 bug preventing note editingrs-issue-1568Robert Speicher2015-05-201-0/+7
* More JS dependency requirementsRobert Speicher2015-05-061-0/+1
* Make notes JS require its dependenciesRobert Speicher2015-05-061-3/+11
* Update task list behavior for NotesRobert Speicher2015-05-061-0/+17
* Merge branch 'clear-note-form-on-succcess' into 'master'Dmitriy Zaporozhets2015-03-291-1/+8
|\
| * Prevent note form from being cleared when submitting failed.clear-note-form-on-succcessDouwe Maan2015-03-271-1/+8
* | Prevent holding Control-Enter or Command-Enter from posting comment multiple ...Douwe Maan2015-03-271-0/+1
|/
* Remove upvotes js logic since it does not work as expected anywayDmitriy Zaporozhets2015-03-201-1/+1
* Remove note attachment file selector.Douwe Maan2015-02-171-13/+0
* Merge branch 'md-preview-class' into 'master'Dmitriy Zaporozhets2015-02-171-4/+4
|\
| * Make sure Markdown previews always use the same styling as the eventual desti...Douwe Maan2015-02-171-4/+4
* | Properly clear notes bindings to prevent double comments on Ctrl-Enter.Douwe Maan2015-02-161-1/+1
|/
* Actually submit comment on command-enter.Douwe Maan2015-02-111-1/+2
* Autosave and autorestore unsaved comments.Douwe Maan2015-02-071-2/+15
* Submit comment on command-enter.Douwe Maan2015-02-051-1/+1
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-7/+0
* Clone comment form on edit. Fixes bug with disappearing textarea or cancel of...Dmitriy Zaporozhets2015-01-141-3/+6
* Huge set of fixes for comments logicDmitriy Zaporozhets2015-01-141-2/+9
* Fix image drag-n-drop to diff commentsDmitriy Zaporozhets2015-01-141-0/+2
* Fix diff commentsDmitriy Zaporozhets2014-12-241-1/+1
* Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-071-5/+1
|\
| * Export all coffee classes with @Ciro Santilli2014-10-201-5/+1
* | Add Markdown preview to more formsVinnie Okada2014-10-151-52/+3
|/
* Prevent notes polling when there are not notesJacob Vosmaer2014-09-291-1/+3
* After comment is added, button should go back to Close button.Marin Jankovski2014-09-081-0/+6
* Post comment when hit close/reopen btn in comment formDmitriy Zaporozhets2014-09-011-2/+33
* Merge pull request #7425 from Razer6/remove_dup_javascriptDmitriy Zaporozhets2014-09-011-24/+0
|\