Branch: refs/heads/stable
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f14fae3bacb9d4cc94d1140048f35b7df04a2d9a
      
https://github.com/jenkinsci/jenkins/commit/f14fae3bacb9d4cc94d1140048f35b7df04a2d9a
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/PluginManager.java

  Log Message:
  -----------
  [FIXED JENKINS-4543] Identify the short name of the plugin from the manifest.

(cherry picked from commit f1669601e4bd607ffa8a809e109f1ad0c79244b1)


  Commit: 1732164817db39b9da338e1f9d9357287534a05a
      
https://github.com/jenkinsci/jenkins/commit/1732164817db39b9da338e1f9d9357287534a05a
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/hudson/cli/ClientAuthenticationCache.java
    M core/src/main/java/hudson/os/PosixAPI.java
    M core/src/main/java/hudson/os/PosixException.java
    M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
    M core/src/main/java/hudson/util/IOUtils.java
    M core/src/main/java/hudson/util/jna/GNUCLibrary.java

  Log Message:
  -----------
  [FIXED JENKINS-14351] jna-posix → jnr-posix upgrade (opt in).
(cherry picked from commit 2a1d1631bd4d3e6d37d82295089d70e229ea0548)

Conflicts:
        changelog.html


  Commit: 4f800946aaf53a4416ab46dd6b89be45c0900af1
      
https://github.com/jenkinsci/jenkins/commit/4f800946aaf53a4416ab46dd6b89be45c0900af1
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M changelog.html
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java

  Log Message:
  -----------
  [JENKINS-17775] If MavenProject.getParent throws ISE during fingerprinting, 
report it but at least proceed.
Proper fix is to ensure that the model resolution uses the same environment as 
the actual build,
or is otherwise more lenient about finding the parent (e.g. enables plugin 
resolution).
(cherry picked from commit d477296ffd3114f9f8416981f82e49cace605600)


  Commit: dd404da9eb09cfff9b960837c36668a96d205274
      
https://github.com/jenkinsci/jenkins/commit/dd404da9eb09cfff9b960837c36668a96d205274
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M changelog.html
    M maven-plugin/src/main/java/hudson/maven/MavenBuildInformation.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java

  Log Message:
  -----------
  [FIXED JENKINS-17775] Find (model) parent POMs properly during fingerprint 
recording at end of build.
(cherry picked from commit 0c4fe2ddbac2963c0b633fe27bb1a6016134da50)

Conflicts:
        changelog.html


  Commit: 3fbb8e9f7c32669975aa70b2d92a66c0f60d004a
      
https://github.com/jenkinsci/jenkins/commit/3fbb8e9f7c32669975aa70b2d92a66c0f60d004a
  Author: Vojtech Juranek <vjura...@redhat.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java

  Log Message:
  -----------
  [FIXED JENKINS-18024] Avoind NPE when checking if reason why in the queue has 
beed changed

(cherry picked from commit b8b9b71be1c55f76791e958318105302f3e226b8)


  Commit: a37e472beab59e34f81f3528b7acece936e58373
      
https://github.com/jenkinsci/jenkins/commit/a37e472beab59e34f81f3528b7acece936e58373
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/model/JobTest.java
    A test/src/test/resources/hudson/model/JobTest/configDotXmlPermission.zip
    A test/src/test/resources/hudson/model/JobTest/getArtifactsUpTo.zip
    A test/src/test/resources/hudson/model/JobTest/readPermission.zip
    R 
test/src/test/resources/hudson/model/JobTest/testConfigDotXmlPermission.zip
    R test/src/test/resources/hudson/model/JobTest/testGetArtifactsUpTo.zip
    R test/src/test/resources/hudson/model/JobTest/testReadPermission.zip

  Log Message:
  -----------
  JUnit 4.
(cherry picked from commit 2b0bd977f38c919f19caf4925124ba00523191e7)


  Commit: db5257e398d58148056945de74d4c3d7aa195c9d
      
https://github.com/jenkinsci/jenkins/commit/db5257e398d58148056945de74d4c3d7aa195c9d
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    A test/src/main/java/org/jvnet/hudson/test/RunLoadCounter.java

  Log Message:
  -----------
  Lazy-loading utility test class designed for fix of JENKINS-15858.
(cherry picked from commit 03ca63c62c1f3e20f405b655bbc610ed21931a86)


  Commit: 57755a2cd7bca35418a7ce52ebea4d8b14a8e69a
      
https://github.com/jenkinsci/jenkins/commit/57755a2cd7bca35418a7ce52ebea4d8b14a8e69a
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Job.java
    M test/src/test/java/hudson/model/JobTest.java

  Log Message:
  -----------
  [FIXED JENKINS-16023] Use permalinks for as many Job.getLast*Build methods as 
possible.
(cherry picked from commit be5cd4fd169005f50eea8ccefac4b91a9b4c503c)

Conflicts:
        changelog.html


  Commit: be4d7c95f425e5acc438e0e355e680a78341c448
      
