-
Notifications
You must be signed in to change notification settings - Fork 729
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: dd66cd8cdcb9
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: e312d2285043
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 3 files changed
- 1 contributor
Commits on Mar 18, 2013
-
Fix #15592: application error 0 in adm_config_report.php
This was due to a missing type cast in call to check_selected(). The for loop was replaced by a call to print_option_list_from_array(), to avoid code duplication.
Configuration menu - View commit details
-
Copy full SHA for 2d9f1d6 - Browse repository at this point
Copy the full SHA 2d9f1d6View commit details -
adm_config_report.php: don't post filter data on config rows buttons
This is handled through cookie
Configuration menu - View commit details
-
Copy full SHA for 6bcc30e - Browse repository at this point
Copy the full SHA 6bcc30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea0f71 - Browse repository at this point
Copy the full SHA dea0f71View commit details
Commits on Mar 27, 2013
-
Config report: retrieval of saved project filter does not work
When retrieving a saved filter from the cookie in adm_config_report.php the saved project id is not reflected in the filter's selection list: 'All Projects' is always selected instead of the actual project. This value should only be picked as default when the project id does not exist. This is due to a missing negation in the check for project's existence. Fixes #15691
Configuration menu - View commit details
-
Copy full SHA for b55fc0d - Browse repository at this point
Copy the full SHA b55fc0dView commit details -
LOG_DATABASE causes 'Array to string conversion' system notice
This is due to using $p_msg instead of $s_msg in log_event() at line 93. Fixes #15685
Configuration menu - View commit details
-
Copy full SHA for e312d22 - Browse repository at this point
Copy the full SHA e312d22View commit details
There are no files selected for viewing