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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c931418
Choose a base ref
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 175d973
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 3, 2012

  1. Copy the full SHA
    765035a View commit details
  2. Fix misleading exception in mc_issue_note_update()

    The error message was referring to 'Issue' instead of 'Issue Note' id.
    dregad committed Jun 3, 2012
    Copy the full SHA
    5654252 View commit details
  3. mc_issue_note_update passing wrong param to access check function

    Commit edc8142 introduced proper logic
    to avoid unauthorized update of bugnotes, but was passing incorrect
    parameters to access_has_bugnote_level() so unprivileged users could
    still update them.
    
    Fixes #14340
    dregad committed Jun 3, 2012
    Copy the full SHA
    175d973 View commit details
Showing with 112 additions and 112 deletions.
  1. +112 −112 api/soap/mc_issue_api.php
Loading