Commit Graph

294 Commits (master)

Author SHA1 Message Date
eric 0cc9db8aa7 Update parsers.py 2022-05-10 15:34:25 -04:00
eric 3f38cabd20 remove language dependent migrations 2020-09-17 16:46:11 -04:00
eric 7ea4019f27 update to django 2.0 2020-09-17 16:42:49 -04:00
eric 961becb122 one more fix 2020-03-09 21:22:53 -04:00
eric cb6de53bfc make questionset a py3 iterator 2020-03-05 23:40:22 -05:00
eric c0a60a83df use django csv handling 2020-03-05 23:39:56 -05:00
eric a75128f797 use python 3 cmp adapter 2020-03-05 22:32:31 -05:00
eric 516adde842 bad fix 2020-03-05 21:13:08 -05:00
eric c58e5bfece misc cleanup 2020-02-24 18:31:01 -05:00
eric f46937c1c7 fix import 2020-02-14 13:23:44 -05:00
eric 751e822fcf add defaults to models 2020-02-14 13:23:32 -05:00
eric 676b415dd3 nits 2020-02-13 22:39:51 -05:00
eric 8978d43fd1 use py3 metaclass syntax 2020-02-12 22:39:27 -05:00
eric 4d0e864ee6 fix unicode replacement 2020-02-12 22:38:45 -05:00
eric a1fd8cd75d Exception syntax 2020-02-12 16:24:48 -05:00
eric 112d35af71 py fixes 2020-02-12 15:31:14 -05:00
eric 706a21abe6 change unicode for py3 2020-02-12 14:12:14 -05:00
eric 9e7c7fa4b7 remove py2 print 2020-02-12 13:51:41 -05:00
eric bc3e5e4ef7 revert 2018-07-24 12:17:58 -04:00
eric 8c3b630eb6 fix 2018-07-24 12:06:38 -04:00
eric fed891f6a7 workaround for multiple template engines 2018-07-24 11:55:48 -04:00
eric 425f427a85 deprecated from django.core.urlresolvers 2018-07-24 11:25:07 -04:00
eric 6538c3ef8a more 2018-07-24 09:34:17 -04:00
eric b8ac5a1a9f add on_delete
silence 2.0 deprecation warnings
2018-07-24 09:13:10 -04:00
eric cfab614426 add get_response param 2018-05-07 12:55:41 -04:00
eric f8c377bc3b django 1.10 compatability 2018-05-07 12:42:15 -04:00
eric f3fb3b04fb fix unused urls file 2017-12-12 12:26:37 -05:00
eric 350aebabce finishing touches 2017-06-19 23:07:41 -04:00
eric 9454be4d91 add other item code to app
* refactor views
* add example fixtures
* consistent terminology for questionnaires
2017-06-19 22:20:46 -04:00
eric fa1831037a cleanup files, initial data 2017-06-16 16:21:07 -04:00
eric b9f99a0f14 fix translation, modernize example settings 2017-06-16 16:17:49 -04:00
eric 48d0a4fbf1 updates from Gluejar/regluit 2017-06-08 17:28:18 -04:00
eric 406aec970a normalize runid in db, fix bugs 2016-11-03 11:43:08 -04:00
eric 72790b421d general renovations 2016-07-26 17:08:23 -04:00
Jamie Campbell bad5c9d566 changed RunInfoHistory complete to use full datetime instead of just date 2016-02-15 23:08:46 -06:00
Jamie Campbell e65edce4b8 added support for getting completed answers with question ids matching a provided list 2016-02-11 01:27:13 -06:00
Jamie Campbell 5ae7ce8c13 added ability to lock out external survey answering people but still allow logged in users to use the same interface to transcribe paper surveys 2016-02-08 21:30:18 -06:00
Jamie Campbell 669ee7501d added cookie information for questionset_id to facilitate load testing 2016-01-20 01:32:21 -06:00
Jamie Campbell e325900aaa the legacy code was using a function lookup that doesn't exist, and wasn't checking for "not none but empty" 2016-01-19 16:14:05 -06:00
Jamie Campbell 6698319b2c Merge branch 'master' of github.com:draconicfae/ed-questionnaire 2016-01-19 13:29:28 -06:00
Jamie Campbell fb6e2a3e16 added a function to deliberately generate an error 2016-01-19 13:28:54 -06:00
Mark Jenkins 2615e4e1dd added indexes to support objects.filter and .order searches 2016-01-19 07:06:42 -06:00
Mark Jenkins c7add25900 add an index for value field in choice table 2016-01-19 06:28:15 -06:00
Mark Jenkins 841a3b08e0 disable and no longer require globalstyles functionality 2016-01-18 00:18:19 -06:00
Jamie Campbell 81595b2e04 Merge branch 'master' of file:///home/jamiework/work/GAWork/ed-questionnaire
Conflicts:
	questionnaire/admin.py
	questionnaire/views.py
2016-01-13 03:50:32 -06:00
Jamie Campbell 15dda1e5cc typo correction -- why did it autogenerate incorrectly in the first place? 2016-01-13 03:44:30 -06:00
Jamie Campbell 5b048b2303 added support for a maximum number of selections for multiple choice type. don't need to add support for min because "required" already does that. 2016-01-13 03:33:24 -06:00
Jamie Campbell fadcec2fd2 completed work for granular style control 2016-01-13 03:32:55 -06:00
Jamie Campbell 2b43514b95 Merge commit 'e5ba454' 2015-12-21 12:22:42 -06:00
Jamie Campbell ca5a4c0bb6 temporary workaround enabling global style specifications 2015-12-21 12:14:18 -06:00