ChangeSet ID: 26249 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/06 12:27:55
Modified files: . : account.php addcomment.php appbrowse.php appimage.php appsubmit.php appview.php commentview.php deletecomment.php distributionView.php index.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 : appdb_faq.help index.php maintainer_guidelines.help include : application.php bugs.php category.php comment.php distributions.php form_login.php monitor.php note.php screenshot.php sidebar.php sidebar_login.php testResults.php url.php user.php util.php version.php vote.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Prefix all GPC variables according to our coding standard
Patch: http://cvs.winehq.org/patch.py?id=26249
Old revision New revision Changes Path 1.26 1.27 +5 -5 appdb/account.php 1.25 1.26 +20 -20 appdb/addcomment.php 1.15 1.16 +12 -12 appdb/appbrowse.php 1.19 1.20 +9 -9 appdb/appimage.php 1.46 1.47 +46 -45 appdb/appsubmit.php 1.85 1.86 +28 -28 appdb/appview.php 1.9 1.10 +5 -5 appdb/commentview.php 1.24 1.25 +10 -10 appdb/deletecomment.php 1.12 1.13 +6 -6 appdb/distributionView.php 1.34 1.35 +5 -11 appdb/index.php 1.18 1.19 +16 -16 appdb/maintainerdelete.php 1.26 1.27 +25 -25 appdb/maintainersubmit.php 1.27 1.28 +8 -8 appdb/preferences.php 1.34 1.35 +24 -24 appdb/screenshots.php 1.17 1.18 +2 -2 appdb/search.php 1.7 1.8 +14 -14 appdb/testResults.php 1.17 1.18 +8 -8 appdb/vendorview.php 1.3 1.4 +12 -12 appdb/viewScreenshots.php 1.4 1.5 +9 -9 appdb/viewbugs.php 1.22 1.23 +11 -11 appdb/votestats.php 1.25 1.26 +1 -1 appdb/admin/addAppNote.php 1.11 1.12 +14 -14 appdb/admin/addCategory.php 1.25 1.26 +26 -26 appdb/admin/adminAppDataQueue.php 1.60 1.61 +51 -51 appdb/admin/adminAppQueue.php 1.6 1.7 +34 -34 appdb/admin/adminBugs.php 1.13 1.14 +11 -11 appdb/admin/adminCommentView.php 1.25 1.26 +23 -23 appdb/admin/adminMaintainerQueue.php 1.22 1.23 +11 -11 appdb/admin/adminMaintainers.php 1.9 1.10 +25 -25 appdb/admin/adminScreenshots.php 1.7 1.8 +20 -20 appdb/admin/adminTestResults.php 1.9 1.10 +5 -5 appdb/admin/adminUsers.php 1.18 1.19 +12 -12 appdb/admin/deleteAny.php 1.38 1.39 +14 -14 appdb/admin/editAppFamily.php 1.24 1.25 +2 -2 appdb/admin/editAppNote.php 1.36 1.37 +19 -19 appdb/admin/editAppVersion.php 1.11 1.12 +12 -12 appdb/admin/editBundle.php 1.5 1.6 +4 -4 appdb/admin/editDistribution.php 1.11 1.12 +4 -4 appdb/admin/editVendor.php 1.5 1.6 +14 -14 appdb/admin/moveAppVersion.php 1.8 1.9 +1 -1 appdb/help/appdb_faq.help 1.8 1.9 +3 -3 appdb/help/index.php 1.4 1.5 +5 -5 appdb/help/maintainer_guidelines.help 1.55 1.56 +50 -50 appdb/include/application.php 1.12 1.13 +9 -9 appdb/include/bugs.php 1.19 1.20 +1 -1 appdb/include/category.php 1.23 1.24 +15 -15 appdb/include/comment.php 1.9 1.10 +1 -1 appdb/include/distributions.php 1.6 1.7 +6 -6 appdb/include/form_login.php 1.7 1.8 +4 -4 appdb/include/monitor.php 1.13 1.14 +1 -1 appdb/include/note.php 1.41 1.42 +10 -10 appdb/include/screenshot.php 1.19 1.20 +4 -4 appdb/include/sidebar.php 1.14 1.15 +4 -4 appdb/include/sidebar_login.php 1.28 1.29 +7 -7 appdb/include/testResults.php 1.7 1.8 +6 -6 appdb/include/url.php 1.74 1.75 +1 -1 appdb/include/user.php 1.63 1.64 +19 -19 appdb/include/util.php 1.63 1.64 +56 -56 appdb/include/version.php 1.19 1.20 +16 -16 appdb/include/vote.php