https://github.com/jenkinsci/jenkins/commit/be4d7c95f425e5acc438e0e355e680a78341c448
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Computer.java

  Log Message:
  -----------
  [JENKINS-18236] Computer.getUrl was incorrect when the slave had a space in 
its name.
This broke the context menu for actions contributed via 
TransientComputerActionFactory (at least).
(cherry picked from commit 92d96525240ddc0fdf30a839ada0dd642b34c4ef)


  Commit: eac0c8c1a5bf77747848505597d11ba12d4fecff
      
https://github.com/jenkinsci/jenkins/commit/eac0c8c1a5bf77747848505597d11ba12d4fecff
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/init/InitStrategy.java

  Log Message:
  -----------
  [JENKINS-18352] need to prefer linked files over archives.

This regression appeared to be introduced in 32d5c23.

(cherry picked from commit 7547681a24fadab2a909729413b9f16da90b2d16)


  Commit: 6fd541006da466a1731c768b8b6f69fdbdc7c79b
      
https://github.com/jenkinsci/jenkins/commit/6fd541006da466a1731c768b8b6f69fdbdc7c79b
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/init/InitStrategy.java

  Log Message:
  -----------
  [JENKINS-18352] we want to prefer *.jpi over *.hpi, but the code was other 
way around

(cherry picked from commit 5aa4af75c2c4c66541f1fd24ef82c5d46a79940d)


  Commit: 781518adac1f6c790c92bcab2a68dfe024569bef
      
https://github.com/jenkinsci/jenkins/commit/781518adac1f6c790c92bcab2a68dfe024569bef
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/hudson/model/ParametersDefinitionProperty.java

  Log Message:
  -----------
  [FIXED JENKINS-18356] Restored deprecated 
AbstractProject.doBuild{,WithParameters} overloads.
(cherry picked from commit fa47981c071bf8c11041d4f11b2be0c73ab0b270)

Conflicts:
        changelog.html


  Commit: be743058140e46fb484d24cb4e68cdb514cf6c08
      
https://github.com/jenkinsci/jenkins/commit/be743058140e46fb484d24cb4e68cdb514cf6c08
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/tasks/FingerprinterTest.java

  Log Message:
  -----------
  JUnit 4.
(cherry picked from commit 291c39ad42dbd5e2676bc8229051f68f7b33ced5)


  Commit: 47dc65926afc6259457440c1b4a29bb0fe586ae2
      
https://github.com/jenkinsci/jenkins/commit/47dc65926afc6259457440c1b4a29bb0fe586ae2
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/tasks/FingerprinterTest.java
    A 
test/src/test/resources/hudson/tasks/FingerprinterTest/actionSerialization.zip

  Log Message:
  -----------
  [JENKINS-17125] Establishing baseline FingerprintAction behavior that should 
not be regressed.
(cherry picked from commit bd709b0631329f1abaf05de4a3499562a1606691)


  Commit: cf2bea4e58d86ef096fecafbf1395cd4b588e923
      
https://github.com/jenkinsci/jenkins/commit/cf2bea4e58d86ef096fecafbf1395cd4b588e923
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/CauseAction.java
    M core/src/main/java/hudson/model/Run.java
    M core/src/main/java/hudson/model/RunAction.java
    M core/src/main/java/hudson/tasks/Fingerprinter.java
    A core/src/main/java/jenkins/model/RunAction2.java
    M 
core/src/main/resources/hudson/tasks/Fingerprinter/FingerprintAction/index.jelly

  Log Message:
  -----------
  [FIXED JENKINS-17125] FingerprintAction no longer need persist the build 
field thanks to new RunAction2.
(cherry picked from commit a614cd5b05b3c8cbcb8970ea439b2a1315252f58)

Conflicts:
        changelog.html


  Commit: 1c8be2a0fbee3c8bdcaa5ef53b19556dd7a71a84
      
https://github.com/jenkinsci/jenkins/commit/1c8be2a0fbee3c8bdcaa5ef53b19556dd7a71a84
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/resources/hudson/model/AbstractItem/delete.jelly
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_da.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_de.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_es.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_fr.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_hu.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_it.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_ja.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_pt_BR.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_ru.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_sv_SE.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_zh_CN.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_zh_TW.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace.jelly
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_da.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_de.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_es.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_fr.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_hu.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_it.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_ja.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_pt_BR.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_ru.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_sv_SE.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_zh_CN.properties
    R 
core/src/main/resources/hudson/model/AbstractProject/wipeOutWorkspace_zh_TW.properties
    M core/src/main/resources/lib/layout/confirmationLink.jelly
    M core/src/main/resources/lib/layout/task.jelly

  Log Message:
  -----------
  Using l:confirmationLink instead of AbstractItem/delete.jelly and 
AbstractProject/wipeOutWorkspace.jelly.
(cherry picked from commit 7d31e7c5d66b37bf9905cfcec2f13862faaf74b9)


  Commit: 16fc5af94fa99b99fe52cb064e4f909478dc1023
      
