cvs: docweb /include/rfc rfc-config.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1154041490@cvsserver> |
philip Thu Jul 27 23:04:50 2006 UTC
Modified files:
/docweb/include/rfc rfc-config.php
Log:
Reduce minimum voting and proposal time requirements from 7 to 4 days.
http://cvs.php.net/viewvc.cgi/docweb/include/rfc/rfc-config.php?r1=1.6&r2=1.7&diff_format=u
Index: docweb/include/rfc/rfc-config.php
diff -u docweb/include/rfc/rfc-config.php:1.6 docweb/include/rfc/rfc-config.php:1.7
--- docweb/include/rfc/rfc-config.php:1.6 Tue Aug 2 10:25:28 2005
+++ docweb/include/rfc/rfc-config.php Thu Jul 27 23:04:50 2006
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Vincent Gevers <[email protected]> |
+----------------------------------------------------------------------+
-$Id: rfc-config.php,v 1.6 2005/08/02 10:25:28 vincent Exp $
+$Id: rfc-config.php,v 1.7 2006/07/27 23:04:50 philip Exp $
*/
/*
@@ -27,12 +27,12 @@
* RFC: how long a proposal must be in the "proposal" phase before
* a "Call for Votes" can be called
*/
-define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
+define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 4)); // 4 days
/**
* RFC: how long the "Call for Votes" lasts
*/
-define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
+define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 4)); // 4 days
if (isset($_SERVER['PROPOSAL_MAIL_DOC_DEV'])) {
/**