changelog.html 3.53 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Monitoring Plugin Changelog</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        H2 {
             font-size : 10pt;
             font-weight : bold;
             padding-left : 1em;
        }
        A:hover {
            text-decoration : none;
        }
        H1 {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }
      
        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
    </style>
</head>
<body>

<h1>
Monitoring Plugin Changelog
</h1>
46 47 48 49 50 51 52

<p><b>1.4.2</b> -- Apr 30, 2014</p>
<ul>
	<li>ofConParticipant table name is case sensitive on linux+mysql</li>
</ul>


53 54 55 56 57 58 59 60
<p><b>1.4.1</b> -- Feb 26, 2014</p>
<ul>
     <li>Plugin was not working with MS SQL Server (Now work with MS SQL Server 2005+).</li>
		 <li>Fixed request conversations and messages in reverse order.</li>
		 <li>Fixed request conversations and messages in reverse order.</li>
		 <li>Plugin does not return the correct number of conversations at the request history.</li>
</ul>

61 62 63 64
<p><b>1.4.0</b> -- Sep 13, 2013</p>
<ul>
     <li>Requires Openfire 3.9.0.</li>
</ul>
65

66 67 68 69
<p><b>1.3.3</b> -- June 5, 2013</p>

<ul>
	<li>OF-677 - Monitoring Plugin - "Null" reappearing in Archive for Message Body.</li>
70
	<li>OF-678 - Monitoring Plugin - Ever expanding Index.</li>
71 72
</ul>

73 74 75
<p><b>1.3.2-rc1</b> -- May 13, 2013</p>

<ul>
76
     <li>OF-651 - Monitoring plugin should have an option to purge and restrict.</li>
77 78 79
</ul>


80
<p><b>1.3.1-rc1</b> -- April 30, 2013</p>
81 82

<ul>
83 84 85 86
     <li>OF-611 - Monitoring plugin 1.3.0 is not updating IDs of older archived messages.</li>   
     <li>OF-646 - Reverts XmppDateTimeFormat integration which broke querying via XEP-0136.</li>
     <li>OF-664 - Monitoring archive shows null in room chat logs.</li>
     <li>OF-667 - Monitoring plugin bad SQL for upgrade</li>
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
</ul>


<p><b>1.3.0</b> -- October 17, 2012</p>

<ul>
     <li>Monitoring plugin 1.3.0 integrating Jive Monitoring Plugin and Stefan Reuter's Open Archive plugin to give both XEP-0136 support and group as well as individual chat archiving.</li>
</ul>

<p><b>1.2.0</b> -- December 1, 2009</p>

<ul>
     <li>Compatible version with Openfire 3.7.0.</li>
     <li>Applied Java generics.</li>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>

<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>
     <li>Compatible version with Openfire 3.6.0. </li>
</ul>

<p><b>1.0.1</b> -- May 6, 2008</p>

<ul>
     <li>Dashboard was not working when running in a cluster.</li>
     <li>Fixed navitation to room from dashboard.</li>
</ul>

<p><b>1.0.0</b> -- April 24, 2008</p>

<ul>
     <li>Initial release. </li>
</ul>


</body>
</html>