https://github.com/jenkinsci/jenkins/commit/16fc5af94fa99b99fe52cb064e4f909478dc1023
  Author: Francisco Ruiz <quiesa...@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/confirmationLink.jelly

  Log Message:
  -----------
  [FIXED JENKINS-17977] [FIXED JENKINS-18032] Fixed confirmPOST JS utility not 
working with CSRF protection enabled.
(cherry picked from commit 4ec2e08f8ccb2d1e40da45bde9df7f3721ff85c1)


  Commit: 3bcfd9c745a72e60333af7d9180513e1b67464b3
      
https://github.com/jenkinsci/jenkins/commit/3bcfd9c745a72e60333af7d9180513e1b67464b3
  Author: Francisco Ruiz <quiesa...@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/confirmationLink.jelly

  Log Message:
  -----------
  [FIXED JENKINS-17977] [FIXED JENKINS-18032] Added CSRF crumb to actions 
requiring confirmation only when POST method is used.
(cherry picked from commit b0f867fc9390563df99dbb166f1ebe731fe2b873)


  Commit: 509f5dfebf9a4bbb1f4685e64188ecfd15b198c2
      
https://github.com/jenkinsci/jenkins/commit/509f5dfebf9a4bbb1f4685e64188ecfd15b198c2
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/model/AbstractProjectTest.java

  Log Message:
  -----------
  testWipeWorkspace was failing after changes to link confirmation.
Tricky to emulate the actual web interaction including JavaScript 
window.confirm;
suffices to just call the web method directly.
(cherry picked from commit 2d3fa398c352ddd44a43980766e14e5f8352e0d1)


  Commit: 83bbb7af0b5ea5f4d65471e65c91e20e36d9fc7d
      
https://github.com/jenkinsci/jenkins/commit/83bbb7af0b5ea5f4d65471e65c91e20e36d9fc7d
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

  Log Message:
  -----------
  As this is my first look inside Jenkins codebase I not sure it's correct
but perhaps artifacts for modulebuilds should be deleted just as logs
are deleted. see https://issues.jenkins-ci.org/browse/JENKINS-17508
I did not fully test it yet, all unit tests ran fine, but didn't succeed
to run jobs inside Jenkins, due to classloader issues while running
Jenkins in Jetty, to verify deletion

(cherry picked from commit d4459d9d0f99b951974f6ab1bedf6a580aad9248)


  Commit: c70075736c591ff38640dac4f237b87839d7ab93
      
https://github.com/jenkinsci/jenkins/commit/c70075736c591ff38640dac4f237b87839d7ab93
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    A 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java

  Log Message:
  -----------
  adds test that looks in jobs archive with 2 builds when LogRotator set as 
build discarder with settings to keep only 1 build with artifacts, test 
searches for jars in archive for build one and build two expecting no jars in 
build 1 and expecting jars in build 2

(cherry picked from commit c8f73d0015365ab13a17c18ef8cd750cdcda2506)


  Commit: 617c42fabbd41059c67a335d28c82431fb51513f
      
https://github.com/jenkinsci/jenkins/commit/617c42fabbd41059c67a335d28c82431fb51513f
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java

  Log Message:
  -----------
  add documentation to testcase.
(cherry picked from commit 2a0bd7eebd1ee70aa6099197f48810235ddc9ab0)


  Commit: 5768700b57a3fda92e6af495928bbfca1306506e
      
https://github.com/jenkinsci/jenkins/commit/5768700b57a3fda92e6af495928bbfca1306506e
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java

  Log Message:
  -----------
  also testing the removal of build if LogRotator is configured to discard
old builds and not only artifacts (Not needed for the issue, but an
extra test is not a luxury )
(cherry picked from commit ca7f4e682c8faa024053130d672d28684c010067)


  Commit: 66cb7bb1783c55e20a6b0499ff8cdf801bfba83c
      
https://github.com/jenkinsci/jenkins/commit/66cb7bb1783c55e20a6b0499ff8cdf801bfba83c
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    R 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java
    A 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java

  Log Message:
  -----------
  [JENKINS-17508] updated the test to use @Rule and no longer extend from the 
