mkws-moved-to-github.git
9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Mon, 11 Aug 2014 14:56:18 +0000 (14:56 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agoworking requirejs example page for MKWS
Wolfram Schneider [Mon, 11 Aug 2014 14:54:01 +0000 (14:54 +0000)]
working requirejs example page for MKWS

9 years agoadd a init callback for calls after page load, MKWS-255
Wolfram Schneider [Mon, 11 Aug 2014 14:48:19 +0000 (14:48 +0000)]
add a init callback for calls after page load, MKWS-255

Usually we put all JS files into one page, and after the DOM is
ready we call mkws init() to register other widgets. That doesn't work
if requirejs load the JS files in background, then the page load
event is lost. requirejs can be configured to load the MKWS javascript
files in the right order, but we have to call back mkws that the last
widget is loaded, and we need to init again.

9 years agoDocument the subwidget() method.
Mike Taylor [Mon, 11 Aug 2014 13:28:45 +0000 (14:28 +0100)]
Document the subwidget() method.

9 years agoNote on expandValue
Mike Taylor [Mon, 11 Aug 2014 13:21:32 +0000 (14:21 +0100)]
Note on expandValue

9 years agoAdd comment on scoping.
Mike Taylor [Mon, 11 Aug 2014 13:20:37 +0000 (14:20 +0100)]
Add comment on scoping.

9 years agoAdd skeletal section for events.
Mike Taylor [Mon, 11 Aug 2014 13:16:12 +0000 (14:16 +0100)]
Add skeletal section for events.

9 years agoDocument the widget methods autosearch() and hideWhenNarrow().
Mike Taylor [Mon, 11 Aug 2014 13:15:38 +0000 (14:15 +0100)]
Document the widget methods autosearch() and hideWhenNarrow().
Still to do: subwidget() and expandValue().

9 years agoAdd TODOs for four new widget methods.
Mike Taylor [Mon, 11 Aug 2014 13:09:34 +0000 (14:09 +0100)]
Add TODOs for four new widget methods.
Add note on the Builder widget's use of the `callback` property.

9 years agoNo need to stash the button object in this.button.
Mike Taylor [Mon, 11 Aug 2014 13:08:49 +0000 (14:08 +0100)]
No need to stash the button object in this.button.
Just keep it in a local variable.

9 years agoIgnore installed mkws-developer.html
Mike Taylor [Mon, 11 Aug 2014 13:05:26 +0000 (14:05 +0100)]
Ignore installed mkws-developer.html

9 years agoIgnore generated mkws-developer.* files.
Mike Taylor [Mon, 11 Aug 2014 13:04:51 +0000 (14:04 +0100)]
Ignore generated mkws-developer.* files.

9 years agoComplete formatting of developer guide.
Mike Taylor [Mon, 11 Aug 2014 12:40:43 +0000 (13:40 +0100)]
Complete formatting of developer guide.

9 years agoReorder team API functions.
Mike Taylor [Mon, 11 Aug 2014 12:36:51 +0000 (13:36 +0100)]
Reorder team API functions.

9 years agoFor Markdown formatting.
Mike Taylor [Mon, 11 Aug 2014 12:36:37 +0000 (13:36 +0100)]
For Markdown formatting.

9 years agoFormatting complete up to the end of the first reference-guide section.
Mike Taylor [Mon, 11 Aug 2014 12:32:43 +0000 (13:32 +0100)]
Formatting complete up to the end of the first reference-guide section.

9 years agoFormat the popup-properties table to realign the columns.
Mike Taylor [Mon, 11 Aug 2014 12:27:05 +0000 (13:27 +0100)]
Format the popup-properties table to realign the columns.
(Markdown is nice in many ways, but its tables are hideous.)

9 years agoMarkDown formatting about 1/3-1/2 done.
Mike Taylor [Mon, 11 Aug 2014 12:20:45 +0000 (13:20 +0100)]
MarkDown formatting about 1/3-1/2 done.

9 years agoGet rid of the p:last-of-type rule. It's too unpredictable.
Mike Taylor [Mon, 11 Aug 2014 11:45:31 +0000 (12:45 +0100)]
Get rid of the p:last-of-type rule. It's too unpredictable.

9 years agoAdd copyright footer.
Mike Taylor [Mon, 11 Aug 2014 11:42:40 +0000 (12:42 +0100)]
Add copyright footer.

9 years agoDowncase headings.
Mike Taylor [Mon, 11 Aug 2014 11:41:51 +0000 (12:41 +0100)]
Downcase headings.

9 years agoAdd metadata
Mike Taylor [Mon, 11 Aug 2014 11:41:19 +0000 (12:41 +0100)]
Add metadata

9 years agoRename mkws-developer.txt to MarkDown
Mike Taylor [Mon, 11 Aug 2014 11:38:50 +0000 (12:38 +0100)]
Rename mkws-developer.txt to MarkDown

9 years agoSettings to work with purely local MacBook installation.
Mike Taylor [Mon, 11 Aug 2014 11:38:19 +0000 (12:38 +0100)]
Settings to work with purely local MacBook installation.

9 years agoNew file, service-proxy/Makefile, generates service-proxy-mike-mac.properties
Mike Taylor [Mon, 11 Aug 2014 11:37:43 +0000 (12:37 +0100)]
New file, service-proxy/Makefile, generates service-proxy-mike-mac.properties

9 years agoservice-proxy-mike-mac.properties is generated by a Makefile, by
Mike Taylor [Mon, 11 Aug 2014 11:37:18 +0000 (12:37 +0100)]
service-proxy-mike-mac.properties is generated by a Makefile, by
tweaking the master SP configuration, for use on Mike's MacBook.
It should be ignored for version-control purposes.

9 years agoAdd rules to make mkws-developer.html from MarkDown source.
Mike Taylor [Mon, 11 Aug 2014 11:36:04 +0000 (12:36 +0100)]
Add rules to make mkws-developer.html from MarkDown source.

9 years agoindent
Wolfram Schneider [Mon, 11 Aug 2014 11:03:24 +0000 (11:03 +0000)]
indent

9 years agoadd an example with require.js, MKWS-255
Wolfram Schneider [Mon, 11 Aug 2014 10:27:07 +0000 (10:27 +0000)]
add an example with require.js, MKWS-255

9 years agoUndo inadvertent previous commit -- should have been on "mike"
Mike Taylor [Mon, 11 Aug 2014 09:21:26 +0000 (10:21 +0100)]
Undo inadvertent previous commit -- should have been on "mike"

9 years agoUndo inadvertent previous commit -- should have been on "mike"
Mike Taylor [Mon, 11 Aug 2014 09:20:59 +0000 (10:20 +0100)]
Undo inadvertent previous commit -- should have been on "mike"

9 years agoMerge branch 'master' into mike
Mike Taylor [Mon, 11 Aug 2014 09:19:43 +0000 (10:19 +0100)]
Merge branch 'master' into mike

9 years agoRemove temporary change.
Mike Taylor [Mon, 11 Aug 2014 08:54:58 +0000 (09:54 +0100)]
Remove temporary change.

9 years agoTesting a commit on the "mike" branch
Mike Taylor [Mon, 11 Aug 2014 08:52:10 +0000 (09:52 +0100)]
Testing a commit on the "mike" branch

9 years agoConfig for building the PP2/SP URLs from pieces.
Mike Taylor [Mon, 11 Aug 2014 08:08:17 +0000 (09:08 +0100)]
Config for building the PP2/SP URLs from pieces.

9 years agoTowards building the PP2/SP URLs from pieces.
Mike Taylor [Mon, 11 Aug 2014 08:08:02 +0000 (09:08 +0100)]
Towards building the PP2/SP URLs from pieces.

9 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Mon, 11 Aug 2014 08:07:23 +0000 (09:07 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

9 years agofalse is in /bin
Wolfram Schneider [Fri, 8 Aug 2014 16:34:40 +0000 (16:34 +0000)]
false is in /bin

9 years agosupport apache 2.4 for debian and ubuntu
Wolfram Schneider [Fri, 8 Aug 2014 14:34:00 +0000 (14:34 +0000)]
support apache 2.4 for debian and ubuntu

9 years agodocumentation
Wolfram Schneider [Fri, 8 Aug 2014 14:33:36 +0000 (14:33 +0000)]
documentation

9 years agodocumentation
Wolfram Schneider [Fri, 8 Aug 2014 14:31:40 +0000 (14:31 +0000)]
documentation

9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Fri, 8 Aug 2014 13:09:06 +0000 (13:09 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agodocument why we check for a boolean JS object true or false
Wolfram Schneider [Fri, 8 Aug 2014 13:08:29 +0000 (13:08 +0000)]
document why we check for a boolean JS object true or false

9 years agoCheck for whether "torusquery" can be used is against whether MKWS has
Mike Taylor [Fri, 8 Aug 2014 11:03:14 +0000 (12:03 +0100)]
Check for whether "torusquery" can be used is against whether MKWS has
authenticated (onto a Service Proxy) rather than whether the Service
Proxy is intended to be used.

9 years agoCheck is against whether MKWS has authenticated (onto a Service Proxy)
Mike Taylor [Fri, 8 Aug 2014 11:02:46 +0000 (12:02 +0100)]
Check is against whether MKWS has authenticated (onto a Service Proxy)
rather than whether the Service Proxy is intended to be used.

9 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Thu, 7 Aug 2014 16:22:34 +0000 (17:22 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

9 years agoEmbolden all the Jira references.
Mike Taylor [Thu, 7 Aug 2014 14:10:19 +0000 (15:10 +0100)]
Embolden all the Jira references.

9 years agoAdd last Jira link.
Mike Taylor [Thu, 7 Aug 2014 14:09:41 +0000 (15:09 +0100)]
Add last Jira link.

9 years agoAdd more Jira references.
Mike Taylor [Thu, 7 Aug 2014 14:06:24 +0000 (15:06 +0100)]
Add more Jira references.

9 years agoNote relevant bug.
Mike Taylor [Thu, 7 Aug 2014 12:32:37 +0000 (13:32 +0100)]
Note relevant bug.

9 years agoAdd known-bad credentials to the Service Proxy authentication URL to
Mike Taylor [Thu, 7 Aug 2014 11:39:10 +0000 (12:39 +0100)]
Add known-bad credentials to the Service Proxy authentication URL to
skip over the user/password "login" action: see bug MKSP-125.

9 years agoThe mkc-admin account 'TESTING MKWS test (jasmine regression)' changed to 12 targets
Wolfram Schneider [Thu, 7 Aug 2014 08:02:01 +0000 (08:02 +0000)]
The mkc-admin account 'TESTING MKWS test (jasmine regression)' changed to 12 targets

9 years agoMore formatting workarounds for Markdown.
Mike Taylor [Wed, 6 Aug 2014 16:57:33 +0000 (17:57 +0100)]
More formatting workarounds for Markdown.

9 years agoReformat steps of "conceal credentials from HTML source".
Mike Taylor [Wed, 6 Aug 2014 16:55:57 +0000 (17:55 +0100)]
Reformat steps of "conceal credentials from HTML source".
This is necessary as Markdown will not format a code-fragment within a
list-item.

9 years agoClarity
Mike Taylor [Wed, 6 Aug 2014 16:53:55 +0000 (17:53 +0100)]
Clarity

9 years agoTweak order.
Mike Taylor [Wed, 6 Aug 2014 16:53:01 +0000 (17:53 +0100)]
Tweak order.

9 years agoDocument use of multiple user-access records.
Mike Taylor [Wed, 6 Aug 2014 16:52:05 +0000 (17:52 +0100)]
Document use of multiple user-access records.

9 years agoDocument use of ipRanges.
Mike Taylor [Wed, 6 Aug 2014 16:51:06 +0000 (17:51 +0100)]
Document use of ipRanges.

9 years agoRemove obsolete TODO.
Mike Taylor [Wed, 6 Aug 2014 16:42:47 +0000 (17:42 +0100)]
Remove obsolete TODO.

9 years agoBetter introduction to authentication options.
Mike Taylor [Wed, 6 Aug 2014 16:42:39 +0000 (17:42 +0100)]
Better introduction to authentication options.

9 years agoRemove often-wrong "Orex" from page title.
Mike Taylor [Wed, 6 Aug 2014 15:51:45 +0000 (16:51 +0100)]
Remove often-wrong "Orex" from page title.
Remove explicit credentials from authentication URL.
Add an mkwsAuthname widget.

9 years agoupdate copyright year
Wolfram Schneider [Wed, 6 Aug 2014 09:54:56 +0000 (09:54 +0000)]
update copyright year

9 years agodocument that jQuery.pazpar2() plugin is gone
Wolfram Schneider [Wed, 6 Aug 2014 09:53:48 +0000 (09:53 +0000)]
document that jQuery.pazpar2() plugin is gone

9 years agotarget jasmine-links is dead
Wolfram Schneider [Wed, 6 Aug 2014 09:49:50 +0000 (09:49 +0000)]
target jasmine-links is dead

9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Wed, 6 Aug 2014 09:49:28 +0000 (09:49 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agoTypo
Mike Taylor [Tue, 5 Aug 2014 14:37:05 +0000 (15:37 +0100)]
Typo

9 years agoInclude ipAuth in SP's authentication sequence.
Mike Taylor [Tue, 5 Aug 2014 12:04:12 +0000 (13:04 +0100)]
Include ipAuth in SP's authentication sequence.

9 years agoUse more specific selector to count record in "sort by" test
Jason Skomorowski [Mon, 4 Aug 2014 18:11:15 +0000 (14:11 -0400)]
Use more specific selector to count record in "sort by" test

9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Mon, 4 Aug 2014 15:46:03 +0000 (15:46 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agoReplace team.config() getter with team.config object.
Jason Skomorowski [Fri, 1 Aug 2014 15:39:12 +0000 (11:39 -0400)]
Replace team.config() getter with team.config object.

9 years agoUnique teams for subsequent autosearch widgets on team AUTO
Jason Skomorowski [Fri, 1 Aug 2014 15:27:32 +0000 (11:27 -0400)]
Unique teams for subsequent autosearch widgets on team AUTO

9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Fri, 1 Aug 2014 09:05:14 +0000 (09:05 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agoTweak CSS to avoid visible links within an H1
Mike Taylor [Thu, 31 Jul 2014 09:43:57 +0000 (10:43 +0100)]
Tweak CSS to avoid visible links within an H1

9 years agoRejuggle all heading levels. We now use H1, which we didn't before.
Mike Taylor [Thu, 31 Jul 2014 02:08:40 +0000 (03:08 +0100)]
Rejuggle all heading levels. We now use H1, which we didn't before.

9 years agoSpecial formatting for <h1> only applied to .title.
Mike Taylor [Thu, 31 Jul 2014 02:03:03 +0000 (03:03 +0100)]
Special formatting for <h1> only applied to .title.

9 years agoNo need to ignore installed library-configuration.html
Mike Taylor [Thu, 31 Jul 2014 02:00:36 +0000 (03:00 +0100)]
No need to ignore installed library-configuration.html

9 years agoRemove link to separate library-configuration document.
Mike Taylor [Thu, 31 Jul 2014 02:00:04 +0000 (03:00 +0100)]
Remove link to separate library-configuration document.

9 years agoRemove outdated link to separate library-configuration document.
Mike Taylor [Thu, 31 Jul 2014 01:59:49 +0000 (02:59 +0100)]
Remove outdated link to separate library-configuration document.

9 years agoNo longer necessary to ingore generated library-configuration.* files.
Mike Taylor [Thu, 31 Jul 2014 01:58:22 +0000 (02:58 +0100)]
No longer necessary to ingore generated library-configuration.* files.

9 years agoNo need to build or install library-configuration.html any more.
Mike Taylor [Thu, 31 Jul 2014 01:57:52 +0000 (02:57 +0100)]
No need to build or install library-configuration.html any more.

9 years agoGet rid of library-configuration.markdown -- now integrated into main manual
Mike Taylor [Thu, 31 Jul 2014 01:57:24 +0000 (02:57 +0100)]
Get rid of library-configuration.markdown -- now integrated into main manual

9 years agoIntegrate target-selection material from library-configuration.markdown
Mike Taylor [Thu, 31 Jul 2014 01:56:19 +0000 (02:56 +0100)]
Integrate target-selection material from library-configuration.markdown

9 years agoMove all headings down a level, so that this can be included in a
Mike Taylor [Thu, 31 Jul 2014 01:55:08 +0000 (02:55 +0100)]
Move all headings down a level, so that this can be included in a
larger document.

9 years agoUse lines of four hyphens to begin and end tables rather then three as
Mike Taylor [Thu, 31 Jul 2014 01:51:58 +0000 (02:51 +0100)]
Use lines of four hyphens to begin and end tables rather then three as
before, since in recent versions of Pandoc (I have v1.12.4.2 on my
MacBook) three hyphens is now special and introduces a YAML metadata
block instead. Sheesh.

9 years agoAdd missing closing '>'
Mike Taylor [Thu, 31 Jul 2014 01:46:46 +0000 (02:46 +0100)]
Add missing closing '>'

9 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Wed, 30 Jul 2014 16:59:03 +0000 (17:59 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

9 years agoDate
Mike Taylor [Wed, 30 Jul 2014 16:59:00 +0000 (17:59 +0100)]
Date

9 years agoLink is to mkws-manual.html rather than the old whitepaper.html
Mike Taylor [Wed, 30 Jul 2014 16:39:42 +0000 (17:39 +0100)]
Link is to mkws-manual.html rather than the old whitepaper.html

9 years agoLink is to mkws-manual.html rather than the old whitepaper.html
Mike Taylor [Wed, 30 Jul 2014 16:39:37 +0000 (17:39 +0100)]
Link is to mkws-manual.html rather than the old whitepaper.html

9 years agoChange all Makefile rules to refer to mkws-manual rather than whitepaper.
Mike Taylor [Wed, 30 Jul 2014 16:37:53 +0000 (17:37 +0100)]
Change all Makefile rules to refer to mkws-manual rather than whitepaper.

9 years agoRename whitepaper.markdown to mkws-manual.markdown
Mike Taylor [Wed, 30 Jul 2014 16:37:20 +0000 (17:37 +0100)]
Rename whitepaper.markdown to mkws-manual.markdown

9 years agoIgnore mkws-manual.{html,odt,pdf} rather than their whitepaper.*
Mike Taylor [Wed, 30 Jul 2014 16:36:57 +0000 (17:36 +0100)]
Ignore mkws-manual.{html,odt,pdf} rather than their whitepaper.*
equivalents, since that is what we will now be building.

9 years agoIgnore mkws-manual.html rather than whitepaper.html
Mike Taylor [Wed, 30 Jul 2014 16:35:49 +0000 (17:35 +0100)]
Ignore mkws-manual.html rather than whitepaper.html

9 years agoRefer to manual rather than whitepaper.
Mike Taylor [Wed, 30 Jul 2014 16:35:25 +0000 (17:35 +0100)]
Refer to manual rather than whitepaper.

9 years agoMake mkws object actually global. MKWS-249
Jason Skomorowski [Tue, 29 Jul 2014 13:16:37 +0000 (09:16 -0400)]
Make mkws object actually global. MKWS-249

9 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Tue, 29 Jul 2014 13:10:05 +0000 (13:10 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

9 years agoChange link to sample MKWS application.
Mike Taylor [Mon, 28 Jul 2014 12:04:26 +0000 (13:04 +0100)]
Change link to sample MKWS application.

9 years agoNew index.html for examples site.
Mike Taylor [Mon, 28 Jul 2014 12:00:36 +0000 (13:00 +0100)]
New index.html for examples site.

Needs actually populating: it's presently basically empty.

9 years agoRename index.html to simple.html
Mike Taylor [Mon, 28 Jul 2014 11:58:48 +0000 (12:58 +0100)]
Rename index.html to simple.html

9 years agoMKWS README page links to example.indexdata.com/simple.html instead of
Mike Taylor [Mon, 28 Jul 2014 11:58:24 +0000 (12:58 +0100)]
MKWS README page links to example.indexdata.com/simple.html instead of
omitted filename and implicitly landing on index.html

Better prose.