2014-01-30 |
Mike Taylor | Remove extraneous logging. |
blob | commitdiff |
2014-01-30 |
Mike Taylor | onFormSubmitEventHandler() is now team-aware. |
blob | commitdiff | diff to current |
2014-01-30 |
Mike Taylor | Comment. |
blob | commitdiff | diff to current |
2014-01-30 |
Mike Taylor | Clumsy function name _make_mkws_team() reduced to just... |
blob | commitdiff | diff to current |
2014-01-30 |
Mike Taylor | Add `args' argument to "onrecord" callback, so that... |
blob | commitdiff | diff to current |
2014-01-30 |
Mike Taylor | Much better encapsulation for mkws.showDetails(). |
blob | commitdiff | diff to current |
2014-01-29 |
Mike Taylor | Popup records now work for all result-lists, as the... |
blob | commitdiff | diff to current |
2014-01-28 |
Mike Taylor | Towards multiple search forms. |
blob | commitdiff | diff to current |
2014-01-28 |
Mike Taylor | .mkwsSearch also included in team-instantiation loop |
blob | commitdiff | diff to current |
2014-01-27 |
Mike Taylor | *Finally* land on correct code for setting HTML for... |
blob | commitdiff | diff to current |
2014-01-27 |
Mike Taylor | Factor team-name extraction out into new utility function |
blob | commitdiff | diff to current |
2014-01-27 |
Mike Taylor | Remove two special-case clauses that cancelled out. |
blob | commitdiff | diff to current |
2014-01-27 |
Mike Taylor | Team-name defaults to AUTO. |
blob | commitdiff | diff to current |
2014-01-27 |
Wolfram Schneider | Use protocol-relative URLs for default mkws.indexdata... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Remove debugging output from Handlebars "translate... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Fix spelling of m_teamName |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Results and Termlist HTML now set using $("#x").html() |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | newSearch() is now an externally callable member function. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
blob | commitdiff | diff to current |
2014-01-24 |
Wolfram Schneider | fix broken debug() function for IE (again!!) |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | authenticate_session() and run_auto_searches() are... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Move mkws_config defaulting code out of team object... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Rename mkws.authenticate_session() to mkws.authenticate... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | mkws.run_auto_searches() moved out of team object. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Single global mkws.paz changed to per-team m_paz. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | mkws.service_proxy_auth() moved outside the team object. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | All callbacks accept new teamName argument from pz2.js |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Typo |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | The mkws_service_proxy_auth() method was private to... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | For now, don't make the "AUTO" team. Allows jasmine... |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Do not recreate paz object if it already exists. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Less verbose logging |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Whitespace. |
blob | commitdiff | diff to current |
2014-01-24 |
Mike Taylor | Fix indentation for making pz2 object. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Compatibility: set new magic classes into elements... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Only a single pp2 object, stored in mkws. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Remove outdated comment. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | New team object made for relevant mkwsResults, mkwsReco... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | For the first time, make multiple instances of the... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Remove mkws.init and the test on it. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Reorder member declarations. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Eliminate used-once constants m_SourceMax, m_SubjectMax... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | All member variable names now have the m_ prefix |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move member declarations ahead of code. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Whitespace and comment. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move all state variable declarations together. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Comment |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Vertical ws |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move Handlebars helpers out of the MKWS-specific code... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Vertical whitespace only. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move mkws.local_lang up into the main mkws object defin... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | All five members of the mkws global hash are now explic... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | global mkws.query moved to team-specific m_query |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Add comment on externally visible functions. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | loadTemplate() returns the compiled template. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Invert guard within loadTemplate() |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Remove extraneous guards on loadTemplate() |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | loadTemplate() guards its own body, so invocations... |
blob | commitdiff | diff to current |
2014-01-23 |
Wolfram Schneider | disable logging with console object, will fail in IE8 |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | MAJOR re-indenting. Almost every line changed. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Rename my_paz to m_paz, matching the usual pattern... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | my_paz remains local to each widget team, and is not... |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Eliminate temporary state mkws.usesessions |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | debug_time becomes a private member. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move mkws.locale_lang assignment outside of team function. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Update date in Copyright notice. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Move some mkws.* variables to per-team state. |
blob | commitdiff | diff to current |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
blob | commitdiff | diff to current |
2014-01-22 |
Wolfram Schneider | adjust protocol independend link for pazpar2 object... |
blob | commitdiff | diff to current |
2014-01-22 |
Wolfram Schneider | auth_domain guessing with protocol independend links... |
blob | commitdiff | diff to current |
2014-01-22 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
blob | commitdiff | diff to current |
2014-01-22 |
Wolfram Schneider | support HTTPS URLs for auth_domain guessing, part of... |
blob | commitdiff | diff to current |
2014-01-22 |
Mike Taylor | Rename function to clarify intent. |
blob | commitdiff | diff to current |
2014-01-22 |
Wolfram Schneider | add a simple debug() function to jquery.pazpar2() plugi... |
blob | commitdiff | diff to current |
2014-01-20 |
Mike Taylor | Add Records/Targets translation for German and Danish. |
blob | commitdiff | diff to current |
2014-01-16 |
Mike Taylor | Add (unused) sessions hash |
blob | commitdiff | diff to current |
2014-01-14 |
Wolfram Schneider | move the default config values for "mkws" into the... |
blob | commitdiff | diff to current |
2014-01-14 |
Wolfram Schneider | jquery.isNumeric() requires a jquery 1.7, backport... |
blob | commitdiff | diff to current |
2014-01-13 |
Wolfram Schneider | perpage_default should work without select menu, MKWS-51 |
blob | commitdiff | diff to current |
2014-01-07 |
Mike Taylor | Full-record template invokes {{translate}} on fieldnames. |
blob | commitdiff | diff to current |
2014-01-07 |
Mike Taylor | Add new Handlebars helper {{translate}} |
blob | commitdiff | diff to current |
2014-01-06 |
Mike Taylor | Towards sending windowid |
blob | commitdiff | diff to current |
2014-01-06 |
Mike Taylor | run_auto_searches() starts search for EACH #mkwsRecords... |
blob | commitdiff | diff to current |
2014-01-03 |
Wolfram Schneider | Merge branch 'master' into onload |
blob | commitdiff | diff to current |
2014-01-03 |
Wolfram Schneider | bracket typo |
blob | commitdiff | diff to current |
2014-01-03 |
Wolfram Schneider | improve checking of mkws_config object, MKWS-88 |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | debug -> debug_function |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | parseQuerystring() doesn't have to be a jquery plugin |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | move the jquery plugins out of the _mkws() function, |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | Merge branch 'master' into onload |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | Merge remote branch 'origin/master' into onload |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | debug(): format timestamps with 3 digits, e.g. 0.1... |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | keep our copyright when minifying JavaScript using... |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | call mkws() on page load, part of MKWS-50 |
blob | commitdiff | diff to current |
2013-12-19 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
blob | commitdiff | diff to current |
2013-12-18 |
Mike Taylor | Finally change that stupid old header comment from... |
blob | commitdiff | diff to current |
2013-12-18 |
Wolfram Schneider | call run_auto_searches() for raw pp2, MKWS-82 |
blob | commitdiff | diff to current |
2013-12-18 |
Wolfram Schneider | check mkws.authenticated only for SP config, MKWS-82 |
blob | commitdiff | diff to current |
2013-12-17 |
Wolfram Schneider | use generic jquery function $.toJSON(obj) instead JSON... |
blob | commitdiff | diff to current |
next |