Commit Graph

369 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 Hellman 6672fa575b
Merge pull request #2 from EbookFoundation/dj111
update for Django 1.11/python 3.6
2020-03-18 16:56:22 -04:00
eric d4dbab81ba set description content type 2020-03-18 16:54:32 -04:00
eric c8b3587900 pipfiles! 2020-03-18 16:45:19 -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 6b4aafe2b2 Update .gitignore 2020-02-14 13:27:07 -05:00
eric bd16725d34 change mysite to example 2020-02-14 13:26:39 -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 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