ChangeSet ID: 26124 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/29 10:54:29
Modified files: . : account.php appdbStats.php admin : adminAppDataQueue.php cron : cleanup.php include : application.php bugs.php comment.php distributions.php monitor.php note.php screenshot.php testResults.php url.php user.php util.php version.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Cleanup User class. Move user related functions into class as static member functions
Patch: http://cvs.winehq.org/patch.py?id=26124
Old revision New revision Changes Path 1.19 1.20 +2 -2 appdb/account.php 1.9 1.10 +6 -6 appdb/appdbStats.php 1.21 1.22 +1 -1 appdb/admin/adminAppDataQueue.php 1.25 1.26 +4 -4 appdb/cron/cleanup.php 1.49 1.50 +1 -1 appdb/include/application.php 1.9 1.10 +1 -1 appdb/include/bugs.php 1.20 1.21 +2 -2 appdb/include/comment.php 1.7 1.8 +1 -1 appdb/include/distributions.php 1.4 1.5 +1 -1 appdb/include/monitor.php 1.9 1.10 +1 -1 appdb/include/note.php 1.38 1.39 +2 -2 appdb/include/screenshot.php 1.23 1.24 +1 -1 appdb/include/testResults.php 1.5 1.6 +1 -1 appdb/include/url.php 1.70 1.71 +175 -186 appdb/include/user.php 1.60 1.61 +2 -2 appdb/include/util.php 1.57 1.58 +1 -1 appdb/include/version.php