-
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: cad51f2
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: 955d1cb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 5 files changed
- 1 contributor
Commits on Sep 5, 2011
-
Remove use of filter_var(...) for master-1.2.x
Robert Munteanu correctly mentioned on the mailing list that the master-1.2.x branch needs to work with PHP 5.1. The filter_var(...) function is not available in PHP <5.2 and therefore we can't use it in the master-1.2.x branch. We can achieve similar results by removing all null characters from the string (\0). This is OK for our use case which is the use of $_SERVER['SCRIPT_NAME'] - a value that is set by the server and cannot be manipulated by remote users (like PHP_SELF).
Configuration menu - View commit details
-
Copy full SHA for cb67e6a - Browse repository at this point
Copy the full SHA cb67e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9883363 - Browse repository at this point
Copy the full SHA 9883363View commit details -
Fix #13141: Incorrect parameters to config_get function
Thanks to Todd Whitesel for finding this problem in filter_api.php and to Roland Becker for providing further assistance. I have grepped the source code and reviewed all other calls to config_get to ensure they correctly use parameters. There was one additional bug discovered in bug_report_page.php.
Configuration menu - View commit details
-
Copy full SHA for 955d1cb - Browse repository at this point
Copy the full SHA 955d1cbView commit details
There are no files selected for viewing