<?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-base.properties</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/yui3/src/autocomplete/autocomplete-base.properties</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>Updated *.properties files to comment out the global.build.component in each *.properties file so modules are no longer built into a rollup build dir, they are expanded into a per module directory structure</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - d2854acf6eef44cf0aca645de3a37cca1388f51a</description>
        <pubDate></pubDate>
        <dc:creator>Dav Glass &lt;davglass@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>Move code for JSONP and YQL sources into a separate autocomplete-sources module.
    
    The autocomplete-sources module is included in the autocomplete rollup,
    but is no longer part of autocomplete-base, which results in a smaller
    base module when the extra sources aren't needed.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 0a33c81444b4733a2ca07b957b89f7a0ad29ef80</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/autocomplete-base.properties - 63b7fb6d8982a8aeec3b0de4fa10fe2be796ab26</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add base-build as a requirement for autocomplete-base.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 4d263c284e7251bc6074a844cf90315c0be43158</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add base-build as a requirement for autocomplete-base.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 562716da73367d8a41abf8e40d4e76fd2817ead6</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/autocomplete-base.properties - 8a473112ab5d8c74fb79ef0553ba5f038fe3bde3</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Move autocomplete-list back under the autocomplete module. Make Y.AutoComplete an alias for Y.AutoCompleteList.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - f5738feb0b3d461c1398fc1cd8fc01b0de21d592</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Split autocomplete-list into its own src dir and give it a simple skin.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 612709c460065386eedb42e97f96e2b5eacd5d17</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>More granular autocomplete dependencies.
    
    Require 'array-extras' instead of the full 'collection' rollup.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 576d2c1a47e05bcee17b811041a3693b91890b2b</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>More AutoComplete namespace and dependency refactoring.
    
    - Y.AutoComplete is now an instantiable widgetless implementation of
    Y.AutoCompleteBase.
    
    - Y.AutoCompleteList is the barebones list completion widget in
    progress.
    
    - The filter and highlighter modules now stand alone and don't depend
    on any other part of AutoComplete.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 6d408e55d70c428d9bec98954a332ac92adad6ce</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

    <item>
        <title>Promote autocomplete out of the sandbox.</title>
        <description>/yui3/src/autocomplete/autocomplete-base.properties - 99ae4cf94b18f24d35db8c5ffed25fdf304accf4</description>
        <pubDate></pubDate>
        <dc:creator>Ryan Grove &lt;ryan@wonko.com&gt;</dc:creator>
    </item>

</channel>
</rss>

