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: dd66cd8cdcb9
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: e312d2285043
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 18, 2013

  1. Fix #15592: application error 0 in adm_config_report.php

    This was due to a missing type cast in call to check_selected(). The
    for loop was replaced by a call to print_option_list_from_array(), to
    avoid code duplication.
    dregad committed Mar 18, 2013
    Copy the full SHA
    2d9f1d6 View commit details
    Browse the repository at this point in the history
  2. adm_config_report.php: don't post filter data on config rows buttons

    This is handled through cookie
    dregad committed Mar 18, 2013
    Copy the full SHA
    6bcc30e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dea0f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Config report: retrieval of saved project filter does not work

    When retrieving a saved filter from the cookie in adm_config_report.php
    the saved project id is not reflected in the filter's selection list:
    'All Projects' is always selected instead of the actual project. This
    value should only be picked as default when the project id does not
    exist.
    
    This is due to a missing negation in the check for project's existence.
    
    Fixes  #15691
    dregad committed Mar 27, 2013
    Copy the full SHA
    b55fc0d View commit details
    Browse the repository at this point in the history
  2. LOG_DATABASE causes 'Array to string conversion' system notice

    This is due to using $p_msg instead of $s_msg in log_event() at line 93.
    
    Fixes #15685
    dregad committed Mar 27, 2013
    Copy the full SHA
    e312d22 View commit details
    Browse the repository at this point in the history