View Issue Details

IDProjectCategoryView StatusLast Update
0013998mantisbtbugtrackerpublic2014-09-23 18:05
ReportervBm Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.9 
Target Version1.2.10Fixed in Version1.2.10 
Summary0013998: Logo is not present on new instalation.
Description

Being that you've changed the name of the logo's file, image is not loaded.

mantis_logo_232x80.png is the name of the new file while MantisBT still tries to load mantis_logo.gif

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
related to 0014119 closeddregad Use new MantisBT logo 

Activities

atrol

atrol

2012-03-04 08:08

developer   ~0031375

The new logo is present.
Did you copy config_inc.php.sample to config_inc.php ?
Or maybe your old config_inc.php includes setting for $g_logo_image ?
If so, remove $g_logo_image = 'images/mantis_logo.gif'; from config_inc.php

atrol

atrol

2012-03-04 08:19

developer   ~0031376

Reminder sent to: vboctor

We should update config_inc.php.sample to use the new logo or remove the logo configuration.

I hope there are not too much users that started in earlier versions or new installations by copying config_inc.php.sample

vBm

vBm

2012-03-04 11:35

reporter   ~0031378

Yes, i did copy config_inc.php.sample to config_inc.php

That's wha the problem was. Thanks for giving me solution how to fix that.

vboctor

vboctor

2012-03-04 14:29

manager   ~0031379

  • Updated config_inc_sample.php to use the new logo filename.
  • Commented out all configuration options that are optional (i.e. all except db and email).

Commit:
https://github.com/mantisbt/mantisbt/commit/9ee9f2cebfadb66a10df014d0a00f60cc35214bf

If I remember correctly, I didn't re-use the original name to avoid having custom_header_inc.php files re-use the new logo and potentially stretch it to different dimensions. We can stick with the new name or rename back, but I think we should avoid changing name multiple times.

Open for suggestions though.

vboctor

vboctor

2012-03-05 00:21

manager   ~0031382

Second commit:

  1. Rename the mantis_logo_238x40.png to mantis_logo.png. To avoid more renames in the future if we change the logo size or design.
  2. Added a copy of mantis_logo.png in gif format to match the old file name, just in case config_inc.php points to it. Note that the gif version is a lower quality due to the gif format.
  3. Changed the code, default configuration, and sample configuration to reference mantis_logo.png.
grangeway

grangeway

2013-04-05 17:57

reporter   ~0036283

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 9ee9f2ce

2012-03-04 06:26

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

- Updated config_inc_sample.php to use the new logo filename.
- Commented out all configuration options that are optional (i.e. all except db and email).
Affected Issues
0013998
mod - config_inc.php.sample Diff File

MantisBT: master c7be5330

2012-03-04 06:26

vboctor

Committer: Damien Regad


Details Diff
Issue 0013998: Logo is not present on new installation.

- Updated config_inc_sample.php to use the new logo filename.
- Commented out all configuration options that are optional (i.e. all
except db and email).

Fixes 0014119
Affected Issues
0013998, 0014119
mod - config_inc.php.sample Diff File

MantisBT: master-1.2.x dd3c6ddc

2012-03-04 16:18

vboctor


Details Diff
Issue 0013998: Logo is not present on new installation.

1. Rename the mantis_logo_238x40.png to mantis_logo.png. To avoid more renames in the future if we change the logo size or design.
2. Added a copy of mantis_logo.png in gif format to match the old file name, just in case config_inc.php points to it. Note that the gif version is a lower quality due to the gif format.
3. Changed the code, default configuration, and sample configuration to reference mantis_logo.png.
Affected Issues
0013998
add - images/mantis_logo.gif Diff File
add - images/mantis_logo.png Diff File
rm - images/mantis_logo_232x80.png Diff
mod - config_defaults_inc.php Diff File
mod - config_inc.php.sample Diff File
mod - core/html_api.php Diff File

MantisBT: master 480bec8f

2012-03-04 16:18

vboctor

Committer: Damien Regad


Details Diff
Issue 0013998: Logo is not present on new installation.

1. Rename the mantis_logo_238x40.png to mantis_logo.png. To avoid more
renames in the future if we change the logo size or design.
2. Added a copy of mantis_logo.png in gif format to match the old file
name, just in case config_inc.php points to it. Note that the gif
version is a lower quality due to the gif format.
3. Changed the code, default configuration, and sample configuration to
reference mantis_logo.png.
Affected Issues
0013998
add - images/mantis_logo.gif Diff File
add - images/mantis_logo.png Diff File
rm - images/mantis_logo_232x80.png Diff
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File