Merge remote branch 'origin/master' into wosch
[mkws-moved-to-github.git] / src /
2014-04-29 Mike TaylorInline the code of function mkwsSetLang, which is now...
2014-04-29 Mike TaylorOops, remove the spurious alert() from the MOTD widget!
2014-04-29 Mike TaylorRemove unused return from end of mkwsSetLang
2014-04-29 Mike TaylorMove function mkwsSetLang() to the end of the team...
2014-04-29 Mike Taylorfunction mkwsHtmlAll is GONE!
2014-04-29 Mike TaylorAdd MOTD widget.
2014-04-29 Mike TaylorRemove unused "none" case from switchView.
2014-04-29 Mike TaylorMove the defaultTemplate function, which was never...
2014-04-29 Mike TaylorCall mkwsSetLang separately from mkwsHtmlAll.
2014-04-29 Mike TaylorRip out the mkwsHtmlLang and lang_url functions.
2014-04-29 Mike TaylorLang widget now generates its own HTML
2014-04-29 Mike TaylorMove show_lang logic inside mkwsHtmlLang.
2014-04-29 Mike TaylorAdd team.sortOrder access method.
2014-04-29 Mike TaylorAdd new "Ranking" widget.
2014-04-29 Mike TaylorNo changes at all -- git is confused again
2014-04-29 Mike TaylorRemove mkwsRecords magic, now in the widget.
2014-04-29 Mike TaylorTermlists widget creates the individual Facet widgets...
2014-04-29 Mike Taylorlog() emits a stack-trace, rather than a function listi...
2014-04-28 Mike TaylorRemove Search and SearchForm code, now down in the...
2014-04-28 Mike TaylorNew widgets Search and SearchForm.
2014-04-28 Mike TaylorCompletely remove the mkwsHtmlSwitch() function, since...
2014-04-28 Mike TaylorTargerts function generates its own inner HTML.
2014-04-28 Mike TaylorRemove UpperCase widget.
2014-04-28 Mike TaylorSwitch widget now generates it own HTML.
2014-04-28 Mike Taylor mkwsHtmlSwitch no longer sets up the .mkwsSwitch eleme...
2014-04-28 Mike TaylorMain iteration to create widgets moved to new function
2014-04-28 Mike TaylorRework Makefile to better classify files.
2014-04-26 Mike TaylorThe widget.autosearch function now understands queries...
2014-04-25 Mike TaylorThe "Record" widget publishes a "record" widget with...
2014-04-25 Mike TaylorAdd team.registerTemplate method.
2014-04-24 Mike TaylortriggerSearch correctly handles the targets parameter...
2014-04-24 Mike TaylorDo not attempt to hide the Termlists widget if it doesn...
2014-04-24 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-04-24 Mike TaylorGenerate category limits correctly -- thanks to NE!
2014-04-24 Wolfram Schneiderset or re-set "lang" URL parameter correctly, MKWS-181
2014-04-24 Mike TaylorRemove any old category filters when setting a new...
2014-04-24 Mike TaylorIncorporate category limit into searches.
2014-04-24 Mike TaylorAdd visitCategories function
2014-04-24 Mike TaylorVertical ws
2014-04-24 Mike TaylorAll limit/delimit invocations of triggerSearch fire...
2014-04-24 Mike TaylorlimitCategory now works.
2014-04-24 Mike TaylorAdd categoryFilter factory.
2014-04-24 Mike TaylorSwitch on filter type, not presence of "id" field.
2014-04-24 Mike TaylorSwitch on filter type, not presence of "id" field.
2014-04-24 Mike TaylorUse new expicit filter factory functions, targetFilter...
2014-04-24 Mike TaylorReplace filter factory function with explicit targetFil...
2014-04-23 Mike TaylorRemove pp2limit regression-testing scaffold.
2014-04-23 Mike TaylorNew implementation of pp2limit method based on visitFields.
2014-04-23 Mike TaylorRegression-test scaffolding for pp2limit method.
2014-04-23 Mike TaylortriggerSearch logging now uses m_filterSet.toJSON()
2014-04-23 Mike TaylorRemove no-longer needed OLD-vs-NEW scaffolding around...
2014-04-23 Mike TaylorNew pp2filter implementation that uses visitTargets.
2014-04-23 Mike TaylorAdd so-far-meaningless wrapper to pp2filter.
2014-04-23 Mike TaylorAdd filterSet.toJSON method (used only for logging).
2014-04-23 Mike TaylorRewrite Navi widget to use filters.visitTargets and...
2014-04-23 Mike TaylorAdd filterSet.visitTargets and filterSet.visitFields...
2014-04-23 Mike TaylorRename variable.
2014-04-23 Mike TaylorTweak Navi widget for modified team.filters behaviour.
2014-04-23 Mike Taylorteam.filters returns the filterSet object, not its...
2014-04-23 Mike TaylorGenerate target filters first, then keyword filters...
2014-04-23 Mike TaylorComment.
2014-04-23 Mike TaylorMore compact fomatting in triggerSearch function.
2014-04-23 Mike TaylorRemove outdated comment.
2014-04-23 Mike TaylorUse m_filterSet.pp2limit method instead of building...
2014-04-23 Mike TaylorAdd pp2limit method
2014-04-23 Mike TaylorSimplify
2014-04-23 Mike TaylorUse m_filterSet.pp2filter method instead of building...
2014-04-23 Mike TaylorAdd pp2filter method.
2014-04-23 Mike Taylorkill team.removeMatchingFilters, use m_filterSet.remove...
2014-04-23 Mike TaylorfilterSet factory accepts a team argument and stashes...
2014-04-23 Mike Taylorteam.targetFiltered now simply delegates to m_filterSet...
2014-04-23 Mike TaylorImplement filterSet.targetFiltered function
2014-04-23 Mike TaylorSuper-ugly port from having an explicit list called...
2014-04-23 Mike TaylorUse filter factory function.
2014-04-23 Mike Taylorfilter factory accepts name argument.
2014-04-23 Mike TaylorSeparate generation of pp2filter and pp2limit
2014-04-22 Mike TaylorInclude mkws-filter.js in COMPONENTS.
2014-04-22 Mike TaylorNew, woefully inadequate.
2014-04-22 Mike TaylorCategory filters use a "category" element.
2014-04-22 Mike TaylorChange code order.
2014-04-22 Mike TaylorAdd special ctaegory "[All]" to dropdown.
2014-04-22 Mike TaylorCategories widget invokes mkws.limitCategory
2014-04-22 Mike TaylorAdd mkws.limitCategory dispatcher for team.limitCategory
2014-04-22 Mike TaylorAdd team.limitCategory function -- currently does nothi...
2014-04-22 Mike TaylorChange to use a dropdown for categories instead of...
2014-04-17 Mike TaylorTowards a Categories widget that actually does something.
2014-04-17 Mike TaylorNot quite a trivial Categories widget any more.
2014-04-17 Mike TaylorAdd mkws-widget-authname.js to COMPONENTS
2014-04-17 Mike TaylorPublish identity realm, as well as displayName, in...
2014-04-17 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-04-17 Mike TaylorAdd "Results" widget.
2014-04-17 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-04-17 Mike TaylorNote to self
2014-04-16 Wolfram SchneiderChange ALL id="mkwsStat" to class="mkwsStat", as use...
2014-04-16 Mike TaylorMake Builder widget customisable by "callback" element.
2014-04-16 Mike TaylorAdd mkws-widget-builder.js to COMPONENTS.
2014-04-16 Mike TaylorNew file mkws-widget-builder.js
2014-04-16 Mike TaylorAdd widget.value function
2014-04-16 Mike TaylorRemove outdated comma.
2014-04-16 Mike TaylorSimplify findnode, which no longer needs to deal with...
next