Commit Graph

31 Commits (master)

Author SHA1 Message Date
eric 7ea4019f27 update to django 2.0 2020-09-17 16:42:49 -04:00
eric bd16725d34 change mysite to example 2020-02-14 13:26:39 -05:00
eric 676b415dd3 nits 2020-02-13 22:39:51 -05:00
eric 706a21abe6 change unicode for py3 2020-02-12 14:12:14 -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
matteo.cafarotti aaec14170e fixes for Dj1.6 compatibility 2014-10-04 11:37:06 +02:00
matteo.cafarotti e8347d3815 fixes for Page model translation into admin, fix for Dj1.6 compatibility 2014-10-04 11:22:47 +02:00
Julio C. Menendez 0cd67028f9 Sets QUESTIONNAIRE_USE_SESSION in the example.
Includes a brief explanation of how the setting changes the app
behavior.
2014-09-15 07:28:29 -06:00
Luís A. Bastião Silva 8158fa720b Adding missing middleware in example 2013-02-21 20:50:18 +00:00
Denis Krienbühl 128529fc05 Updates initial_data for better style (adding <h1> to titles) 2012-02-21 10:15:11 +01:00
Denis Krienbühl 9d34dcf55f Adds progressbar configurations default, async and none. The configuration values are explained in the example/settings.py file 2012-01-24 11:51:11 +01:00
Denis Krienbühl c5c47e869b Adds middleware enabling caches on a per-request basis 2012-01-06 14:50:32 +01:00
Denis Krienbühl ecdb8b2e06 Moves page module from example to questionnaire and adds csrf protection 2011-12-17 11:21:42 +01:00
Denis Krienbühl dd5f94f6bf Merges the css from base and questionset 2011-12-16 10:28:23 +01:00
Denis Krienbühl 2eed37c0d6 Changes style to better fit in with bootstrap 2011-12-15 16:21:45 +01:00
Denis Krienbühl cff4af2521 Switch from blueprint to twitter bootstrap 2011-12-14 16:46:28 +01:00
Denis Krienbühl 400257058a Switched from /media/ to /static/ as Django seems to be in favor of the latter 2011-12-14 15:34:24 +01:00
Denis Krienbühl 545a926e15 Improves example html formatting and gets rid of the xhtml stuff 2011-12-14 15:15:12 +01:00
Denis Krienbühl 77fad0f554 Removes invalid links from example data 2011-12-14 14:49:04 +01:00
Denis Krienbühl b54c86e3e6 Fixes typo 2011-12-14 14:17:31 +01:00
Denis Krienbühl f946ca1a3b Makes admin urls work with Django 1.3 and adds a hint if no index page is defined 2011-12-14 14:14:09 +01:00
Denis Krienbühl db8113014c Removes local transmeta dump, using the one defined in setup.py instead 2011-12-14 14:13:07 +01:00
Denis Krienbühl 7f396a3d62 Removes local pyparsing, adding it as a dependency in setup.py instead 2011-12-14 13:41:27 +01:00
Denis Krienbühl a7131de000 Removes deprecated settings from example 2011-12-14 13:38:00 +01:00
Per-Erik Persson 5f26adffda Enable questions to reference the anser of a previous answered question. The magic string subst_with_ans_1 will insert the answer from question one into your current question. 2011-09-28 12:32:23 +02:00
Robert M. Thomson 4316bfef58 Added generate_run view (thanks to Ross Poulton)
* generate_run creates a RunID for the supplied questionnaire id,
   associating it with a Subject with givenname "Anonymous" and
   surname "User" (will create the Subject if it doesn't exist).
 * Fixes issue #3 in github
 * Thanks to Ross Poulton (http://www.rossp.org/)
2009-12-24 12:41:38 +01:00
Robert M. Thomson 88359ad585 language & translation updates 2009-06-15 19:05:59 +02:00
Robert Thomson 5c3d9ca1a0 Initial Checkin of Seantis Questionnaire 2009-05-17 13:34:55 +02:00