2014-05-20 |
Mike Taylor | The subwidget function now treats the "_team" override... |
tree | commitdiff |
2014-05-20 |
Wolfram Schneider | Store the GID id of the last commit in mkws-complete.js |
tree | commitdiff |
2014-05-20 |
Mike Taylor | Reset m_gotRecords to false in resetPage |
tree | commitdiff |
2014-05-20 |
Mike Taylor | Add new "firstrecords" event, published when a new... |
tree | commitdiff |
2014-05-20 |
Mike Taylor | Add mkws-widget-reference.js to COMPONENTS. |
tree | commitdiff |
2014-05-20 |
Mike Taylor | Move the Reference widget into the main set |
tree | commitdiff |
2014-05-19 |
Jason Skomorowski | Look for templates by class instead of as widgets |
tree | commitdiff |
2014-05-19 |
Jason Skomorowski | Typo. |
tree | commitdiff |
2014-05-19 |
Mike Taylor | Give subwidget method support for an optional hash... |
tree | commitdiff |
2014-05-19 |
Mike Taylor | subwidget method correctly sets team of new widget. |
tree | commitdiff |
2014-05-19 |
Wolfram Schneider | The config value for facet_max_<...> can be a string... |
tree | commitdiff |
2014-05-16 |
Mike Taylor | Facet captions and maximum counts are now taken from... |
tree | commitdiff |
2014-05-16 |
Mike Taylor | Add new widget type, "Config", which allows configurati... |
tree | commitdiff |
2014-05-16 |
Mike Taylor | New utility function subwidget, making it easier to... |
tree | commitdiff |
2014-05-16 |
Mike Taylor | Add missing semicolon. |
tree | commitdiff |
2014-05-16 |
Jason Skomorowski | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-05-16 |
Jason Skomorowski | Only init if there are widgets MKWS-166 |
tree | commitdiff |
2014-05-15 |
Mike Taylor | jqnode member renamed just node, now that the old DOMEl... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Remove the old "node" member from the widget object... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Moving MOTD is now done using jqnode rather than underl... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Final changes to logging text (for now, anyway) |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Logging of widget attributes is more informative. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Change case in commented-out log message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Fix case of log message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Tweak wording of log message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Fix case of logging message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Fix case of logging message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Fix wording and capitalistion of several log messages. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Remove unnecessary temporary parameter `j'. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | makeWidgetsWithin uses $ as its jQuery object rather... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Change onBytarget log message from "target" to "bytarget" |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Change wording of some logging messages. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | The 'Switch' and 'Targets' widgets no-op if config... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Add new config default, show_switch => true. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Tweak another logging message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Tweak logging message. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Remove logging of class-based selector. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Remove logging when adding a widget to a team. |
tree | commitdiff |
2014-05-15 |
Mike Taylor | When the class-based selector is used (i.e. in the... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Various widgets now use w.jqnode instead of $(w.node... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Widget constructor saves $(node) as the new jqnode... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | Use mkws.$ to access to toJSON method, as some applicat... |
tree | commitdiff |
2014-05-15 |
Mike Taylor | widgetNode uses w.jqnode rather than $(w.node) |
tree | commitdiff |
2014-05-14 |
Mike Taylor | Stash a local copy of $ (the jQuery object) in the... |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Class mkwsTerm replaces term. |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Class mkwsFacetTitle replaces termtitle. |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Class mkwsTermlistsTitle replaces title. |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Emit new MKWS-specific class mkwsSummary instead of... |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Don't wrap mkwsStatus element's "Retrieved records... |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Do not emit static "Status info" text in the Stat widge... |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Generate mkwsClientCount class instead of "clients". |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Use new MKWS-specific class mkwsRemovable instead of... |
tree | commitdiff |
2014-05-09 |
Mike Taylor | Emit new class mkwsDetails instead of generic old ... |
tree | commitdiff |
2014-05-08 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-05-08 |
Mike Taylor | Add comments to the selectorForAllWidgets function... |
tree | commitdiff |
2014-05-08 |
Mike Taylor | The selectorForAllWidgets function now returns the... |
tree | commitdiff |
2014-05-08 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
tree | commitdiff |
2014-05-08 |
Wolfram Schneider | workaround for wrong $ jquery object, MKWS-185 |
tree | commitdiff |
2014-05-08 |
Mike Taylor | Abstract all-widgets selector out into new function... |
tree | commitdiff |
2014-05-08 |
Mike Taylor | Remove trailing whitespace. |
tree | commitdiff |
2014-05-08 |
Mike Taylor | Remove trailing whitespace. |
tree | commitdiff |
2014-05-08 |
Mike Taylor | No separate tree-walk to create teams: now they are... |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Merge branch 'master' of ssh://git.indexdata.com/home... |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Get rid of unused mkwsSelect class and form-name. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | mkwsSelected class renamed to more explicit mkwsCurrentPage |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Remove completely unnecessary mkwsBytarget wrapper... |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Remove trailing comment. |
tree | commitdiff |
2014-05-07 |
Wolfram Schneider | Merge branch 'master' of ssh://git.indexdata.com:222... |
tree | commitdiff |
2014-05-07 |
Wolfram Schneider | trailing comma breaks IE8 |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Container widgets get a default null implementation... |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Tabs to spaces. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-07 |
Mike Taylor | Re-indent. |
tree | commitdiff |
2014-05-06 |
Mike Taylor | Whitespace |
tree | commitdiff |
2014-05-06 |
Mike Taylor | Whitespace |
tree | commitdiff |
2014-05-02 |
Mike Taylor | Merge the two(!) definitions of Results widget. |
tree | commitdiff |
2014-05-02 |
Mike Taylor | Move code to set language from command line out of... |
tree | commitdiff |
2014-05-02 |
Mike Taylor | Reorder functions. |
tree | commitdiff |
2014-05-02 |
Mike Taylor | The switchview show/hide is done using jQuery rather... |
tree | commitdiff |
2014-05-02 |
Mike Taylor | Move the M function (translation) from mkws-team.js... |
tree | commitdiff |
2014-05-02 |
Mike Taylor | In fact, remove the local alias M completely, since... |
tree | commitdiff |
2014-05-02 |
Mike Taylor | Delete obsolete comment. |
tree | commitdiff |
next |