ChangeSet ID: 20633 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2005/10/09 21:37:55
Modified files: . : appsubmit.php admin : adminAppQueue.php editAppFamily.php editAppVersion.php resubmitRejectedApps.php include : application.php util.php version.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Factor application/version editing code out of files and move it into the application and version classes. Add support to HtmlAreaLoaderScript() to be called multiple times on a single page without generating javascript that overwrites the previous html area settings.
Patch: http://cvs.winehq.org/patch.py?id=20633
Old revision New revision Changes Path 1.30 1.31 +52 -133 appdb/appsubmit.php 1.43 1.44 +35 -81 appdb/admin/adminAppQueue.php 1.31 1.32 +19 -34 appdb/admin/editAppFamily.php 1.29 1.30 +10 -36 appdb/admin/editAppVersion.php 1.2 1.3 +22 -72 appdb/admin/resubmitRejectedApps.php 1.33 1.34 +128 -34 appdb/include/application.php 1.46 1.47 +60 -24 appdb/include/util.php 1.34 1.35 +127 -36 appdb/include/version.php