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-04-02Backport changes in EE MR 4972: System Header and FooterAndré Luís
2017-12-04Add custom brand text on new project pagesMarkus Koller
2017-11-16When a custom header logo is present, don't show GitLab type logoDrew Blessing
In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-08-10Cache Appearance instances in RedisYorick Peterse
This caches the result of Appearance.first in a similar fashion to how ApplicationSetting instances are cached. We also add some NOT NULL constraints to the table and correct the timestamp types. Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
2016-08-19Improve performance of MR show pageDouwe Maan
2016-07-12Add new stopwatch and commit icons; rename custom icon helper; fix commit ↵Annabel Dunstone
pipeline layout
2016-07-05Added blank state to issuesPhil Hughes
2016-06-08Start adding SVG iconsAnnabel Dunstone
2016-02-26Branded login page also in CEZeger-Jan van de Weg
The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
2015-10-21Animate the logo on hoverJob van der Voort
The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition.
2015-06-19Replace old logo with new oneDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-02-25Get rid of black logoDmitriy Zaporozhets
2015-02-25Refactor header logo and setup expectation on it sizeDmitriy Zaporozhets
2014-07-13Improve login page behaviourDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-11Rename brand helperDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>