ChangeSet ID: 25788 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/17 01:10:11
Modified files: . : account.php addcomment.php appbrowse.php appimage.php appsubmit.php appview.php commentview.php deletecomment.php distributionView.php maintainerdelete.php maintainersubmit.php preferences.php screenshots.php search.php testResults.php vendorview.php viewScreenshots.php viewbugs.php votestats.php admin : addAppNote.php addCategory.php adminAppDataQueue.php adminAppQueue.php adminBugs.php adminCommentView.php adminMaintainerQueue.php adminMaintainers.php adminScreenshots.php adminTestResults.php adminUsers.php deleteAny.php editAppFamily.php editAppNote.php editAppVersion.php editDistribution.php editVendor.php moveAppVersion.php include : application.php bugs.php comment.php distributions.php form_edit.php form_login.php form_new.php note.php screenshot.php sidebar.php testResults.php url.php user.php util.php version.php vote.php
Log message: "EA Durbin" ead1234@hotmail.com Filter all user input to reduce the security impact of manipulated data
Patch: http://cvs.winehq.org/patch.py?id=25788
Old revision New revision Changes Path 1.17 1.18 +35 -16 appdb/account.php 1.20 1.21 +25 -18 appdb/addcomment.php 1.11 1.12 +17 -10 appdb/appbrowse.php 1.16 1.17 +13 -8 appdb/appimage.php 1.39 1.40 +50 -37 appdb/appsubmit.php 1.79 1.80 +29 -23 appdb/appview.php 1.7 1.8 +9 -2 appdb/commentview.php 1.21 1.22 +9 -3 appdb/deletecomment.php 1.8 1.9 +10 -4 appdb/distributionView.php 1.16 1.17 +17 -14 appdb/maintainerdelete.php 1.22 1.23 +29 -24 appdb/maintainersubmit.php 1.19 1.20 +31 -18 appdb/preferences.php 1.32 1.33 +21 -14 appdb/screenshots.php 1.16 1.17 +4 -1 appdb/search.php 1.5 1.6 +28 -21 appdb/testResults.php 1.13 1.14 +8 -4 appdb/vendorview.php 1.1 1.2 +10 -4 appdb/viewScreenshots.php 1.1 1.2 +9 -6 appdb/viewbugs.php 1.18 1.19 +10 -4 appdb/votestats.php 1.21 1.22 +24 -15 appdb/admin/addAppNote.php 1.8 1.9 +12 -4 appdb/admin/addCategory.php 1.18 1.19 +18 -9 appdb/admin/adminAppDataQueue.php 1.54 1.55 +50 -36 appdb/admin/adminAppQueue.php 1.3 1.4 +20 -11 appdb/admin/adminBugs.php 1.9 1.10 +9 -4 appdb/admin/adminCommentView.php 1.20 1.21 +18 -10 appdb/admin/adminMaintainerQueue.php 1.17 1.18 +9 -4 appdb/admin/adminMaintainers.php 1.6 1.7 +20 -11 appdb/admin/adminScreenshots.php 1.5 1.6 +17 -14 appdb/admin/adminTestResults.php 1.5 1.6 +24 -15 appdb/admin/adminUsers.php 1.16 1.17 +14 -7 appdb/admin/deleteAny.php 1.34 1.35 +10 -5 appdb/admin/editAppFamily.php 1.21 1.22 +28 -18 appdb/admin/editAppNote.php 1.32 1.33 +11 -5 appdb/admin/editAppVersion.php 1.2 1.3 +7 -2 appdb/admin/editDistribution.php 1.9 1.10 +9 -3 appdb/admin/editVendor.php 1.2 1.3 +12 -6 appdb/admin/moveAppVersion.php 1.45 1.46 +60 -28 appdb/include/application.php 1.6 1.7 +11 -2 appdb/include/bugs.php 1.16 1.17 +9 -3 appdb/include/comment.php 1.2 1.3 +29 -13 appdb/include/distributions.php 1.7 1.8 +6 -1 appdb/include/form_edit.php 1.4 1.5 +7 -1 appdb/include/form_login.php 1.6 1.7 +10 -2 appdb/include/form_new.php 1.6 1.7 +7 -2 appdb/include/note.php 1.34 1.35 +7 -1 appdb/include/screenshot.php 1.18 1.19 +7 -2 appdb/include/sidebar.php 1.15 1.16 +82 -47 appdb/include/testResults.php 1.2 1.3 +11 -3 appdb/include/url.php 1.65 1.66 +6 -1 appdb/include/user.php 1.52 1.53 +7 -0 appdb/include/util.php 1.52 1.53 +46 -23 appdb/include/version.php 1.12 1.13 +6 -2 appdb/include/vote.php