Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
2014-02-04 Mike TaylorRecord/target display switching now handled using teams.
2014-02-04 Mike TaylorswitchView() now works entirely using jQuery
2014-02-03 Wolfram SchneiderFix race condtion in my_onshow(), MKWS-105
2014-01-30 Mike TaylordomReady() only makes each search-form once :-)
2014-01-30 Mike TaylorRemove extraneous logging.
2014-01-30 Mike TayloronFormSubmitEventHandler() is now team-aware.
2014-01-30 Mike TaylorComment.
2014-01-30 Mike TaylorClumsy function name _make_mkws_team() reduced to just...
2014-01-30 Mike TaylorAdd `args' argument to "onrecord" callback, so that...
2014-01-30 Mike TaylorMuch better encapsulation for mkws.showDetails().
2014-01-29 Mike TaylorPopup records now work for all result-lists, as the...
2014-01-28 Mike TaylorTowards multiple search forms.
2014-01-28 Mike Taylor.mkwsSearch also included in team-instantiation loop
2014-01-27 Mike Taylor*Finally* land on correct code for setting HTML for...
2014-01-27 Mike TaylorFactor team-name extraction out into new utility function
2014-01-27 Mike TaylorRemove two special-case clauses that cancelled out.
2014-01-27 Mike TaylorTeam-name defaults to AUTO.
2014-01-27 Wolfram SchneiderUse protocol-relative URLs for default mkws.indexdata...
2014-01-24 Mike TaylorRemove debugging output from Handlebars "translate...
2014-01-24 Mike TaylorFix spelling of m_teamName
2014-01-24 Mike TaylorResults and Termlist HTML now set using $("#x").html()
2014-01-24 Mike TaylornewSearch() is now an externally callable member function.
2014-01-24 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-01-24 Wolfram Schneiderfix broken debug() function for IE (again!!)
2014-01-24 Mike Taylorauthenticate_session() and run_auto_searches() are...
2014-01-24 Mike TaylorMove mkws_config defaulting code out of team object...
2014-01-24 Mike TaylorRename mkws.authenticate_session() to mkws.authenticate...
2014-01-24 Mike Taylormkws.run_auto_searches() moved out of team object.
2014-01-24 Mike TaylorSingle global mkws.paz changed to per-team m_paz.
2014-01-24 Mike Taylormkws.service_proxy_auth() moved outside the team object.
2014-01-24 Mike TaylorAll callbacks accept new teamName argument from pz2.js
2014-01-24 Mike TaylorTypo
2014-01-24 Mike TaylorThe mkws_service_proxy_auth() method was private to...
2014-01-24 Mike TaylorFor now, don't make the "AUTO" team. Allows jasmine...
2014-01-24 Mike TaylorDo not recreate paz object if it already exists.
2014-01-24 Mike TaylorLess verbose logging
2014-01-24 Mike TaylorWhitespace.
2014-01-24 Mike TaylorFix indentation for making pz2 object.
2014-01-23 Mike TaylorCompatibility: set new magic classes into elements...
2014-01-23 Mike TaylorOnly a single pp2 object, stored in mkws.
2014-01-23 Mike TaylorRemove outdated comment.
2014-01-23 Mike TaylorNew team object made for relevant mkwsResults, mkwsReco...
2014-01-23 Mike TaylorFor the first time, make multiple instances of the...
2014-01-23 Mike TaylorRemove mkws.init and the test on it.
2014-01-23 Mike TaylorReorder member declarations.
2014-01-23 Mike TaylorEliminate used-once constants m_SourceMax, m_SubjectMax...
2014-01-23 Mike TaylorAll member variable names now have the m_ prefix
2014-01-23 Mike TaylorMove member declarations ahead of code.
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...
next