WineHQ wrote:
ChangeSet ID: 30851 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/03 20:35:02
Modified files: . : account.php addcomment.php appbrowse.php appimage.php appsubmit.php appview.php browse_by_rating.php browse_newest_apps.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 editBundle.php editDistribution.php editVendor.php moveAppVersion.php help : index.php include : application.php bugs.php comment.php distribution.php filter.php form_edit.php form_login.php form_new.php incl.php note.php screenshot.php sidebar.php testData.php url.php util.php version.php vote.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix and enable input filtering through include/filter.php
Patch: http://cvs.winehq.org/patch.py?id=30851
Old revision New revision Changes Path 1.34 1.35 +0 -1 appdb/account.php 1.33 1.34 +0 -1 appdb/addcomment.php 1.22 1.23 +0 -1 appdb/appbrowse.php 1.28 1.29 +0 -1 appdb/appimage.php 1.57 1.58 +6 -20 appdb/appsubmit.php 1.96 1.97 +0 -8 appdb/appview.php 1.1 1.2 +0 -1 appdb/browse_by_rating.php 1.2 1.3 +0 -1 appdb/browse_newest_apps.php 1.15 1.16 +0 -1 appdb/commentview.php 1.30 1.31 +0 -1 appdb/deletecomment.php 1.22 1.23 +0 -1 appdb/distributionView.php 1.24 1.25 +0 -7 appdb/maintainerdelete.php 1.33 1.34 +0 -7 appdb/maintainersubmit.php 1.33 1.34 +3 -25 appdb/preferences.php 1.41 1.42 +0 -1 appdb/screenshots.php 1.21 1.22 +0 -1 appdb/search.php 1.22 1.23 +2 -10 appdb/testResults.php 1.23 1.24 +0 -1 appdb/vendorview.php 1.7 1.8 +0 -1 appdb/viewScreenshots.php 1.10 1.11 +0 -1 appdb/viewbugs.php 1.27 1.28 +0 -1 appdb/votestats.php 1.30 1.31 +1 -8 appdb/admin/addAppNote.php 1.15 1.16 +0 -8 appdb/admin/addCategory.php 1.30 1.31 +0 -9 appdb/admin/adminAppDataQueue.php 1.69 1.70 +6 -21 appdb/admin/adminAppQueue.php 1.14 1.15 +0 -9 appdb/admin/adminBugs.php 1.16 1.17 +0 -5 appdb/admin/adminCommentView.php 1.35 1.36 +0 -8 appdb/admin/adminMaintainerQueue.php 1.28 1.29 +0 -5 appdb/admin/adminMaintainers.php 1.16 1.17 +0 -9 appdb/admin/adminScreenshots.php 1.17 1.18 +1 -6 appdb/admin/adminTestResults.php 1.13 1.14 +0 -9 appdb/admin/adminUsers.php 1.22 1.23 +0 -8 appdb/admin/deleteAny.php 1.43 1.44 +0 -5 appdb/admin/editAppFamily.php 1.29 1.30 +2 -9 appdb/admin/editAppNote.php 1.41 1.42 +0 -6 appdb/admin/editAppVersion.php 1.15 1.16 +10 -10 appdb/admin/editBundle.php 1.11 1.12 +1 -7 appdb/admin/editDistribution.php 1.15 1.16 +0 -6 appdb/admin/editVendor.php 1.11 1.12 +0 -6 appdb/admin/moveAppVersion.php 1.10 1.11 +5 -5 appdb/help/index.php 1.82 1.83 +5 -11 appdb/include/application.php 1.19 1.20 +4 -6 appdb/include/bugs.php 1.31 1.32 +1 -4 appdb/include/comment.php 1.3 1.4 +2 -6 appdb/include/distribution.php 1.8 1.9 +13 -8 appdb/include/filter.php 1.10 1.11 +0 -3 appdb/include/form_edit.php 1.8 1.9 +0 -4 appdb/include/form_login.php 1.10 1.11 +0 -6 appdb/include/form_new.php 1.38 1.39 +8 -1 appdb/include/incl.php 1.20 1.21 +1 -7 appdb/include/note.php 1.53 1.54 +1 -3 appdb/include/screenshot.php 1.24 1.25 +3 -5 appdb/include/sidebar.php 1.15 1.16 +6 -12 appdb/include/testData.php 1.10 1.11 +2 -6 appdb/include/url.php 1.77 1.78 +40 -38 appdb/include/util.php 1.90 1.91 +5 -9 appdb/include/version.php 1.23 1.24 +1 -5 appdb/include/vote.php
This patch breaks xinha editing...
--
Tony Lambregts