ChangeSet ID: 20515
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/29 21:50:35
Added files:
. : README.xinha_customizations
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Readme document about the xinha customizations used in the appdb so anyone upgrading xinha will know that certain plugins are missing on purpose and about appdb specific changes
Patch: http://cvs.winehq.org/patch.py?id=20515
Old revision New revision Changes Path
Added 1.1 +0 -0 appdb/README.xinha_customizations
ChangeSet ID: 20511
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/29 20:37:58
Modified files:
cron : cleanup.php
. : maintainerdelete.php
include : user.php
Log message:
Chris Morgan <cmorgan(a)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