Revert new survey on master.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 18 Feb 2011 19:51:57 +0000 (20:51 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 18 Feb 2011 20:04:15 +0000 (21:04 +0100)
commit905ab10422941d19d99b4957c009914a64d19399
tree2a7e326f097368bbc8f6f978c202b00bb2f6210e
parent82af3fc3b6e003b0cbbcf4faf4ed4f0ea5c07570
Revert new survey on master.

I'll move all this stuff to a feature branch so that the surveys will not
block the next release if not ready.

I just hope I didn't break anything in my revert.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
40 files changed:
Makefile
htdocs/css/base.css
htdocs/javascript/survey.js [deleted file]
modules/survey.php
modules/survey/answer.inc.php [deleted file]
modules/survey/multiple.inc.php [deleted file]
modules/survey/question.inc.php
modules/survey/section.inc.php [deleted file]
modules/survey/survey.inc.php
modules/survey/text.inc.php [deleted file]
templates/survey/admin.tpl [new file with mode: 0644]
templates/survey/confirm.tpl [new file with mode: 0644]
templates/survey/edit.questions.tpl [deleted file]
templates/survey/edit.tpl [deleted file]
templates/survey/edit_checkbox.tpl [new file with mode: 0644]
templates/survey/edit_checkboxtable.tpl [new file with mode: 0644]
templates/survey/edit_new.tpl [new file with mode: 0644]
templates/survey/edit_newsurvey.tpl [new file with mode: 0644]
templates/survey/edit_num.tpl [new file with mode: 0644]
templates/survey/edit_question.tpl [new file with mode: 0644]
templates/survey/edit_radio.tpl [new file with mode: 0644]
templates/survey/edit_radiotable.tpl [new file with mode: 0644]
templates/survey/edit_root.tpl [new file with mode: 0644]
templates/survey/edit_survey.tpl [moved from templates/survey/vote.questions.tpl with 55% similarity]
templates/survey/edit_text.tpl [new file with mode: 0644]
templates/survey/edit_textarea.tpl [new file with mode: 0644]
templates/survey/error.tpl [new file with mode: 0644]
templates/survey/index.tpl
templates/survey/show_checkbox.tpl [new file with mode: 0644]
templates/survey/show_checkboxtable.tpl [new file with mode: 0644]
templates/survey/show_num.tpl [new file with mode: 0644]
templates/survey/show_question.tpl [new file with mode: 0644]
templates/survey/show_radio.tpl [new file with mode: 0644]
templates/survey/show_radiotable.tpl [new file with mode: 0644]
templates/survey/show_root.tpl [new file with mode: 0644]
templates/survey/show_text.tpl [new file with mode: 0644]
templates/survey/show_textarea.tpl [new file with mode: 0644]
templates/survey/success.tpl [moved from templates/survey/vote.tpl with 76% similarity]
upgrade/1.1.0/10_surveys.sql [deleted file]
upgrade/1.1.0/update.sh [deleted file]