Commit Graph

12 Commits

Author SHA1 Message Date
Chris Morgan
a72f31e11a Rename some variables to match our current naming scheme 2006-06-30 16:33:02 +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
Chris Morgan
e3f9e5371a Use query_parameters() in SQL select, update and delete statements to protect against
sql injection attacks
2006-06-27 19:16:27 +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
Tony Lambregts
02c5682c01 Don't expose email addresses to robots on the distribution page 2006-06-16 03:31:00 +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
WineHQ
8f65897592 Chris Morgan
Only display testing results for applications that are not currently queued if the user isn't an admin.
2006-01-14 03:30:35 +00:00
Chris Morgan
b7a68c68e2 Fix extra slash in url causing browsers to go to odd places when submitting changes to testing results 2005-10-31 01:39:00 +00:00
Tony Lambregts
62077d5a10 Give administrators and maintainers a way to edit test results from distributionView.php 2005-10-30 22:28:09 +00:00
Tony Lambregts
14a3d83d51 Let users view distributions 2005-10-21 02:48:27 +00:00
Tony Lambregts
b0d2969e0b Clean up view distributions, add back link to the application version, use the correct time function 2005-10-18 02:04:16 +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