ChangeSet ID: 20638
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/10 05:27:37
Modified files:
programs/winhelp: hlpfile.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Ensure we always have a title for the .hlp file.
Patch: http://cvs.winehq.org/patch.py?id=20638
Old revision New revision Changes Path
1.27 1.28 +2 -0 wine/programs/winhelp/hlpfile.c
ChangeSet ID: 20634
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/10 05:24:53
Modified files:
programs/winepath: winepath.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.
Patch: http://cvs.winehq.org/patch.py?id=20634
Old revision New revision Changes Path
1.9 1.10 +49 -15 wine/programs/winepath/winepath.c
ChangeSet ID: 20633
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 21:37:55
Modified files:
. : appsubmit.php
admin : adminAppQueue.php editAppFamily.php
editAppVersion.php resubmitRejectedApps.php
include : application.php util.php version.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Factor application/version editing code out of files and move it into the application and version classes. Add support to HtmlAreaLoaderScript() to be called multiple times on a single page without generating javascript that overwrites the previous html area settings.
Patch: http://cvs.winehq.org/patch.py?id=20633
Old revision New revision Changes Path
1.30 1.31 +52 -133 appdb/appsubmit.php
1.43 1.44 +35 -81 appdb/admin/adminAppQueue.php
1.31 1.32 +19 -34 appdb/admin/editAppFamily.php
1.29 1.30 +10 -36 appdb/admin/editAppVersion.php
1.2 1.3 +22 -72 appdb/admin/resubmitRejectedApps.php
1.33 1.34 +128 -34 appdb/include/application.php
1.46 1.47 +60 -24 appdb/include/util.php
1.34 1.35 +127 -36 appdb/include/version.php
ChangeSet ID: 20632
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 13:33:53
Modified files:
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Return true or false from warnForInactivity() depending on whether we warned the user or not, this way we can provide more accurate numbers in the cleanup script summary
Patch: http://cvs.winehq.org/patch.py?id=20632
Old revision New revision Changes Path
1.55 1.56 +3 -1 appdb/include/user.php
ChangeSet ID: 20631
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/09 13:32:44
Modified files:
cron : cleanup.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Be more specific with users we warned and ones that we wanted to warn but didn't because they have data associated with their account
Patch: http://cvs.winehq.org/patch.py?id=20631
Old revision New revision Changes Path
1.18 1.19 +16 -5 appdb/cron/cleanup.php