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: 1d3b06499b88
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 243112f89f75
Choose a head ref
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on Oct 12, 2012

  1. Copy the full SHA
    a8f5420 View commit details
    Browse the repository at this point in the history
  2. Restrict $g_allow_reporter_* to users with reporter access

    Prior to this, if a user reported an issue and then their access level
    was downgraded to "viewer", they would no longer be able to add bugnotes
    to the issue. However, config option $g_allow_reporter_reopen would
    still let them reopen it, and likewise for $g_allow_reporter_upload to
    attach files and $g_allow_reporter_close.
    
    Fixes #11782
    dregad committed Oct 12, 2012
    Copy the full SHA
    a7f9feb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2012

  1. Fix whitespace

    dregad committed Oct 13, 2012
    Copy the full SHA
    9089f5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7512b03 View commit details
    Browse the repository at this point in the history
  3. Manage config workflow page does not reflect actual config

    The code did not properly reflect the configuration state when building
    the Access Levels form, if the minimum access level was defined using
    update_bug_status_threshold and set_status_threshold wass empty, showing
    'viewer' for each status except 'new'.
    
    Consequently, saving the page without changes would cause the config to
    be saved with all access levels as 'viewer'.
    
    Fixes #14496
    dregad committed Oct 13, 2012
    Copy the full SHA
    d893ca3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2012

  1. Simplify and improve code in manage_config_workflow_page.php

    - Avoid code duplication with a function set_color_override to determine
      override of cells bgcolors attribute
    - Use a single loop over the status enum in access_row()
    - Removed unnecessary assignments and useless code
    dregad committed Oct 28, 2012
    Copy the full SHA
    8488106 View commit details
    Browse the repository at this point in the history
  2. Workflow config: delete override if identical to parent

    The code in manage_config_workflow_set.php now deletes the config
    override for the current project if the new settings are identical to
    the parent's (ALL_PROJECTS level if project, or file-level if all
    projects).
    
    Follow-up fix for issue #14496
    dregad committed Oct 28, 2012
    Copy the full SHA
    d982fc9 View commit details
    Browse the repository at this point in the history
  3. Define default $g_set_status_threshold for NEW to REPORTER

    This prevents incorrect highlighting of NEW status as an override in the
    Access Levels section of manage_config_workflow_page.php, when
    $g_bug_submit_status is different from default.
    
    Fixes #14496 (see atrol's bugnote ~33192 and my follow up in ~33325)
    dregad committed Oct 28, 2012
    Copy the full SHA
    361089d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2012

  1. Copy the full SHA
    3d71373 View commit details
    Browse the repository at this point in the history
  2. Added .mailmap file

    This allows to coalesce commits by the same person in the git shortlog,
    where their name and/or email address was spelled differently.
    
    The git shortlog can then be used to populate the CREDITS file's
    "Contributors" section
    dregad committed Nov 10, 2012
    Copy the full SHA
    3a69063 View commit details
    Browse the repository at this point in the history
  3. Updated CREDITS file

    With the addition of .mailmap file, the "Contributors" section can now
    be easily updated with the output of the following command:
    
    git shortlog -s -n |cut -f2
    
    This can be achieved automatically by running the 'update-credits.sh'
    script (in the mantisbt-tools repository).
    dregad committed Nov 10, 2012
    Copy the full SHA
    753d64a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    243112f View commit details
    Browse the repository at this point in the history