Mike Taylor [Tue, 28 Oct 2014 12:28:56 +0000 (12:28 +0000)]
Since it turns out that the hostName field is used by our statistics
reporting to determine which host to harvest log-files from, we can't
rely on that as any part of our authentication scheme: lots of
end-user records now have hostName=sp-mkws.indexdata.com, which means
that in the absence of username/password or referrer-based
authentication, one of those is picked at random (and IP
authentication is never used, as we don't get that far down the
sequence).
Instead, we now do authentication as follows:
1. Username/password, if any.
2. Referer, where possible.
3. IP-address.
4. New special constraint, token="mkws-default".
So we now explicitly anoint one of the MKC libraries as the default to
use for MKWS (when u/p, referrer and IP address all fail) by setting
the "token" field in one of its end-user records to "mkws-default".
At present, the only end-user for which this has been done is "MKWS
demo", belonging to the library "DEMO MKWS: the MasterKey Widget Set".
Mike Taylor [Tue, 28 Oct 2014 12:12:24 +0000 (12:12 +0000)]
Whitespace
Mike Taylor [Tue, 28 Oct 2014 11:44:17 +0000 (11:44 +0000)]
New file, tools/service-proxy/README
Mike Taylor [Mon, 27 Oct 2014 17:31:26 +0000 (17:31 +0000)]
Changes in authentication description.
Mike Taylor [Mon, 27 Oct 2014 17:06:15 +0000 (17:06 +0000)]
Widget is called "auth-name" not "authname".
Mike Taylor [Mon, 27 Oct 2014 17:06:09 +0000 (17:06 +0000)]
Widget is called "auth-name" not "authname".
Mike Taylor [Mon, 27 Oct 2014 17:06:02 +0000 (17:06 +0000)]
Widget is called "auth-name" not "authname".
Mike Taylor [Mon, 27 Oct 2014 13:55:50 +0000 (13:55 +0000)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Wolfram Schneider [Mon, 27 Oct 2014 13:17:43 +0000 (14:17 +0100)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Mon, 27 Oct 2014 13:17:15 +0000 (14:17 +0100)]
document popup_button
Wolfram Schneider [Mon, 27 Oct 2014 13:14:07 +0000 (13:14 +0000)]
example with 3 popup widgets
Mike Taylor [Mon, 27 Oct 2014 12:36:51 +0000 (12:36 +0000)]
Simplify popup example, include link to relevant part of reference section.
Mike Taylor [Mon, 27 Oct 2014 12:21:03 +0000 (12:21 +0000)]
Add link to sample popup application.
Mike Taylor [Mon, 27 Oct 2014 12:19:26 +0000 (12:19 +0000)]
Wording.
Mike Taylor [Mon, 27 Oct 2014 12:18:49 +0000 (12:18 +0000)]
Heading.
Mike Taylor [Mon, 27 Oct 2014 12:18:41 +0000 (12:18 +0000)]
Give summary-template example in place of records.
Wolfram Schneider [Mon, 27 Oct 2014 12:09:37 +0000 (12:09 +0000)]
more stable regressions search query, MKWS-318
Mike Taylor [Mon, 27 Oct 2014 11:57:11 +0000 (11:57 +0000)]
Consistently capitalise the proper name Service Proxy.
Consistently use a definite or indefinite article for the SP.
Document fallback to generate facet template when no specific facet
template is provided.
Mike Taylor [Mon, 27 Oct 2014 09:18:54 +0000 (09:18 +0000)]
Remove obsolete support for log_level.
Mike Taylor [Mon, 27 Oct 2014 09:17:35 +0000 (09:17 +0000)]
Use log_level rather than the long-obsolete debug_level in two demos
Mike Taylor [Mon, 27 Oct 2014 09:17:06 +0000 (09:17 +0000)]
Document log_level rather than the long-obsolete debug_level.
Mike Taylor [Mon, 27 Oct 2014 08:44:28 +0000 (08:44 +0000)]
Fix all remaining old-style class names.
Jason Skomorowski [Fri, 24 Oct 2014 22:19:10 +0000 (18:19 -0400)]
Split summary out of records template MKWS-312
Wolfram Schneider [Fri, 24 Oct 2014 12:14:25 +0000 (12:14 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Fri, 24 Oct 2014 12:11:51 +0000 (12:11 +0000)]
rewritten for IE8, MKWS-309
Mike Taylor [Fri, 24 Oct 2014 10:08:44 +0000 (11:08 +0100)]
Fix MKWS-302 (which as re-opened)
Remove link to obsolete SAGP demo.
Mike Taylor [Fri, 24 Oct 2014 10:06:54 +0000 (11:06 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Mike Taylor [Fri, 24 Oct 2014 10:06:48 +0000 (11:06 +0100)]
Fix MKWS-317
Point to globally visible MKWS site, not my local copy!
Wolfram Schneider [Fri, 24 Oct 2014 09:58:44 +0000 (09:58 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Fri, 24 Oct 2014 09:57:42 +0000 (09:57 +0000)]
add a note that this widget may not work on older Browsers as IE8, MKWS-309
Mike Taylor [Fri, 24 Oct 2014 09:56:24 +0000 (10:56 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Mike Taylor [Fri, 24 Oct 2014 09:56:09 +0000 (10:56 +0100)]
New section on per-widget configuration.
Describe the mkws-data-config JSON value.
Mike Taylor [Fri, 24 Oct 2014 09:50:00 +0000 (10:50 +0100)]
Remove unnecessary team attributes.
Mike Taylor [Fri, 24 Oct 2014 09:49:38 +0000 (10:49 +0100)]
Add data-mkws-config object to set lang_options.
Wolfram Schneider [Fri, 24 Oct 2014 09:43:48 +0000 (09:43 +0000)]
.hasAttribute() does not work on IE8 as expected, MKWS-309
introduced in
ed9584cc29f7be0e35b94faf2e9800d9400598e6
Wolfram Schneider [Fri, 24 Oct 2014 09:07:48 +0000 (09:07 +0000)]
fetch node-modules if needed, dont complain
Wolfram Schneider [Fri, 24 Oct 2014 09:03:38 +0000 (09:03 +0000)]
use correct apache proc name
Wolfram Schneider [Fri, 24 Oct 2014 09:02:54 +0000 (09:02 +0000)]
`make distclean' should shutdown a running apache daemon first
Mike Taylor [Fri, 24 Oct 2014 08:45:34 +0000 (09:45 +0100)]
Consistent case for headings.
Mike Taylor [Fri, 24 Oct 2014 08:44:32 +0000 (09:44 +0100)]
Fix some stray id="mkws-foo" specifiers to class="mkws-foo".
Mike Taylor [Fri, 24 Oct 2014 08:44:00 +0000 (09:44 +0100)]
Break "Widget Elements" section into three sub-sections.
One of those sections is new and describes widget teams.
The section on old- and new-style class-names is extended to discuss
old-style team specifications.
Jason Skomorowski [Thu, 23 Oct 2014 19:45:02 +0000 (15:45 -0400)]
Remove erroneous mkws-template_underscore and fix demos. MKWS-294
Jason Skomorowski [Thu, 23 Oct 2014 18:57:59 +0000 (14:57 -0400)]
More accurately name image widget as images
Mike Taylor [Thu, 23 Oct 2014 15:14:22 +0000 (16:14 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Mike Taylor [Thu, 23 Oct 2014 15:08:56 +0000 (16:08 +0100)]
Document structure.
Mike Taylor [Thu, 23 Oct 2014 15:06:05 +0000 (16:06 +0100)]
Change more old-style names to new-style.
Add documentation for the mkws-progress widget.
Describe old and new-style names, and deprecation protocol..
Wolfram Schneider [Thu, 23 Oct 2014 15:05:52 +0000 (15:05 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Thu, 23 Oct 2014 15:03:30 +0000 (15:03 +0000)]
We need to map old wigets names in more fucntions, MKWS-316
Mike Taylor [Thu, 23 Oct 2014 14:35:17 +0000 (15:35 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Jason Skomorowski [Thu, 23 Oct 2014 14:27:39 +0000 (10:27 -0400)]
Rename all the templates MKWS-313
Mike Taylor [Thu, 23 Oct 2014 14:23:21 +0000 (15:23 +0100)]
Update sample application for new-style class names.
Jason Skomorowski [Thu, 23 Oct 2014 13:50:35 +0000 (09:50 -0400)]
Move template to src/templates MKWS-314 MKWS-315
Mike Taylor [Thu, 23 Oct 2014 13:35:55 +0000 (14:35 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Wolfram Schneider [Thu, 23 Oct 2014 12:57:34 +0000 (12:57 +0000)]
compat: 'ReferenceUniverse': 'reference-universe', SUP-664
Wolfram Schneider [Thu, 23 Oct 2014 12:47:10 +0000 (12:47 +0000)]
mkws-referenceuniverse -> mkws-reference-universe
Wolfram Schneider [Thu, 23 Oct 2014 12:36:00 +0000 (12:36 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Thu, 23 Oct 2014 12:32:24 +0000 (12:32 +0000)]
Upgrade demos to use new-style class-names, MKWS-306
Wolfram Schneider [Thu, 23 Oct 2014 12:31:07 +0000 (12:31 +0000)]
Upgrade demos to use new-style class-names, MKWS-306
Mike Taylor [Thu, 23 Oct 2014 10:45:35 +0000 (11:45 +0100)]
Clarify comment.
Mike Taylor [Thu, 23 Oct 2014 10:25:58 +0000 (11:25 +0100)]
Fix MKWS-305.
Replace old _id and _onclick actions with detailLinkId and detailClick.
Mike Taylor [Thu, 23 Oct 2014 10:20:58 +0000 (11:20 +0100)]
Reindent
Mike Taylor [Thu, 23 Oct 2014 10:17:41 +0000 (11:17 +0100)]
Towards MKWS-305.
Define Records template instead of Summary.
Entails repeating much of the boilerplate from ../../src/mkws.templates/Records.handlebars
Wolfram Schneider [Wed, 22 Oct 2014 17:31:35 +0000 (19:31 +0200)]
update package list
Wolfram Schneider [Wed, 22 Oct 2014 17:29:54 +0000 (19:29 +0200)]
fix mkws-team-async
Wolfram Schneider [Wed, 22 Oct 2014 17:28:10 +0000 (19:28 +0200)]
regression tests: change names of MKWS classes to be case-insensitive, MKWS-294
Wolfram Schneider [Wed, 22 Oct 2014 17:02:09 +0000 (19:02 +0200)]
big CSS change to Upgrade demos to use new-style class-names, MKWS-306
Wolfram Schneider [Wed, 22 Oct 2014 16:44:50 +0000 (18:44 +0200)]
Upgrade demos to use new-style class-names, MKWS-306
Wolfram Schneider [Wed, 22 Oct 2014 16:29:38 +0000 (18:29 +0200)]
Merge remote-tracking branch 'origin/master' into mkws-294
Wolfram Schneider [Wed, 22 Oct 2014 16:28:12 +0000 (18:28 +0200)]
monster commit to change names of MKWS classes to be case-insensitive, MKWS-294
Mike Taylor [Wed, 22 Oct 2014 16:24:59 +0000 (17:24 +0100)]
Remove redundant logging.
Mike Taylor [Wed, 22 Oct 2014 16:24:29 +0000 (17:24 +0100)]
Use this.log() instead of mkws.log(), to get team-specific logging prefix.
Mike Taylor [Wed, 22 Oct 2014 16:14:40 +0000 (17:14 +0100)]
Fix typo in message.
Mike Taylor [Wed, 22 Oct 2014 16:14:24 +0000 (17:14 +0100)]
Use team.log() for two team-specific log messages.
Mike Taylor [Wed, 22 Oct 2014 16:03:09 +0000 (17:03 +0100)]
Up the default PHANTOMJS_TIMEOUT to 30 seconds, as the old 18-second default times out about half the time for me
Mike Taylor [Wed, 22 Oct 2014 15:46:14 +0000 (16:46 +0100)]
Fix MKWS-310 ("make clean leaves files")
"make clean" now removes the generated file mkws-templates.js
Mike Taylor [Wed, 22 Oct 2014 14:59:30 +0000 (15:59 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Mike Taylor [Wed, 22 Oct 2014 14:59:26 +0000 (15:59 +0100)]
Omit the unnecessary complication of the
targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:5853'
attribute on the mkwsRecords element. This makes MKWS-305 a little bit
simpler (though it doesn't solve the problem, which seems to be with
the target).
Jason Skomorowski [Wed, 22 Oct 2014 14:23:51 +0000 (10:23 -0400)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
Jason Skomorowski [Wed, 22 Oct 2014 14:21:49 +0000 (10:21 -0400)]
Use facet name instead of caption MKWS-298
Wolfram Schneider [Wed, 22 Oct 2014 13:03:08 +0000 (13:03 +0000)]
use mkws.log() instead console.log() [IE8]
Wolfram Schneider [Wed, 22 Oct 2014 12:21:00 +0000 (12:21 +0000)]
http://sagp.miketaylor.org.uk/ is dead, MKWS-302
Wolfram Schneider [Wed, 22 Oct 2014 12:17:17 +0000 (14:17 +0200)]
correct error messages for author facets
We are checking for 2 authors links at least
Wolfram Schneider [Tue, 21 Oct 2014 16:36:59 +0000 (18:36 +0200)]
add localauth.html
Wolfram Schneider [Tue, 21 Oct 2014 16:34:43 +0000 (18:34 +0200)]
update service_proxy_auth_domain to use "sp-mkws.indexdata.com" (was mkws.indexdata.com), MKWS-297
Wolfram Schneider [Tue, 21 Oct 2014 16:31:17 +0000 (18:31 +0200)]
update list
Wolfram Schneider [Tue, 21 Oct 2014 16:31:03 +0000 (18:31 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Tue, 21 Oct 2014 16:29:54 +0000 (18:29 +0200)]
get auto.html running, MKWS-297
Wolfram Schneider [Tue, 21 Oct 2014 16:21:51 +0000 (16:21 +0000)]
update list
Wolfram Schneider [Tue, 21 Oct 2014 15:53:44 +0000 (15:53 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Wolfram Schneider [Tue, 21 Oct 2014 15:52:21 +0000 (15:52 +0000)]
skip PDF creation if pdflatex is not installed, MKWS-300
Wolfram Schneider [Tue, 21 Oct 2014 15:25:01 +0000 (17:25 +0200)]
get dict.html running again, MKWS-304
- setup a new library, with account mkwsdict/mkwsdict
- using the target "Wikimedia Wikipedia Single Result"
- switch from mkwsResults to mkwsReference widget
Wolfram Schneider [Tue, 21 Oct 2014 14:49:41 +0000 (16:49 +0200)]
export jQuery object for further usage, MKWS-304
Wolfram Schneider [Tue, 21 Oct 2014 14:04:40 +0000 (14:04 +0000)]
bring the jquery-ui files together
Wolfram Schneider [Tue, 21 Oct 2014 14:02:38 +0000 (14:02 +0000)]
remove forgotten autosearch from popup
Wolfram Schneider [Tue, 21 Oct 2014 13:39:50 +0000 (15:39 +0200)]
testing with new sp_auth_credentials
Wolfram Schneider [Tue, 21 Oct 2014 12:54:18 +0000 (14:54 +0200)]
rewriten without credo widget. MKWS-305
Wolfram Schneider [Tue, 21 Oct 2014 12:36:56 +0000 (14:36 +0200)]
run without credo widget
Wolfram Schneider [Tue, 21 Oct 2014 12:24:03 +0000 (14:24 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
Jason Skomorowski [Mon, 20 Oct 2014 21:24:20 +0000 (17:24 -0400)]
Update template code and docs for new naming convention MKWS-294
Wolfram Schneider [Mon, 20 Oct 2014 15:58:45 +0000 (17:58 +0200)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws