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
2018-06-05extract favicon logic to lib classAlexis Reigel
2018-06-05use custom main faviconAlexis Reigel
2018-03-27Update styling and use Gitlab::Utils.to_booleanEric Eastwood
2017-10-03Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-02-15dev favicon is blue, not purpleSimon Knox
2017-02-15override favicon for development to find tabs more easilySimon Knox
2016-08-18Update Hamlit to 2.6.1Robert Speicher
Fixes gitlab-org/gitlab-ce#21025 and gitlab-org/gitlab-ce#21017
2016-01-06Don't override issue page description in project layout.Douwe Maan
2016-01-05Make `page_description` less magical :sparkles:Robert Speicher
2016-01-05Use `User#avatar_url` instead of `avatar_icon` helperRobert Speicher
2015-12-28Use `assign` instead of `instance_variable_set`Robert Speicher
2015-12-28Add specs for page_image using a Group's avatarRobert Speicher
2015-12-25Add support for `twitter:label` meta tagsRobert Speicher
2015-12-25Truncate page_description to 30 wordsRobert Speicher
2015-12-24Account for `@project.description` being nilRobert Speicher
2015-12-24Add page descriptions and imagesRobert Speicher
A limited number of pages have defined their own descriptions, but otherwise we default to the Project's description (if `@project` is set), or the old `brand_title` fallback. The image will either be the uploaded project icon (never a generated one), the user's uploaded icon or Gravatar, or, finally, the GitLab logo.