ui and other improvements. since last time:
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 19 Jan 2012 19:14:00 +0000 (14:14 -0500)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 23 Jan 2012 17:26:59 +0000 (12:26 -0500)
commit5dde64b78ff7d52f603910e37412739101a6bd9d
tree6a23adc0e04a7c062d846e72321b0dc9cb83e873
parent1838678e4f4e5d5111031a9d20c4631fb1728751
ui and other improvements. since last time:

    * ditched standalone html test and integrated widget with the
        homesearch page
    * adjustments to ordering at db-stored-proc level courtesy of miker
        (this MAY have solved a problem mentioned in the previous commit
        msg where when the filteringselect's onBlur is called, the value
        selected could change)
    * the mod_perl module now returns JSON instead of XML if it's asked
        to by an "Accept" HTTP header, and the AutoSuggestStore takes
        advantage of this
    * AutoSuggestStore actually uses the value in the search type
        selector now
    * the mod_perl module actually respects the limit parameter now

more still to come, including:
    * use openils.Searcher or similar to display class and field in the
        form "Topic (Subject)"
    * tie in selected org unit to request visibility searching from the
        UI layer
    * still investigate and fix numerical range problem
    * still overload validator to make it always return true
    * OU setting or some other such flag to enable/disable autosuggest
        UI bits in general

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/AutoSuggest.pm
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.bib_autosuggest.sql
Open-ILS/web/dijittest.2.html [deleted file]
Open-ILS/web/js/dojo/openils/AutoSuggestStore.js
Open-ILS/web/opac/skin/default/css/layout.css
Open-ILS/web/opac/skin/default/js/search_bar.js
Open-ILS/web/opac/skin/default/xml/home/homesearch.xml