Move widget factory function and autosearch functionality out of
[mkws-moved-to-github.git] / src / mkws-widgets.js
2014-04-30 Mike TaylorMove widget factory function and autosearch functionali...
2014-04-29 Mike TaylorOops, remove the spurious alert() from the MOTD widget!
2014-04-29 Mike TaylorAdd MOTD widget.
2014-04-29 Mike TaylorLang widget now generates its own HTML
2014-04-29 Mike TaylorAdd new "Ranking" widget.
2014-04-29 Mike TaylorNo changes at all -- git is confused again
2014-04-28 Mike TaylorNew widgets Search and SearchForm.
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-26 Mike TaylorThe widget.autosearch function now understands queries...
2014-04-25 Mike TaylorThe "Record" widget publishes a "record" widget with...
2014-04-23 Mike TaylorRewrite Navi widget to use filters.visitTargets and...
2014-04-23 Mike TaylorRename variable.
2014-04-23 Mike TaylorTweak Navi widget for modified team.filters behaviour.
2014-04-23 Mike TaylorGenerate target filters first, then keyword filters...
2014-04-23 Mike TaylorComment.
2014-04-22 Mike TaylorChange code order.
2014-04-17 Mike TaylorAdd "Results" widget.
2014-04-16 Mike TaylorAdd widget.value function
2014-04-10 Mike TaylorCurrently selected page is marked by a <span class...
2014-04-10 Mike TaylorRemove unnecessary explicit bolding.
2014-04-09 Mike TaylorNo need to invoke resetPage() before reShow(), which...
2014-04-08 Mike TaylorAdd the "Done" widget.
2014-04-08 Mike TaylorUse Douglas Crockford's mkws.objectInheritingFrom rathe...
2014-04-04 Mike TaylorMove Termlists widget to its own file.
2014-04-03 Mike TaylorAll of the functionality of the autosearch function...
2014-04-03 Mike TaylorSupport "target" config element as a shortcut for UDB...
2014-04-03 Mike TaylorSummary template name is taken from that.config.templat...
2014-04-03 Mike TaylorVertical ws.
2014-04-03 Mike TaylorRename maybeAutosearch function to autosearch.
2014-04-03 Mike TaylorExtract and use maxrecs setting in auto-searching.
2014-04-02 Mike TaylorAutosearch works again for mkwsTermlists.
2014-04-02 Mike TaylorMove the maybeAutosearch widget from the mkws namespace...
2014-04-02 Mike TaylorReorder.
2014-04-02 Mike TaylorRename local variable.
2014-04-02 Mike TaylorMove auto-searching code out of Records widget into
2014-04-02 Mike TaylorRecognise targetfilter attribute instead of torusquery
2014-04-02 Mike TaylorAccept and pass through "limit" argument from auto...
2014-04-02 Mike TaylorAutosearching submits torusquery parameter from widget.
2014-04-02 Mike TaylorWhitespace
2014-04-01 Mike TaylorAuto-search uses perpage configuration item.
2014-04-01 Mike TaylorQuote the property-name "class" in an object constant.
2014-04-01 Mike TaylorUse mkws.getParameterByName
2014-04-01 Mike TaylorRemove unused temporary
2014-04-01 Mike TaylorRemove extraneous logging
2014-04-01 Mike TaylorAuto-search parameters are taken from widget config...
2014-04-01 Mike TaylorMove much of the "ready" callback code outside.
2014-04-01 Mike TaylorOnly establish the "ready" subscriber if there's an...
2014-04-01 Mike TaylorAuto-searching code is now part of the Records widget.
2014-03-31 Mike TaylorJSON parsing of data-mkws-config attribute now protecte...
2014-03-31 Mike TaylorAdd attribute-parsing code to widget constructor.
2014-03-28 Mike TaylorEach widget now has its own config object, inheriting...
2014-03-28 Mike TaylorSwitch around code order so a local alias can be used...
2014-03-28 Mike TaylorCopy mkws_config into mkws.config, and thereafter use...
2014-03-27 Mike TaylorInsert semicolons after all statements of the form
2014-03-27 Mike TaylorChange logging message.
2014-03-27 Mike TaylorWhitespace.
2014-03-27 Mike TaylorGot rid of ALL promotion-function names.
2014-03-26 Mike TaylorThe Perpage widget's promotion-function is now anonymous.
2014-03-26 Mike TaylorFix Sort and Perpage widgets by yet more that=this.
2014-03-26 Mike TaylorMove comment.
2014-03-26 Mike TaylorEach registerWidgetType invocation directly follows...
2014-03-26 Mike TaylorComment up to date.
2014-03-26 Mike TaylorRename all promote<TYPE> functions to promoteTo<TYPE>
2014-03-26 Mike TaylorRename variable.
2014-03-26 Mike TaylorReindent.
2014-03-26 Mike TaylorRegister widget-types only once, at the end.
2014-03-26 Mike TaylorMove that various specific-widget-type functions outsid...
2014-03-26 Mike TaylorUse registerWidgetType from MKWS code.
2014-03-26 Mike TaylorCreate mkws.type2fn hash dynamically.
2014-03-26 Mike TaylorMove actual widgets out of mkws-core.js into their...