summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing below edit note formedit-form-alignmentPhil Hughes2016-03-181-6/+2
* Fixes issue with close button not working on MRfix-mr-close-buttonPhil Hughes2016-03-181-2/+2
* Merge branch 'edited-text' into 'master' Robert Speicher2016-03-171-0/+1
|\
| * Edited timeago text on commentsPhil Hughes2016-03-101-0/+1
* | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-111-11/+55
|\ \
| * | Correctly uses a variable with the textcomment-discard-buttonPhil Hughes2016-03-111-1/+1
| * | Fixed tests for comment formsPhil Hughes2016-03-041-0/+5
| * | Added discard button to comment formPhil Hughes2016-03-041-11/+50
| |/
* | Add error for ajax:error when submitting commentsJacob Schatz2016-03-101-0/+7
* | Fixed quick submit on note editquick-submit-note-editPhil Hughes2016-03-101-12/+19
|/
* Use camelCase for variable namesissue_13300Alfredo Sumaran2016-03-031-9/+9
* Set @max_polling_steps to 4 so the last interval will be 120 secondsAlfredo Sumaran2016-03-031-1/+1
* Provide @max_polling_steps instead of @limit_polling_intervalAlfredo Sumaran2016-03-031-2/+3
* Prevent multiple refreshes if a refresh is happeningAlfredo Sumaran2016-03-031-0/+4
* Increase the notes polling timeout over timeRoberto Dip2016-03-031-2/+20
* Correcly updates the status of the comment buttons on reloadPhil Hughes2016-03-031-3/+3
* Adds comment about event listenerfeature/jschatz1/instant-issuable-historyJacob Schatz2016-01-261-0/+1
* Adds feature: Ajax Close/Open updates discussion automaticallyJacob Schatz2016-01-261-0/+2
* Fix indentation of methods chaining in CoffeeRémy Coutable2016-01-201-8/+8
* Address some JS coding-style and HTML semantic issuesRémy Coutable2016-01-201-25/+28
* Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-191-25/+43
* Autosize the textarea in showEditFormRobert Speicher2016-01-161-0/+1
* Fix javascript error with deleting messages in issue or merge requestdeleting-a-note-after-editing-another-results-in-a-javascript-errorJacob Schatz2016-01-141-4/+5
* Merge remote-tracking branch 'origin/rs-autosize'Dmitriy Zaporozhets2016-01-141-0/+2
|\
| * Fix missing autosize requirers-autosizeRobert Speicher2016-01-131-0/+1
| * Autosize textareasRobert Speicher2016-01-131-0/+1
* | fixes bug with commenting on merge requestsclosing-mr-bug-fixJacob Schatz2016-01-131-0/+4
|/
* removes commented out code.Jacob Schatz2015-12-301-2/+0
* adds ajax to bottom discussion buttons. Now submits issue and closes via ajax.Jacob Schatz2015-12-291-14/+2
* base implementation of emoji picker [ci skip]Valery Sizov2015-12-221-1/+1
* Merge branch 'fix-delete-notes-on-merge-request-diff' into 'master'Robert Speicher2015-12-111-8/+16
|\
| * Remove note from MR discussion when deleting it in the changes tabDouglas Barbosa Alexandre2015-12-101-8/+16
* | Fix award-emojis alert flash messageGrzegorz Bizon2015-12-111-1/+1
|/
* Ensure new notes are highlighted properly on a merge request diffDouglas Barbosa Alexandre2015-12-091-3/+7
* 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