summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* Updated MR notes.notes-are-awardablesFatih Acet2016-06-061-2/+2
* Refactor awardsHandler methods to work with votesBlock.Fatih Acet2016-06-061-1/+2
* Backend awardables on commentsZJ van de Weg2016-06-061-1/+1
* Merge branch 'master' into awardablesZJ van de Weg2016-05-301-5/+5
|\
| * Update notes immediately after closing/reopeningBen Yorke2016-05-271-4/+4
| * Fixed JS error when trying to remove discussion formPhil Hughes2016-05-261-1/+1
* | Fix variable name because of a wrong resolved merge conflict.Fatih Acet2016-05-231-2/+2
* | Fix displaying emoji only comments.Fatih Acet2016-05-231-2/+2
|/
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-0/+2
* AwardsHandler follows code style conventionsValery Sizov2016-04-261-4/+4
* Add move cursor to last character for editing comment also.edit-last-commentJacob Schatz2016-04-161-4/+9
* When editing put the cursor at the end of the textareaJacob Schatz2016-04-151-1/+5
* Scroll to the last comment I made and edit it.Jacob Schatz2016-04-151-3/+24
* Destroy discussion formPhil Hughes2016-04-141-5/+3
* Notes form JS updatePhil Hughes2016-04-141-50/+8
* Rename method and initialize .timeago insideAlfredo Sumaran2016-04-111-6/+3
* Update datetime in .timeago elementsAlfredo Sumaran2016-04-071-2/+15
* Removed console.log from notesPhil Hughes2016-04-041-3/+0
* Updated testsPhil Hughes2016-04-041-5/+9
* Logged out boxPhil Hughes2016-04-041-2/+1
* Discussion formPhil Hughes2016-04-041-4/+9
* Removed css code that isnt usedPhil Hughes2016-04-041-1/+0
* Focus style for comment formPhil Hughes2016-04-041-0/+6
* Added toolbar to comment formPhil Hughes2016-04-041-0/+6
* Restyling on elements in comment formPhil Hughes2016-04-041-5/+0
* Started refactoring of note formPhil Hughes2016-04-041-9/+0
* 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
|\