Company Logo does not appear on login page
Created by: spuder
Summary: Enabling a custom logo in the gitlab.yml file has no apparent affect, (even after a restart).
Steps to reproduce: Edit the gitlab.yml file. Uncomment the sign_in_text: | lines and change to a valid png url I used dummyimage.com to make a black 200px png placeholder
Before
## Text under sign-in page (Markdown enabled)
# sign_in_text: |
# 
# [Learn more about CompanyName](http://www.companydomain.com/)
After
## Text under sign-in page (Markdown enabled)
sign_in_text: |

[Learn more about CompanyName](http://www.companydomain.com/)
Expected Behavior: The logo specified in the should appear somewhere in gitlab login screen
Observed Behavior: There is no logo or message displayed anywhere.
Additional Notes: Configuration is identical to the standard installation specified in the install document except for it has been successfully authenticated to Active Directory.
Same results with .git and .png logos, tried large (500x500) px and small (100px,100px) logos with same result.
Output of Checks:
root@gitlab6:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... OK (1.7.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... can't check because of previous errors
post-receive hooks in repos are links: ... can't check because of previous errors
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
Projects have satellites? ...
Spencer Owen / foo ... can't create, repository is empty
Support / support.diag ... can't create, repository is empty
IT / Nagios ... can't create, repository is empty
Support / bar ... can't create, repository is empty
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.4)
Checking GitLab ... Finishedroot@gitlab6:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... OK (1.7.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
post-receive hook up-to-date? ... can't check because of previous errors
post-receive hooks in repos are links: ... can't check because of previous errors
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
Projects have satellites? ...
Spencer Owen / foo ... can't create, repository is empty
Support / support.diag ... can't create, repository is empty
IT / Nagios ... can't create, repository is empty
Support / bar ... can't create, repository is empty
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.4)
Checking GitLab ... Finished
Gitlab version 6.0.2
git branch -v
* 6-0-stable 87ee403 Version 6.0.2
System description
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
System information
System: Ubuntu 12.04
Current User: git
Using RVM: no
Ruby Version: 2.0.0p247
Gem Version: 2.0.3
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.0.2
Revision: 87ee403
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://gitlab.localdomain
HTTP Clone URL: http://gitlab.localdomain/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: yes
Using Omniauth: no
GitLab Shell
Version: 1.7.1
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git