ChangeSet ID: 31054 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/19 18:45:16
Modified files: . : objectManager.php include : application.php objectManager.php sidebar_admin.php sidebar_maintainer_admin.php testData.php version.php Added files: include : version_queue.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix testData::create() permissions. Separate the cases where a user has edit rights from when he has the right to unqueue items
Patch: http://cvs.winehq.org/patch.py?id=31054
Old revision New revision Changes Path 1.4 1.5 +2 -2 appdb/objectManager.php 1.102 1.103 +3 -1 appdb/include/application.php 1.11 1.12 +6 -1 appdb/include/objectManager.php 1.39 1.40 +1 -1 appdb/include/sidebar_admin.php 1.8 1.9 +1 -1 appdb/include/sidebar_maintainer_admin.php 1.40 1.41 +20 -4 appdb/include/testData.php 1.115 1.116 +12 -20 appdb/include/version.php Added 1.1 +0 -0 appdb/include/version_queue.php