Commit 86b5a715 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated for 1.1.1

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10885 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0f35b9a0
......@@ -44,6 +44,12 @@
Monitoring Plugin Changelog
</h1>
<p><b>1.1.1</b> -- November 14, 2008</p>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1469'>JM-1469</a>] - Fixed invalid link to groupchat room from 'Active conversations' page.</li>
</ul>
<p><b>1.1.0</b> -- July 31, 2008</p>
<ul>
......
......@@ -5,9 +5,9 @@
<name>Monitoring Service</name>
<description>Monitors conversations and statistics of the server.</description>
<author>Jive Software</author>
<version>1.1.0</version>
<date>7/31/2008</date>
<minServerVersion>3.5.1</minServerVersion>
<version>1.1.1</version>
<date>11/14/2008</date>
<minServerVersion>3.6.0</minServerVersion>
<databaseKey>monitoring</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -176,7 +176,7 @@ function updateConversations(data) {
<% } %>
<% } else { %>
<fmt:message key="archive.group_conversation">
<fmt:param value="<%= "<a href='../../muc-room-occupants.jsp?roomName=" + URLEncoder.encode(conversation.getRoom().getNode(), "UTF-8") + "'>" %>" />
<fmt:param value="<%= "<a href='../../muc-room-occupants.jsp?roomJID=" + URLEncoder.encode(conversation.getRoom().toBareJID(), "UTF-8") + "'>" %>" />
<fmt:param value="<%= "</a>" %>" />
</fmt:message>
<% } %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment