Move termlist hiding to CSS MKWS-258
[mkws-moved-to-github.git] / src / mkws-widget-termlists.js
2014-10-07 Jason SkomorowskiMove termlist hiding to CSS MKWS-258
2014-08-04 Jason SkomorowskiFix termlist templates.
2014-07-08 Jason SkomorowskiPer-facet templates.
2014-06-11 Jason SkomorowskiTemplate facets
2014-06-10 Mike TaylorRename the two "template" variables to t1 and t2.
2014-06-10 Mike TaylorRename variable.
2014-06-10 Mike TaylorGenerate individual facets using a template rather...
2014-06-10 Mike TaylorFacet value is directly included in action, rather...
2014-06-10 Mike TaylorRadically simplify and generalise generation of facet...
2014-06-10 Mike TaylorInvert logic.
2014-06-10 Mike TaylorOmit no-longer-needed target_id from limitTarget links.
2014-06-10 Mike Taylormkws.limitTarget invocations use data[i].id directly...
2014-06-10 Mike TaylorEmit each facet's title using the template named facetT...
2014-06-06 Mike TaylorIndividual facets register their interest in autosearching.
2014-05-28 Mike TaylorAll invocations of widget.autosearch(w) changed to...
2014-05-19 Wolfram SchneiderThe config value for facet_max_<...> can be a string...
2014-05-16 Mike TaylorFacet captions and maximum counts are now taken from...
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorVarious widgets now use w.jqnode instead of $(w.node...
2014-05-09 Mike TaylorClass mkwsTerm replaces term.
2014-05-09 Mike TaylorClass mkwsFacetTitle replaces termtitle.
2014-05-09 Mike TaylorClass mkwsTermlistsTitle replaces title.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-01 Mike TaylorWidget facets now render (using toString) with the...
2014-04-29 Mike TaylorTermlists widget creates the individual Facet widgets...
2014-04-10 Mike TaylorTweak
2014-04-07 Mike TaylorMake facetConfig local to the Facet widget.
2014-04-07 Mike TaylorMove mkws.facetConfig down inside the Facet widget...
2014-04-07 Mike TaylorRemove unnecessary check on facetConfig for Termlists...
2014-04-07 Mike TaylorMove mkws.facetConfig into mkws-widget-termlists.js...
2014-04-07 Mike TaylorEach facet is now (finally!) its own widget.
2014-04-07 Mike TaylorSeparate pub/sub event for each facet.
2014-04-07 Mike TaylorSeparate out callback for displaying termlists area...
2014-04-07 Mike TaylorRemove code to create termlist scaffolding: now in...
2014-04-04 Mike TaylorPut facetConfig into the mkws object.
2014-04-04 Mike TaylorScaffolding is now generated immediately, not when...
2014-04-04 Mike TaylorRemove unnecessary check.
2014-04-04 Mike TaylorRename variable.
2014-04-04 Mike TaylorRemove obsolete logging.
2014-04-04 Mike TaylorMerge the two consecutive facet-generation loops into...
2014-04-04 Mike TaylorReorder code to bring scaffold-generation together.
2014-04-04 Mike TaylorEliminate the addSingleScaffold function, inlining...
2014-04-04 Mike TaylorMake addSingleScaffold private to the loop that uses it.
2014-04-04 Mike TaylorLoop separately for addSingleScaffold and makeSingleFacet
2014-04-04 Mike TaylorRemove unused arguments from addSingleScaffold and...
2014-04-04 Mike TaylorRevert author-facet title to "Authors", not "Author"
2014-04-04 Mike TaylorBreak addSingleFacet into two functions, addSingleScaff...
2014-04-04 Mike TaylorWe now use a silly half-and-half scheme where an accumu...
2014-04-04 Mike TaylorDifferences between various facets are now driven by...
2014-04-04 Mike TaylorEmit "mkwsFacet" class rather than just "facet"
2014-04-04 Mike TaylorRemove pointless defensive test.
2014-04-04 Mike TaylorNew file mkws-widget-termlists.js