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

Commits on Sep 10, 2011

  1. Revert "Changed require_once to required_api for bug_api.php"

    This reverts commit adb0b81.
    
    This commit fixed a problem that was introduced by the erronous commit
    63db6ac. As this erronous commit is
    being removed, this patch is no longer needed.
    davidhicks committed Sep 10, 2011

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    e7daa29 View commit details
  2. Revert "Fix #12443: Moving bugs - check for reporter permissions in d…

    …estination project"
    
    This reverts commit 63db6ac.
    
    This commit has been incorrectly forward-ported from the master-1.2.x
    branch and has overwritten changes to this file made in the master
    branch.
    
    Removed, to be reapplied correctly.
    davidhicks committed Sep 10, 2011

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    1b5e97d View commit details
  3. Fix #12443: Moving bugs - check for reporter permissions in destinati…

    …on project
    
    The user with enough rights to move a bug into another project, is
    allowed to move it into a project in which he has only 'viewer' rights.
    
    Steps to reproduce this bug:
    1. User has full rights in project A (enough to report and move bugs)
    2. User has 'viewer' right in project B
    3. User creates a bug in project A and is allowed to move it into project B
    
    Signed-off-by: David Hicks <d@hx.id.au>
    cproensa authored and davidhicks committed Sep 10, 2011
    Copy the full SHA
    a903240 View commit details
Showing with 288 additions and 248 deletions.
  1. +288 −248 bug_actiongroup.php
Loading