2014-03-25 |
Mike Taylor | Move documentation files from tools/htdocs into new... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Hasn't been needed for a long time |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | This was long ago obsoleted by an appendix of the white... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | debug function uses mkws.log rather than old mkws.debug. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Typo in comment. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | When the log_level setting is not provided, fall back... |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Use mkws.log instead of old mkws.debug |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Rename all debug() functions to log() |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Add an mkwsMOTD element., |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Add widget-level debug() function. |
commit | commitdiff | tree | snapshot |
2014-03-25 |
Mike Taylor | Change around details of how record elements are recogn... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Mike Taylor | mkwsDet elements now also move the team to a CSS class. |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Mike Taylor | Record elements now have team-name removed from their... |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Mike Taylor | Abstract record-element ID generation to new recordElem... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Remove extraneous debugging. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Invert submitted() login in Sort and Perpage widgets. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Simplify Sort and Perpage widget to use anonymous closures. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | No "sort"/"perpage" events in the pub/sub queue. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Reorder lines. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Pub/subify two more widgets: Sort and Perpage. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Simplify a lot of code that unnecessarily checks that... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Vertical whitespace. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Reorder some functions. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | redrawNavi was a one-line function invoked in only... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Switch order of resetPage/redrawNavi invocations. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Every single invocation of triggerSearch was preceded... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | loadSelect is removed: no longer needed. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | onSortChange and onPerpageChange set their member varia... |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Break mkwsResults down to its components. |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Mike Taylor | Split onSelectDdChange into two separate functions... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Remove unnecessary test. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Comment typo |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Simplify |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Reimplement the Navi widget with pub/sub. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Widget-promotion switch is now driven by a table. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Make renderDetails() available as team member-function. |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Mike Taylor | Comment out unnecessarily noisy test/spec/mkws-pazpar2... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | More explicit logging for widget-creation |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | Team-specific debug function now visible as team.debug. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | Fix rendering of team-name in widget-creation logging. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | Move Records widget into its own object. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | Simplify. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Mike Taylor | Move pager code into its own object. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Clarify comment. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Fix comment. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Termlists widget reimplenented using pub/sub. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Walk across all MKWS nodes twice: once to make teams... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Revert mike.html to a vanilla search UI. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | check for single active client before clicking on a... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename member variable m_curDetRecData to m_currentReco... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename member variable m_curDetRecId to m_currentRecordId. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename local variable. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename m_curPage to m_currentPage. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename m_totalRec to m_totalRecordCount |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename m_debug_time to m_debugTime. |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename "sort" parameter to "sortOrder" in functions... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Mike Taylor | Rename m_sort member variable to m_sortOrder |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | Fix Check status client counter check |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | cleanup .unbind() code |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Wolfram Schneider | improve javascript object check from last commit |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfram Schneider | wait for stat() change in DOM, MKWS-139 |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Mike Taylor | pazpar2() extension uses an empty config object if... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Mike Taylor | New mike.html, tests jQuery plugin. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfram Schneider | allow hostnames with dash ("-"), e.g mkc-cproxy.indexda... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Mike Taylor | Fix typo. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfram Schneider | fix HANDLEBARS_URL value |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Wolfram Schneider | fetching a file from the Internet must be atomar |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Wolfram Schneider | add perltidy target |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Wolfram Schneider | increase timeout to 16 seconds |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Wolfram Schneider | ASCII dump of HTML page (not fully implemented yet). |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Wolfram Schneider | use new script phantom/run-jasmine.js |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Wolfram Schneider | rewrite test to display better error messages and avoid... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Wolfram Schneider | IE8 does not support DOMSubtreeModified, use propertych... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Wolfram Schneider | IE8 does not support the map() function, and we have... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Wolfram Schneider | ./bomb.pl will use the slightly larger timeout as the... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Wolfram Schneider | Check for DOMSubtreeModified and a first link |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Heikki Levanto | whitespace |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Wolfram Schneider | wait for new records HTML data before we click on a... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Heikki Levanto | Merge branch 'master' of ssh://git.indexdata.com:222... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Heikki Levanto | One small comment |
commit | commitdiff | tree | snapshot |
2014-03-10 |
Wolfram Schneider | LoC has records without links, in that case the test... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | typo in help message |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | remove support for older jquery version |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | Minimum jquery version is now 1.7.2 (was 1.6.4) |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | add mkwsMOTD |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | fix xpath for URL extract check |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | alias p -> phantomjs |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | less debugging noise |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | if there are no "good" sources, ignore the source facet... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | refactor: make a new test "Check record list", called... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Wolfram Schneider | indent |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Heikki Levanto | Detect the case when no author is good enough to click... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Heikki Levanto | Fix race condition in "Show record" MKWS-137 |
commit | commitdiff | tree | snapshot |
next |