350aebabcefinishing touches
eric
2017-06-19 23:07:41 -0400
9454be4d91add other item code to app
eric
2017-06-19 22:20:46 -0400
195dcda657use patched transmeta
eric
2017-06-16 18:39:43 -0400
fa1831037acleanup files, initial data
eric
2017-06-16 16:21:07 -0400
b9f99a0f14fix translation, modernize example settings
eric
2017-06-16 16:17:49 -0400
48d0a4fbf1updates from Gluejar/regluit
eric
2017-06-08 17:28:18 -0400
406aec970anormalize runid in db, fix bugs
eric
2016-11-03 11:43:08 -0400
72790b421dgeneral renovations
eric
2016-07-26 17:08:23 -0400
bad5c9d566changed RunInfoHistory complete to use full datetime instead of just date
Jamie Campbell
2016-02-15 23:08:46 -0600
e65edce4b8added support for getting completed answers with question ids matching a provided list
Jamie Campbell
2016-02-11 01:27:13 -0600
5ae7ce8c13added ability to lock out external survey answering people but still allow logged in users to use the same interface to transcribe paper surveys
Jamie Campbell
2016-02-08 21:30:18 -0600
669ee7501dadded cookie information for questionset_id to facilitate load testing
Jamie Campbell
2016-01-20 01:32:21 -0600
e325900aaathe legacy code was using a function lookup that doesn't exist, and wasn't checking for "not none but empty"
Jamie Campbell
2016-01-19 16:14:05 -0600
6698319b2cMerge branch 'master' of github.com:draconicfae/ed-questionnaire
Jamie Campbell
2016-01-19 13:29:28 -0600
fb6e2a3e16added a function to deliberately generate an error
Jamie Campbell
2016-01-19 13:28:54 -0600
2615e4e1ddadded indexes to support objects.filter and .order searches
Mark Jenkins
2016-01-19 07:06:42 -0600
c7add25900add an index for value field in choice table
Mark Jenkins
2016-01-19 06:28:15 -0600
841a3b08e0disable and no longer require globalstyles functionality
Mark Jenkins
2016-01-18 00:18:19 -0600
81595b2e04Merge branch 'master' of file:///home/jamiework/work/GAWork/ed-questionnaire
Jamie Campbell
2016-01-13 03:50:32 -0600
15dda1e5cctypo correction -- why did it autogenerate incorrectly in the first place?
Jamie Campbell
2016-01-13 03:44:30 -0600
5b048b2303added support for a maximum number of selections for multiple choice type. don't need to add support for min because "required" already does that.
Jamie Campbell
2016-01-13 03:33:24 -0600
fadcec2fd2completed work for granular style control
Jamie Campbell
2016-01-13 03:32:55 -0600
259e3850c4added question id to the list of information displayed
Jamie Campbell
2015-12-13 23:29:44 -0600
d8baee9921Merge branch 'master' of git@github.com:draconicfae/ed-questionnaire.git
Sara Arenson
2015-12-09 15:28:29 -0600
08d2251f7dMultiple value boxes are now aligned in questionset.js
Sara Arenson
2015-12-09 12:16:07 -0600
ad9b327558choice-multiple-values questions now align after longest string
Sara Arenson
2015-12-09 12:03:22 -0600
49aa449a83changed question sorting from strictly alphabetic from tuple-based sort on sort_id then number
Jamie Campbell
2015-12-08 00:45:24 -0600
37429dcf32hoverable now changes font color instead of doing underline
Jamie Campbell
2015-12-07 19:01:22 -0600
7721d782d9changed so that clicking anywhere on the line no longer changes the checkbox, you have to click the checkbox itself
Jamie Campbell
2015-12-07 19:00:58 -0600
cfb2209b5badded support for questionnaire name to render as html via html field
Jamie Campbell
2015-12-07 19:00:30 -0600
67577b8082oops, was parsing question numbers as integer
Mark Jenkins
2015-12-03 07:27:56 -0600
2f117f79ceoops, broke the build with the last one
Mark Jenkins
2015-12-03 06:45:21 -0600
fe8f5766fcooops, left debug crud behind on an otherwise brilliant commit
Mark Jenkins
2015-12-03 06:41:32 -0600
b0f0ea1753shownif made smarter, results from other pages pre-computed for JS Recursive descent baby!
Mark Jenkins
2015-12-03 06:12:02 -0600
d1a0a1d7ddIncidental fix & comment related to cross-page dependency check problem
Sara Arenson
2015-12-03 01:08:35 -0600
d4c20f4437Merge branch 'master' of git@github.com:draconicfae/ed-questionnaire.git
Sara Arenson
2015-12-02 18:00:15 -0600
f09213ba36Added URL to get previous page, skipping over all hidden questionsets
Sara Arenson
2015-12-02 17:41:59 -0600
d8ab35feb6Merging Jamie and Sara December 2 work
Mark Jenkins
2015-12-02 16:22:05 -0600
6e7a314dd3Fixed bug where choice-multiple-values raises error if nothing selected
Sara Arenson
2015-12-02 12:25:50 -0600
ded42e8fb3Yes/No questions now restore hidden questions after going back
Sara Arenson
2015-12-02 12:15:28 -0600
5025e26b12choice-multiple-values now aligns value boxes (shortens choice text)
Sara Arenson
2015-12-02 11:48:18 -0600
661772bbf9changed session id logic from rand(255) to uuid4 to allow more than 255 answer sets
Jamie Campbell
2015-12-02 01:31:34 -0600
3d06cd5570Merge Sara and Jamie's work from November 30 and December 1 together
Mark Jenkins
2015-12-01 23:59:17 -0600
3d6ec88268choice-multiple-values: Validates data and value boxes repopulated on POST
Sara Arenson
2015-12-01 23:37:33 -0600
b134e26b3aadded support to question and questionset for rendering content as html instead of the default which just shows html tags as part of the content
Jamie Campbell
2015-12-01 20:46:28 -0600
98abcf2196added support for conditional display of footers, initially used to show the user the answer after they make a guess
Jamie Campbell
2015-12-01 20:06:54 -0600
8dcf49276fadded support for maxwords and dropped a commented out print section
Jamie Campbell
2015-12-01 19:04:09 -0600
4cc490adbaextended the framework to actually sort questions the way it claims to sort questions
Jamie Campbell
2015-12-01 15:51:35 -0600
878d453190Added % sign to choice-multiple-values control - JS also show/hide SPAN
Sara Arenson
2015-12-01 14:50:30 -0600
36d1f2ba9achoice-multiple-values now disappears disabled input boxes
Sara Arenson
2015-12-01 14:16:38 -0600
a7cce23609added sorting on questions by sort_id then number. This is the behaviour that the framework claimed to already be doing but wasn't, unless I'm missing something.
Jamie Campbell
2015-12-01 00:31:54 -0600
d6a51aa916choice-multiple-values: checkboxes now enable and disable input fields
Sara Arenson
2015-11-30 23:17:34 -0600
8a63e8e89cchoice-multiple-values template restores saved box values upon reload.
Sara Arenson
2015-11-30 19:24:10 -0600