mkws-moved-to-github.git
2014-03-25 Mike TaylorFix top-level Makefile to invoke make on src and doc
2014-03-25 Mike TaylorMove source-code into new top-level src directory
2014-03-25 Mike TaylorMove documentation files from tools/htdocs into new...
2014-03-25 Mike TaylorHasn't been needed for a long time
2014-03-25 Mike TaylorThis was long ago obsoleted by an appendix of the white...
2014-03-25 Mike Taylordebug function uses mkws.log rather than old mkws.debug.
2014-03-25 Mike TaylorTypo in comment.
2014-03-25 Mike TaylorWhen the log_level setting is not provided, fall back...
2014-03-25 Mike TaylorUse mkws.log instead of old mkws.debug
2014-03-25 Mike TaylorRename all debug() functions to log()
2014-03-25 Mike TaylorAdd an mkwsMOTD element.,
2014-03-25 Mike TaylorAdd widget-level debug() function.
2014-03-25 Mike TaylorChange around details of how record elements are recogn...
2014-03-24 Mike TaylormkwsDet elements now also move the team to a CSS class.
2014-03-24 Mike TaylorRecord elements now have team-name removed from their...
2014-03-24 Mike TaylorAbstract record-element ID generation to new recordElem...
2014-03-21 Mike TaylorRemove extraneous debugging.
2014-03-21 Mike TaylorInvert submitted() login in Sort and Perpage widgets.
2014-03-21 Mike TaylorSimplify Sort and Perpage widget to use anonymous closures.
2014-03-21 Mike TaylorNo "sort"/"perpage" events in the pub/sub queue.
2014-03-21 Mike TaylorReorder lines.
2014-03-21 Mike TaylorPub/subify two more widgets: Sort and Perpage.
2014-03-21 Mike TaylorSimplify a lot of code that unnecessarily checks that...
2014-03-21 Mike TaylorVertical whitespace.
2014-03-21 Mike TaylorReorder some functions.
2014-03-21 Mike TaylorredrawNavi was a one-line function invoked in only...
2014-03-21 Mike TaylorSwitch order of resetPage/redrawNavi invocations.
2014-03-21 Mike TaylorEvery single invocation of triggerSearch was preceded...
2014-03-21 Mike TaylorloadSelect is removed: no longer needed.
2014-03-21 Mike TayloronSortChange and onPerpageChange set their member varia...
2014-03-21 Mike TaylorBreak mkwsResults down to its components.
2014-03-21 Mike TaylorSplit onSelectDdChange into two separate functions...
2014-03-20 Mike TaylorRemove unnecessary test.
2014-03-20 Mike TaylorComment typo
2014-03-20 Mike TaylorSimplify
2014-03-20 Mike TaylorReimplement the Navi widget with pub/sub.
2014-03-20 Mike TaylorWidget-promotion switch is now driven by a table.
2014-03-20 Mike TaylorMake renderDetails() available as team member-function.
2014-03-20 Mike TaylorComment out unnecessarily noisy test/spec/mkws-pazpar2...
2014-03-19 Mike TaylorMore explicit logging for widget-creation
2014-03-19 Mike TaylorTeam-specific debug function now visible as team.debug.
2014-03-19 Mike TaylorFix rendering of team-name in widget-creation logging.
2014-03-19 Mike TaylorMove Records widget into its own object.
2014-03-19 Mike TaylorSimplify.
2014-03-19 Mike TaylorMove pager code into its own object.
2014-03-18 Mike TaylorClarify comment.
2014-03-18 Mike TaylorFix comment.
2014-03-18 Mike TaylorTermlists widget reimplenented using pub/sub.
2014-03-18 Mike TaylorWalk across all MKWS nodes twice: once to make teams...
2014-03-18 Mike TaylorRevert mike.html to a vanilla search UI.
2014-03-18 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-03-18 Wolfram Schneiderfix typo in last commit
2014-03-18 Wolfram Schneidercheck for single active client before clicking on a...
2014-03-18 Mike TaylorRename member variable m_curDetRecData to m_currentReco...
2014-03-18 Mike TaylorRename member variable m_curDetRecId to m_currentRecordId.
2014-03-18 Mike TaylorRename local variable.
2014-03-18 Mike TaylorRename m_curPage to m_currentPage.
2014-03-18 Mike TaylorRename m_totalRec to m_totalRecordCount
2014-03-18 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-03-18 Mike TaylorRename m_debug_time to m_debugTime.
2014-03-18 Mike TaylorRename "sort" parameter to "sortOrder" in functions...
2014-03-18 Mike TaylorRename m_sort member variable to m_sortOrder
2014-03-18 Wolfram SchneiderFix Check status client counter check
2014-03-18 Wolfram Schneidercleanup .unbind() code
2014-03-18 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-03-18 Wolfram Schneiderimprove javascript object check from last commit
2014-03-17 Wolfram Schneiderwait for stat() change in DOM, MKWS-139
2014-03-17 Mike Taylorpazpar2() extension uses an empty config object if...
2014-03-17 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-03-17 Mike TaylorNew mike.html, tests jQuery plugin.
2014-03-17 Wolfram Schneiderallow hostnames with dash ("-"), e.g mkc-cproxy.indexda...
2014-03-17 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-03-17 Mike TaylorFix typo.
2014-03-17 Wolfram Schneiderfix HANDLEBARS_URL value
2014-03-17 Wolfram Schneiderfetching a file from the Internet must be atomar
2014-03-16 Wolfram Schneideradd perltidy target
2014-03-16 Wolfram Schneiderincrease timeout to 16 seconds
2014-03-14 Wolfram SchneiderASCII dump of HTML page (not fully implemented yet).
2014-03-14 Wolfram Schneideruse new script phantom/run-jasmine.js
2014-03-14 Wolfram Schneiderrewrite test to display better error messages and avoid...
2014-03-13 Wolfram SchneiderIE8 does not support DOMSubtreeModified, use propertych...
2014-03-13 Wolfram SchneiderIE8 does not support the map() function, and we have...
2014-03-10 Wolfram Schneider./bomb.pl will use the slightly larger timeout as the...
2014-03-10 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-03-10 Wolfram SchneiderCheck for DOMSubtreeModified and a first link
2014-03-10 Heikki Levantowhitespace
2014-03-10 Wolfram Schneiderwait for new records HTML data before we click on a...
2014-03-10 Heikki LevantoMerge branch 'master' of ssh://git.indexdata.com:222...
2014-03-10 Heikki LevantoOne small comment
2014-03-10 Wolfram SchneiderLoC has records without links, in that case the test...
2014-03-07 Wolfram Schneidertypo in help message
2014-03-07 Wolfram Schneiderremove support for older jquery version
2014-03-07 Wolfram SchneiderMinimum jquery version is now 1.7.2 (was 1.6.4)
2014-03-07 Wolfram Schneideradd mkwsMOTD
2014-03-07 Wolfram Schneiderfix xpath for URL extract check
2014-03-07 Wolfram Schneideralias p -> phantomjs
2014-03-07 Wolfram Schneiderless debugging noise
2014-03-07 Wolfram Schneiderif there are no "good" sources, ignore the source facet...
2014-03-07 Wolfram Schneiderrefactor: make a new test "Check record list", called...
2014-03-07 Wolfram Schneiderindent
next