appdb/ ./appdbStats.php ./maintainerdelete.php ...

WineHQ wineowner at wine.codeweavers.com
Mon Jul 24 11:20:40 CDT 2006


ChangeSet ID:	26779
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/24 11:20:40

Modified files:
	.              : appdbStats.php maintainerdelete.php 
	                 maintainersubmit.php 
	admin          : adminMaintainerQueue.php adminMaintainers.php 
	cron           : cleanup.php 
	include        : application.php maintainer.php 
	                 sidebar_admin.php sidebar_login.php user.php 
	                 util.php version.php 
	unit_test      : test_user.php 
Added files:
	unit_test      : test_maintainer.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
	display code. Also move maintainer related code from the user class. Fix up unit tests to work with the new maintainer class.

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

Old revision  New revision  Changes     Path
 1.11          1.12          +1 -1       appdb/appdbStats.php
 1.23          1.24          +2 -2       appdb/maintainerdelete.php
 1.32          1.33          +8 -6       appdb/maintainersubmit.php
 1.33          1.34          +30 -170    appdb/admin/adminMaintainerQueue.php
 1.27          1.28          +4 -4       appdb/admin/adminMaintainers.php
 1.30          1.31          +1 -1       appdb/cron/cleanup.php
 1.69          1.70          +3 -3       appdb/include/application.php
 1.13          1.14          +484 -15    appdb/include/maintainer.php
 1.24          1.25          +2 -2       appdb/include/sidebar_admin.php
 1.16          1.17          +1 -1       appdb/include/sidebar_login.php
 1.79          1.80          +9 -189     appdb/include/user.php
 1.75          1.76          +0 -25      appdb/include/util.php
 1.79          1.80          +4 -6       appdb/include/version.php
 1.6           1.7           +3 -204     appdb/unit_test/test_user.php
 Added         1.1           +0 -0       appdb/unit_test/test_maintainer.php




More information about the wine-cvs mailing list