Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 5afdade7bba5184a25dce3a8b1fbda6580a63830
https://github.com/jenkinsci/jenkins/commit/5afdade7bba5184a25dce3a8b1fbda6580a63830
Author: Oliver Gondža <[email protected]>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
A core/src/main/java/hudson/model/ModifiableViewGroup.java
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
Log Message:
-----------
Introduce ModifiableViewGroup
Commit: fcdf74991226fb6869052caa89ed8d678944b6fc
https://github.com/jenkinsci/jenkins/commit/fcdf74991226fb6869052caa89ed8d678944b6fc
Author: Jesse Glick <[email protected]>
Date: 2013-12-10 (Tue, 10 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
M core/src/main/java/hudson/tasks/junit/TestResultAction.java
M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
M core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
M core/src/main/java/hudson/tasks/test/TestResultAggregator.java
M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
M test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java
Log Message:
-----------
[FIXED JENKINS-18410] AbstractTestResultAction should be a RunAction2 so it
need not persist its owning build.
Commit: a58e198f8aa60dd0cb244cba338d9c48141590e5
https://github.com/jenkinsci/jenkins/commit/a58e198f8aa60dd0cb244cba338d9c48141590e5
Author: Jesse Glick <[email protected]>
Date: 2013-12-10 (Tue, 10 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/XmlFile.java
M core/src/main/java/hudson/model/ItemGroupMixIn.java
M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
A test/src/test/java/hudson/model/ItemGroupMixInTest.java
A
test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadCannotResolveClassException.zip
Log Message:
-----------
[FIXED JENKINS-20951] XmlFile.read/unmarshal needs to catch general
XStreamException so as to include CannotResolveClassException, thrown when a
TopLevelItem provided by a plugin is unloadable.
Commit: f6d5448eedb57a27a721a17c0603f2ba16345cae
https://github.com/jenkinsci/jenkins/commit/f6d5448eedb57a27a721a17c0603f2ba16345cae
Author: Chris Arnott <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
M test/src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly
Log Message:
-----------
[JENKINS-11429] Add a column "Success" in test result table
Added a column Pass (rather than success) to the tables in the junit plugin.
Commit: bce209ef0a2b6bb86c3623430a346c0b194139bd
https://github.com/jenkinsci/jenkins/commit/bce209ef0a2b6bb86c3623430a346c0b194139bd
Author: Jesse Glick <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/resources/lib/form/apply_sv_SE.properties
M debian/debian/changelog
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: cf396b0f9ad234d070341fc6ee87afa2283b81ca
https://github.com/jenkinsci/jenkins/commit/cf396b0f9ad234d070341fc6ee87afa2283b81ca
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
the trunk is toward 1.545-SNAPSHOT
Commit: 3a0c0877012a1534cff0508b5380922bbd4a597f
https://github.com/jenkinsci/jenkins/commit/3a0c0877012a1534cff0508b5380922bbd4a597f
Author: Jesse Glick <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M changelog.html
M cli/pom.xml
M core/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: 2a2a7eb8ed29714961fd145a6186db4aef9d63ba
https://github.com/jenkinsci/jenkins/commit/2a2a7eb8ed29714961fd145a6186db4aef9d63ba
Author: Jesse Glick <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/tasks/junit/TestResultAction.java
M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
Log Message:
-----------
[JENKINS-20951] [JENKINS-18410] Did not make it into 1.544 due to validated
merge holdups (mostly randomly failing tests, sigh).
Commit: 8bfe089c21985e5fc05cba13d8e1311b37ebf680
https://github.com/jenkinsci/jenkins/commit/8bfe089c21985e5fc05cba13d8e1311b37ebf680
Author: Oliver Gondža <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
A core/src/main/java/hudson/model/ModifiableViewGroup.java
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
Log Message:
-----------
Merge pull request #1032 from olivergondza/modifiable-view-group
Introduce ModifiableViewGroup
Commit: 85e9e126773c0bb20a8529a2e6591dde17d7e209
https://github.com/jenkinsci/jenkins/commit/85e9e126773c0bb20a8529a2e6591dde17d7e209
Author: Jesse Glick <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
Log Message:
-----------
[JENKINS-10615] AbstractProjectTest.testWorkspaceLock frequently fails on
jenkins.ci due to InterruptedException in HudsonTestCase.setUp.
Possibly because it is sorted after [JENKINS-15156] testGetBuildAfterGC and the
test suite times out.
Commit: b2edcbae171b97bbf2d9a7078fb1f1381cedccb0
https://github.com/jenkinsci/jenkins/commit/b2edcbae171b97bbf2d9a7078fb1f1381cedccb0
Author: CloudBees DEV@Cloud <[email protected]>
Date: 2013-12-11 (Wed, 11 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/XmlFile.java
M core/src/main/java/hudson/model/ItemGroupMixIn.java
M core/src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
M core/src/main/java/hudson/tasks/junit/TestResultAction.java
M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
M core/src/main/java/hudson/tasks/test/AggregatedTestResultPublisher.java
M core/src/main/java/hudson/tasks/test/MatrixTestResult.java
M core/src/main/java/hudson/tasks/test/TestResultAggregator.java
M test/src/main/java/org/jvnet/hudson/test/MockFolder.java
M test/src/test/groovy/hudson/model/AbstractProjectTest.groovy
A test/src/test/java/hudson/model/ItemGroupMixInTest.java
M test/src/test/java/hudson/tasks/test/TrivialTestResultAction.java
M test/src/test/java/hudson/tasks/test/TrivialTestResultRecorder.java
A
test/src/test/resources/hudson/model/ItemGroupMixInTest/xmlFileReadCannotResolveClassException.zip
Log Message:
-----------
Merge commit '85e9e126773c0bb20a8529a2e6591dde17d7e209'
Commit: 3f1f122ff415319b6408ab89f8b3ff0bf4da597d
https://github.com/jenkinsci/jenkins/commit/3f1f122ff415319b6408ab89f8b3ff0bf4da597d
Author: Oliver Gondža <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/test/java/hudson/FunctionsTest.java
Log Message:
-----------
[FIXED JENKINS-20928] l:breakable mishandles HTML metacharacters
Commit: ca139a7c9fc4455aacafd1a66077bc039b723d18
https://github.com/jenkinsci/jenkins/commit/ca139a7c9fc4455aacafd1a66077bc039b723d18
Author: Oliver Gondža <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/test/java/hudson/FunctionsTest.java
Log Message:
-----------
Merge pull request #1058 from olivergondza/breakable-regex
[FIXED JENKINS-20928] l:breakable mishandles HTML metacharacters
Commit: bc4c1326579631be648dc6c47f1200b246743b0a
https://github.com/jenkinsci/jenkins/commit/bc4c1326579631be648dc6c47f1200b246743b0a
Author: Jesse Glick <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/WarExploder.java
Log Message:
-----------
Plugins with ≥1 functional test and a ≥1.536 dep would sometimes fail during
clean builds due to a race condition in WarExploder.
Commit: 2bd36c0791b4831261d1985a148b2f93960f1e08
https://github.com/jenkinsci/jenkins/commit/2bd36c0791b4831261d1985a148b2f93960f1e08
Author: CloudBees DEV@Cloud <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/WarExploder.java
Log Message:
-----------
Merge commit 'bc4c1326579631be648dc6c47f1200b246743b0a'
Commit: 676ec9c45bf03637bbf829d8c09e7347fad945c7
https://github.com/jenkinsci/jenkins/commit/676ec9c45bf03637bbf829d8c09e7347fad945c7
Author: Jesse Glick <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/test/java/hudson/FunctionsTest.java
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: 36b5420a75b99e7fb5af442c0c8ae19e9b64f7f0
https://github.com/jenkinsci/jenkins/commit/36b5420a75b99e7fb5af442c0c8ae19e9b64f7f0
Author: Jesse Glick <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: 192defb79d706343bb38508bf0cfaeaef5a82775
https://github.com/jenkinsci/jenkins/commit/192defb79d706343bb38508bf0cfaeaef5a82775
Author: Jesse Glick <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
Fixing a couple of obsolete references to HudsonTestCase.
Commit: 59ba11bce6906c46ab420a31868b3ec181292443
https://github.com/jenkinsci/jenkins/commit/59ba11bce6906c46ab420a31868b3ec181292443
Author: Jesse Glick <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
Making a field final.
Commit: c0c5b076ec7fa75093bfdb13e0b06a12a46e4a6e
https://github.com/jenkinsci/jenkins/commit/c0c5b076ec7fa75093bfdb13e0b06a12a46e4a6e
Author: Jesse Glick <[email protected]>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M core/src/main/java/hudson/logging/LogRecorder.java
M core/src/main/java/hudson/logging/LogRecorderManager.java
Log Message:
-----------
DRY: LogRecorderManager.configDir.
Commit: 4ca5aba3c0627292d18f8b05e8cc65c60eed6b82
https://github.com/jenkinsci/jenkins/commit/4ca5aba3c0627292d18f8b05e8cc65c60eed6b82
Author: Jesse Glick <[email protected]>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
Log Message:
-----------
Suppressing a senseless stack trace.
h.n.AbstractNodeMonitorDescriptor$Record#<init>: Previous Free Disk Space
monitoring activity still in progress. Interrupting
h.n.AbstractNodeMonitorDescriptor$Record#run: Unexpected node monitoring
termination: Free Disk Space
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at hudson.remoting.Request$1.get(Request.java:272)
at hudson.remoting.Request$1.get(Request.java:210)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
at
hudson.node_monitors.AbstractAsyncNodeMonitorDescriptor.monitor(AbstractAsyncNodeMonitorDescriptor.java:97)
at
hudson.node_monitors.AbstractNodeMonitorDescriptor$Record.run(AbstractNodeMonitorDescriptor.java:282)
Commit: 6f9cf72e14f3fe064b7b6c64c9362576bf51fe99
https://github.com/jenkinsci/jenkins/commit/6f9cf72e14f3fe064b7b6c64c9362576bf51fe99
Author: Oliver Gondža <[email protected]>
Date: 2013-12-14 (Sat, 14 Dec 2013)
Changed paths:
M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
M test/src/test/resources/hudson/tasks/test/TrivialTestResult/body.jelly
Log Message:
-----------
Merge pull request #1056 from ChrisA89/TestHaveSuccessColumn
[JENKINS-11429] Add a column "Success" in test result table
Commit: c9432bda978ef9e510b2fda19d04c110b2212943
https://github.com/jenkinsci/jenkins/commit/c9432bda978ef9e510b2fda19d04c110b2212943
Author: olivierlemasle <[email protected]>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M core/src/main/resources/hudson/PluginManager/advanced_fr.properties
M
core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_fr.properties
M
core/src/main/resources/hudson/model/AbstractItem/configure-common_fr.properties
M core/src/main/resources/hudson/model/AbstractItem/delete_fr.properties
M core/src/main/resources/hudson/model/View/sidepanel_fr.properties
A
core/src/main/resources/lib/hudson/project/config-assignedLabel_fr.properties
Log Message:
-----------
Fix french translation
Commit: be79a5e82e5d347f8004b7220f76e35872a438e7
https://github.com/jenkinsci/jenkins/commit/be79a5e82e5d347f8004b7220f76e35872a438e7
Author: Harald Albers <[email protected]>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M core/src/main/resources/hudson/PluginManager/advanced_fr.properties
M
core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix_fr.properties
M
core/src/main/resources/hudson/model/AbstractItem/configure-common_fr.properties
M core/src/main/resources/hudson/model/AbstractItem/delete_fr.properties
M core/src/main/resources/hudson/model/View/sidepanel_fr.properties
A
core/src/main/resources/lib/hudson/project/config-assignedLabel_fr.properties
Log Message:
-----------
Merge pull request #1066 from olivierlemasle/fix_fr
Fix french translation
Commit: 23f45e7ced2db3545b87f1a72682ec5507ee4b3f
https://github.com/jenkinsci/jenkins/commit/23f45e7ced2db3545b87f1a72682ec5507ee4b3f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: c3508113f0e1659f0e6c1064f31cb2ac1caa2ef3
https://github.com/jenkinsci/jenkins/commit/c3508113f0e1659f0e6c1064f31cb2ac1caa2ef3
Author: Jesse Glick <[email protected]>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/util/CopyOnWriteList.java
M core/src/main/java/hudson/util/RobustCollectionConverter.java
M core/src/main/java/hudson/util/RobustReflectionConverter.java
M core/src/main/java/hudson/util/xstream/ImmutableListConverter.java
M test/src/test/groovy/hudson/model/RunMapTest.groovy
A test/src/test/java/hudson/util/RobustReflectionConverterTest.java
A
test/src/test/resources/hudson/util/RobustReflectionConverterTest/randomExceptionsReported.zip
Log Message:
-----------
[FIXED JENKINS-21024] Catch a full range of XStreamException’s during
deserialization, including rethrown exceptions from readResolve.
Commit: 66805b7463230da6512306b84485700aea83f349
https://github.com/jenkinsci/jenkins/commit/66805b7463230da6512306b84485700aea83f349
Author: Jesse Glick <[email protected]>
Date: 2013-12-16 (Mon, 16 Dec 2013)
Changed paths:
M core/src/test/java/hudson/scheduler/CronTabEventualityTest.java
Log Message:
-----------
Why did these tests have timeouts?
Seems to have caused spurious timeout errors.
https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/1748/testReport/junit/hudson.scheduler/CronTabEventualityTest/testFirstSundayOfMonthWillBeEventuallyTriggeredWithinOneMonthAndOneWeek_0_/
java.lang.Exception: test timed out after 1000 milliseconds
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
at java.io.File.exists(File.java:772)
at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:1072)
at sun.misc.URLClassPath.getResource(URLClassPath.java:199)
at java.net.URLClassLoader$1.run(URLClassLoader.java:358)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at hudson.scheduler.CronTab.set(CronTab.java:87)
at hudson.scheduler.CronTab.<init>(CronTab.java:83)
at hudson.scheduler.CronTab.<init>(CronTab.java:66)
at
hudson.scheduler.CronTabEventualityTest.checkEventuality(CronTabEventualityTest.java:113)
at
hudson.scheduler.CronTabEventualityTest.testFirstSundayOfMonthWillBeEventuallyTriggeredWithinOneMonthAndOneWeek(CronTabEventualityTest.java:109)
Commit: 7eecfeb261ad76a87eb4f7c24c7872e0afb90540
https://github.com/jenkinsci/jenkins/commit/7eecfeb261ad76a87eb4f7c24c7872e0afb90540
Author: Kenichi Maehashi <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M osx/Library/Application Support/Jenkins/jenkins-runner.sh
Log Message:
-----------
set file.encoding=UTF-8 as default in OS X runner
Commit: 65f86c95300b4083c16947f25f7e144edc4777c3
https://github.com/jenkinsci/jenkins/commit/65f86c95300b4083c16947f25f7e144edc4777c3
Author: Ingo Richter <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M osx/Library/Application Support/Jenkins/jenkins-runner.sh
Log Message:
-----------
Merge pull request #1068 from kmaehashi/add-encoding-osx
set file.encoding=UTF-8 as default in OS X runner
Commit: ef0b08499514d04c49ea41029d076aefb4d88dc7
https://github.com/jenkinsci/jenkins/commit/ef0b08499514d04c49ea41029d076aefb4d88dc7
Author: Jesse Glick <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
R war/src/main/webapp/help/project-config/mailer.html
R war/src/main/webapp/help/project-config/mailer_de.html
R war/src/main/webapp/help/project-config/mailer_fr.html
R war/src/main/webapp/help/project-config/mailer_ja.html
R war/src/main/webapp/help/project-config/mailer_pt_BR.html
R war/src/main/webapp/help/project-config/mailer_ru.html
R war/src/main/webapp/help/project-config/mailer_tr.html
R war/src/main/webapp/help/project-config/mailer_zh_TW.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_de.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_fr.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_ja.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_nl.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_pt_BR.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_ru.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_tr.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_zh_CN.html
R war/src/main/webapp/help/tasks/mailer/sendToindividuals_zh_TW.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_de.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_fr.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_ja.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_nl.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_pt_BR.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_ru.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_tr.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_zh_CN.html
R war/src/main/webapp/help/tasks/mailer/smtpAuth_zh_TW.html
Log Message:
-----------
Moving some help files to mailer-plugin where they belong.
Commit: 3befec39a3392f0bb6870c5361397b773027bb51
https://github.com/jenkinsci/jenkins/commit/3befec39a3392f0bb6870c5361397b773027bb51
Author: Jesse Glick <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M core/src/main/resources/lib/form/optionalBlock.jelly
Log Message:
-----------
optionalBlock.jelly should only set a default value for help when field is
set.
Otherwise Descriptor.getHelpFile(null) is called, which may produce a help
page, but generally the wrong one.
(entry.jelly was already correct, so just making it consistent.)
Commit: 6c9ab145d33c1587979f54a327e27ce11c5210d0
https://github.com/jenkinsci/jenkins/commit/6c9ab145d33c1587979f54a327e27ce11c5210d0
Author: Jesse Glick <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M core/src/main/resources/lib/layout/copyButton.jelly
Log Message:
-----------
copyButton.js uses @include, so there is no need to explicitly include
ZeroClipboard here too.
Commit: d81c2406a27cee80542dbaecae31ce1b04e0ab52
https://github.com/jenkinsci/jenkins/commit/d81c2406a27cee80542dbaecae31ce1b04e0ab52
Author: Jesse Glick <[email protected]>
Date: 2013-12-17 (Tue, 17 Dec 2013)
Changed paths:
M pom.xml
M test/pom.xml
Log Message:
-----------
Updated maven-plugin & mailer dependencies so that HelpLinkTest will pass.
Commit: 358fe7fe3a64fcb113caef608759c724f008a37e
https://github.com/jenkinsci/jenkins/commit/358fe7fe3a64fcb113caef608759c724f008a37e
Author: Jesse Glick <[email protected]>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M README.md
Log Message:
-----------
Extra trailing newline.
Commit: a6e01f77c6d3d72f7ac9e99ce061ce04dbf4b515
https://github.com/jenkinsci/jenkins/commit/a6e01f77c6d3d72f7ac9e99ce061ce04dbf4b515
Author: Jesse Glick <[email protected]>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/RunMap.java
M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
Log Message:
-----------
[FIXED JENKINS-21078] Optimizing loadIdOnDisk.
Commit: 6c71a664b3f3427f975c965a0153b37409d921d5
https://github.com/jenkinsci/jenkins/commit/6c71a664b3f3427f975c965a0153b37409d921d5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-12-18 (Wed, 18 Dec 2013)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/0d373fa3724a...6c71a664b3f3
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.