ChangeSet ID: 19789
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/24 22:44:15
Modified files:
admin : adminMaintainers.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Handle the case where a user has an empty realname, the maintainers table looks bad with missing borders around the cell, fill in with a   in those cases
Patch: http://cvs.winehq.org/patch.py?id=19789
Old revision New revision Changes Path
1.15 1.16 +5 -1 appdb/admin/adminMaintainers.php
ChangeSet ID: 19788
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/24 22:35:07
Modified files:
admin : adminMaintainers.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix borders in adminMaintainers in cells that have no content, they need to have   in there or they are dropped and not rendered, leaving odd spaces in the table display
Patch: http://cvs.winehq.org/patch.py?id=19788
Old revision New revision Changes Path
1.14 1.15 +2 -2 appdb/admin/adminMaintainers.php
ChangeSet ID: 19787
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/24 22:24:31
Modified files:
admin : adminMaintainers.php
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Sort maintainers in adminMaintainers.php by their name. Add header for each maintainer that has a summary of the number of applications and versions they maintain
Patch: http://cvs.winehq.org/patch.py?id=19787
Old revision New revision Changes Path
1.13 1.14 +36 -1 appdb/admin/adminMaintainers.php
1.49 1.50 +13 -0 appdb/include/user.php
ChangeSet ID: 19782
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/24 13:13:24
Modified files:
dlls/atl : atl_main.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Version 1 atl modules only have a structure size of 100 and no
functions to call.
Patch: http://cvs.winehq.org/patch.py?id=19782
Old revision New revision Changes Path
1.12 1.13 +13 -3 wine/dlls/atl/atl_main.c