ChangeSet ID: 20511 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2005/09/29 20:37:58
Modified files: cron : cleanup.php . : maintainerdelete.php include : user.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Move deletion of maintainer logic into the user class. If the cleanup script wants to delete a user and can't, if they are a maintainer we should remove their maintainer status even if we don't delete their account. Send email at the start of the cleanup script to aid in debug
Patch: http://cvs.winehq.org/patch.py?id=20511
Old revision New revision Changes Path 1.12 1.13 +23 -6 appdb/cron/cleanup.php 1.14 1.15 +4 -6 appdb/maintainerdelete.php 1.52 1.53 +29 -0 appdb/include/user.php