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: 0b8298e
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 991e54b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 19, 2011

  1. Removed trailing whitespace

    dregad committed Nov 19, 2011
    Copy the full SHA
    dbbd3cf View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2011

  1. Perform obsolete check against db config also

    Previously the check for usage of obsolete configuration variables was
    only performed against global variables (defined in config_inc.php).
    With this change, a more thorough verification is done, including
    values with an override in mantis_config_table.
    
    Detailed information about where the config option is used is printed
    with the warning message.
    
    Fixes #13435
    dregad committed Nov 20, 2011
    Copy the full SHA
    5e9b834 View commit details
    Browse the repository at this point in the history
  2. Remove "$g_" prefix from obsolete config warning messages

    Designating config options using the "$g_" prefix in the warning
    messages when checking for obsolete configurations does not make sense
    when they are defined in the database.
    
    Removing this previx also makes the messages consistent with the new
    admin checks interface in 1.3.
    
    Affects issue #13435
    dregad committed Nov 20, 2011
    Copy the full SHA
    991e54b View commit details
    Browse the repository at this point in the history