Last (for now!) re-ordering.
[mkws-moved-to-github.git] / tools /
2014-03-04 Mike TaylorLast (for now!) re-ordering.
2014-03-04 Mike TaylorMore reordering.
2014-03-04 Mike TaylorMore reordering.
2014-03-04 Mike TaylorMore re-ordered to draw related code together.
2014-03-04 Mike TaylorRemove redundantly verbose logging.
2014-03-04 Mike TaylorMore consistency.
2014-03-04 Mike TaylorRename variable for consistency.
2014-03-04 Mike TaylorFix code that skips filling in onTarget area.
2014-03-04 Mike TaylorSimplify configuration and make more consistent.
2014-03-04 Mike TaylorMove more global code (protocol-independent link adjust...
2014-03-03 Mike TaylorMove all template code to end of team objects.
2014-03-03 Mike TaylorMove related utility functions together.
2014-03-03 Mike TaylorMove utility function findnode() to near the end.
2014-03-03 Mike TaylorReorder functions: all onXXX handlers together, in...
2014-03-03 Mike TaylorRemove pointless "showResponseType" pz2 constructor...
2014-03-03 Mike TaylorRe-order parameters to pz2 constructor.
2014-03-03 Mike TaylorReorder some code.
2014-03-03 Mike TaylorALL function names changed from embedded_underscore...
2014-03-03 Mike TaylorRename all my_onoperation functions to onOperation.
2014-03-03 Mike TaylorRemove outdated comment.
2014-03-03 Mike TaylorMove resize-setup code.
2014-03-03 Mike TaylorFix comment.
2014-03-03 Mike TaylorRemove explicit windowid parameter from newSearch(...
2014-03-03 Mike TaylorRemove obsolete comment.
2014-03-03 Mike TaylorDramatically simplify onFormSubmitEventHandler()
2014-03-03 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-03-03 Mike TaylorMove some global code down out of the team object.
2014-03-03 Wolfram Schneideradd jasmine test account
2014-03-03 Wolfram Schneideradd jasmine test account
2014-03-03 Wolfram Schneideradd rewrite rules for jasmine test account, MKWS-132
2014-02-28 Mike TaylorFix a couple of escaped selectors to use findnode()
2014-02-28 Mike Taylorfindnode() correctly handles selectors with commas...
2014-02-28 Mike TaylorFix findnode() logic for allowing default team-name...
2014-02-28 Mike TaylorStupid JS doesn't have the ||= operator.
2014-02-28 Mike TaylorUse findnode() for backup template name.
2014-02-28 Mike Taylorfindnode() takes optional second argument teamName
2014-02-28 Mike TaylorRename variable.
2014-02-28 Mike TaylorAdd utility method findnode(), limited to elements...
2014-02-28 Mike TaylorAdd nine ###-comments arising from code-read with Heikki.
2014-02-28 Heikki LevantoMerge branch 'master' of ssh://git.indexdata.com:222...
2014-02-28 Heikki LevantoAdd MOTD to teh div id to class conversion list MKWS-133
2014-02-28 Mike TaylorHugely simplify setting up the on-submit actions for...
2014-02-28 Mike TaylorFurther simplify to eliminate temporary variable `node'
2014-02-28 Mike TaylorFINALLY simplify the unnecessary iteration over all...
2014-02-28 Mike Taylormkws.handle_node_with_team() now works with both DOM...
2014-02-28 Mike Taylorhandle_node_with_team() sets `this' to the node in...
2014-02-28 Mike TaylorRename variable.
2014-02-28 Mike Taylorhandle_node_with_team() now passes widget-type as well...
2014-02-27 Mike TaylorUse `this' instead of temporary.
2014-02-27 Mike TaylorUse `this' instead of temporary.
2014-02-27 Mike TaylorFix handle_node_with_team() to correctly set `this...
2014-02-27 Heikki LevantoMerge branch 'master' of ssh://git.indexdata.com:222...
2014-02-27 Heikki LevantoMy tests, setup stuff
2014-02-27 Mike TaylorAdd simple PubSub code adapted from jQuery manual.
2014-02-27 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-02-27 Wolfram Schneiderfetch pz2.js from git.indexdata.com as we do for jquery...
2014-02-27 Mike TaylorEliminate temporary
2014-02-27 Mike TaylorMake (vacuous) widget objects.
2014-02-20 Mike TaylorComment on use of SP.
2014-02-20 Mike TaylorAdd comment on SP torusquery.
2014-02-19 Mike TaylorAdd instrumentation for time taken to walk nodes.
2014-02-18 Mike TaylorUpdated documentation for templates.
2014-02-18 Mike TaylorTemplates are specified by class rather then ID, like...
2014-02-18 Mike TaylorTemplates are compiled on a per-team basis.
2014-02-18 Mike TaylorAdd link to images demo.
2014-02-18 Mike TaylorMove utility function getParameterByName() into the...
2014-02-14 Mike Taylorrun_auto_searches() is now a tiny function that just...
2014-02-14 Mike Taylorin run_auto_searches(), if query is undefined, don...
2014-02-14 Mike TaylorUse {{#commaList}} helper to render subjects, avoiding...
2014-02-14 Mike TaylorRemove obsolete logging
2014-02-14 Mike TaylorModify default full-record template not to render URLs.
2014-02-13 Mike TaylorInterpret autosearch queries of the form !path!NUMBER
2014-02-13 Mike TaylorAdd support for auto-running widgets that take their...
2014-02-13 Mike TaylorRemove short-term debugging output
2014-02-13 Mike TaylorClear up class/id confusion for mkwsPopup
2014-02-13 Mike TaylorAdd logging for popup.
2014-02-12 Mike TaylorInitialise debug_level to 1 so that the jQuery popup...
2014-02-12 Mike TaylorAll styles are now applicable by class as well as by ID.
2014-02-12 Mike TaylorRemove no-longer-needed debugging output.
2014-02-12 Mike Taylormkws-jquery.js's default selectors for id_button and...
2014-02-12 Mike TaylorMove IDs from generated HTML.
2014-02-12 Mike TaylorRemove extraneous comment.
2014-02-12 Mike TaylorAdd boolean target_filtered() function.
2014-02-12 Mike TaylorMove jQuery plugin out of mkws.js into its own file...
2014-02-12 Mike TaylormkwsDet_* and mkwsRecdiv_* IDs include teamName.
2014-02-12 Mike TaylorDon't bother calculating result summary if there's...
2014-02-12 Mike TaylorRemove wildly inaccurate comment.
2014-02-12 Mike TaylorReplace mkwsPrev/mkwsNext IDs with classes. See MKWS...
2014-02-11 Mike TaylorAdd a TODO comment.
2014-02-11 Mike TaylorRemove misleading comment.
2014-02-11 Mike TaylorRemove the misleadingly named domReady() function,...
2014-02-11 Mike TaylorThe third debug() function in mkws.js, inside the jQuer...
2014-02-11 Mike TaylorGet rid of log() function within global top-level code.
2014-02-11 Mike TaylorRename mkws.debug_function() to mkws.debug()
2014-02-11 Mike TaylorMove mkws.debug_function() lexically outside the team.
2014-02-11 Mike TaylorRemove outdated comments.
2014-02-11 Mike TaylorSeparate out team-specific parts of mkws.debug_function...
2014-02-11 Mike TaylorRemove extraneous declaration.
2014-02-11 Mike TaylorRewrite comment for global mkws object.
2014-02-11 Mike TaylorMove and rewrite comment on member functions.
next