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: d8f5faf
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 04bf9d6
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 2, 2012

  1. User must have global access to update global categories

    The user's global access level must be >= $g_manage_site_threshold to
    be allowed to add, edit or delete global categories.
    
    Prior to this, once a user had been defined as Manager on at least one
    project, they could freely update global categories.
    
    Also prevents such updates through URL manipulation.
    
    Fixes #13561
    dregad committed Jan 2, 2012
    Copy the full SHA
    9443258 View commit details
    Browse the repository at this point in the history
  2. Fix undefined variable notice in print_manage_menu()

    When the manage_proj_page.php is called for a user with minimal rights
    (e.g. a reporter granted manager role on a single project), the
    print_manage_menu() function issues a couple of messages (depending on
    $g_display_errors settings):
    
    SYSTEM NOTICE: Undefined variable: t_pages
    SYSTEM WARNING: Invalid argument supplied for foreach()
    
    This commit prevents these errors by initializing $t_pages to an empty
    array.
    dregad committed Jan 2, 2012
    Copy the full SHA
    04bf9d6 View commit details
    Browse the repository at this point in the history