changelog.html 6.19 KB
Newer Older
Ryan Graham's avatar
Ryan Graham committed
1 2 3 4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
5
    <title>Search Plugin Changelog</title>
Ryan Graham's avatar
Ryan Graham committed
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 46
    <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>
Search Plugin Changelog
</h1>

47 48 49 50 51
<p><b>1.5.1</b> -- January 2, 2010</p>
<ul>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/OF-45'>OF-45</a>] -  Added Lithuanian translation by Rytis Umbrasas.</li>
</ul>

52 53
<p><b>1.5.0</b> -- December 2, 2009</p>
<ul>
54
     <li>Now requires Openfire 3.7.0.</li>
55 56 57
     <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>

58 59 60 61 62 63
<p><b>1.4.4</b> -- Jun 24, 2009</p>

<ul>
     <li>Added "Last Logout" to user listing result on admin console. (Daryl Herzmann)</li>
</ul>

64 65 66 67 68 69
<p><b>1.4.3</b> -- August 26, 2008</p>

<ul>
    <li>Speed improvements on searches.</li>
</ul>

70 71 72 73 74 75
<p><b>1.4.2</b> -- March 11, 2008</p>

<ul>
     <li>Updated to work with Openfire 3.5.0.</li>
</ul>

Ryan Graham's avatar
Ryan Graham committed
76 77 78 79 80 81 82
<p><b>1.4.1</b> -- June 20, 2007</p>
<ul>
    <li>Unescape username before returning search results to the client.</li>
    <li>Added Portuguese Brazilian (pt_BR) translation. Thanks to Ernani Azevedo.</li>
    <li>Client side search results are now returned in the language that Openfire is set to.</li>
</ul>

83
<p><b>1.4.0</b> -- April 12, 2007</p>
84 85 86 87
<ul>
    <li>Now requires Openfire 3.3.0.</li>
</ul>

88 89 90 91 92 93 94
<p><b>1.3.2</b> -- April 3, 2007</p>
<ul>
    <li>Changed discovery category/type from "search/text" to "directory/user".</li>
    <li>Fixed UnsupportedOperationException if the client did not send a iq set/get prior to conducting a search.</li>
    <li>Fixed a possible issue that might prevent the plugin from being destroyed completely.</li>
</ul>

Matt Tucker's avatar
Matt Tucker committed
95
<p><b>1.3.1</b> -- March 12, 2007</p>
96 97
<ul>
    <li>Fixed UnsupportedOperationException from occuring when using LDAP.</li>
98
    <li>On the Advanced User Search unescape username in the search results.</li>
99 100
</ul>

101 102 103 104
<p><b>1.3.0</b> -- February 28, 2007</p>
<ul>
    <li>Added the ability to disable specific fields from being searched.</li>
    <li>Added internationalization (i18n) support.</li>
105
    <li>Updated UI to match later versions of Openfire.</li>
106 107
</ul>

108 109
<p><b>1.2.1</b> -- September 7, 2006</p>
<ul>
110
    <li>Search results no longer shows edit and delete if users are read-only.</li>
111 112
</ul>

113 114
<p><b>1.2.1</b> -- October 06, 2006</p>
<ul>
115
    <li>Updated to use compression offered by Openfire 3.1</li>
116 117
</ul>

118
<p><b>1.2.0</b> -- August 7, 2006</p>
119
<ul>
120
    <li>Modified search field to be required in the data form. Thanks to Alexander Gnauck.</li>
121 122 123 124 125
    <li>Fixed error when sent IQ packet has no type. Thanks to Alexander Gnauck.</li>
    <li>Fixed error when sent IQ packet was of type ERROR or RESULT.</li>
    <li>Fixed error when sent IQ packet contained data form fields with no values. Thanks to Alexander Gnauck.</li>
</ul>

126 127 128 129 130
<p><b>1.1.6</b> -- February 14, 2006</p>
<ul>
    <li>Client Search - Fixed incorrect namespace returned in search resuslts.</li>
</ul>

131 132
<p><b>1.1.5</b> -- January 6, 2006</p>
<ul>
133
    <li>Client Search - Specific support for Miranda was replaced with a more general means to support non-dataform searches.</li>
134 135
</ul>

136 137
<p><b>1.1.4</b> -- December 15, 2005</p>
<ul>
138
    <li>Now requires Openfire 2.4.0</li>
139 140
</ul>

141
<p><b>1.1.3</b> -- December 7, 2005</p>
142
<ul>
143
     <li>Client Search - Fixed issue where a null pointer exception could occur when a LDAP <searchFilter> is being used.
144 145
</ul>

146
<p><b>1.1.2</b> -- June 30, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
147
<ul>
148
     <li>Admin Console - Fixed possible null pointer exception when during a search.
Ryan Graham's avatar
Ryan Graham committed
149 150
</ul>

151
<p><b>1.1.1</b> -- June 13, 2005</p>
152
<ul>
153 154 155 156
     <li>Admin Console - Added a fix to prevent all the checkboxes from becoming selected after a search.
     <li>Admin Console - Added the ability to toggle between having more or less search options.
     <li>Admin Console - Added a summary field that reports the number of users found after a search.
     <li>Admin Console - Added some additional localization for buttons and the results table header.
157 158
</ul>

159
<p><b>1.1</b> -- May 17, 2005</p>
160
<ul>
161 162 163
     <li>Admin Console - Added a page to allow the enabling/disabling of the search service and to change the service name.
     <li>Admin Console - Added a page to allow searching similiar to what is done on the client side.
     <li>Client Search - Added a hidden FORM_TYPE field per the JEP-0055 spec.
164
     <li>Some intenternal code refactoring.
165 166
</ul>

167
<p><b>1.0.6</b> -- April 12, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
168
<ul>
169
     <li>Client Search - Changed the ui to use a single text field with multiple checkboxes to specify which fields are to be searched (thanks jfroehlich).</li>
Ryan Graham's avatar
Ryan Graham committed
170 171
</ul>

172
<p><b>1.0.5</b> -- March 30, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
173
<ul>
174
     <li>Client Search -Added basic support for non-data form searches to support the Miranda (thanks Baron Ng).</li>
Ryan Graham's avatar
Ryan Graham committed
175 176
</ul>

177
<p><b>1.0.4</b> -- March 22, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
178
<ul>
179 180 181
     <li>Client Search - Added type and name attributes to the identity element when handling a disco#info query.</li>
     <li>Client Search - Added a check and appropriate response to a disco#items query.</li>
     <li>Client Search - Added a jid field when returning the search results.</li>
Ryan Graham's avatar
Ryan Graham committed
182 183
</ul>

184
<p><b>1.0.3</b> -- March 14, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
185
<ul>
186 187
     <li>Client Search - Fixed incompatiblity issue with psi.</li>
     <li>Client Search - Fixed bug where a list of all the users in the system would be returned when using psi.</li>
Ryan Graham's avatar
Ryan Graham committed
188 189 190 191 192 193 194 195 196 197
</ul>

<p><b>1.0.2</b> -- March 8, 2005</p>

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


</body>
198
</html>