2014-01-30 |
Mike Taylor | Remove extraneous logging. |
tree | commitdiff |
2014-01-30 |
Mike Taylor | onFormSubmitEventHandler() is now team-aware. |
tree | commitdiff |
2014-01-30 |
Mike Taylor | Comment. |
tree | commitdiff |
2014-01-30 |
Mike Taylor | Clumsy function name _make_mkws_team() reduced to just... |
tree | commitdiff |
2014-01-30 |
Mike Taylor | Add `args' argument to "onrecord" callback, so that... |
tree | commitdiff |
2014-01-30 |
Mike Taylor | Much better encapsulation for mkws.showDetails(). |
tree | commitdiff |
2014-01-29 |
Mike Taylor | Popup records now work for all result-lists, as the... |
tree | commitdiff |
2014-01-28 |
Mike Taylor | Towards multiple search forms. |
tree | commitdiff |
2014-01-28 |
Mike Taylor | .mkwsSearch also included in team-instantiation loop |
tree | commitdiff |
2014-01-28 |
Mike Taylor | Styling for search-box is now keyed on class as well... |
tree | commitdiff |
2014-01-27 |
Mike Taylor | *Finally* land on correct code for setting HTML for... |
tree | commitdiff |
2014-01-27 |
Mike Taylor | Factor team-name extraction out into new utility function |
tree | commitdiff |
2014-01-27 |
Mike Taylor | Remove two special-case clauses that cancelled out. |
tree | commitdiff |
2014-01-27 |
Mike Taylor | Team-name defaults to AUTO. |
tree | commitdiff |
2014-01-27 |
Wolfram Schneider | Use protocol-relative URLs for default mkws.indexdata... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Remove debugging output from Handlebars "translate... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Fix spelling of m_teamName |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Results and Termlist HTML now set using $("#x").html() |
tree | commitdiff |
2014-01-24 |
Mike Taylor | newSearch() is now an externally callable member function. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-24 |
Wolfram Schneider | fix broken debug() function for IE (again!!) |
tree | commitdiff |
2014-01-24 |
Mike Taylor | authenticate_session() and run_auto_searches() are... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Move mkws_config defaulting code out of team object... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Rename mkws.authenticate_session() to mkws.authenticate... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | mkws.run_auto_searches() moved out of team object. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Single global mkws.paz changed to per-team m_paz. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | mkws.service_proxy_auth() moved outside the team object. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | All callbacks accept new teamName argument from pz2.js |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Typo |
tree | commitdiff |
2014-01-24 |
Mike Taylor | The mkws_service_proxy_auth() method was private to... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | For now, don't make the "AUTO" team. Allows jasmine... |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Do not recreate paz object if it already exists. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Less verbose logging |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Whitespace. |
tree | commitdiff |
2014-01-24 |
Mike Taylor | Fix indentation for making pz2 object. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Compatibility: set new magic classes into elements... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Only a single pp2 object, stored in mkws. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Remove outdated comment. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | New team object made for relevant mkwsResults, mkwsReco... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | For the first time, make multiple instances of the... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Remove mkws.init and the test on it. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Reorder member declarations. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Eliminate used-once constants m_SourceMax, m_SubjectMax... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | All member variable names now have the m_ prefix |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move member declarations ahead of code. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Whitespace and comment. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move all state variable declarations together. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Comment |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Vertical ws |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move Handlebars helpers out of the MKWS-specific code... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Vertical whitespace only. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move mkws.local_lang up into the main mkws object defin... |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | use quotes for Access-Control-Allow-Origin |
tree | commitdiff |
2014-01-23 |
Mike Taylor | All five members of the mkws global hash are now explic... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | global mkws.query moved to team-specific m_query |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Add comment on externally visible functions. |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | CORS setting for IE8, MKWS-77 |
tree | commitdiff |
2014-01-23 |
Mike Taylor | loadTemplate() returns the compiled template. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Invert guard within loadTemplate() |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Remove extraneous guards on loadTemplate() |
tree | commitdiff |
2014-01-23 |
Mike Taylor | loadTemplate() guards its own body, so invocations... |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | disable logging with console object, will fail in IE8 |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | MAJOR re-indenting. Almost every line changed. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Rename my_paz to m_paz, matching the usual pattern... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | my_paz remains local to each widget team, and is not... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Eliminate temporary state mkws.usesessions |
tree | commitdiff |
2014-01-23 |
Mike Taylor | debug_time becomes a private member. |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move mkws.locale_lang assignment outside of team function. |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | new document root config |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Update date in Copyright notice. |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | move spclient-dev.indexdata.com from mkws-dev to mkws... |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | working mkws-test.indexdata.com config |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Move some mkws.* variables to per-team state. |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | copy of mkws-dev |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | add new demo site mkws-test.indexdata.com |
tree | commitdiff |
2014-01-23 |
Wolfram Schneider | our apache proxy config files end with -px |
tree | commitdiff |
2014-01-23 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | adjust protocol independend link for pazpar2 object... |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | auth_domain guessing with protocol independend links... |
tree | commitdiff |
2014-01-22 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | support HTTPS URLs for auth_domain guessing, part of... |
tree | commitdiff |
2014-01-22 |
Mike Taylor | Rename function to clarify intent. |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | HTTPS config for mkws.indexdata.com, MKWS-102 |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | HTTPS config for mkws-dev, MKWS-102 |
tree | commitdiff |
2014-01-22 |
Wolfram Schneider | add a simple debug() function to jquery.pazpar2() plugi... |
tree | commitdiff |
2014-01-20 |
Mike Taylor | Add Records/Targets translation for German and Danish. |
tree | commitdiff |
2014-01-16 |
Mike Taylor | Add (unused) sessions hash |
tree | commitdiff |
2014-01-14 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
tree | commitdiff |
2014-01-14 |
Wolfram Schneider | move the default config values for "mkws" into the... |
tree | commitdiff |
2014-01-14 |
Mike Taylor | Ignore file pz2.js, copied in from ../../../pazpar2/js |
tree | commitdiff |
2014-01-14 |
Wolfram Schneider | use a special UserAgent for curl requests: |
tree | commitdiff |
2014-01-14 |
Wolfram Schneider | jquery.isNumeric() requires a jquery 1.7, backport... |
tree | commitdiff |
2014-01-13 |
Wolfram Schneider | nagios test if the the service proxy is up and running... |
tree | commitdiff |
2014-01-13 |
Wolfram Schneider | perpage_default should work without select menu, MKWS-51 |
tree | commitdiff |
2014-01-10 |
Wolfram Schneider | switch to user "mkws" |
tree | commitdiff |
2014-01-10 |
Wolfram Schneider | service proxy moved from CPH to US |
tree | commitdiff |
2014-01-10 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
next |