log js/specification.js @ 2852:8372c220db7a

age author description
Wed, 26 Apr 2017 15:17:48 +0100 Nicholas Jillings Updated Specification.js to use Node QuerySelector functions
Tue, 09 May 2017 13:21:34 +0100 Nicholas Jillings #209. Added minNumberPlays and maxNumberPlays to specifications
Sat, 22 Apr 2017 17:48:48 +0100 Nicholas Jillings #133 Added to specification.js (encoder)
Sat, 22 Apr 2017 17:47:09 +0100 Nicholas Jillings #133 Added to specification.js (decoder)
Fri, 21 Apr 2017 15:17:02 +0100 Nicholas Jillings #138. Added <image> to encoder
Fri, 21 Apr 2017 14:46:16 +0100 Nicholas Jillings Added schema layouts for #138
Fri, 21 Apr 2017 14:03:51 +0100 Nicholas Jillings #145. Added minWait to all <surveyx> elements. Specify the amount of time to wait in seconds.
Fri, 14 Apr 2017 16:02:52 +0100 Nicholas Jillings Merge branch 'master' into vnext
Sat, 11 Mar 2017 11:39:33 +0000 Nicholas Jillings Fixed error in specification.js. Defaults were ignored
Sat, 11 Mar 2017 11:04:04 +0000 Nicholas Jillings #180 Completed core JSHint
Sat, 11 Mar 2017 09:06:26 +0000 Nicholas Jillings #180. Remove null/undefined differences. All undefined === undefined. Specifiction generates good XML
Sat, 11 Mar 2017 08:48:04 +0000 Nicholas Jillings #180. specification now holds processAttribute as private function. Schema is also set-once and hold
Sat, 11 Mar 2017 08:14:08 +0000 Nicholas Jillings #180. specification.js passes JSHint
Sat, 11 Mar 2017 08:09:57 +0000 Nicholas Jillings #180. Removed evil evals!
Sat, 11 Mar 2017 08:04:05 +0000 Nicholas Jillings Syntax tidy of specification.js
Thu, 13 Apr 2017 11:36:24 +0100 Nicholas Jillings #191: Now added to <page> nodes the “position” attribute
Thu, 19 Jan 2017 15:38:14 +0000 Nicholas Jillings Fix problems found for Edge (HTMLElement::children does not exist).
Thu, 08 Dec 2016 14:03:39 +0000 Nicholas Jillings #146 ground work
Sun, 20 Nov 2016 10:14:36 +0000 Nicholas Jillings Merge branch 'master' into vnext
Tue, 15 Nov 2016 09:52:16 +0000 Nicholas Jillings #101. Updated specification.js
Mon, 14 Nov 2016 14:49:57 +0000 Nicholas Jillings Merge branch 'vnext' into Dev_main
Mon, 14 Nov 2016 14:45:39 +0000 Nicholas Jillings Merge master into vnext
Mon, 14 Nov 2016 14:20:32 +0000 Nicholas Jillings Beautified entire project.
Mon, 31 Oct 2016 16:34:55 +0000 Nicholas Jillings Added <surveyslider> to <survey> nodes. Supports min, max, minText and maxText.
Mon, 31 Oct 2016 16:08:24 +0000 Nicholas Jillings Completed merge of current spec with new nodes. Working example in AB_example. Gives console warnings.
Mon, 31 Oct 2016 15:14:53 +0000 Nicholas Jillings Added minimum (left) and maximum (right) slider markers to the comment slider element
Sun, 30 Oct 2016 13:57:37 +0000 Nicholas Jillings #137. Modified <commentquestion> nodes in pages to have a proper list structure. Differently labelled nodes depending on type <commentquestion>, <commentradio>. Added slider and converted project.xml to match new specifications. AB_example.xml shows new slider type
Tue, 18 Oct 2016 15:49:58 +0100 Nicholas Jillings Merge branch 'master' into Dev_main
Tue, 18 Oct 2016 15:12:55 +0100 Nicholas Jillings Formatting of js/specification.js
Thu, 08 Sep 2016 16:20:18 +0100 Nicholas Jillings Survey checkbox now supports min and max to define how many options should be selected #17