appdb/ ./account.php ./addcomment.php ./appbro ...

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 13:14:56 CDT 2006


ChangeSet ID:	26342
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 13:14:54

Modified files:
	.              : account.php addcomment.php appbrowse.php 
	                 appdbStats.php appimage.php appsubmit.php 
	                 appview.php deletecomment.php 
	                 distributionView.php index.php 
	                 maintainerdelete.php maintainersubmit.php 
	                 screenshots.php search.php testResults.php 
	                 vendorview.php viewScreenshots.php 
	                 votestats.php 
	admin          : addAppNote.php addCategory.php 
	                 adminAppDataQueue.php adminAppQueue.php 
	                 adminBugs.php adminMaintainerQueue.php 
	                 adminMaintainers.php adminScreenshots.php 
	                 adminTestResults.php deleteAny.php 
	                 editAppFamily.php editAppNote.php 
	                 editAppVersion.php editDistribution.php 
	                 editVendor.php moveAppVersion.php 
	                 resubmitRejectedApps.php 
	cron           : cleanup.php 
	help           : index.php 
	include        : application.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Clean up includes.  Make 'path.php' and 'incl.php' required includes.  Switch to using
	require_once() for including files in /include so we can have include/*.php files include
	their own dependencies rather than figuring out that to include A.php we need to include B.php

Patch: http://cvs.winehq.org/patch.py?id=26342

Old revision  New revision  Changes     Path
 1.33          1.34          +2 -2       appdb/account.php
 1.32          1.33          +2 -3       appdb/addcomment.php
 1.20          1.21          +3 -3       appdb/appbrowse.php
 1.10          1.11          +2 -3       appdb/appdbStats.php
 1.24          1.25          +1 -2       appdb/appimage.php
 1.53          1.54          +6 -3       appdb/appsubmit.php
 1.90          1.91          +7 -9       appdb/appview.php
 1.29          1.30          +2 -3       appdb/deletecomment.php
 1.16          1.17          +3 -3       appdb/distributionView.php
 1.36          1.37          +1 -2       appdb/index.php
 1.22          1.23          +3 -3       appdb/maintainerdelete.php
 1.30          1.31          +3 -3       appdb/maintainersubmit.php
 1.38          1.39          +3 -3       appdb/screenshots.php
 1.20          1.21          +1 -2       appdb/search.php
 1.11          1.12          +3 -4       appdb/testResults.php
 1.21          1.22          +3 -3       appdb/vendorview.php
 1.5           1.6           +4 -5       appdb/viewScreenshots.php
 1.24          1.25          +2 -2       appdb/votestats.php
 1.28          1.29          +2 -3       appdb/admin/addAppNote.php
 1.14          1.15          +2 -2       appdb/admin/addCategory.php
 1.28          1.29          +6 -4       appdb/admin/adminAppDataQueue.php
 1.63          1.64          +3 -4       appdb/admin/adminAppQueue.php
 1.9           1.10          +2 -3       appdb/admin/adminBugs.php
 1.30          1.31          +6 -6       appdb/admin/adminMaintainerQueue.php
 1.25          1.26          +1 -1       appdb/admin/adminMaintainers.php
 1.12          1.13          +1 -2       appdb/admin/adminScreenshots.php
 1.10          1.11          +4 -4       appdb/admin/adminTestResults.php
 1.20          1.21          +2 -3       appdb/admin/deleteAny.php
 1.41          1.42          +4 -5       appdb/admin/editAppFamily.php
 1.27          1.28          +2 -3       appdb/admin/editAppNote.php
 1.39          1.40          +4 -4       appdb/admin/editAppVersion.php
 1.8           1.9           +2 -2       appdb/admin/editDistribution.php
 1.14          1.15          +2 -2       appdb/admin/editVendor.php
 1.8           1.9           +4 -4       appdb/admin/moveAppVersion.php
 1.6           1.7           +3 -5       appdb/admin/resubmitRejectedApps.php
 1.27          1.28          +3 -3       appdb/cron/cleanup.php
 1.9           1.10          +2 -2       appdb/help/index.php
 1.60          1.61          +1 -0       appdb/include/application.php




More information about the wine-cvs mailing list