Remove radeox

Radeox is a rendering engine for an unspecified markup.
Its [website](http://radeox.org/) is dead, the website
of its [authors](http://www.codehaus.org/) is dead too,
its [last commit](https://github.com/codehaus/radeox) was 13 years ago.

It's only used for the welcome and login messages,
as well as comments from users. If we want to have some markup parsing,
we should use something maintained with autoescaping guarantees,
instead of a piece of zombie code prone to $DEITY knows what injections.

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
jvoisin
2019-10-06 16:02:46 -06:00
committed by Andrew DeMaria
parent e5404648a4
commit 85e0e08d9a
37 changed files with 4 additions and 118 deletions
@@ -279,7 +279,7 @@
</c:if>
</div>
<div id="comment" class="albumComment"><sub:wiki text="${model.dir.comment}"/></div>
<div id="comment" class="albumComment">${model.dir.comment}</div>
<div id="commentForm" style="display:none">
<form method="post" action="setMusicFileInfo.view">
@@ -289,7 +289,6 @@
<textarea name="comment" rows="6" cols="70">${model.dir.comment}</textarea>
<input type="submit" value="<fmt:message key="common.save"/>">
</form>
<fmt:message key="main.wiki"/>
</div>
<script type='text/javascript'>
@@ -207,7 +207,7 @@
<%@ include file="viewSelector.jsp" %>
<div style="clear:both"></div>
<div id="comment" class="albumComment"><sub:wiki text="${model.dir.comment}"/></div>
<div id="comment" class="albumComment">${model.dir.comment}</div>
<div id="commentForm" style="display:none">
<form method="post" action="setMusicFileInfo.view">
@@ -217,7 +217,6 @@
<textarea name="comment" rows="6" cols="70">${model.dir.comment}</textarea>
<input type="submit" value="<fmt:message key="common.save"/>">
</form>
<fmt:message key="main.wiki"/>
</div>
<script type='text/javascript'>
@@ -151,7 +151,6 @@
<td>
<form:textarea path="loginMessage" rows="5" cols="70"/>
<c:import url="helpToolTip.jsp"><c:param name="topic" value="loginmessage"/></c:import>
<fmt:message key="main.wiki"/>
</td>
</tr>
@@ -65,7 +65,7 @@
<c:if test="${not empty model.welcomeMessage}">
<div style="width:15em;float:right;padding:0 1em 0 1em;border-left:1px solid #<spring:theme code="detailColor"/>">
<sub:wiki text="${model.welcomeMessage}"/>
${model.welcomeMessage}
</div>
</c:if>
@@ -19,7 +19,7 @@
<img src="<spring:theme code="logoImage"/>" alt="">
<div class="loginmessagetop"><sub:wiki text="${model.loginMessage}"/></div>
<div class="loginmessagetop">${model.loginMessage}</div>
<input required type="text" autofocus id="j_username" name="j_username" tabindex="1" placeholder="<fmt:message key="login.username"/>">