appdb/ include/appData.php include/application ...

WineHQ wineowner at wine.codeweavers.com
Wed Jun 13 19:50:36 CDT 2007


ChangeSet ID:	31193
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/06/13 19:50:35

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 at thehandofagony.com>
	Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
	that we fetch a table row from a class instead of letting the class display it. Move adding of
	edit/delete links from the classes to the objectManager. Fix a hole in the distribution class
	where an uninitialized variable could have been used in the constructor.

Patch: http://cvs.winehq.org/patch.py?id=31193

Old revision  New revision  Changes     Path
 1.26          1.27          +7 -7       appdb/include/appData.php
 1.113         1.114         +7 -9       appdb/include/application.php
 1.7           1.8           +7 -2       appdb/include/application_queue.php
 1.34          1.35          +5 -20      appdb/include/distribution.php
 1.18          1.19          +7 -3       appdb/include/downloadurl.php
 1.43          1.44          +2 -8       appdb/include/maintainer.php
 1.26          1.27          +54 -4      appdb/include/objectManager.php
 1.70          1.71          +7 -3       appdb/include/screenshot.php
 1.61          1.62          +7 -14      appdb/include/testData.php
 1.10          1.11          +11 -12     appdb/include/testData_queue.php
 1.31          1.32          +4 -15      appdb/include/vendor.php
 1.130         1.131         +7 -8       appdb/include/version.php
 1.13          1.14          +7 -2       appdb/include/version_queue.php
 1.14          1.15          +2 -1       appdb/unit_test/test_om_objects.php




More information about the wine-cvs mailing list