ChangeSet ID: 15943 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2005/02/07 17:21:34
Modified files: . : appsubmit.php appview.php screenshots.php admin : adminAppQueue.php editAppFamily.php editAppVersion.php cron : cleanup.php include : application.php category.php sidebar.php util.php version.php tables : appdb_tables.sql
Log message: Jonathan Ernst Jonathan@ernstfamily.ch - improve application and related classes - use application/version/vendor class in scripts - don't use a full table for queued appication but only one field in the application and version tables - simplify the code in many places
Patch: http://cvs.winehq.org/patch.py?id=15943
Old revision New revision Changes Path 1.20 1.21 +143 -176 appdb/appsubmit.php 1.53 1.54 +5 -5 appdb/appview.php 1.26 1.27 +4 -1 appdb/screenshots.php 1.21 1.22 +211 -311 appdb/admin/adminAppQueue.php 1.28 1.29 +3 -102 appdb/admin/editAppFamily.php 1.23 1.24 +35 -124 appdb/admin/editAppVersion.php 1.4 1.5 +0 -4 appdb/cron/cleanup.php 1.10 1.11 +22 -10 appdb/include/application.php 1.10 1.11 +5 -3 appdb/include/category.php 1.8 1.9 +1 -1 appdb/include/sidebar.php 1.20 1.21 +5 -5 appdb/include/util.php 1.1 1.2 +5 -2 appdb/include/version.php 1.20 1.21 +28 -52 appdb/tables/appdb_tables.sql