ChangeSet ID: 26252 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/06 13:44:57
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 testResults.php vendorview.php viewbugs.php admin : addAppNote.php addCategory.php adminAppDataQueue.php adminAppQueue.php adminBugs.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 resubmitRejectedApps.php include : application.php filter.php incl.php util.php version.php vote.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch 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
Patch: http://cvs.winehq.org/patch.py?id=26252
Old revision New revision Changes Path 1.29 1.30 +6 -6 appdb/account.php 1.28 1.29 +2 -2 appdb/addcomment.php 1.18 1.19 +1 -1 appdb/appbrowse.php 1.22 1.23 +2 -2 appdb/appimage.php 1.48 1.49 +7 -7 appdb/appsubmit.php 1.88 1.89 +7 -7 appdb/appview.php 1.11 1.12 +1 -1 appdb/commentview.php 1.27 1.28 +2 -2 appdb/deletecomment.php 1.14 1.15 +2 -2 appdb/distributionView.php 1.21 1.22 +1 -1 appdb/maintainerdelete.php 1.29 1.30 +2 -2 appdb/maintainersubmit.php 1.30 1.31 +2 -2 appdb/preferences.php 1.36 1.37 +1 -1 appdb/screenshots.php 1.9 1.10 +4 -4 appdb/testResults.php 1.19 1.20 +2 -2 appdb/vendorview.php 1.7 1.8 +1 -1 appdb/viewbugs.php 1.27 1.28 +2 -2 appdb/admin/addAppNote.php 1.13 1.14 +2 -2 appdb/admin/addCategory.php 1.27 1.28 +3 -3 appdb/admin/adminAppDataQueue.php 1.62 1.63 +10 -10 appdb/admin/adminAppQueue.php 1.8 1.9 +2 -2 appdb/admin/adminBugs.php 1.27 1.28 +2 -2 appdb/admin/adminMaintainerQueue.php 1.24 1.25 +1 -1 appdb/admin/adminMaintainers.php 1.11 1.12 +2 -2 appdb/admin/adminScreenshots.php 1.9 1.10 +3 -3 appdb/admin/adminTestResults.php 1.11 1.12 +1 -1 appdb/admin/adminUsers.php 1.19 1.20 +7 -7 appdb/admin/deleteAny.php 1.40 1.41 +4 -4 appdb/admin/editAppFamily.php 1.26 1.27 +3 -3 appdb/admin/editAppNote.php 1.38 1.39 +3 -3 appdb/admin/editAppVersion.php 1.13 1.14 +1 -1 appdb/admin/editBundle.php 1.7 1.8 +2 -2 appdb/admin/editDistribution.php 1.13 1.14 +2 -2 appdb/admin/editVendor.php 1.7 1.8 +3 -3 appdb/admin/moveAppVersion.php 1.5 1.6 +1 -1 appdb/admin/resubmitRejectedApps.php 1.57 1.58 +1 -1 appdb/include/application.php 1.2 1.3 +4 -4 appdb/include/filter.php 1.31 1.32 +0 -10 appdb/include/incl.php 1.65 1.66 +10 -1 appdb/include/util.php 1.65 1.66 +3 -3 appdb/include/version.php 1.21 1.22 +4 -4 appdb/include/vote.php