-
Notifications
You must be signed in to change notification settings - Fork 728
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ac7effb4aa59
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfa022bc1c7d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 2 contributors
Commits on Sep 10, 2012
-
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>
Configuration menu - View commit details
-
Copy full SHA for b6e9022 - Browse repository at this point
Copy the full SHA b6e9022View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 87c7423 - Browse repository at this point
Copy the full SHA 87c7423View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cfa022b - Browse repository at this point
Copy the full SHA cfa022bView commit details
There are no files selected for viewing