Add another Handlebars helper, "compare".
[mkws-moved-to-github.git] / src / mkws-core.js
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorChange case in commented-out log message.
2014-05-15 Mike TaylorFix wording and capitalistion of several log messages.
2014-05-15 Mike TaylorRemove unnecessary temporary parameter `j'.
2014-05-15 Mike TaylormakeWidgetsWithin uses $ as its jQuery object rather...
2014-05-15 Mike TaylorAdd new config default, show_switch => true.
2014-05-15 Mike TaylorTweak another logging message.
2014-05-15 Mike TaylorTweak logging message.
2014-05-15 Mike TaylorRemove logging of class-based selector.
2014-05-15 Mike TaylorWhen the class-based selector is used (i.e. in the...
2014-05-14 Mike TaylorStash a local copy of $ (the jQuery object) in the...
2014-05-08 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-05-08 Mike TaylorAdd comments to the selectorForAllWidgets function...
2014-05-08 Mike TaylorThe selectorForAllWidgets function now returns the...
2014-05-08 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-05-08 Wolfram Schneiderworkaround for wrong $ jquery object, MKWS-185
2014-05-08 Mike TaylorAbstract all-widgets selector out into new function...
2014-05-08 Mike TaylorNo separate tree-walk to create teams: now they are...
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-06 Mike TaylorWhitespace
2014-05-02 Mike TaylorMove code to set language from command line out of...
2014-05-02 Mike TaylorMove the M function (translation) from mkws-team.js...
2014-05-02 Mike TaylorPrefix names of all Handlebars helpers with "mkws-":
2014-05-01 Mike TaylorTweak name of resize-narrow/resize-wide events (now...
2014-05-01 Mike TaylorGeneralise the moving as well as the hiding.
2014-05-01 Mike TaylorSilly typo.
2014-05-01 Mike TaylorRip out special-case code for moving Termlists between
2014-05-01 Mike TaylorLess verbose logging when a widget makes new HTML on...
2014-05-01 Mike TaylorChange commenting type for team->widgets logging walk.
2014-05-01 Mike TaylorCommented-out code to walk team->widgets structure...
2014-05-01 Mike TaylorAdd tmp
2014-05-01 Mike TaylorTweak resizePage so that is does the appropriate action...
2014-05-01 Mike TaylorresizePage now use team.widget method to find widgets...
2014-05-01 Mike TaylorTransform resizePage function so the actual work is...
2014-04-30 Mike TaylorConsolidate both narrow/wide clauses.
2014-04-30 Mike TaylorRename targetWidth -> threshhold.
2014-04-30 Mike TaylorSwap order of logging clauses.
2014-04-30 Mike TaylorRemove the "already wide" and "already narrow" logging.
2014-04-30 Mike TaylorDetection of wide/narrow state changes is now done...
2014-04-30 Mike TaylorAdd logging of size state-changes.
2014-04-30 Mike TaylorAdd new temporary variable width in resizePage function.
2014-04-30 Mike TaylorRename variable width->targetWidth in resizePage function.
2014-04-30 Mike TaylorresizePage() publishes "resize-narrow" and "resize...
2014-04-30 Mike TaylorUse mkwsTermlist-container-wide and -narrow instead...
2014-04-29 Mike TaylorMove the defaultTemplate function, which was never...
2014-04-29 Mike Taylorlog() emits a stack-trace, rather than a function listi...
2014-04-28 Mike TaylorMain iteration to create widgets moved to new function
2014-04-22 Mike TaylorAdd mkws.limitCategory dispatcher for team.limitCategory
2014-04-17 Mike TaylorPublish identity realm, as well as displayName, in...
2014-04-15 Mike TaylorAdd commented-out code for iterating over teams and...
2014-04-15 Mike TaylorRegister widgets added to each team.
2014-04-11 Mike TaylorDon't decorate teamless widget nodes with mkwsTeam_AUTO.
2014-04-11 Mike TaylorhandleNodeWithTeam now passes "AUTO" to the callback...
2014-04-08 Mike TaylorAdd mkws.objectInheritingFrom function, code is from...
2014-04-08 Mike TaylorMove saved_config code inside $(document).ready(functio...
2014-04-01 Mike TaylorRemove unused utility function objectWithParent.
2014-04-01 Mike TaylorMv team-local getParameterByName function to mkws.getPa...
2014-04-01 Mike TaylorrunAutoSearches now merely publishes a "ready" event.
2014-03-28 Mike Taylormkws.defaultMkwsConfig replaced with mkws.setMkwsConfig.
2014-03-28 Mike TaylorSimplify.
2014-03-28 Mike TaylorMove default empty-hash assignment of mkws_config insid...
2014-03-28 Mike TaylorCopy mkws_config into mkws.config, and thereafter use...
2014-03-28 Mike TaylorAdd mkws.objectWithParent function -- not yet used.
2014-03-27 Mike TaylorReorder
2014-03-27 Mike TaylorReorder.
2014-03-27 Mike TaylorMove dispatcher functions outside self-executor.
2014-03-27 Mike TaylorMove defaultMkwsConfig out of auto-executer.
2014-03-27 Mike TaylorRemove unnecessary duplicate test.
2014-03-27 Mike TaylorRemove extraneous prefix.
2014-03-27 Mike TaylorMove registerWidgetType and promotionFunction outside the
2014-03-27 Mike TaylorInsert semicolons after all statements of the form
2014-03-27 Mike TaylorReindent.
2014-03-27 Mike TaylorMove mkws.log out of immediate-execute wrapper.
2014-03-27 Mike TaylorWhitespace
2014-03-26 Mike TaylorInstead of saving authName in the mkws structure, publi...
2014-03-26 Mike TaylorRemove logging of authName
2014-03-26 Mike TaylorSave displayName of authenticated library, if any,...
2014-03-26 Mike TaylorNew API functions registerWidgetType and promotionFunction
2014-03-26 Mike TaylorMore comment.
2014-03-26 Mike TaylorComment typo.
2014-03-26 Mike TaylorRemove misleading logging.
2014-03-26 Mike TaylorTypo in error message.
2014-03-26 Mike TaylorAdd comment
2014-03-26 Mike Taylormkws.log now assigned from existing function rather...
2014-03-26 Mike TaylorhandleNodeWithTeam is now a local function, not a member.
2014-03-26 Mike TaylorSimplify invocations of resizePage: no need for closures.
2014-03-26 Mike TaylorresizePage() is now a local function, not a member.
2014-03-26 Mike TaylorRemove unused "paz" member-variable from global mkws...
2014-03-26 Mike TaylorMove defaultTemplate function from mkws-core.js to...
2014-03-26 Mike TaylorMove getParameterByName utility function from mkws...
2014-03-26 Mike TaylorMove widget team out of mkws-core.js into its own file...
2014-03-26 Mike TaylorMove actual widgets out of mkws-core.js into their...
2014-03-26 Mike TaylorMove Handlebars helpers out to their own new file,...
2014-03-26 Mike TaylorMove mkws.js to mkws-core.js: initially a single component