-
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: f92f1a0a8733
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: c7e261e1c4d3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 2 files changed
- 2 contributors
Commits on Dec 13, 2012
-
Show all users in assign filter when ALL PROJECTS is selected
Fixes #10130 Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Configuration menu - View commit details
-
Copy full SHA for 048dc22 - Browse repository at this point
Copy the full SHA 048dc22View commit details -
Optimise code in print_user_option_list()
Improve performance of code building the list of users for all projects introduced in commit 21746dd. By using an associative array, the foreach loop to remove duplicates can be simplified (no need for an if statement) and we can also remove the current user from the list more easily. Affects issue #10130
Configuration menu - View commit details
-
Copy full SHA for dba4f3e - Browse repository at this point
Copy the full SHA dba4f3eView commit details -
Removing current user from list built by print_user_option_list()
Since there is a [myself] value in the list, the current user should be removed. This was done for ALL_PROJECTS with the fix for issue #10130, but the single-project code still listed the current user. By moving the code to remove the current user to the foreach loop that builds the sort arrays, we ensure that it is removed in both cases.
Configuration menu - View commit details
-
Copy full SHA for c7e261e - Browse repository at this point
Copy the full SHA c7e261eView commit details
There are no files selected for viewing