ChangeSet ID: 31117 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/29 18:00:02
Modified files: . : objectManager.php include : application.php application_queue.php distribution.php maintainer.php objectManager.php screenshot.php testData.php testData_queue.php vendor.php version.php version_queue.php unit_test : test_om_objects.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Add allowAnonymousSubmissions(). objectManager checks the return value of this new function and exists with an error during certain actions if the user is not logged in and the function returns false
Patch: http://cvs.winehq.org/patch.py?id=31117
Old revision New revision Changes Path 1.10 1.11 +3 -0 appdb/objectManager.php 1.107 1.108 +5 -0 appdb/include/application.php 1.2 1.3 +5 -0 appdb/include/application_queue.php 1.28 1.29 +5 -0 appdb/include/distribution.php 1.40 1.41 +5 -0 appdb/include/maintainer.php 1.19 1.20 +15 -0 appdb/include/objectManager.php 1.65 1.66 +5 -0 appdb/include/screenshot.php 1.50 1.51 +5 -0 appdb/include/testData.php 1.7 1.8 +5 -0 appdb/include/testData_queue.php 1.24 1.25 +5 -0 appdb/include/vendor.php 1.125 1.126 +5 -0 appdb/include/version.php 1.8 1.9 +5 -0 appdb/include/version_queue.php 1.11 1.12 +2 -1 appdb/unit_test/test_om_objects.php