Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-17Autosize the textarea in showEditFormRobert Speicher
2016-01-15Fix javascript error with deleting messages in issue or merge requestJacob Schatz
2016-01-14Merge remote-tracking branch 'origin/rs-autosize'Dmitriy Zaporozhets
2016-01-14fixes bug with commenting on merge requestsJacob Schatz
2016-01-14Fix missing autosize requireRobert Speicher
2016-01-13Autosize textareasRobert Speicher
2015-12-30removes commented out code.Jacob Schatz
2015-12-29adds ajax to bottom discussion buttons. Now submits issue and closes via ajax.Jacob Schatz
2015-12-23base implementation of emoji picker [ci skip]Valery Sizov
2015-12-11Merge branch 'fix-delete-notes-on-merge-request-diff' into 'master'Robert Speicher
2015-12-11Fix award-emojis alert flash messageGrzegorz Bizon
2015-12-11Remove note from MR discussion when deleting it in the changes tabDouglas Barbosa Alexandre
2015-12-09Ensure new notes are highlighted properly on a merge request diffDouglas Barbosa Alexandre
2015-12-09Ensure notes are replaced on a merge request diff when they're updatedDouglas Barbosa Alexandre
2015-12-08Fix random failing test - delete attachmentDmitriy Zaporozhets
2015-12-06Remove space before exclamation mark in award alertGrzegorz Bizon
2015-12-03Combine new javascript Flash methods into oneGrzegorz Bizon
2015-12-03Pin flash message to top if award note is invalidGrzegorz Bizon
2015-12-03Show flash message instead of alert when note is invalidGrzegorz Bizon
2015-12-03Notify user when award-emoji comment is invalidGrzegorz Bizon
2015-12-03Scroll to awards after adding emoji-award commentGrzegorz Bizon
2015-11-19Emoji: fix image of emoji when it is submitted via commentValery Sizov
2015-11-19replace emoji references from class name to data [ci skip]Valery Sizov
2015-11-19award emojiValery Sizov
2015-11-16Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"Robert Speicher
2015-11-12Avoid render edit_form in each notes.Jason Lee
2015-10-07Remove "quick submit" behavior specific to the Notes JSRobert Speicher
2015-09-30Ensure notes are highlighted properly when they're updatedRobert Speicher
2015-09-10Simplify syntax highlighting of new notesRobert Speicher
2015-09-05Add syntax highlight scheme to notes rendered client-sideRobert Speicher
2015-07-26Fix live notes refresh in relative URL deploymentsStan Hu
2015-07-17Fix file upload dialog for comment editingDaniel Gerhardt
2015-06-16Support commenting on a diff in side-by-side viewStan Hu
2015-06-09Make submit hotkey available to all notes forms.Nicolas
2015-05-29Javascripts don't need to require jquery or bootstrap explicitlyRobert Speicher
2015-05-21Workaround that doesn't add unwanted newline.Douwe Maan
2015-05-20Work around a Chrome 43 bug preventing note editingRobert Speicher
2015-05-06More JS dependency requirementsRobert Speicher
2015-05-06Make notes JS require its dependenciesRobert Speicher
2015-05-06Update task list behavior for NotesRobert Speicher
2015-03-29Merge branch 'clear-note-form-on-succcess' into 'master'Dmitriy Zaporozhets
2015-03-27Prevent holding Control-Enter or Command-Enter from posting comment multiple ...Douwe Maan
2015-03-27Prevent note form from being cleared when submitting failed.Douwe Maan
2015-03-20Remove upvotes js logic since it does not work as expected anywayDmitriy Zaporozhets
2015-02-18Remove note attachment file selector.Douwe Maan
2015-02-17Merge branch 'md-preview-class' into 'master'Dmitriy Zaporozhets
2015-02-17Make sure Markdown previews always use the same styling as the eventual desti...Douwe Maan
2015-02-16Properly clear notes bindings to prevent double comments on Ctrl-Enter.Douwe Maan
2015-02-11Actually submit comment on command-enter.Douwe Maan
2015-02-07Autosave and autorestore unsaved comments.Douwe Maan