ChangeSet ID: 15948
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/07 17:55:42
Modified files:
include : sidebar_login.php user.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- fix isMaintainer and isSuperMaintainer
- make the correct button appear in appview (be a maintainer/stop to be a maintainer)
- make the list of maintained applications reappear on the left menu
Patch: http://cvs.winehq.org/patch.py?id=15948
Old revision New revision Changes Path
1.10 1.11 +1 -2 appdb/include/sidebar_login.php
1.36 1.37 +4 -14 appdb/include/user.php
ChangeSet ID: 15944
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/07 17:49:06
Modified files:
admin : adminAppDataQueue.php
include : screenshot.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- improve appData and related classes
- don't use a full table for queued appdata but only one field in theapplication and version tables
- simplify the code in many places
- fixes some bugs with screenshots
Patch: http://cvs.winehq.org/patch.py?id=15944
Old revision New revision Changes Path
1.12 1.13 +19 -19 appdb/admin/adminAppDataQueue.php
1.13 1.14 +44 -90 appdb/include/screenshot.php