From 89112c175f44c96a208c8731b8f1b75112e7b289 Mon Sep 17 00:00:00 2001
From: Chris Morgan
Date: Sat, 14 May 2005 00:43:33 +0000
Subject: [PATCH] Add a list of things a user should do prior to submitting an
application. The hope is to reduce the number of duplicate, incorrect and
incomplete submissions that just end up rejected. Change 'Add Version' to
'Submit new version' to match the 'Submit application' link in the menu
panel.
---
appsubmit.php | 18 +++++++++++++++++-
appview.php | 2 +-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/appsubmit.php b/appsubmit.php
index c372976..5f39170 100644
--- a/appsubmit.php
+++ b/appsubmit.php
@@ -172,11 +172,27 @@ onload = function() {
echo "database. The application will be reviewed by the AppDB Administrator\n";
echo "and you will be notified via email if this application will be added to\n";
echo "the database.
\n";
+ echo "Before continuing please check that you have:\n";
+ echo "
\n";
+ if ($_REQUEST['apptype'] == 1)
+ {
+ echo " - Searched for this application in the database. Duplicate submissions will be rejected.
\n";
+ echo " - Really want to submit an application instead of a new version of an application\n";
+ echo " that is already in the database. If this is the case browse to the application\n";
+ echo " and click on 'Submit new version'
\n";
+ }
+ echo " - Entered a valid version for this application. This is the application\n";
+ echo " version, NOT the wine version(which goes in the testing results section of the template
\n";
+ echo " - Tested this application under Wine. There are tens of thousands of applications\n";
+ echo " for windows, we don't need placeholder entries in the database. Please enter as complete \n";
+ echo " as possible testing results in the version template provided below
\n";
+ echo "
";
echo "Please don't forget to mention which Wine version you used, how well it worked\n";
echo "and if any workaround were needed. Having app descriptions just sponsoring the app\n";
echo "(Yes, some vendor want to use the appdb for this) or saying \"I haven't tried this app with Wine\" ";
echo "won't help Wine development or Wine users.
\n";
- echo "After your application has been added you'll be able to submit screenshots for it.
";
+ echo "After your application has been added you'll be able to submit screenshots for it, post";
+ echo " messages in its forums or become a maintainer to help others trying to run the application.
";
// new application and version
if ($_REQUEST['apptype'] == 1)
diff --git a/appview.php b/appview.php
index 680a14b..684beff 100644
--- a/appview.php
+++ b/appview.php
@@ -277,7 +277,7 @@ if($_REQUEST['appId'])
if($_SESSION['current']->isLoggedIn())
{
echo '';
}
if($_SESSION['current']->hasPriv("admin"))