appdb/. appsubmit.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 11:07:29 CDT 2006


ChangeSet ID:	26285
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 11:07:29

Modified files:
	.              : appsubmit.php 

Log message:
	Jonathan Ernst <jonathan at 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");



More information about the wine-cvs mailing list