Commit Graph

74 Commits (dd5f94f6bf1ba7d719b7357bdfd4c32be32a54b3)

Author SHA1 Message Date
Denis Krienbühl dd5f94f6bf Merges the css from base and questionset 2011-12-16 10:28:23 +01:00
Denis Krienbühl e60b9c2814 Moves styles to a separate file 2011-12-16 10:23:50 +01:00
Denis Krienbühl e523b67136 Adds css only progressbar 2011-12-15 17:31:50 +01:00
Denis Krienbühl b5b0021db2 Removes blueprint files 2011-12-15 16:41:36 +01:00
Denis Krienbühl 8b1b897e6b Updates the readme 2011-12-15 16:39:52 +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 b7f997dc10 Gets rid of the newline / nobreak feature.
With the newline / nobreak feature a user could align multiple questions horizontally.

Apart from the fact that I'm not sure if it is even used I would rather implement it by using css instead of <br/> calls in different widgets. As it was it didn't really work well with twitter bootstrap, so I'd rather take it out of the equation for now and concentrate on good default rendering.
2011-12-15 14:13:17 +01:00
Denis Krienbühl 23b943d8bc Adds default comment template to avoid errors if it is not defined by the site 2011-12-15 14:07:51 +01:00
Denis Krienbühl 493385a0a0 Updates questionset template for bootstrap 2011-12-15 14:06:38 +01:00
Denis Krienbühl 33d373fa60 Updates multi freeform choice widget for bootstrap 2011-12-15 11:29:00 +01:00
Denis Krienbühl e8d1dbe9f8 Updates the timeperiod widget for bootstrap and increases the open answers widget's width 2011-12-15 11:01:22 +01:00
Denis Krienbühl b0710ae2e4 Updates the number range widget for bootstrap 2011-12-15 10:45:58 +01:00
Denis Krienbühl 6057f1f32d Updates the open answers widgets for bootstrap 2011-12-15 10:39:17 +01:00
Denis Krienbühl 8ab6cf5edc Updates choice freeform widget for bootstrap 2011-12-15 10:31:18 +01:00
Denis Krienbühl 43eaae333c Updates choice widget for bootstrap 2011-12-15 10:16:18 +01:00
Denis Krienbühl 128faa91a5 Changes some widgets to work with twitter bootstrap 2011-12-15 09:51:12 +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
Denis Krienbühl 0fbf4c1239 Adds pyyaml to the setup.py dependencies.
Pyyaml is needed for the tests to run.
2011-12-14 13:34:12 +01:00
Michael Trier 5813c78734 Unable to read the version number because of the way the init is being used in questionnaire. 2011-12-14 18:28:20 +08:00
Michael Trier 5802e01221 Make it installable. 2011-12-14 18:27:56 +08:00
Denis Krienbühl 1c5249543f Fixes invalid translation 2011-12-14 10:55:44 +01:00
Denis Krienbühl 7998b63114 Fixes magic string comment 2011-12-14 09:41:43 +01:00
Denis Krienbühl c456cb38fa Removes answer magic string from settings and makes the feature work with all languages 2011-11-30 10:00:33 +01:00
Denis Krienbühl 10d475ea31 Merge branch 'master' of git://github.com/pegpe/seantis-questionnaire into pegpe 2011-11-29 16:25:03 +01:00
Denis Krienbühl 24c4c53db1 Adds italian translation, courtesy of danfreak 2011-11-29 15:53:09 +01:00
Denis Krienbühl 6520315670 Resets the Questionnaire redirect_url to the default used before the merge with wardis branch 2011-11-29 15:43:39 +01:00
Per-Erik Persson 17021b402d convert integers to str to allow them to be exported 2011-09-28 15:45:46 +02:00
Per-Erik Persson 51207cc5c8 Merge remote branch 'wardi/master' 2011-09-28 13:18:57 +02: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
Ian Ward ac0f0adba3 avoid excessive db queries in answer_export 2010-12-23 10:21:29 -05:00
Ian Ward 1aec25c1cd allow answer_export and export_csv to export unicode text 2010-12-22 11:32:25 -05:00
Ian Ward 0818cdcda3 fix submit choice-freeform with empty comment bug 2010-12-06 14:31:46 -05:00
Ian Ward 942e4c4c0a hide choice-multiple-freeform extra text field numbering w/ only one extra 2010-12-01 10:35:48 -05:00
Ian Ward 1743d0950b if sameas doesn't find a match, treat the question like a comment 2010-12-01 10:14:10 -05:00
Ian Ward 64f194980f default sameas questions to same survey 2010-12-01 10:08:11 -05:00
Ian Ward c9ac9ce707 fix missing ) 2010-05-05 09:46:27 -04:00
Ian Ward b1ad3dc9b2 describe some of the available requiredif parameters in question admin 2010-05-05 09:06:24 -04:00
Ian Ward 77f529c0ac fix answer_export bug affecting first answer column 2010-04-20 13:22:43 -04:00
Ian Ward 7ce1a24a8f fix dep_check for modified answer format 2010-04-20 08:35:48 -04:00
Ian Ward e60d8af9fe split export_csv into gather data + export functions 2010-04-19 21:12:39 -04:00
Ian Ward c3e14048d2 more help text for question number, choices; Less help for question additional checks 2010-04-19 17:06:28 -04:00
Ian Ward 8650bf742c answer_summary: allow summary of 0 answers 2010-04-19 11:57:57 -04:00