Automatic termlist widgets now work:
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
2014-01-23 Mike TaylorWhitespace and comment.
2014-01-23 Mike TaylorMove all state variable declarations together.
2014-01-23 Mike TaylorComment
2014-01-23 Mike TaylorVertical ws
2014-01-23 Mike TaylorMove Handlebars helpers out of the MKWS-specific code...
2014-01-23 Mike TaylorVertical whitespace only.
2014-01-23 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-01-23 Mike TaylorMove mkws.local_lang up into the main mkws object defin...
2014-01-23 Mike TaylorAll five members of the mkws global hash are now explic...
2014-01-23 Mike Taylorglobal mkws.query moved to team-specific m_query
2014-01-23 Mike TaylorAdd comment on externally visible functions.
2014-01-23 Mike TaylorloadTemplate() returns the compiled template.
2014-01-23 Mike TaylorInvert guard within loadTemplate()
2014-01-23 Mike TaylorRemove extraneous guards on loadTemplate()
2014-01-23 Mike TaylorloadTemplate() guards its own body, so invocations...
2014-01-23 Wolfram Schneiderdisable logging with console object, will fail in IE8
2014-01-23 Mike TaylorMAJOR re-indenting. Almost every line changed.
2014-01-23 Mike TaylorRename my_paz to m_paz, matching the usual pattern...
2014-01-23 Mike Taylormy_paz remains local to each widget team, and is not...
2014-01-23 Mike TaylorEliminate temporary state mkws.usesessions
2014-01-23 Mike Taylordebug_time becomes a private member.
2014-01-23 Mike TaylorMove mkws.locale_lang assignment outside of team function.
2014-01-23 Mike TaylorUpdate date in Copyright notice.
2014-01-23 Mike TaylorMove some mkws.* variables to per-team state.
2014-01-23 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-01-22 Wolfram Schneideradjust protocol independend link for pazpar2 object...
2014-01-22 Wolfram Schneiderauth_domain guessing with protocol independend links...
2014-01-22 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-01-22 Wolfram Schneidersupport HTTPS URLs for auth_domain guessing, part of...
2014-01-22 Mike TaylorRename function to clarify intent.
2014-01-22 Wolfram Schneideradd a simple debug() function to jquery.pazpar2() plugi...
2014-01-20 Mike TaylorAdd Records/Targets translation for German and Danish.
2014-01-16 Mike TaylorAdd (unused) sessions hash
2014-01-14 Wolfram Schneidermove the default config values for "mkws" into the...
2014-01-14 Wolfram Schneiderjquery.isNumeric() requires a jquery 1.7, backport...
2014-01-13 Wolfram Schneiderperpage_default should work without select menu, MKWS-51
2014-01-07 Mike TaylorFull-record template invokes {{translate}} on fieldnames.
2014-01-07 Mike TaylorAdd new Handlebars helper {{translate}}
2014-01-06 Mike TaylorTowards sending windowid
2014-01-06 Mike Taylorrun_auto_searches() starts search for EACH #mkwsRecords...
2014-01-03 Wolfram SchneiderMerge branch 'master' into onload
2014-01-03 Wolfram Schneiderbracket typo
2014-01-03 Wolfram Schneiderimprove checking of mkws_config object, MKWS-88
2013-12-19 Wolfram Schneiderdebug -> debug_function
2013-12-19 Wolfram SchneiderparseQuerystring() doesn't have to be a jquery plugin
2013-12-19 Wolfram Schneidermove the jquery plugins out of the _mkws() function,
2013-12-19 Wolfram SchneiderMerge branch 'master' into onload
2013-12-19 Wolfram SchneiderMerge remote branch 'origin/master' into onload
2013-12-19 Wolfram Schneiderdebug(): format timestamps with 3 digits, e.g. 0.1...
2013-12-19 Wolfram Schneiderkeep our copyright when minifying JavaScript using...
2013-12-19 Wolfram Schneidercall mkws() on page load, part of MKWS-50
2013-12-19 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2013-12-18 Mike TaylorFinally change that stupid old header comment from...
2013-12-18 Wolfram Schneidercall run_auto_searches() for raw pp2, MKWS-82
2013-12-18 Wolfram Schneidercheck mkws.authenticated only for SP config, MKWS-82
2013-12-17 Wolfram Schneideruse generic jquery function $.toJSON(obj) instead JSON...
2013-12-16 Mike Taylormkws_config.service_proxy_auth_domain no longer need...
2013-12-16 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2013-12-16 Mike TaylorMove inline default value of pazpar2_url up into config...
2013-12-16 Mike TaylorEliminate temporary variable.
2013-12-13 Wolfram Schneidertrailing comma lets IE8 fail, MKWS-77
2013-12-12 Wolfram Schneiderset mkws.usesessions later after the config object...
2013-12-12 Wolfram Schneiderone variable less
2013-12-12 Wolfram Schneiderspaces
2013-12-12 Wolfram SchneiderRevert "Eliminate superfluous temporary assignments."
2013-12-09 Mike TaylorOops, use debug() rather than log().
2013-12-09 Mike Taylor"pz:id=" prefix only prepended to filter string if...
2013-12-06 Mike TaylorLeading "pz:id=" is optional in triggerSearch()
2013-12-06 Mike TaylorSupport specification of (a single) target in auto...
2013-12-06 Mike TaylorClearer logging for run_auto_searches()
2013-12-06 Mike TaylorSupport sorting in autosearches.
2013-12-06 Mike TaylorRationalise the confusion between mkws_config.sort_defa...
2013-12-06 Mike TaylorMove curSort global into mkws.sort
2013-12-05 Mike TaylorInterpret
2013-12-05 Mike TaylorMove invocation of run_auto_searches() from when DOM...
2013-12-05 Mike TaylorRename unused mkws property "service_proxy_auth" to...
2013-12-04 Mike TaylorMore detailed debugging output.
2013-12-04 Mike TaylorShould now correctly support auto-executing#'mkwsRecords.
2013-12-02 Mike TaylorWhen a new search is submitted, reset and redraw the...
2013-12-02 Mike TaylorLog the actual query when a search is submitted.
2013-11-29 Mike TaylorProvide default "Summary" template, rending the same...
2013-11-29 Mike TaylorrenderSummary() simplified by deletion of legacy code.
2013-11-29 Mike TaylorMove rendering of full record back up into my_onshow()
2013-11-29 Mike TaylorSimplify string-building.
2013-11-29 Mike TaylorMove code out of my_onshow() into new function renderSu...
2013-11-29 Mike TaylorRemove defaultRenderDetails() and renderField(), which...
2013-11-29 Mike TaylorRemove old code that called defaultRenderDetails()...
2013-11-29 Mike Taylorfunction maybeLoadTemplate() renamed to loadTemplate()
2013-11-29 Mike TaylorProvide defaultTemplate() function (for "Record" only...
2013-11-29 Mike TaylorAdd #commaList helper.
2013-11-29 Mike TaylorRemove now-unused Handlebars helper 'link'.
2013-11-28 Mike TaylorThe 'attr' helper no longer inserts a leading '@'.
2013-11-28 Mike TaylorDocumentation for the #if-any helper.
2013-11-28 Mike TaylorAdd if-any helper.
2013-11-28 Mike TaylorRemove debugging output from #first Handlebars helper.
2013-11-28 Mike TaylorAdd 'attr' Handlebars helper.
2013-11-28 Mike TaylorExtend #first Handlebars helper with optional 'having...
2013-11-28 Mike TaylorAdd #first Handlebars helper.
2013-11-28 Mike TaylorAdd #json helper for Handlebars.
2013-11-27 Mike TaylorCorrected version of 'link' helper that accepts arrays...
next