ChangeSet ID: 30994 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/03/24 13:30:16
Modified files: . : appdbStats.php objectManager.php viewScreenshots.php admin : adminScreenshots.php include : appData.php application.php distribution.php maintainer.php objectManager.php screenshot.php sidebar.php sidebar_admin.php sidebar_maintainer_admin.php testData.php vendor.php unit_test : test_om_objects.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com objectManager, add rejection support. Add support in objectManager for handling rejected data.
Patch: http://cvs.winehq.org/patch.py?id=30994
Old revision New revision Changes Path 1.14 1.15 +1 -1 appdb/appdbStats.php 1.1 1.2 +11 -2 appdb/objectManager.php 1.10 1.11 +3 -2 appdb/viewScreenshots.php 1.18 1.19 +2 -1 appdb/admin/adminScreenshots.php 1.11 1.12 +18 -4 appdb/include/appData.php 1.94 1.95 +5 -3 appdb/include/application.php 1.18 1.19 +11 -3 appdb/include/distribution.php 1.33 1.34 +10 -2 appdb/include/maintainer.php 1.7 1.8 +26 -13 appdb/include/objectManager.php 1.61 1.62 +3 -2 appdb/include/screenshot.php 1.28 1.29 +1 -1 appdb/include/sidebar.php 1.33 1.34 +5 -4 appdb/include/sidebar_admin.php 1.5 1.6 +2 -2 appdb/include/sidebar_maintainer_admin.php 1.26 1.27 +8 -6 appdb/include/testData.php 1.17 1.18 +6 -2 appdb/include/vendor.php 1.5 1.6 +1 -1 appdb/unit_test/test_om_objects.php