Rename pager div to "#mkwsPager"
[mkws-moved-to-github.git] / experiments / spclient / mkws.js
2013-07-01 Mike TaylorRename pager div to "#mkwsPager"
2013-07-01 Mike TaylorRenamed two magic <div>s:
2013-07-01 Mike TaylorRename variable.
2013-07-01 Mike TaylorReport error is unknown facet is configured.
2013-07-01 Wolfram Schneiderindent
2013-07-01 Wolfram Schneiderrefactor responsive web design
2013-07-01 Wolfram Schneideron first page, hide the termlist and start displaying...
2013-07-01 Wolfram Schneiderconfigurable facets
2013-07-01 Wolfram Schneiderconfigurable facets
2013-06-30 Mike TaylorCode-formatting.
2013-06-30 Mike TaylorReplace target-facet generation with another add_single...
2013-06-30 Mike TaylorFactor out duplicate author/subject facet-generation...
2013-06-30 Mike TaylorMore whitespace for consistency.
2013-06-30 Mike TaylorWhitespace only: towards consistency in my_onterm()
2013-06-28 Mike TaylorMore HTML structure.
2013-06-28 Mike TaylorChange record-detail HTML to use structure.
2013-06-28 Mike TaylorSimplify renderDetails(), eliminating repetition of...
2013-06-27 Mike TaylorInsert missing space.
2013-06-27 Mike TaylorLose some <hr>s
2013-06-27 Mike Taylorclass="facet", not "termlist", as that confuses with...
2013-06-27 Mike TaylorBetter structure for termlist HTML.
2013-06-27 Mike Taylormy_onstat() generates more structured HTML.
2013-06-27 Mike TaylorswitchView() supports argument 'none'
2013-06-27 Mike TaylorDon't try to toggle blanket if it's not defined.
2013-06-27 Mike TaylorAdd code to control display of #mkwsBlanket, if defined.
2013-06-27 Mike TaylorSwitch to records view when a search is submitted.
2013-06-26 Mike TaylorDefault SP and SP-auth addresses are on mkws.
2013-06-25 Mike TaylorTry to use pz2 API instead of jQuery for initial auth...
2013-06-25 Wolfram Schneideruse typeof to check if a parameter is set
2013-06-25 Wolfram Schneiderby default use service proxy if not configured otherwise
2013-06-25 Wolfram Schneiderimplement a pazpar2 jQuery plugin
2013-06-25 Wolfram Schneiderfix last commit
2013-06-25 Wolfram Schneideradd english language link again
2013-06-25 Wolfram SchneiderIE8
2013-06-25 Wolfram Schneiderrefactor
2013-06-25 Wolfram Schneiderdocument, refactor for empty mkws_config object
2013-06-25 Wolfram Schneiderdon't use absolute path for ?lang=<...> links
2013-06-25 Wolfram SchneiderIE8 quirks: improve check for missing console.log object
2013-06-25 Wolfram Schneiderenabel use strict again
2013-06-24 Wolfram Schneiderconfigure list of displayed languages links in the...
2013-06-21 Wolfram Schneidertermlist menu/facets is optional (enabled by default)
2013-06-21 Wolfram SchneiderDanish translations
2013-06-21 Wolfram Schneidertranslate detailed record view
2013-06-21 Wolfram Schneiderlocale language menu is optional (enabled by default)
2013-06-21 Wolfram Schneiderconfigure search box size
2013-06-21 Wolfram Schneidera closing </div> in the forms kills IE8 rendering,...
2013-06-21 Wolfram Schneidera closing </div> in the forms kills IE8 rendeing, MKWS-4
2013-06-21 Wolfram Schneideraction attribute is required in forms
2013-06-21 Wolfram SchneiderIE8 has no console object, fake it
2013-06-21 Wolfram Schneiderworkarounds for IE8
2013-06-21 Wolfram Schneiderrun with debug=1 by default
2013-06-21 Wolfram Schneiderimprove debugging function
2013-06-21 Wolfram Schneiderdisplay local language "none" (for english)
2013-06-21 Wolfram Schneiderrefactor M()
2013-06-21 Wolfram Schneiderimplement a simple debugging helper function
2013-06-21 Wolfram Schneidercreate locale language menu
2013-06-21 Wolfram Schneidermake language setting permanent
2013-06-21 Wolfram Schneiderdocument
2013-06-20 Wolfram Schneiderparse URL for language parameter lang=<value>
2013-06-20 Wolfram Schneiderdanish grammar
2013-06-20 Wolfram Schneiderdanish grammar
2013-06-20 Wolfram Schneidertypo
2013-06-20 Wolfram Schneiderbasic support for locale.
2013-06-20 Wolfram Schneidermake the code more robust
2013-06-20 Wolfram Schneidercall SP auth only for SP
2013-06-20 Wolfram Schneiderbring support for direct access pazpar2
2013-06-20 Wolfram Schneiderrefactor
2013-06-20 Wolfram Schneidermkws_switch -> switch
2013-06-20 Wolfram Schneiderrun service proxy auth after the HTML page was rendered...
2013-06-20 Wolfram SchneiderJS typo in last commit
2013-06-20 Wolfram Schneiderconfigurable service proxy auth URL
2013-06-20 Wolfram Schneiderrefactor mkws_html_all()
2013-06-20 Wolfram Schneiderperpage menu is configurable
2013-06-20 Wolfram Schneidersort menu is configurable
2013-06-20 Wolfram Schneiderforce use strict mode
2013-06-20 Wolfram Schneiderstrict JS
2013-06-20 Wolfram Schneidersimplify config for users
2013-06-20 Wolfram Schneidermove the config to index.html
2013-06-20 Wolfram Schneidermkws_html_all is now configurable
2013-06-20 Wolfram Schneidernew config mkws_switch: show/hide Records|Targets menu
2013-06-20 Wolfram Schneiderinitial configuration for mkws
2013-06-20 Wolfram Schneiderdocument mkws_service_proxy_auth()
2013-06-20 Wolfram Schneiderrefactor mkws_html_all()
2013-06-20 Wolfram Schneiderfrench misspeech
2013-06-20 Wolfram Schneiderrefactor mkws_service_proxy_auth()
2013-06-19 Mike TaylorRemove explicit references to mkws.indexdata.com for now
2013-06-19 Mike Taylorpazpar2path fixed to http://mkws.indexdata.com/
2013-06-19 Mike TaylorHardwire which site to get SP auth from.
2013-06-19 Mike Taylormkws.js has no authURLServiceProxy variable.
2013-06-19 Mike TaylorFIx typo.
2013-06-19 Wolfram SchneiderSP auth request: check XML response document for <statu...
2013-06-19 Mike TaylorReformat.
2013-06-19 Wolfram SchneiderSP auth request: check XML response document for <statu...
2013-06-19 Mike TaylorAddress "mkwsStat" div rather than "stat"
2013-06-19 Mike TaylorMove main record-display HTML into JS
2013-06-19 Mike TaylorRemove trailing ws.
2013-06-19 Mike TaylorJS sets mkwsTargets initially invisible
2013-06-19 Mike TaylorMove mkwsTargets HTML into JS
2013-06-19 Mike TaylorRename view <div>s
2013-06-19 Mike TaylorMove more code into JS. Reorder document-ready function
next