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-07-08Registered FilesCommentButton as a jQuery plugin and made review changesLuke "Jared" Bennett
2016-07-08Merge branch 'master' into faster-diffsDouwe Maan
2016-07-07Use HAML class syntax in diff line partialsDouwe Maan
2016-07-07Display new diff notes and allow creation through the web interfaceDouwe Maan
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
2016-07-06Moving up common html data attributesPaco Guzman
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-05-14Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-14Diff viewer links to correct part of the filePhil Hughes
2016-01-21Use consistent markup and styling for highlighting across blobs, diffs, blame...Douwe Maan
2016-01-20Properly highlight lines around '\ No newline at end of file'Douwe Maan
2016-01-20Move parallel diff logic to separate classDouwe Maan
2016-01-15Add inline diff markers in highlighted diffs.Douwe Maan
2016-01-14Refactor parallel_diff generation a bit.Douwe Maan
2016-01-13Little refactor for usage of html_safe. #3945Rubén Dávila
2016-01-13Use html_safe instead of raw. #3945Rubén Dávila
2016-01-09Fix broken specs. #3945Rubén Dávila
2016-01-07Add some styling for syntax highlighting themes. #3945Rubén Dávila
2016-01-07Force white theme when viewing diffs. #3945Rubén Dávila
2016-01-07Use #html_safe instead of #raw in some diff views. #3945Rubén Dávila
2015-12-30New implementation for highlighting diff files. #3945Rubén Dávila
2015-12-29Add syntax highlighting to diff view. #3945Rubén Dávila
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-06-16Support commenting on a diff in side-by-side viewStan Hu
2014-09-12Move organizing of comments to helper.Marin Jankovski
2014-09-12Remove unecesarry array operations.Marin Jankovski
2014-09-12Add comments on the side-by-side diff.Marin Jankovski
2014-09-10Wrap should always be enabled for parallel diff.Marin Jankovski
2014-09-09Add line code to parallel diff for linking.Marin Jankovski
2014-09-08Refactor diff viewsDmitriy Zaporozhets