summaryrefslogtreecommitdiff
path: root/app/helpers/appearances_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add custom brand text on new project pagesMarkus Koller2017-12-041-12/+8
|
* When a custom header logo is present, don't show GitLab type logoDrew Blessing2017-11-151-0/+7
| | | | | | | | 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.
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-6/+0
|
* Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-101-1/+1
| | | | | | | | 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
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | 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.
* Improve performance of MR show pageDouwe Maan2016-08-181-0/+2
|
* Add new stopwatch and commit icons; rename custom icon helper; fix commit ↵Annabel Dunstone2016-07-121-1/+1
| | | | pipeline layout
* Added blank state to issuesPhil Hughes2016-07-051-2/+2
|
* Start adding SVG iconsAnnabel Dunstone2016-06-081-0/+4
|
* Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-8/+20
| | | | | 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
* Animate the logo on hoverJob van der Voort2015-10-211-1/+1
| | | | | | 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.
* Replace old logo with new onenew-logoDmitriy Zaporozhets2015-06-191-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Get rid of black logoDmitriy Zaporozhets2015-02-241-5/+1
|
* Refactor header logo and setup expectation on it sizeDmitriy Zaporozhets2015-02-241-0/+8
|
* Improve login page behaviourDmitriy Zaporozhets2014-07-131-12/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename brand helperDmitriy Zaporozhets2014-07-111-0/+23
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>