Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
base: 01b5bf5
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: f087535
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on May 11, 2012

  1. Issue #13998: 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 #14119
    vboctor authored and dregad committed May 11, 2012
    Copy the full SHA
    c7be533 View commit details
    Browse the repository at this point in the history
  2. Issue #13998: 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.
    vboctor authored and dregad committed May 11, 2012
    Copy the full SHA
    480bec8 View commit details
    Browse the repository at this point in the history
  3. Reduce size of logo in footer, to match the old button height

    This is to maintain the page layout as it was before the new logo
    
    Affects #14119
    dregad committed May 11, 2012
    Copy the full SHA
    f087535 View commit details
    Browse the repository at this point in the history