ChangeSet ID: 26127 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/29 11:13:36
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 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 include : application.php incl.php util.php version.php vote.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Rename errorpage() to util_show_error_page() and move util_show_error_page() into include/util.php
Patch: http://cvs.winehq.org/patch.py?id=26127
Old revision New revision Changes Path 1.20 1.21 +1 -2 appdb/account.php 1.24 1.25 +1 -1 appdb/addcomment.php 1.14 1.15 +1 -1 appdb/appbrowse.php 1.18 1.19 +2 -2 appdb/appimage.php 1.44 1.45 +3 -3 appdb/appsubmit.php 1.83 1.84 +2 -2 appdb/appview.php 1.8 1.9 +1 -1 appdb/commentview.php 1.23 1.24 +1 -1 appdb/deletecomment.php 1.10 1.11 +1 -1 appdb/distributionView.php 1.17 1.18 +1 -1 appdb/maintainerdelete.php 1.25 1.26 +2 -2 appdb/maintainersubmit.php 1.25 1.26 +1 -1 appdb/preferences.php 1.6 1.7 +1 -1 appdb/testResults.php 1.15 1.16 +1 -1 appdb/vendorview.php 1.3 1.4 +1 -1 appdb/viewbugs.php 1.23 1.24 +1 -1 appdb/admin/addAppNote.php 1.10 1.11 +1 -1 appdb/admin/addCategory.php 1.23 1.24 +1 -1 appdb/admin/adminAppDataQueue.php 1.58 1.59 +3 -3 appdb/admin/adminAppQueue.php 1.5 1.6 +1 -1 appdb/admin/adminBugs.php 1.24 1.25 +2 -2 appdb/admin/adminMaintainerQueue.php 1.20 1.21 +1 -1 appdb/admin/adminMaintainers.php 1.8 1.9 +1 -1 appdb/admin/adminScreenshots.php 1.6 1.7 +1 -1 appdb/admin/adminTestResults.php 1.8 1.9 +1 -1 appdb/admin/adminUsers.php 1.17 1.18 +4 -4 appdb/admin/deleteAny.php 1.37 1.38 +3 -3 appdb/admin/editAppFamily.php 1.22 1.23 +2 -2 appdb/admin/editAppNote.php 1.35 1.36 +2 -2 appdb/admin/editAppVersion.php 1.10 1.11 +1 -1 appdb/admin/editBundle.php 1.4 1.5 +1 -1 appdb/admin/editDistribution.php 1.10 1.11 +1 -1 appdb/admin/editVendor.php 1.4 1.5 +2 -2 appdb/admin/moveAppVersion.php 1.51 1.52 +1 -1 appdb/include/application.php 1.29 1.30 +0 -17 appdb/include/incl.php 1.62 1.63 +14 -0 appdb/include/util.php 1.59 1.60 +3 -3 appdb/include/version.php 1.18 1.19 +1 -1 appdb/include/vote.php