ChangeSet ID: 20630
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 13:17:43
Modified files:
cron : cleanup.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Remove debug printing from cleanup script now that the bug in user.php has been fixed
Patch: http://cvs.winehq.org/patch.py?id=20630
Old revision New revision Changes Path
1.17 1.18 +1 -50 appdb/cron/cleanup.php
ChangeSet ID: 20629
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 13:09:35
Modified files:
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
hasDataAssociated() is a user internal call, call like $this->hasDataAssociated() instead of hasDataAssociated()
Patch: http://cvs.winehq.org/patch.py?id=20629
Old revision New revision Changes Path
1.54 1.55 +1 -1 appdb/include/user.php
ChangeSet ID: 20628
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 12:32:59
Modified files:
cron : cleanup.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Make sure $hUsersToWarn and $hUsersToDelete are valid before calling mysql_fetch_object() on them
Patch: http://cvs.winehq.org/patch.py?id=20628
Old revision New revision Changes Path
1.16 1.17 +32 -26 appdb/cron/cleanup.php
ChangeSet ID: 20627
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 10:44:09
Modified files:
cron : cleanup.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add another line of debug output to the cleanup script to see how many rows we retrieved
Patch: http://cvs.winehq.org/patch.py?id=20627
Old revision New revision Changes Path
1.15 1.16 +3 -2 appdb/cron/cleanup.php
ChangeSet ID: 20625
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/08 05:37:09
Modified files:
tools/widl : widl.c
Log message:
Set the widl version to be the same as the global package version.
Patch: http://cvs.winehq.org/patch.py?id=20625
Old revision New revision Changes Path
1.26 1.27 +2 -4 wine/tools/widl/widl.c
ChangeSet ID: 20624
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/08 05:36:50
Modified files:
programs/winepath: winepath.c
Log message:
Set the winepath version to be the same as the global package
version.
Patch: http://cvs.winehq.org/patch.py?id=20624
Old revision New revision Changes Path
1.8 1.9 +1 -3 wine/programs/winepath/winepath.c
ChangeSet ID: 20623
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/08 05:36:10
Modified files:
dlls/user : dialog.c
Log message:
In DIALOG_FixChildrenOnChangeFocus make sure the button is a push
button before making it the default.
Patch: http://cvs.winehq.org/patch.py?id=20623
Old revision New revision Changes Path
1.6 1.7 +1 -1 wine/dlls/user/dialog.c