ChangeSet ID: 26285 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/07 11:07:29
Modified files: . : appsubmit.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Add documentation to appsubmit.hp
Patch: http://cvs.winehq.org/patch.py?id=26285
Old revision New revision Changes Path 1.49 1.50 +24 -4 appdb/appsubmit.php
Index: appdb/appsubmit.php diff -u -p appdb/appsubmit.php:1.49 appdb/appsubmit.php:1.50 --- appdb/appsubmit.php:1.49 7 Jul 2006 16: 7:29 -0000 +++ appdb/appsubmit.php 7 Jul 2006 16: 7:29 -0000 @@ -1,8 +1,28 @@ <?php -/************************************/ -/* code to Submit and Resubmit Apps */ -/************************************/ - +/** + * Submit new applications or versions. + * + * Optional parameters: + * - sAppType, + * - sSub, + * - iAppId, application identifier + * - iVersionId, version identifier + * - iTestingId, + * - sAppVendorName, + * - iVendorId, + * - sAppWebpage, + * - sAppKeywords, + * - iDistributionId, + * OR + * - sDistribution, + * + * TODO: + * - move and rename functions in their respective modules + * - rename sAppType by bIsApplication + * - rename sSub by iAction and use integer constants to replace "Submit", "view", "delete" + */ + +// application environment include("path.php"); require_once(BASE."include/incl.php"); require_once(BASE."include/tableve.php");