提交 13461b93 编写于 作者: J Jesse Glick

/about now links to license information for plugins as well.

上级 64d27e9c
......@@ -57,6 +57,8 @@ Upcoming changes</a>
<ul class=image>
<li class=rfe>
Can use <code>-Dhudson.udp=-1</code> to disable UDP broadcast without showing an ugly exception.
<li class=rfe>
<code>/about</code> now links to license information for plugins as well.
<li class=rfe>
Updated bundled plugins.
</ul>
......
......@@ -38,6 +38,23 @@ THE SOFTWARE.
<t:thirdPartyLicenses>
<st:include page="/META-INF/licenses.xml" optional="true" />
</t:thirdPartyLicenses>
<p>${%plugin.dependencies}</p>
<ul>
<j:forEach var="p" items="${app.pluginManager.plugins}"> <!-- XXX sort -->
<li>
<a href="${rootURL}/pluginManager/plugin/${p.shortName}/thirdPartyLicenses">
<j:choose>
<j:when test="${p.active}">
${p.displayName}
</j:when>
<j:otherwise>
<strike>${p.displayName}</strike>
</j:otherwise>
</j:choose>
</a>
</li>
</j:forEach>
</ul>
</l:main-panel>
</l:layout>
</j:jelly>
......@@ -23,4 +23,5 @@
about=About Jenkins {0}
blurb=<a href="http://jenkins-ci.org/">Jenkins</a> is a community-developed open-source continuous integration server.
dependencies=Jenkins depends on the following 3rd party libraries.
\ No newline at end of file
dependencies=Jenkins depends on the following 3rd party libraries.
plugin.dependencies=License and dependency information for plugins:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册