ChangeSet ID: 19236
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/31 12:53:11
Modified files:
admin : adminMaintainerQueue.php
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Move some maintainer code into user class, don't let a user maintain
the same app more than once
Patch: http://cvs.winehq.org/patch.py?id=19236
Old revision New revision Changes Path
1.15 1.16 +9 -31 appdb/admin/adminMaintainerQueue.php
1.43 1.44 +52 -0 appdb/include/user.php
ChangeSet ID: 19235
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/30 23:35:18
Modified files:
. : appimage.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Really use the url field as the local filesystem filename
Patch: http://cvs.winehq.org/patch.py?id=19235
Old revision New revision Changes Path
1.14 1.15 +1 -1 appdb/appimage.php
ChangeSet ID: 19234
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/30 23:23:06
Modified files:
. : appimage.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Use the url field from appData and not the id as the name of the file in the filesystem. It is only lately that the filenames of images are equal to the id of the row in the appData table
Patch: http://cvs.winehq.org/patch.py?id=19234
Old revision New revision Changes Path
1.13 1.14 +15 -3 appdb/appimage.php
ChangeSet ID: 19233
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/30 22:35:44
Modified files:
. : appimage.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Report last modified header information for application images. This should reduce the bandwidth used when refreshing the main page multiple times. Patch based on David Lamberts patch
Patch: http://cvs.winehq.org/patch.py?id=19233
Old revision New revision Changes Path
1.12 1.13 +68 -4 appdb/appimage.php
ChangeSet ID: 19231
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/30 14:09:43
Modified files:
server : fd.c
Log message:
Added a separate device object to keep track of inodes that are on the
same device.
Patch: http://cvs.winehq.org/patch.py?id=19231
Old revision New revision Changes Path
1.45 1.46 +93 -21 wine/server/fd.c