changelog.html 3.58 KB
Newer Older
Ryan Graham's avatar
Ryan Graham committed
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 46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Search 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>
Search Plugin Changelog
</h1>

47 48 49 50 51
<p><b>1.1.6</b> -- February 14, 2006</p>
<ul>
    <li>Client Search - Fixed incorrect namespace returned in search resuslts.</li>
</ul>

52 53
<p><b>1.1.5</b> -- January 6, 2006</p>
<ul>
54
    <li>Client Search - Specific support for Miranda was replaced with a more general means to support non-dataform searches.</li>
55 56
</ul>

57 58 59 60 61
<p><b>1.1.4</b> -- December 15, 2005</p>
<ul>
    <li>Now requires Wildfire 2.4.0</li>
</ul>

62
<p><b>1.1.3</b> -- December 7, 2005</p>
63
<ul>
64
     <li>Client Search - Fixed issue where a null pointer exception could occur when a LDAP <searchFilter> is being used.
65 66
</ul>

67
<p><b>1.1.2</b> -- June 30, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
68
<ul>
69
     <li>Admin Console - Fixed possible null pointer exception when during a search.
Ryan Graham's avatar
Ryan Graham committed
70 71
</ul>

72
<p><b>1.1.1</b> -- June 13, 2005</p>
73
<ul>
74 75 76 77
     <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.
78 79
</ul>

80
<p><b>1.1</b> -- May 17, 2005</p>
81
<ul>
82 83 84
     <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.
85
     <li>Some intenternal code refactoring.
86 87
</ul>

88
<p><b>1.0.6</b> -- April 12, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
89
<ul>
90
     <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
91 92
</ul>

93
<p><b>1.0.5</b> -- March 30, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
94
<ul>
95
     <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
96 97
</ul>

98
<p><b>1.0.4</b> -- March 22, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
99
<ul>
100 101 102
     <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
103 104
</ul>

105
<p><b>1.0.3</b> -- March 14, 2005</p>
Ryan Graham's avatar
Ryan Graham committed
106
<ul>
107 108
     <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
109 110 111 112 113 114 115 116 117 118 119
</ul>

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

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


</body>
</html>