ChangeSet ID: 31173 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/10 13:51:33
Modified files: include : appData.php application.php application_queue.php distribution.php downloadurl.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 Object constructors shouldn't require an id if passed a $oRow object. Gets rid of objectGetInstanceFromRow() since we can pass the row into the constructor instead.
Patch: http://cvs.winehq.org/patch.py?id=31173
Old revision New revision Changes Path 1.22 1.23 +1 -1 appdb/include/appData.php 1.111 1.112 +41 -46 appdb/include/application.php 1.6 1.7 +3 -8 appdb/include/application_queue.php 1.31 1.32 +46 -51 appdb/include/distribution.php 1.17 1.18 +21 -21 appdb/include/downloadurl.php 1.42 1.43 +22 -22 appdb/include/maintainer.php 1.22 1.23 +3 -4 appdb/include/objectManager.php 1.68 1.69 +22 -25 appdb/include/screenshot.php 1.56 1.57 +31 -35 appdb/include/testData.php 1.8 1.9 +2 -7 appdb/include/testData_queue.php 1.29 1.30 +30 -35 appdb/include/vendor.php 1.128 1.129 +27 -32 appdb/include/version.php 1.12 1.13 +5 -7 appdb/include/version_queue.php 1.13 1.14 +153 -59 appdb/unit_test/test_om_objects.php