ChangeSet ID: 26552 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/16 11:53:08
Modified files: . : maintainersubmit.php admin : adminMaintainerQueue.php adminMaintainers.php include : maintainer.php user.php util.php tables : maintainers.sql unit_test : test_user.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Merge appMaintainerQueue table into appMaintainers table. This simplifies the handling of queued vs. unqueued maintainers and removes a table from the database
Patch: http://cvs.winehq.org/patch.py?id=26552
Old revision New revision Changes Path 1.31 1.32 +8 -5 appdb/maintainersubmit.php 1.32 1.33 +15 -15 appdb/admin/adminMaintainerQueue.php 1.26 1.27 +1 -1 appdb/admin/adminMaintainers.php 1.12 1.13 +3 -3 appdb/include/maintainer.php 1.77 1.78 +27 -26 appdb/include/user.php 1.71 1.72 +3 -3 appdb/include/util.php 1.2 1.3 +5 -15 appdb/tables/maintainers.sql 1.4 1.5 +41 -5 appdb/unit_test/test_user.php