Add a test page for the motd problem FRES-4
[mkws-moved-to-github.git] / tools /
2014-02-05 Mike TaylorGenerated HTML within mkwsResults uses correct teamname...
2014-02-05 Mike TaylorMove non-member function mkws.resize_page outside the...
2014-02-05 Mike TaylorThe mkws_resize_page() member function becomes global...
2014-02-05 Mike TaylormkwsStat Styles work on classes as well as ids.
2014-02-05 Mike TaylormkwsStat is addressed by class rather than id.
2014-02-05 Mike TaylorFix CSS to style mkwsLang according to class as well...
2014-02-05 Mike TaylorLanguage menu is now set up by classes.
2014-02-05 Mike TaylorUse boolean true instead of numeric 1.
2014-02-05 Mike TaylorRename hash more informatively.
2014-02-04 Mike TaylorRemove some outdated comments.
2014-02-04 Mike TaylorRemove all direct calls to console.log()
2014-02-04 Mike Taylormkws.switchView() now operates on a named team.
2014-02-04 Mike TaylormkwsTeam_AUTO is now added to add teamless MKWS elements.
2014-02-04 Mike TaylorRemove no-longer-needed special classes mkwsSwitch_targ...
2014-02-04 Mike TaylorRecord/target display switching now handled using teams.
2014-02-04 Mike TaylormkwsTargets styling targeted at class as well as ID
2014-02-04 Mike Taylor#mkwsSwitch styles also apply to .mkwsSwitch
2014-02-04 Mike TaylorswitchView() now works entirely using jQuery
2014-02-03 Wolfram Schneidernew server alias a.mkws.indexdata.com for regression...
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-28 Mike TaylorStyling for search-box is now keyed on class as well...
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 Wolfram Schneideruse quotes for Access-Control-Allow-Origin
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 Wolfram SchneiderCORS setting for IE8, MKWS-77
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 TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
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 Wolfram Schneidernew document root config
2014-01-23 Mike TaylorUpdate date in Copyright notice.
2014-01-23 Wolfram Schneidermove spclient-dev.indexdata.com from mkws-dev to mkws...
2014-01-23 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-01-23 Wolfram Schneiderworking mkws-test.indexdata.com config
2014-01-23 Mike TaylorMove some mkws.* variables to per-team state.
2014-01-23 Wolfram Schneidercopy of mkws-dev
2014-01-23 Wolfram Schneideradd new demo site mkws-test.indexdata.com
2014-01-23 Wolfram Schneiderour apache proxy config files end with -px
next