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: c931418
Choose a base ref
...
head repository: mantisbt/mantisbt
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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history