Fix spelling of newsearch_opacity property
[mkws-moved-to-github.git] / src / mkws-team.js
2015-01-19 Mike TaylorClean-up for MKWS-352 work.
2015-01-19 Mike TaylorTowards MKWS-352.
2015-01-16 Jason SkomorowskiAdd 'searchtriggered' queue, remove 'navi' queue.
2014-12-03 Mike TaylormakePz2() now sets the onStat callback if any of the...
2014-11-20 Mike TaylorRemove team.log -- all invocation have now been special...
2014-11-20 Mike TaylorRemove redundant "warning" captions.
2014-11-19 Mike TaylorFix currying definitions.
2014-11-19 Mike TaylorAdd curried trace(), debug() etc. methods to the team...
2014-11-19 Mike TaylorPart of MKWS-239.
2014-10-30 Mike TaylorPart of MKWS-322: renamed the 'termlists' event queue...
2014-10-23 Jason SkomorowskiRemove erroneous mkws-template_underscore and fix demos...
2014-10-23 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-10-23 Wolfram SchneiderWe need to map old wigets names in more fucntions,...
2014-10-23 Jason SkomorowskiRename all the templates MKWS-313
2014-10-22 Wolfram SchneiderMerge remote-tracking branch 'origin/master' into mkws-294
2014-10-22 Wolfram Schneidermonster commit to change names of MKWS classes to be...
2014-10-22 Mike TaylorFix typo in message.
2014-10-20 Jason SkomorowskiUpdate template code and docs for new naming convention...
2014-10-20 Mike TaylorMerge
2014-10-17 Mike TaylorswitchView function uses new widget-type names.
2014-10-17 Mike TaylorRevert "Towards MKWS-294 (Change names of MKWS classes...
2014-10-17 Mike TaylorTowards MKWS-294 (Change names of MKWS classes to be...
2014-10-07 Mike TaylorSet the "record" callback whenever "records" is subscri...
2014-10-07 Mike TaylorSimplify logic for establishing onTerm callback.
2014-10-07 Mike TaylorFix MKWS-272 ("Do not make unnecessary SP/PP2 requests")
2014-10-07 Mike Taylorpz2 object is now created from contructed parameter...
2014-10-07 Mike TaylorPrivate member variable "queues" renamed "m_queues".
2014-10-07 Mike TaylorMove mkaePz2 function down the file.
2014-10-07 Mike TaylorIndent
2014-10-07 Mike TaylorThe team constructor no longer creates its own pz2...
2014-10-07 Mike TaylorCreation of the pz2 object is now done in the makePz2...
2014-10-06 Mike Taylorteam() function is now mkws.makeTeam().
2014-09-22 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-26 Jason SkomorowskiGetter to allow query to be read from team.
2014-08-23 Jason SkomorowskiDetails widget
2014-08-22 Mike TaylorAccess the PP2 URL via the new API function.
2014-08-18 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-08 Mike TaylorCheck for whether "torusquery" can be used is against...
2014-08-04 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-04 Jason SkomorowskiWarn, don't fail, on missing template
2014-08-01 Jason SkomorowskiReplace team.config() getter with team.config object.
2014-07-07 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-06-10 Mike TaylorloadTemplate returns null when defaultTemplate can...
2014-06-10 Mike TaylorThe loadTemplate function now takes an optional fallbac...
2014-06-09 Jason SkomorowskiInitial templatification + Records widget
2014-06-06 Mike TaylorThe onStat function logs "complete" when publishing...
2014-05-20 Mike TaylorReset m_gotRecords to false in resetPage
2014-05-20 Mike TaylorAdd new "firstrecords" event, published when a new...
2014-05-19 Jason SkomorowskiLook for templates by class instead of as widgets
2014-05-19 Jason SkomorowskiTypo.
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorChange onBytarget log message from "target" to "bytarget"
2014-05-15 Mike TaylorChange wording of some logging messages.
2014-05-15 Mike TaylorRemove logging when adding a widget to a team.
2014-05-15 Mike TaylorwidgetNode uses w.jqnode rather than $(w.node)
2014-05-09 Mike TaylorEmit new class mkwsDetails instead of generic old ...
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-02 Mike TaylorMove code to set language from command line out of...
2014-05-02 Mike TaylorReorder functions.
2014-05-02 Mike TaylorThe switchview show/hide is done using jQuery rather...
2014-05-02 Mike TaylorMove the M function (translation) from mkws-team.js...
2014-05-02 Mike TaylorIn fact, remove the local alias M completely, since...
2014-05-02 Mike TaylorDelete obsolete comment.
2014-05-02 Mike Taylormkws.M is defined, and M made a local alias for it...
2014-05-02 Mike TaylorLanguage-setting code also honestly uses mkws.config...
2014-05-02 Mike TaylorThe M function (translation) looks up mkws.config.lang...
2014-05-02 Mike TaylorRemove obsolete comment.
2014-05-02 Mike TaylorThe team-private findnode function is no longer made...
2014-05-01 Mike Taylorteam.widget returns undefined is there are no widgets...
2014-05-01 Mike TaylorThe m_widgets private member, which maps widget-type...
2014-05-01 Mike TaylorRemove lumped team.widgetTypes method with more functio...
2014-04-30 Mike TaylorComment out the addWidget logging.
2014-04-30 Mike TaylorChange wording of addWidget function's logging.
2014-04-29 Mike TaylorInline the code of function mkwsSetLang, which is now...
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 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 TaylorMove show_lang logic inside mkwsHtmlLang.
2014-04-29 Mike TaylorAdd team.sortOrder access method.
2014-04-29 Mike TaylorRemove mkwsRecords magic, now in the widget.
2014-04-28 Mike TaylorRemove Search and SearchForm code, now down in the...
2014-04-28 Mike TaylorCompletely remove the mkwsHtmlSwitch() function, since...
2014-04-28 Mike Taylor mkwsHtmlSwitch no longer sets up the .mkwsSwitch eleme...
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 TaylorVertical ws
2014-04-24 Mike TaylorAll limit/delimit invocations of triggerSearch fire...
2014-04-24 Mike TaylorlimitCategory now works.
2014-04-24 Mike TaylorSwitch on filter type, not presence of "id" field.
next