<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in autocomplete.html</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/yui3/src/autocomplete/tests/manual/autocomplete.html</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>Add DataSource source to AutoComplete manual test.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 34c69cacb93debefe22f29ffe643d6d2d4c1de73</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fix scrollable list being hidden after using the scrollbar to scroll.
    
    See http://yuilibrary.com/forum/viewtopic.php?p=30599</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - fc948858031e489d09d1d8c950ec74a88119cea6</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add an `enableCache` attribute to AutoComplete.
    
    Set this to false if you want to disable caching in built-in result
    sources.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - e58e329a62c99b6967a791762117392e5af609de</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fix a bug that prevented the autocomplete list from being hidden after right-clicking on the list and then clicking elsewhere in the document. [Ticket #2531009]</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 7f9dfffb92e442a6d99b2becef29e6f4d8db4ede</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Use pieisgood.org instead of Dropbox for YQL env URL.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 98ad4b8502571e9914f72ff72adfba58864dfa07</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Update AutoComplete YQL example to use a custom datatable for search.suggest.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 6f9191a43f1d9ec40f3649d39600185523ba09ab</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Switch to shim-plugin instead of widget-stack, and add a default z-index
    in the core autocomplete-list CSS.
    
    This fixes a shim bug in IE6 in which the shim wasn't sized correctly
    the first time the list was shown, and also resolves default z-index
    issues in all browsers that required implementers to manually set the
    z-index in JS in order for it to take effect.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - c6ab780ed34026fab30cd3fcdb53e39d6c2a7409</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Allow the use of functions as result sources.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 9b56e76519cb4b6ccd3a8e3fbbffc43fd7dbbebf</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add support for XHR-based sources without using a DataSource.
    
    Like JSONP sources, XHR sources are specified by setting the source
    attribute to a URL. Any URL string with a {callback} placeholder will be
    treated as a JSONP source; a URL string without a {callback} placeholder
    will be treated as an XHR source.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 174bc2b9feea5dcd41ecb60213d2ce600b5d08bf</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Refactor the way results are passed to filters, highlighters, and formatters. [Fixes #2529522]
    
    Previously, result filters received an array of raw results,
    highlighters received an array of text result strings, and formatters
    received several arrays containing different result formats.
    
    This commit changes this behavior: filters, highlighters, and formatters
    now all receive a single array of result objects. Each object has
    several properties (display, highlighted, raw, text) representing the
    various formats of a given result.
    
    Filters are expected to return an array of result objects. Highlighters
    should return an array of highlighted result text strings. Formatters
    should return an array of HTML strings or Node instances.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 63b7fb6d8982a8aeec3b0de4fa10fe2be796ab26</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add support for {maxResults} placeholders in JSONP and YQL sources.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 3ec268f1ded84e8b4619357aded94c351fc2d312</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Attempt to load the jsonp or yql modules on demand when necessary.
    
    Also added a fun Twitter Search JSONP source to the manual test.
    
    Props to ericf and foxxtrot for the insightful GitHub comments which led
    to this awesomeness.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - a59f39aeea42d772dc19906097440f24c3109ede</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>The resultFilters and resultHighlighter attributes may be specified as strings. [Closes #2529424]
    
    When a string is given as the value of the resultFilters or
    resultHighlighter attributes, it is assumed to be the name of a method
    on Y.AutoCompleteFilters or Y.AutoCompleteHighlighters respectively. The
    resultFilters attribute may also be set to an array of strings.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - ca0bbc4c973111f0af0e380d56e450bce47ece38</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>ARIA improvements.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 015f8ae22621bccbcceb99112313cfd432428a43</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fix test brokenness when switching sources.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 9fbfadc8cecb19e710a4d90e12555337a93af483</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fix test brokenness when switching sources.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 5858730040723687625964d9f528168896114f23</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>AutoComplete source may now be set to a YQL query string.
    
    When the source is a string, AutoComplete will detect whether it's a YQL
    query or a URL. If it's a URL, it'll be loaded via the jsonp module. If
    it's a YQL query, the query will be executed via the yql module.
    
    That means the following implementation code is all that's needed to
    instantiate a working AutoCompleteList widget that displays search
    suggestions as you type:
    
    var ac = new Y.AutoComplete({
      inputNode: '#foo',
      source: 'select * from search.suggest where query="{query}"'
    }).render();
    
    The necessary module (either jsonp or yql) must already be loaded;
    AutoComplete doesn't pull them in by default in order to avoid
    increasing its dependency payload unnecessarily.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 8a473112ab5d8c74fb79ef0553ba5f038fe3bde3</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Make AutoComplete a bajillion times easier to use.
    
    The "dataSource" attribute has been renamed to "source", and can now be
    an Array, DataSource, Object, or String.
    
    Set it to an array, and that array is your local autocomplete source.
    Use an Object, and queries are looked up in the object's properties. Use
    a URL string, and AutoComplete will make a JSONP request to that URL.
    And of course, you can still use a DataSource too (but now you don't
    have to).</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - b1ec001afbb5c5d84675023047109f2a42748bd0</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add a query delimiter field for easier testing of delimited completion.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - b0d929506d6c53f0974626df3e191148bb67a651</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Reset form on load.</title>
        <description>/yui3/src/autocomplete/tests/manual/autocomplete.html - 7ec080eef8a1926cc631fb1aea4a3f3e108ceb99</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

</channel>
</rss>

