Commit Graph

354 Commits (751e822fcf28e53262a80f85cb301f574bee8498)

Author SHA1 Message Date
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 8f1163602b Merge branch 'release40' 2017-12-12 12:28:03 -05:00
eric f3fb3b04fb fix unused urls file 2017-12-12 12:26:37 -05:00
eshellman a3dfce7e90 Merge pull request #1 from EbookFoundation/release40
Release 4.0
2017-06-19 23:36:49 -04:00
eric 76aa128813 added to pypi 2017-06-19 23:36:09 -04: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 195dcda657 use patched transmeta 2017-06-16 18:39:43 -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
Jamie Campbell 5ea374d060 work towards more granular style control 2015-12-21 11:43:02 -06:00
Sara Arenson e5ba4547c7 choice-multiple-values: Checkboxes align with text
Put checkbox and choice text inside the same SPAN, so they now line up.
2015-12-17 10:23:53 -06:00
Jamie Campbell c618a30b44 db model for dynamic stylesheet support 2015-12-14 01:46:32 -06:00
Jamie Campbell 63ecc60740 added inclusion tag for dynamic stylesheet support 2015-12-14 01:45:59 -06:00
Jamie Campbell eac8ab5bd5 work towards database drive stylesheet configurability 2015-12-14 01:26:02 -06:00
Jamie Campbell 259e3850c4 added question id to the list of information displayed 2015-12-13 23:29:44 -06:00