old HudsonTestCase (shouldn't that one be marked deprecated?), add @ Bug and @ 
For as jesse suggested

(cherry picked from commit aa1d28b04014c18838e87b3a8b1707cc5eb28b14)


  Commit: 1ba16fc7246f36cd75220246aba64fdc1549409c
      
https://github.com/jenkinsci/jenkins/commit/1ba16fc7246f36cd75220246aba64fdc1549409c
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java

  Log Message:
  -----------
  [JENKINS-17508] removed usage of deprecated elements in test
(cherry picked from commit f9ce6558c93d7f7ff0f8df12fb80f9ecc868ff99)


  Commit: b2f792c81bf6107d7e675d6dac0a9e4a8ec23d87
      
https://github.com/jenkinsci/jenkins/commit/b2f792c81bf6107d7e675d6dac0a9e4a8ec23d87
  Author: redlab <bal...@redlab.be>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java

  Log Message:
  -----------
  changed the filepath#toUri call to #getRemote as per comment of @jglick

(cherry picked from commit 5661af73698a9ec03b256e1d960ae2ede8bad6d0)


  Commit: eff76c72ab860929a21c3a0b094f2eec6198f85e
      
https://github.com/jenkinsci/jenkins/commit/eff76c72ab860929a21c3a0b094f2eec6198f85e
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
    M core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly
    M core/src/main/resources/lib/layout/confirmationLink.jelly
    M core/src/main/resources/lib/layout/task.jelly

  Log Message:
  -----------
  [FIXED JENKINS-16974] Unsafe to define a function in <script> without a 
generated name, as it could clash with functions defined in unrelated *.jelly 
that happen to included in the same page.
(cherry picked from commit 3c01366e0bc5c3e8de23eb7337e8c3e4dbd7843c)

Conflicts:
        changelog.html
        core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly


  Commit: ab87768d781fe09923052a04696f9e3640ec274e
      
https://github.com/jenkinsci/jenkins/commit/ab87768d781fe09923052a04696f9e3640ec274e
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/ParameterDefinition.java
    M core/src/main/resources/hudson/model/StringParameterDefinition/index.jelly
    M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  [FIXED JENKINS-18427] use MarkupFormater

(cherry picked from commit 0449e79c0e760438eb59967bbe8b145f68e8974b)

Conflicts:
        changelog.html


  Commit: b2ad73d00477a0d69aa38bf58431da997087c363
      
https://github.com/jenkinsci/jenkins/commit/b2ad73d00477a0d69aa38bf58431da997087c363
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ParametersTest.java

  Log Message:
  -----------
  [JENKINS-18427] test parameter description using the actual rendered text, 
not a fake debug-only attribute on <div>

(cherry picked from commit f7113cf0e1d073040632011df0efddd67492261a)


  Commit: 380f66f3f8f324c1f5cb5ee51002660864937248
      
https://github.com/jenkinsci/jenkins/commit/380f66f3f8f324c1f5cb5ee51002660864937248
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/ParameterDefinition.java
    M 
core/src/main/resources/hudson/model/BooleanParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/ChoiceParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/FileParameterDefinition/index.jelly
    M 
core/src/main/resources/hudson/model/PasswordParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/StringParameterDefinition/index.jelly
    M core/src/main/resources/hudson/model/TextParameterDefinition/index.jelly
    M test/src/test/java/hudson/model/ParametersTest.java

  Log Message:
  -----------
  [JENKINS-18427] log formatter error
use more explicit method name
use formattedDescription for all parameter types

(cherry picked from commit 20391abe462119973206ee96469724801a524e16)


  Commit: d535159c13ffabb00d1c2f765e9d4a03005a238f
      
https://github.com/jenkinsci/jenkins/commit/d535159c13ffabb00d1c2f765e9d4a03005a238f
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ParametersTest.java

  Log Message:
  -----------
  [JENKINS-18427] test parameter description using the actual rendered text, 
not a fake debug-only attribute on <div>

(cherry picked from commit 827eb7c70bf65d37536ff76b5b6051900c86a9f7)


  Commit: ed6f9808cc745c9d402c69c45aeb03bff7946734
      
https://github.com/jenkinsci/jenkins/commit/ed6f9808cc745c9d402c69c45aeb03bff7946734
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M war/pom.xml

  Log Message:
  -----------
  [FIXED JENKINS-5753]

Integrated the fix into Jenkins

(cherry picked from commit 905bc03b735de8f17a50962d93c520e1651401cd)

Conflicts:
        changelog.html


  Commit: b4ead35a53840f0e1d4935f8d471bd507866d1aa
      
https://github.com/jenkinsci/jenkins/commit/b4ead35a53840f0e1d4935f8d471bd507866d1aa
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/ListView.java
    A test/src/test/java/hudson/model/ListViewTest.java
    A test/src/test/resources/hudson/model/ListViewTest/nullJobNames/config.xml

  Log Message:
  -----------
  [FIXED JENKINS-15309] Be robust against serialized ListView with 
jobNames==null.
(cherry picked from commit fd31a5d85c0a1fd4a310ced04bb3b714469b2d43)

Conflicts:
        changelog.html


  Commit: cb96d23252095456302c26317d74b9b444d44146
      
https://github.com/jenkinsci/jenkins/commit/cb96d23252095456302c26317d74b9b444d44146
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/java/hudson/model/Item.java
    M core/src/main/java/hudson/model/Items.java
    M core/src/main/java/hudson/model/ListView.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/resources/hudson/model/ListView/configure-entries.jelly
    M core/src/main/resources/hudson/model/View/main.groovy
    M core/src/main/resources/hudson/views/JobColumn/column.jelly
    M core/src/main/resources/lib/hudson/projectView.jelly

  Log Message:
  -----------
  ListView can match now items belonging to nested ItemGroups

This changes introduces a 'recurse' option on ListView that allows to
match using regexp jobs contained inside folders.
The full name of the
job is matched so / can be used as separator.
This allows slice and dice of jobs contained in different folders.

(cherry picked from commit a210e48964a3405d0cd81321a44a2082bd733d7b)

Conflicts:
        changelog.html
        core/src/main/java/hudson/model/ListView.java


  Commit: 4ade2ba7df1062aad12685b38873c1e150874715
      
https://github.com/jenkinsci/jenkins/commit/4ade2ba7df1062aad12685b38873c1e150874715
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/Functions.java
    M core/src/test/java/hudson/FunctionsTest.java

  Log Message:
  -----------
  Functions#getRelativeLinkTo now normalize the output url.

Added some unit tests

Conflicts:
        core/src/main/java/hudson/Functions.java


  Commit: 329609c6fbc16e70f79b30161f97249ea115f28a
      
https://github.com/jenkinsci/jenkins/commit/329609c6fbc16e70f79b30161f97249ea115f28a
  Author: ssogabe <s.sog...@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/test/java/hudson/FunctionsTest.java

  Log Message:
  -----------
  [FIXED JENKINS-17715] Display Name is not shown

(cherry picked from commit 55a68acca970dca12dcde6028b56a784d0c7c5fa)

Conflicts:
        changelog.html
        core/src/main/java/hudson/model/AbstractItem.java


  Commit: f16aaa266ede21bd8ea02a990219ee57e1751357
      
https://github.com/jenkinsci/jenkins/commit/f16aaa266ede21bd8ea02a990219ee57e1751357
  Author: Tim Lantz <tlantz@xbologai03.(none)>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/Launcher.java
    M core/src/test/java/hudson/LauncherTest.java

  Log Message:
  -----------
  [JENKINS-18368] added isUnix override to launcher decorator classes so that 
isUnix is maintained for remote launcherswq

(cherry picked from commit 656738c020881e96e21511670a2dd4a6e8dad2ce)


  Commit: 0c70609a8b5635e0ccdea6576c600e4c9f0c0fad
      
https://github.com/jenkinsci/jenkins/commit/0c70609a8b5635e0ccdea6576c600e4c9f0c0fad
  Author: Tim Lantz <tlantz@xbologai03.(none)>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/test/java/hudson/LauncherTest.java

  Log Message:
  -----------
  [FIXED JENKINS-18368]: modified testcase asserts

(cherry picked from commit d6ccf84eb451517c82fe6448fe0259c5a5c112f2)


  Commit: 297deacbea76f21ba6a1b8418f092d6c594f4bcb
      
https://github.com/jenkinsci/jenkins/commit/297deacbea76f21ba6a1b8418f092d6c594f4bcb
  Author: Tim Lantz <tim.la...@gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/test/java/hudson/LauncherTest.java

  Log Message:
  -----------
  [FIXED JENKINS-18368]: added Bug attributes

(cherry picked from commit 7f67499141f325dff9fe1ea06331b2bcc0d03003)


  Commit: 6cdfc2a388abb3f15c893a7f9699a60f14a11c60
      
https://github.com/jenkinsci/jenkins/commit/6cdfc2a388abb3f15c893a7f9699a60f14a11c60
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/ClassicPluginStrategy.java

  Log Message:
  -----------
  [FIXED JENKINS-18654] exlude disabled plugins from transitive dependency list

(cherry picked from commit a6926e1c51c0650a48dec68cbe402248742dd55c)


  Commit: 381462b1bb370fce175c9b15eee31dfc30ebd822
      
https://github.com/jenkinsci/jenkins/commit/381462b1bb370fce175c9b15eee31dfc30ebd822
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/ClassicPluginStrategyTest.java
    A 
test/src/test/resources/hudson/ClassicPluginStrategyTest/testDisabledDependencyClassLoader.zip

  Log Message:
  -----------
  [JENKINS-18654] testcase as suggested by kutzi

(cherry picked from commit 1f761085e20ee2aa106a196d0148e616138e31fe)


  Commit: b789509a20403da1d5b616ef476f28b1bfdd1e86
      
https://github.com/jenkinsci/jenkins/commit/b789509a20403da1d5b616ef476f28b1bfdd1e86
  Author: Nicolas De Loof <nicolas.del...@gmail.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M test/src/test/java/hudson/ClassicPluginStrategyTest.java

  Log Message:
  -----------
  [JENKINS-18654] document unit test

(cherry picked from commit bd87d70b3aa6cd8d13dbeae56b3c09fc425e2442)


  Commit: 6c9a0ce148b2f94ee7d57565949f044b619123e8
      
https://github.com/jenkinsci/jenkins/commit/6c9a0ce148b2f94ee7d57565949f044b619123e8
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/test/java/hudson/model/FingerprintTest.java

  Log Message:
  -----------
  JUnit 4.
(cherry picked from commit 07280edc95a1341128ba949626b834055a2933fe)


  Commit: ee106bc2cca0bb0dc0e47927155e1cacaf2b48d1
      
https://github.com/jenkinsci/jenkins/commit/ee106bc2cca0bb0dc0e47927155e1cacaf2b48d1
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/Util.java

  Log Message:
  -----------
  [JENKINS-16301] Replace impl of getDigestOf with standard (Commons Codec) 
DigestUtils.md5Hex, for simplicity.
(cherry picked from commit 51fbd2d8675fb3703ce38d935e661abf03e1b83b)

Conflicts:
        core/src/main/java/hudson/Util.java


  Commit: a711e04d57e2b2661de9f477499e8434621bf56a
      
https://github.com/jenkinsci/jenkins/commit/a711e04d57e2b2661de9f477499e8434621bf56a
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java

  Log Message:
  -----------
  [JENKINS-16301] Use a buffered input stream to get somewhat better 
performance.
(cherry picked from commit 9d72311ba0222b9d0489605b8ec2cec711690993)


  Commit: d40f228b179b50dc93f5a23ea397f58f1862c566
      
https://github.com/jenkinsci/jenkins/commit/d40f228b179b50dc93f5a23ea397f58f1862c566
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/main/java/hudson/util/PersistedList.java
    M core/src/test/java/hudson/model/FingerprintTest.java
    A core/src/test/resources/hudson/model/fingerprint.xml

  Log Message:
  -----------
  [JENKINS-16301] Verifying current serial format as a baseline.
(cherry picked from commit 8d2e4523368716c82dc7333b4357d21d0dc93526)


  Commit: 165b35c6227b316d540ee63564658e03104aad2d
      
https://github.com/jenkinsci/jenkins/commit/165b35c6227b316d540ee63564658e03104aad2d
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/test/java/hudson/model/FingerprintTest.java

  Log Message:
  -----------
  [JENKINS-16301] Verifying current load/save implementation can round-trip 
fingerprints.
(cherry picked from commit 41edc5867ba194fdb06b2e2ffa6b6addfaa99986)


  Commit: daa6e94214c0ff55e7c2bc95ee128f1f1529d1ec
      
https://github.com/jenkinsci/jenkins/commit/daa6e94214c0ff55e7c2bc95ee128f1f1529d1ec
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Fingerprint.java

  Log Message:
  -----------
  [FIXED JENKINS-16301] Optimized Fingerprint.save.
(cherry picked from commit fff90c100d6b030f86d92cc4f0c23af3c648c75e)

Conflicts:
        changelog.html


  Commit: 09b1713417c9e5e8b60d1c6baa121aea436af25f
      
https://github.com/jenkinsci/jenkins/commit/09b1713417c9e5e8b60d1c6baa121aea436af25f
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Fingerprint.java
    M core/src/test/java/hudson/model/FingerprintTest.java

  Log Message:
  -----------
  [JENKINS-16301] Need to create parent directory of fingerprint file too.
(cherry picked from commit f1b513cf91663498aa1677580776a7c42c7322f2)


  Commit: f934dc067559f6f9534466eccc52d4dc963bddfa
      
https://github.com/jenkinsci/jenkins/commit/f934dc067559f6f9534466eccc52d4dc963bddfa
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Util.java
    M test/src/test/java/hudson/maven/MavenBuildTest.java

  Log Message:
  -----------
  [FIXED JENKINS-18178] Reverting an inessential part of the fix of 
JENKINS-16301 since it broke some Maven builds.
Apparently the Maven 2 process factory fails to adequately insulate the Maven 
process from Jenkins library dependencies;
if you specify a build extension that can override dependencies used by Jenkins 
core classes!
A real fix would involve changing class loader delegation, since presumably 
similar bugs could still occur.
(cherry picked from commit e0a3a1ddf5fa08e80a94a565dd05c39f76de6e93)

Conflicts:
        changelog.html
        core/src/main/java/hudson/Util.java


  Commit: d89dc1faa7dd85dbafe8b7288f16600cf7ae6a68
      
https://github.com/jenkinsci/jenkins/commit/d89dc1faa7dd85dbafe8b7288f16600cf7ae6a68
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/Util.java
    M maven-plugin/src/main/java/hudson/maven/ExecutedMojo.java
    M maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifact.java
    M 
maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java

  Log Message:
  -----------
  [[JENKINS-16301] Use a buffered input stream to get somewhat better 
performance also from Maven archiving.
Introducing Util.getDigestOf(File) as a convenience.
(cherry picked from commit 11953750ab422bcec28d12a436867d0888313aaa)

Conflicts:
        core/src/main/java/hudson/FilePath.java


  Commit: fc60aa7e7608e1b22a95e83b587718fefc06256d
      
https://github.com/jenkinsci/jenkins/commit/fc60aa7e7608e1b22a95e83b587718fefc06256d
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/Util.java

  Log Message:
  -----------
  fixup the mess after JENKINS-18417 JENKINS-16301 JENKINS-18178 cherry-pick


  Commit: 381ab039fa1da7d57a4ed22c4e78db2a6de34c98
      
https://github.com/jenkinsci/jenkins/commit/381ab039fa1da7d57a4ed22c4e78db2a6de34c98
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M test/pom.xml
    A test/src/test/groovy/hudson/RelativePathTest.groovy
    A test/src/test/resources/hudson/RelativePathTest/Model/config.groovy
    A test/src/test/resources/hudson/RelativePathTest/index.groovy

  Log Message:
  -----------
  [FIXED JENKINS-18771]

... with a test case. The fix is in Stapler.

(cherry picked from commit fc836c135e2bba4fa66239ef42e8b542298cdbd9)

Conflicts:
        changelog.html
        core/pom.xml


  Commit: 448e580a3605d07599508a46e03789baa8c9308c
      
https://github.com/jenkinsci/jenkins/commit/448e580a3605d07599508a46e03789baa8c9308c
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/TestExtensionLoader.java

  Log Message:
  -----------
  [JENKINS-18771] Groovy compiler doesn't seem to put the enclosing class 
information in the class file.

(cherry picked from commit eec271d76dccfffb5aedb96025cea9b01e159b3c)


  Commit: ce08bdf5fa5da0db0a8123857cae2cdb931f16df
      
https://github.com/jenkinsci/jenkins/commit/ce08bdf5fa5da0db0a8123857cae2cdb931f16df
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M test/pom.xml

  Log Message:
  -----------
  [JENKINS-18771] Fixing a test failure in RelativePathTest

It turns out that Groovy compiler we use to compile src/test/groovy was
not properly generating the 'enclosing class' information inside
*.class, which was causing the load failure of the descriptors marked
by @TestExtension in test code.

To fix this and forestall other possible GMaven related issues, I
decided to bump up the GMaven version. As it turns out, Codehaus GMaven
had ceased the development of the 1.x branch, so I initially tried 2.x
release line.

The 2.x release line got rid of the stub generation functionality, which
we badly need for annotation processing. It instead recommend using
Eclipse compiler to jointly compile Java and Groovy source code
together, but when I tried to compile our tests, it failed to properly
handle nested classes. The compiler quality appears quite premature.

I was then going back to GMaven 1.5, the last 1.x release. I took this
opportunity to rebase my local patches in org.kohsuke.gmaven to the
latest release, which in my mind gets justified now that the upstream
has ceased the development.

My local patch to GMaven is captured in GMAVEN-3 and GMAVEN-4
(see http://jira.codehaus.org/browse/GMAVEN-3 and
http://jira.codehaus.org/browse/GMAVEN-4).

GMAVEN-4 is claimed to be fixed, but when I tried to compile our source
tree I discovered that its handling of nested types breaks the generated
stub code.

In the end, I managed to patch gmaven and posted 1.5-jenkins-1.

The bottom line is, we can now use @TestExtension correctly with Groovy
tests. Also on the upside, we can get rid of org.kohsuke.gmaven and
avoid the current confusion situation of using two GMaven plugins.

I'll make a follow-up change to remove org.kohsuke.gmaven from elsewhere
in our POM.

(cherry picked from commit bd256acda96f1df5bdf55b533545110acb65112d)


  Commit: 01445f44e7d08ce66d443d08649ea09950175b70
      
https://github.com/jenkinsci/jenkins/commit/01445f44e7d08ce66d443d08649ea09950175b70
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/TestExtensionLoader.java

  Log Message:
  -----------
  [JENKINS-18771] This work around no longer necessary,

... as the newer Groovy compiler produces the proper enclosing class
infromation.

(cherry picked from commit 92c2503b1a17826681d66bd277b8f24b56cce7ba)


  Commit: 72cea1ad5d70ed75f7d258c770f61be4ea6cb06b
      
https://github.com/jenkinsci/jenkins/commit/72cea1ad5d70ed75f7d258c770f61be4ea6cb06b
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/pom.xml
    A core/src/test/groovy/hudson/util/SecretRewriterTest.groovy
    A core/src/test/groovy/hudson/util/SecretTest.groovy
    A core/src/test/groovy/jenkins/security/CryptoConfidentialKeyTest.groovy
    A core/src/test/groovy/jenkins/security/DefaultConfidentialStoreTest.groovy
    A core/src/test/groovy/jenkins/security/HMACConfidentialKeyTest.groovy
    A core/src/test/groovy/jenkins/security/HexStringConfidentialKeyTest.groovy
    R core/src/test/java/hudson/util/SecretRewriterTest.groovy
    R core/src/test/java/hudson/util/SecretTest.groovy
    R core/src/test/java/jenkins/security/CryptoConfidentialKeyTest.groovy
    R core/src/test/java/jenkins/security/DefaultConfidentialStoreTest.groovy
    R core/src/test/java/jenkins/security/HMACConfidentialKeyTest.groovy
    R core/src/test/java/jenkins/security/HexStringConfidentialKeyTest.groovy
    M pom.xml
    M test/pom.xml

  Log Message:
  -----------
  [JENKINS-18771] Replacing org.kohsuke.gmaven by org.codehaus.gmaven

(cherry picked from commit bf809867342cccb0906ccefec047f7f1e6ac883a)


  Commit: f43b3cd655bd96e461649fee1e9b5ee1b5abf87a
      
https://github.com/jenkinsci/jenkins/commit/f43b3cd655bd96e461649fee1e9b5ee1b5abf87a
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M core/pom.xml

  Log Message:
  -----------
  [JENKINS-18771] Oops

(cherry picked from commit 504dadca61353bbbf393d4353200330455930e88)


  Commit: 9207192808babef16f7a6d64821f1f1114b023a9
      
https://github.com/jenkinsci/jenkins/commit/9207192808babef16f7a6d64821f1f1114b023a9
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M core/src/main/resources/lib/form/select/select.js

  Log Message:
  -----------
  this needs to happen at least after the rowset name/nameRef fixup happens.

Since I don't think any other scripts depend on this one, I'm just giving it a 
low enough priority.

(cherry picked from commit bbaeade5231ca4116047fbd32b2f909a16a59b8d)


  Commit: 8e725153662875d0efb2fa9cf609b0ebd6806775
      
https://github.com/jenkinsci/jenkins/commit/8e725153662875d0efb2fa9cf609b0ebd6806775
  Author: Oliver Gondža <ogon...@redhat.com>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/java/hudson/model/Item.java
    M core/src/main/java/hudson/model/Items.java
    M core/src/main/java/hudson/model/ListView.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/resources/hudson/model/ListView/configure-entries.jelly
    M core/src/main/resources/hudson/model/View/main.groovy
    M core/src/main/resources/hudson/views/JobColumn/column.jelly
    M core/src/main/resources/lib/hudson/projectView.jelly
    M core/src/test/java/hudson/FunctionsTest.java

  Log Message:
  -----------
  Reverting 4ade2ba7df, cb96d23252, 329609c. JENKINS-17715 is not a candidate 
for 1.509 LTS


  Commit: 124f715a9f7e31542715166c6c69d701135d1a6b
      
https://github.com/jenkinsci/jenkins/commit/124f715a9f7e31542715166c6c69d701135d1a6b
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M test/src/test/java/hudson/model/ViewTest.java

  Log Message:
  -----------
  JUnit 4.
(cherry picked from commit fe70d19110836847ddc9c344083f60d5aa41e84b)


  Commit: d501cdbdef6ebfabd60af3e99b8ba2e8b2c97457
      
https://github.com/jenkinsci/jenkins/commit/d501cdbdef6ebfabd60af3e99b8ba2e8b2c97457
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/View.java
    M test/src/test/java/hudson/model/ViewTest.java

  Log Message:
  -----------
  [FIXED JENKINS-17302] Corrected GET of a View to serialize the View, not an 
anonymous inner class.
Also ensuring that Jenkins configuration is saved after new XML is POSTed.
(cherry picked from commit c572146b260616788ef5332799362e03d5746f9e)

Conflicts:
        test/src/test/java/hudson/model/ViewTest.java


  Commit: 4446b490801aee2788662a8c69a9352704fee9ef
      
https://github.com/jenkinsci/jenkins/commit/4446b490801aee2788662a8c69a9352704fee9ef
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-03 (Sat, 03 Aug 2013)

  Changed paths:
    M core/src/main/java/jenkins/model/PeepholePermalink.java
    A core/src/test/java/jenkins/model/PeepholePermalinkTest.java

  Log Message:
  -----------
  [JENKINS-17681] Set up a test which passes on Unix but fails on Windows when 
symlinks are enabled on the platform but disabled for the current user.
(cherry picked from commit 00d5e38759d08fa89ef366fd430e900f4138f0af)


  Commit: 7ff6930aa88e45b8c729c2896a367d55de03c720
      
https://github.com/jenkinsci/jenkins/commit/7ff6930aa88e45b8c729c2896a367d55de03c720
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-03 (Sat, 03 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Util.java
    M core/src/main/java/jenkins/model/PeepholePermalink.java

  Log Message:
  -----------
  [FIXED JENKINS-17681] Do not try to call resolveSymlink on a nonexistent link 
as you will just get an IOException, breaking peephole permalinks in some 
Windows environments.

(cherry picked from commit 3c2b50ecfe1c58f64b32d30a3f96e647671f7d03)


  Commit: 8eb76335789037e5391540aeb175ad23dd769e42
      
https://github.com/jenkinsci/jenkins/commit/8eb76335789037e5391540aeb175ad23dd769e42
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2013-08-03 (Sat, 03 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractBuild.java

  Log Message:
  -----------
  [FIXED JENKINS-17681] Use builds\last{Stable,Successful}Build on Windows for 
permalinks.
(cherry picked from commit 4af5c22134a05b6e885cbf1a721412711325c92e)


Compare: 
https://github.com/jenkinsci/jenkins/compare/067c29e6f944...8eb763357890

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to