changelog.html 3.03 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
<!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>

<p><b>1.1.2</b> -- June 30, 2005</b></p>
<ul>
     <li>Admin Console - fixed possible null pointer exception when during a search.
</ul>

<p><b>1.1.1</b> -- June 13, 2005</b></p>
<ul>
     <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.
</ul>

<p><b>1.1</b> -- May 17, 2005</b></p>
<ul>
     <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.
     <li>Some intenternal code refactoring.
</ul>

<p><b>1.0.6</b> -- April 12, 2005</b></p>
<ul>
     <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>
</ul>

<p><b>1.0.5</b> -- March 30, 2005</b></p>
<ul>
     <li>Client Search - added basic support for non-data form searches to support the Miranda (thanks Baron Ng).</li>
</ul>

<p><b>1.0.4</b> -- March 22, 2005</b></p>
<ul>
     <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>
</ul>

<p><b>1.0.3</b> -- March 14, 2005</b></p>
<ul>
     <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>
</ul>

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

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


</body>
</html>