Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 93391 Details for
Bug 223840
NPPR needs a captcha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch which adds captcha
patch2.txt (text/plain), 2.12 KB, created by
Denis Roy
on 2008-03-25 10:47:57 EDT
(
hide
)
Description:
Patch which adds captcha
Filename:
MIME Type:
Creator:
Denis Roy
Created:
2008-03-25 10:47:57 EDT
Size:
2.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P www >Index: projects/submit_project_provisioning_request.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/projects/submit_project_provisioning_request.php,v >retrieving revision 1.24 >diff -u -r1.24 submit_project_provisioning_request.php >--- projects/submit_project_provisioning_request.php 19 Dec 2007 17:57:15 -0000 1.24 >+++ projects/submit_project_provisioning_request.php 25 Mar 2008 14:46:20 -0000 >@@ -9,6 +9,12 @@ > $Nav = new Nav(); > $Menu = new Menu(); > >+if($_POST['math'] != "2") { >+ ob_end_clean(); >+ echo "<font color='red'>The answer to the mathematical question you entered is not valid. Please go back and try again.</font>"; >+ end_early(); >+} >+ > include($App->getProjectCommon()); > > $pageTitle = "New Project Provisioning Request Result"; >Index: projects/project_provisioning_request.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/projects/project_provisioning_request.php,v >retrieving revision 1.40 >diff -u -r1.40 project_provisioning_request.php >--- projects/project_provisioning_request.php 8 Mar 2008 00:01:47 -0000 1.40 >+++ projects/project_provisioning_request.php 25 Mar 2008 14:46:20 -0000 >@@ -167,7 +167,7 @@ > <table border=0 cellspacing=5 cellpadding=2 width="100%" > > <tr> > <td colspan="2"> >-<p>January 5, 2006 </p> >+<p>March 25, 2008</p> > <p> This form is used to request the infrastructure for projects that have completed a successful Creation Review and are beginning the Validation Phase of their project > (under an existing Top-Level Project) at eclipse.org. These documents follow the Eclipse Project Lifecyle as described in the > <a href="/projects/dev_process/">Eclipse Development Process</a> and are intended to complement the information >@@ -639,6 +639,9 @@ > </td> > </tr> > <tr><td colspan=2> >+ Math question: (5 - 1) divided by two: <input type="text" name="math" value="" /> >+ </td></tr> >+ <tr><td colspan=2> > <input type="hidden" name="state" value="submit" /> > <input type="submit" name="Submit" value="Submit" /> > </td></tr>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223840
: 93391