ChangeSet ID: 20454
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/27 19:32:48
Modified files:
cron : cleanup.php
include : user.php
tables : user_list.sql
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Improve cleanup script to give users 1 month after warning before removing their account. Move user related logic into the user class. Add columns to the user_list table to track whether the user was warned about inactivity and the datetime of the warning.
Patch: http://cvs.winehq.org/patch.py?id=20454
Old revision New revision Changes Path
1.10 1.11 +19 -53 appdb/cron/cleanup.php
1.51 1.52 +57 -3 appdb/include/user.php
1.7 1.8 +9 -7 appdb/tables/user_list.sql
ChangeSet ID: 20449
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/27 05:49:59
Modified files:
dlls/wined3d : surface.c drawprim.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Change the format of surface_SaveSnapshot to TGA from PPM and add
support for compressed textures and an alpha channel.
Patch: http://cvs.winehq.org/patch.py?id=20449
Old revision New revision Changes Path
1.25 1.26 +124 -63 wine/dlls/wined3d/surface.c
1.29 1.30 +21 -9 wine/dlls/wined3d/drawprim.c