"all" target depends on "setup", not the other way around.
[mkws-moved-to-github.git] / src /
2014-09-29 Mike TaylorFix over-zealous whitespace removal.
2014-09-23 Mike TaylorNew file, .gitignore, for generated mkws-templates.js
2014-09-23 Jason SkomorowskiWrap mkws-widget-main.js to allow jQuery use.
2014-09-22 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-09-09 Mike TaylorUpdate default configuration to use sp-mkws.indexdata...
2014-08-26 Jason SkomorowskiGetter to allow query to be read from team.
2014-08-23 Jason SkomorowskiDetails widget
2014-08-22 Mike Taylorsp_path config item renamed sp_auth_path.
2014-08-22 Mike TaylorDefault pazpar2_url is now undefined.
2014-08-22 Mike Taylormkws-core.js now also uses the mkws.pazpar2_url() API...
2014-08-22 Mike TaylorChange mkws-widget-categories.js to access the pazpar2...
2014-08-22 Mike TaylorAccess the PP2 URL via the new API function.
2014-08-22 Mike TaylorProvide access to mkws.config.pazpar2_url (for now...
2014-08-21 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-21 Jason SkomorowskiErrant space confused tests.
2014-08-21 Mike TaylorResolve conflicts -- Jason, please check that the authe...
2014-08-21 Mike TaylorUse the property name sp_auth_credentials in place...
2014-08-21 Mike TaylorRemove redundant nested check.
2014-08-21 Mike TaylorSupport sp_auth_query
2014-08-21 Mike Taylorfix indentation.
2014-08-19 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-19 Jason SkomorowskiFix root selector for init and better document that...
2014-08-18 Jason SkomorowskiDon't trigger an init() on ready if already active...
2014-08-18 Jason SkomorowskiAvoid trying to auth while waiting for auth to return.
2014-08-18 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-15 Jason SkomorowskiAutosearch when re-using an existing SP session on...
2014-08-14 Mike TaylorReinstate changes to do with building SP authentication...
2014-08-14 Mike TaylorResolve
2014-08-12 Jason SkomorowskiMake mkws.init() repeatable and replace init_widgets()
2014-08-12 Jason SkomorowskiOnly authenticate if !mkws.authenticated
2014-08-11 Jason SkomorowskiThis should be that. And a semicolon.
2014-08-11 Wolfram SchneiderMerge branch 'master' of ssh://git.indexdata.com:222...
2014-08-11 Wolfram Schneideradd a init callback for calls after page load, MKWS-255
2014-08-11 Jason SkomorowskiTemplate Navi widget
2014-08-11 Jason SkomorowskiTemplate Progress widget.
2014-08-11 Mike TaylorAdd comment on scoping.
2014-08-11 Mike TaylorNo need to stash the button object in this.button.
2014-08-11 Mike TaylorUndo inadvertent previous commit -- should have been...
2014-08-11 Mike TaylorTowards building the PP2/SP URLs from pieces.
2014-08-08 Jason SkomorowskiTemplate language widget
2014-08-08 Jason SkomorowskiTemplate Ranking widget.
2014-08-08 Mike TaylorCheck for whether "torusquery" can be used is against...
2014-08-08 Mike TaylorCheck is against whether MKWS has authenticated (onto...
2014-08-07 Jason SkomorowskiTemplate Results widget
2014-08-07 Jason SkomorowskiSimple templates for Done, Search and Switch
2014-08-05 Jason Skomorowskimkws-translate helper needs to have output passed verbatim
2014-08-05 Jason SkomorowskiTemplate for Pager
2014-08-05 Jason SkomorowskiTemplate Stat widget
2014-08-05 Jason SkomorowskiTemplate Targets widget
2014-08-04 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-08-04 Jason SkomorowskiFix termlist templates.
2014-08-04 Jason SkomorowskiWarn, don't fail, on missing template
2014-08-01 Jason SkomorowskiReplace team.config() getter with team.config object.
2014-08-01 Jason SkomorowskiUnique teams for subsequent autosearch widgets on team...
2014-07-29 Jason SkomorowskiMake mkws object actually global. MKWS-249
2014-07-10 Wolfram Schneiderdocumentation
2014-07-10 Wolfram Schneiderre-order check for loaded jquery-ui.js lib
2014-07-10 Wolfram SchneiderjQuery.pazpar() is gone now, MKWS-235
2014-07-10 Wolfram Schneiderdocumentation
2014-07-10 Wolfram Schneider.WmkwsPopup -> .mkwsPopup
2014-07-10 Wolfram Schneidermkws-paragraphs: obj can be undefined
2014-07-10 Wolfram Schneider.PopupWindow -> .WmkwsPopup
2014-07-10 Wolfram Schneiderthe pseudo wiget name mkwsPopup is now in use
2014-07-10 Wolfram Schneideropen popup window (again) on submit query
2014-07-10 Wolfram Schneidersupport multiple popup widgets, part of MKWS-235
2014-07-10 Wolfram Schneidersupport multiple popup windows
2014-07-10 Wolfram Schneiderworking popup function
2014-07-09 Wolfram Schneidercode cleanup
2014-07-09 Wolfram Schneidercopy of mkws-jquery.js
2014-07-09 Mike TaylorStub src/Makefile, just invoked make -C ../tools/htdocs
2014-07-08 Jason SkomorowskiRemove generated mkws-templates.js (.gitignore moved...
2014-07-08 Jason SkomorowskiPer-facet templates.
2014-07-07 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-07-07 Mike TaylorUse mkws.log instead of console.log in the code that...
2014-07-07 Mike TaylorSlight code-reordering to enable the next delta.
2014-07-07 Mike TaylorTidy up other SP authentication message.
2014-07-07 Mike TaylorBetter diagnostics when SP authentication fails.
2014-07-07 Mike TaylorWe don't need the .gitignore any longer, as no compiled...
2014-07-04 Mike TaylorUse mkws.$.toJSON rather than regular-ass $.toJSON
2014-07-03 Mike TaylorIndentation
2014-07-02 Wolfram Schneiderneed to use mkws.$, not jQuery, part of mkws-226
2014-06-27 Wolfram Schneiderre-organize mkws.js build process, MKWS-229
2014-06-27 Wolfram Schneiderkeep directoy ./src/releases in git
2014-06-27 Mike TaylorChange use of maybe-defined "mkws_jQuery" to avoid...
2014-06-24 Jason SkomorowskiNeed a proper test for undefined.
2014-06-24 Jason SkomorowskiFix jQuery fix, $ gets clobbered by make even in single...
2014-06-24 Jason SkomorowskiMerge branch 'master' of ssh://git.indexdata.com/home...
2014-06-24 Jason SkomorowskiIsolate our version of jQuery in mkws-complete.js
2014-06-24 Mike TaylorAdd missing trailing semicolon after HTML entity.
2014-06-13 Wolfram Schneiderdisplay in the title list is a little thin for a lot...
2014-06-12 Mike TaylorSet window.name on creation of new tab.
2014-06-12 Jason SkomorowskiUpdate doc and .gitignore for templates
2014-06-11 Jason SkomorowskiTemplate facets
2014-06-11 Jason SkomorowskiTemplate for refrence widget
2014-06-10 Jason SkomorowskiDisambiguate singleton and multiple record templates.
2014-06-10 Mike TaylorRename the two "template" variables to t1 and t2.
2014-06-10 Mike TaylorloadTemplate returns null when defaultTemplate can...
2014-06-10 Mike Taylormkws.defaultTemplate simply returns null when there...
2014-06-10 Mike TaylorRename variable.
2014-06-10 Mike TaylorTweak Facet template not to generate an action when...
next