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: ac7effb4aa59
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: cfa022bc1c7d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 10, 2012

  1. Hide file upload path on project edit page if storage is DB

    The upload_file_path config option is not needed when attachments are
    stored in DB, and displaying it is confusing to user.
    
    Fixes #14700
    
    Original patch updated to comply with coding guidelines
    
    Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
    JGuilbaud authored and dregad committed Sep 10, 2012
    Copy the full SHA
    b6e9022 View commit details
    Browse the repository at this point in the history
  2. Missing project override in project edit page

    This is causing the config_get() calls to return the option for the
    default project instead of the one being edited, which is potentially
    incorrect.
    
    Fixes #14701
    dregad committed Sep 10, 2012
    Copy the full SHA
    87c7423 View commit details
    Browse the repository at this point in the history
  3. User with access to single project defaults to it, not all projects

    Since 1.2, if a user has access to only one project, the project
    selection box at top right isn't shown. This was causing issues as new
    users accounts have 'All projects' as their default:
    
     - user can't report issues (no link for all projects)
     - categories displayed are prefixed with [project]
    
    Until this commit, users had to define their (single) project as default
    using preferences to work around the problem; this is no longer needed.
    
    Function html_login_info() now sets the current project as appropriate
    if user has only access to a single one, and also defines that as the
    default.
    
    The account preferences page has also been modified to only include 'All
    projects' in the selection list when user has more than one project
    available.
    
    Fixes #9826, #14268
    dregad committed Sep 10, 2012
    Copy the full SHA
    cfa022b View commit details
    Browse the repository at this point in the history