ChangeSet ID: 16293
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/23 22:49:27
Modified files:
include : application.php version.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Generate a true boolean and not a string so that tests against bqueued don't
return true if bqueued="false" instead of false.
Patch: http://cvs.winehq.org/patch.py?id=16293
Old revision New revision Changes Path
1.20 1.21 +2 -2 appdb/include/application.php
1.12 1.13 +1 -1 appdb/include/version.php
ChangeSet ID: 16292
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/23 22:48:42
Modified files:
include : image.php screenshot.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
When sending screenshots in an unknown format (txt, gif, etc.) the user is warned
and the screenshot is not added
Patch: http://cvs.winehq.org/patch.py?id=16292
Old revision New revision Changes Path
1.2 1.3 +3 -3 appdb/include/image.php
1.20 1.21 +28 -7 appdb/include/screenshot.php
ChangeSet ID: 16291
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/23 22:48:04
Modified files:
. : appsubmit.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Use only one htmlarea as using two cause one of them to be sometimes readonly
under Gecko for unknown reasons.
Patch: http://cvs.winehq.org/patch.py?id=16291
Old revision New revision Changes Path
1.23 1.24 +10 -7 appdb/appsubmit.php