Rename variables in hideWhenNarrow
[mkws-moved-to-github.git] / src /
2014-05-28 Mike TaylorRename variables in hideWhenNarrow
2014-05-28 Mike TaylorAll invocations of widget.hideWhenNarrow(w) changed...
2014-05-28 Mike TaylorThe hideWhenNarrow function is now a member of the...
2014-05-28 Mike TaylorAll invocations of widget.autosearch(w) changed to...
2014-05-28 Mike TaylorThe autosearch function is now a member of the widget...
2014-05-27 Mike TaylorStash query for subsequent inspection
2014-05-27 Mike TaylorMove all config inspection inside the "ready" handler.
2014-05-27 Mike TaylorComment explains delayed initialisation.
2014-05-27 Mike TaylorMerge the two consecutive if(!query) clauses.
2014-05-27 Mike TaylorGet much of the config from the widget before the ...
2014-05-27 Mike TaylorInvert if(query) test and queue("ready") wrapper.
2014-05-27 Mike TaylorCalculate query up front, not just on "ready" event.
2014-05-22 Mike TaylorAdd Progress widget (progress-meter)
2014-05-22 Mike TaylorAdd optional URL parameter to mkws.getParameterByName...
2014-05-20 Mike TaylorThe subwidget function now treats the "_team" override...
2014-05-20 Wolfram SchneiderStore the GID id of the last commit in mkws-complete.js
2014-05-20 Mike TaylorReset m_gotRecords to false in resetPage
2014-05-20 Mike TaylorAdd new "firstrecords" event, published when a new...
2014-05-20 Mike TaylorAdd mkws-widget-reference.js to COMPONENTS.
2014-05-20 Mike TaylorMove the Reference widget into the main set
2014-05-19 Jason SkomorowskiLook for templates by class instead of as widgets
2014-05-19 Jason SkomorowskiTypo.
2014-05-19 Mike TaylorGive subwidget method support for an optional hash...
2014-05-19 Mike Taylorsubwidget method correctly sets team of new widget.
2014-05-19 Wolfram SchneiderThe config value for facet_max_<...> can be a string...
2014-05-16 Mike TaylorFacet captions and maximum counts are now taken from...
2014-05-16 Mike TaylorAdd new widget type, "Config", which allows configurati...
2014-05-16 Mike TaylorNew utility function subwidget, making it easier to...
2014-05-16 Mike TaylorAdd missing semicolon.
2014-05-16 Jason SkomorowskiMerge branch 'master' of ssh://git.indexdata.com/home...
2014-05-16 Jason SkomorowskiOnly init if there are widgets MKWS-166
2014-05-15 Mike Taylorjqnode member renamed just node, now that the old DOMEl...
2014-05-15 Mike TaylorRemove the old "node" member from the widget object...
2014-05-15 Mike TaylorMoving MOTD is now done using jqnode rather than underl...
2014-05-15 Mike TaylorFinal changes to logging text (for now, anyway)
2014-05-15 Mike TaylorLogging of widget attributes is more informative.
2014-05-15 Mike TaylorChange case in commented-out log message.
2014-05-15 Mike TaylorFix case of log message.
2014-05-15 Mike TaylorTweak wording of log message.
2014-05-15 Mike TaylorFix case of logging message.
2014-05-15 Mike TaylorFix case of logging 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 TaylorChange onBytarget log message from "target" to "bytarget"
2014-05-15 Mike TaylorChange wording of some logging messages.
2014-05-15 Mike TaylorThe 'Switch' and 'Targets' widgets no-op if config...
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 TaylorRemove logging when adding a widget to a team.
2014-05-15 Mike TaylorWhen the class-based selector is used (i.e. in the...
2014-05-15 Mike TaylorVarious widgets now use w.jqnode instead of $(w.node...
2014-05-15 Mike TaylorWidget constructor saves $(node) as the new jqnode...
2014-05-15 Mike TaylorUse mkws.$ to access to toJSON method, as some applicat...
2014-05-15 Mike TaylorwidgetNode uses w.jqnode rather than $(w.node)
2014-05-14 Mike TaylorStash a local copy of $ (the jQuery object) in the...
2014-05-09 Mike TaylorClass mkwsTerm replaces term.
2014-05-09 Mike TaylorClass mkwsFacetTitle replaces termtitle.
2014-05-09 Mike TaylorClass mkwsTermlistsTitle replaces title.
2014-05-09 Mike TaylorEmit new MKWS-specific class mkwsSummary instead of...
2014-05-09 Mike TaylorDon't wrap mkwsStatus element's "Retrieved records...
2014-05-09 Mike TaylorDo not emit static "Status info" text in the Stat widge...
2014-05-09 Mike TaylorGenerate mkwsClientCount class instead of "clients".
2014-05-09 Mike TaylorUse new MKWS-specific class mkwsRemovable instead of...
2014-05-09 Mike TaylorEmit new class mkwsDetails instead of generic old ...
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 TaylorRemove trailing whitespace.
2014-05-08 Mike TaylorRemove trailing whitespace.
2014-05-08 Mike TaylorNo separate tree-walk to create teams: now they are...
2014-05-07 Mike TaylorMerge branch 'master' of ssh://git.indexdata.com/home...
2014-05-07 Mike TaylorGet rid of unused mkwsSelect class and form-name.
2014-05-07 Mike TaylormkwsSelected class renamed to more explicit mkwsCurrentPage
2014-05-07 Mike TaylorRemove completely unnecessary mkwsBytarget wrapper...
2014-05-07 Mike TaylorRemove trailing comment.
2014-05-07 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-05-07 Wolfram Schneidertrailing comma breaks IE8
2014-05-07 Mike TaylorContainer widgets get a default null implementation...
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorTabs to spaces.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
2014-05-07 Mike TaylorRe-indent.
next