[AppDB] - add hit counts for application and version views

Chris Morgan cmorgan at alum.wpi.edu
Thu Jan 26 22:08:19 CST 2006


Chris Morgan <cmorgan at alum.wpi.edu>
appversion.php, include/application.php, include/version.php, 
tables/appdb_tables.sql
Add hit counts for application and version views.  Display the count values on 
the application and version pages.  Move display code into the application 
and version objects to continue to make the appdb code more modular.

Sql commands to alter your local db tables if you want to test this patch:
ALTER table appFamily add hits int not null after queued;
ALTER table appVersion add hits int not null after queued;

Chris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: app_version_hit_count.patch
Type: text/x-diff
Size: 38449 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060126/df6e72e2/app_version_hit_count-0001.patch


More information about the wine-patches mailing list