提交 ce551284 编写于 作者: K Kohsuke Kawaguchi

Merge branch 'rc' into t

...@@ -66,7 +66,7 @@ Upcoming changes</a> ...@@ -66,7 +66,7 @@ Upcoming changes</a>
<!-- these changes are controlled by the release process. DO NOT MODIFY --> <!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=--> <div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.408>What's new in 1.408</a> <!--=DATE=--></h3> <h3><a name=v1.409>What's new in 1.409</a> <!--=DATE=--></h3>
<ul class=image> <ul class=image>
<li class=bug> <li class=bug>
Some french strings are incorrect after renaming to Jenkins Some french strings are incorrect after renaming to Jenkins
...@@ -97,6 +97,13 @@ Upcoming changes</a> ...@@ -97,6 +97,13 @@ Upcoming changes</a>
Added "about Jenkins" screen that shows the 3rd party license acknowledgement. Added "about Jenkins" screen that shows the 3rd party license acknowledgement.
</ul> </ul>
</div><!--=END=--> </div><!--=END=-->
<h3><a name=v1.408>What's new in 1.408</a> (2011/04/18)</h3>
<ul class=image>
<li class='major bug'>
Fixed a regression that resulted in too much escaping
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9426">issue 9426</a>)
</ul>
</div><!--=END=-->
<h3><a name=v1.407>What's new in 1.407</a> (2011/04/15)</h3> <h3><a name=v1.407>What's new in 1.407</a> (2011/04/15)</h3>
<ul class=image> <ul class=image>
<li class='major bug'> <li class='major bug'>
......
...@@ -601,11 +601,6 @@ THE SOFTWARE. ...@@ -601,11 +601,6 @@ THE SOFTWARE.
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-hudson-20100305</version>
</dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson</groupId> <groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId> <artifactId>commons-jexl</artifactId>
......
...@@ -24,5 +24,5 @@ THE SOFTWARE. ...@@ -24,5 +24,5 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?> <?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<!-- upstreamUrl added in 1.284, so handle missing value --> <!-- upstreamUrl added in 1.284, so handle missing value -->
<span>${it.upstreamUrl!=null ? "%started_by_project(it.upstreamProject,it.upstreamBuild.toString(),it.upstreamUrl,rootURL)" : it.shortDescription}</span> <span><j:out value='${it.upstreamUrl!=null ? "%started_by_project(it.upstreamProject,it.upstreamBuild.toString(),it.upstreamUrl,rootURL)" : it.shortDescription}' /></span>
</j:jelly> </j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册