Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: c75caf937cacfaced35bbb5daeec9131b742bb0c
https://github.com/jenkinsci/jenkins/commit/c75caf937cacfaced35bbb5daeec9131b742bb0c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
Log Message:
-----------
bug fix when there's no children nor value
Commit: 5d3d9d16efbe244088bf730c97b0806e11085c6c
https://github.com/jenkinsci/jenkins/commit/5d3d9d16efbe244088bf730c97b0806e11085c6c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
Log Message:
-----------
bug fix. handle name escaping like other reader/writers
Commit: 7c5efe367b16c35e707c2cde72611f25d4ebf703
https://github.com/jenkinsci/jenkins/commit/7c5efe367b16c35e707c2cde72611f25d4ebf703
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/resources/lib/form/advanced.jelly
M core/src/main/resources/lib/form/apply.jelly
M core/src/main/resources/lib/layout/expandButton.jelly
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
deprecating 'fooButton' class in favor of 'foo-button'
This makes it consistent with other buttons like repeatable-add-button, and use
of '-' prevents name collisions with form names, and make all of those UI
controls addressible in the same namespace
Commit: 74bea665c6b9cbcc075fe0044d1befbfcb581099
https://github.com/jenkinsci/jenkins/commit/74bea665c6b9cbcc075fe0044d1befbfcb581099
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/resources/lib/form/validateButton.jelly
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
copy & keep CSS class names
Commit: d318bbae5b1724158724170833c97ff833991d41
https://github.com/jenkinsci/jenkins/commit/d318bbae5b1724158724170833c97ff833991d41
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/resources/lib/form/hetero-list.jelly
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Added code to assist form-element-path plugin
Commit: 1602813b63c377f51a4ea50d4f01e47b3b53af7b
https://github.com/jenkinsci/jenkins/commit/1602813b63c377f51a4ea50d4f01e47b3b53af7b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-22 (Fri, 22 Jun 2012)
Changed paths:
M core/src/main/java/jenkins/util/xstream/XStreamDOM.java
M core/src/test/java/jenkins/util/xstream/XStreamDOMTest.java
Log Message:
-----------
Improving functionality
Compare:
https://github.com/jenkinsci/jenkins/compare/9a59ada8ea54...1602813b63c3