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: 21e1a24b21b2
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: aca7cf7dbfc0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 2, 2012

  1. SOAP API: calling mc_issue_update unduly updated bugnotes

    History shows 'Note View State changed' even though it has not been
    modified, and if time tracking is enabled the bugnote's last_updated
    date is changed.
    
    This was caused by a type-strict comparison of the value returned by the
    api (string) to an integer.
    
    Fixes #14412
    dregad committed Jul 2, 2012
    Copy the full SHA
    5273c40 View commit details
    Browse the repository at this point in the history
  2. LDAP binding calls are made even if $g_login_method <> LDAP

    If for some reason $g_use_ldap_email or $g_use_ldap_realname are ON with
    $g_login_method <> 'LDAP', binding calls are attempted when retrieving
    the user's e-mail or real name.
    
    Adding a check on $g_login_method to avoid this unwanted behavior.
    
    Fixes #14442
    dregad committed Jul 2, 2012
    Copy the full SHA
    aca7cf7 View commit details
    Browse the repository at this point in the history