Merge branch 'master' into templateallthemarkup
[mkws-moved-to-github.git] / src / mkws-core.js
2014-09-22 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
2014-09-09 Mike TaylorUpdate default configuration to use sp-mkws.indexdata...
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 TaylorProvide access to mkws.config.pazpar2_url (for now...
2014-08-21 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
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-12 Jason SkomorowskiMake mkws.init() repeatable and replace init_widgets()
2014-08-12 Jason SkomorowskiOnly authenticate if !mkws.authenticated
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 Mike TaylorUndo inadvertent previous commit -- should have been...
2014-08-11 Mike TaylorTowards building the PP2/SP URLs from pieces.
2014-08-04 Jason SkomorowskiMerge branch 'master' into templateallthemarkup
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-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-03 Mike TaylorIndentation
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 SkomorowskiMerge branch 'master' of ssh://git.indexdata.com/home...
2014-06-24 Jason SkomorowskiIsolate our version of jQuery in mkws-complete.js
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-10 Jason SkomorowskiDisambiguate singleton and multiple record templates.
2014-06-10 Mike Taylormkws.defaultTemplate simply returns null when there...
2014-06-10 Mike TaylorTweak Facet template not to generate an action when...
2014-06-10 Mike TaylorAdd default template for facets.
2014-06-09 Jason SkomorowskiInitial templatification + Records widget
2014-05-22 Mike TaylorAdd optional URL parameter to mkws.getParameterByName...
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 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...
next