Code changed in jenkins
User: Jesse Farinacci
Path:
changelog.html
core/pom.xml
core/src/main/java/hudson/Functions.java
core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
core/src/main/java/hudson/security/SecurityRealm.java
core/src/main/java/hudson/security/captcha/CaptchaSupport.java
core/src/main/java/hudson/security/captcha/CaptchaSupportDescriptor.java
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/config.jelly
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly
war/src/main/webapp/help/security/private-realm/allow-signup.html
http://jenkins-ci.org/commit/jenkins/7689840966b2d0cf169f1627ddc7bb3ca8d45332
Log:
[FIXED JENKINS-9915] Make captcha support optional; remove LGPL jcaptcha
This change is largely based on changes made by Winston Prakash for Hudson.
The main details about his changes can be found here:
http://issues.hudson-ci.org/browse/HUDSON-8844
I deviated a bit from his changes where it was appropriate (e.g. the
description for allow-signup.html was just plain wrong). Also, there
was a lot of collateral damage from formatting in his changeset, which
I have factored out.
I tested the basic functionality of this change and it seems to be OK.
https://github.com/jenkinsci/jenkins/pull/155