ChangeSet ID: 16105
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/14 14:53:59
Modified files:
dlls/mscms/tests: profile.c
dlls/mscms : profile.c mscms_priv.h icc.c handle.c
Log message:
Hans Leidekker <hans(a)it.vu.nl>
Implement and test access flags for color profiles.
Write the color profile back to disk when it was opened for writing.
Patch: http://cvs.winehq.org/patch.py?id=16105
Old revision New revision Changes Path
1.10 1.11 +3 -9 wine/dlls/mscms/tests/profile.c
1.10 1.11 +21 -6 wine/dlls/mscms/profile.c
1.5 1.6 +5 -2 wine/dlls/mscms/mscms_priv.h
1.2 1.3 +9 -1 wine/dlls/mscms/icc.c
1.3 1.4 +21 -3 wine/dlls/mscms/handle.c
ChangeSet ID: 16102
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/14 12:22:04
Modified files:
. : appdbStats.php appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- fix 1 error reported by the w3c html validator in appview.php?appid=whatever when there are notes
- fix 1 error reported by the w3c html validator in appdbStats.php
Patch: http://cvs.winehq.org/patch.py?id=16102
Old revision New revision Changes Path
1.7 1.8 +1 -3 appdb/appdbStats.php
1.59 1.60 +5 -4 appdb/appview.php
ChangeSet ID: 16101
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/14 12:21:27
Modified files:
cron : cleanup.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- doesn't send e-mail from the cleanup script until we have less bad email users.
- use the user class to cleanly delete user
Patch: http://cvs.winehq.org/patch.py?id=16101
Old revision New revision Changes Path
1.5 1.6 +5 -6 appdb/cron/cleanup.php