appdb/ ./appbrowse.php ./browse_by_rating.php ...

WineHQ wineowner at wine.codeweavers.com
Mon Jul 23 14:56:44 CDT 2007


ChangeSet ID:	31260
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/23 14:56:43

Modified files:
	.              : appbrowse.php browse_by_rating.php 
	                 browse_downloadable.php contact.php 
	                 preferences.php votestats.php 
	include        : application.php browse_newest_apps.php 
	                 distribution.php form_edit.php html.php 
	                 incl.php maintainer.php menu.php 
	                 objectManager.php tableve.php testData.php 
	                 util.php vendor.php version.php 
Added files:
	include        : table.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Programmatic table support. Enhances several tables with highlightable and clickable rows and
	cleans up the existing table row highlight and click code.

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

Old revision  New revision  Changes     Path
 1.25          1.26          +72 -32     appdb/appbrowse.php
 1.4           1.5           +114 -50    appdb/browse_by_rating.php
 1.6           1.7           +39 -15     appdb/browse_downloadable.php
 1.2           1.3           +30 -15     appdb/contact.php
 1.36          1.37          +61 -17     appdb/preferences.php
 1.32          1.33          +35 -9      appdb/votestats.php
 1.117         1.118         +34 -27     appdb/include/application.php
 1.1           1.2           +13 -7      appdb/include/browse_newest_apps.php
 1.37          1.38          +14 -7      appdb/include/distribution.php
 1.12          1.13          +34 -22     appdb/include/form_edit.php
 1.14          1.15          +0 -10      appdb/include/html.php
 1.43          1.44          +1 -0       appdb/include/incl.php
 1.47          1.48          +9 -8       appdb/include/maintainer.php
 1.8           1.9           +21 -8      appdb/include/menu.php
 1.36          1.37          +28 -47     appdb/include/objectManager.php
 1.14          1.15          +15 -10     appdb/include/tableve.php
 1.67          1.68          +86 -49     appdb/include/testData.php
 1.96          1.97          +66 -22     appdb/include/util.php
 1.33          1.34          +55 -21     appdb/include/vendor.php
 1.136         1.137         +187 -86    appdb/include/version.php
 Added         1.1           +0 -0       appdb/include/table.php




More information about the wine-cvs mailing list