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 (Collapse)Author
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-10-07Added subnav to labels edit+new and milestones edit+new+showLuke Bennett
Added subnav to blame show, blob edit, builds show, commit builds, commit show, environments edit and pipelines show Added subnav to new enviro view Added sidebar top position calculation logic Added sidebar translation to follow the subnav up when the body is scrolled until a certain limit
2016-09-06Fix layout issues with blame tablePhil Hughes
Closes #21216
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-22Added line links to blame tablePhil Hughes
Closes #4119
2016-01-28Move blame group logic to dedicated classDouwe Maan
2016-01-27Fix highlighting in blame view.Douwe Maan
2016-01-21Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan
blame and snippets
2016-01-19Refactor Gitlab::Highlight and fix testsDouwe Maan
2015-12-02Use file-type specific file icon in blame view and diff itemDouwe Maan
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-08-26Improve perofrmance of git blameValery Sizov
2015-08-20Fix blame view line groupingsStan Hu
Closes #2305
2015-08-11Small UI improvements to git blame pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-11Fast blameValery Sizov
2015-05-28Fix git blame syntax highlighting when different commits break up linesStan Hu
Closes #1521
2015-04-30Add a page title to every page.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-03-14Improve css for file actionsDmitriy Zaporozhets
2015-03-13Everything from gitlab_git is already UTF-8.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-17Fix "500: Encoding error" on blame viewTimo Lilja
This change forces encoding of source line data into UTF-8 and thus fixes the encoding error at least partially. The issue is described in https://gitlab.com/gitlab-org/gitlab-ce/issues/894
2015-01-15Replace highlight.js with rouge-fork rugmentsStefan Tatschner
I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
2014-10-10Use 8chars short sha for commit in viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-01Remove blame lines added leading whitespace.Ciro Santilli
2014-09-24blame with ruggedskv
2014-08-25Enable highlighting for blameJeroen van Baarsen
Fixes #3675 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2013-08-01Add titles for blame view and Edit modeDmitriy Zaporozhets
2013-07-13scss: rename file_content to file-content etcDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets