Jonathan Ernst
|
3096e63828
|
Rename util_show_error_page() to util_show_error_page_and_exit() and redirect() to util_redirect_and_exit()
so it is explicit that we exit in those functions that so we know it isn't necessary to put an exit after
we call them
|
2006-07-06 18:44:56 +00:00 |
|
Jonathan Ernst
|
54c484de8c
|
Remove unnecessary exit calls after redirect() and util_show_error_page() calls
|
2006-07-06 17:59:52 +00:00 |
|
Jonathan Ernst
|
735a2bc65f
|
Prefix all GPC variables according to our coding standard
|
2006-07-06 17:27:54 +00:00 |
|
Jonathan Ernst
|
6d019b918a
|
Rename errorpage() to util_show_error_page() and move util_show_error_page() into include/util.php
|
2006-06-29 16:13:35 +00:00 |
|
EA Durbin
|
f982c8459e
|
Filter all user input to reduce the security impact of manipulated data
|
2006-06-17 06:10:10 +00:00 |
|
EA Durbin
|
62de655d75
|
Fix typo
|
2006-06-06 18:53:00 +00:00 |
|
EA Durbin
|
522722dff4
|
Fix typo on the test results page
|
2006-05-27 01:42:45 +00:00 |
|
Chris Morgan
|
e7935b1f4f
|
Pass a version object into user::hasAppVersionModifyPermission() instead of
the integer that is the index of the version in the database.
|
2006-01-23 02:10:31 +00:00 |
|
Tony Lambregts
|
b587dbfd17
|
Only create new distributions if the user didn't pick one from the dropdown menu. Previous behavior would create a new distribution if any text was present in the 'distribution' textbox, even if a distribution is picked from the dropdown menu.
|
2006-01-17 02:33:14 +00:00 |
|
Tony Lambregts
|
ba6e92d184
|
Lets users submit application testing results in a uniform and easy to process manner
|
2005-10-17 03:59:24 +00:00 |
|