- May 08, 2009
-
-
The Great Git Migration authored
create tag 'DRUPAL-6--3-1-ALPHA11'. Sprout from DRUPAL-6--3 2009-05-08 19:52:28 UTC Matt Butcher <mbutcher@201798.no-reply.drupal.org> 'Step 1 of directory re-organization: created new module dirs.' Delete: CHANGELOG.txt DEVELOPER.txt Examples/questions_import/aiken_example.txt Examples/questions_import/cvs_example.cvs INSTALL.txt README.txt TODO.txt images/correct.gif images/incorrect.gif images/selected.gif images/unselected.gif includes/views/defaults/questions_by_quiz.view includes/views/defaults/quiz_by_teacher.view includes/views/defaults/quiz_by_user.view includes/views/handlers/quiz_views_handler_argument_quiz_nid.inc includes/views/handlers/quiz_views_handler_argument_user_uid_nullable.inc includes/views/handlers/quiz_views_handler_field_question_status.inc includes/views/handlers/quiz_views_handler_field_score_aggregate.inc includes/views/handlers/quiz_views_handler_field_takes.inc includes/views/handlers/quiz_views_handler_field_user_quiz_state.inc includes/views/handlers/quiz_views_handler_filter_question_status.inc includes/views/handlers/quiz_views_handler_filter_quiz_nid.inc includes/views/handlers/quiz_views_handler_filter_user_nullable.inc includes/views/handlers/quiz_views_handler_filter_user_quiz_state.inc includes/views/handlers/quiz_views_handler_relationship_quiz_nid.inc includes/views/quiz.views.inc includes/views/quiz.views_default.inc long_answer.admin.inc long_answer.classes.inc long_answer.info long_answer.install long_answer.module long_answer.test long_answer.theme.inc matching.module multichoice.info multichoice.install multichoice.module question_types/long_answer/long_answer.admin.inc question_types/long_answer/long_answer.classes.inc question_types/long_answer/long_answer.info question_types/long_answer/long_answer.install question_types/long_answer/long_answer.module question_types/long_answer/long_answer.test question_types/long_answer/long_answer.theme.inc question_types/multichoice/multichoice.info question_types/multichoice/multichoice.install question_types/multichoice/multichoice.module question_types/quiz_directions/quiz_directions.classes.inc question_types/quiz_directions/quiz_directions.info question_types/quiz_directions/quiz_directions.module question_types/quiz_question/quiz_question.core.inc question_types/quiz_question/quiz_question.info question_types/quiz_question/quiz_question.install question_types/quiz_question/quiz_question.module question_types/quiz_question/quiz_question.theme.inc quiz.actions.inc quiz.admin.inc quiz.admin.js quiz.css quiz.help.inc quiz.info quiz.install quiz.module quiz.pages.inc quiz_datetime.inc quiz_directions.classes.inc quiz_directions.info quiz_directions.module quiz_question.core.inc quiz_question.info quiz_question.install quiz_question.module quiz_question.theme.inc quiz_question.truefalse.inc
-
Matt Butcher authored
-
Sivaji Ganesh Jojodae authored
-
Sivaji Ganesh Jojodae authored
Incremental work on #418000, now users can configure email subject and body format with placeholders !rid, !score, !percentage etc
-
Sivaji Ganesh Jojodae authored
-
Sivaji Ganesh Jojodae authored
-
Sam Boyer authored
-
Sam Boyer authored
-
- May 07, 2009
-
-
Sivaji Ganesh Jojodae authored
#418000 fixed by sivaji. now quiz results can be sent over email, working to extend this to have configurable email body. [gsoc, gsoc2009]
-
Sivaji Ganesh Jojodae authored
-
- May 06, 2009
-
-
Matt Butcher authored
-
Matt Butcher authored
-
- May 05, 2009
-
-
Matt Butcher authored
Added a reporting section to Quiz admin menu. Along with result viewer, other views will be attached there.
-
Matt Butcher authored
-
- May 04, 2009
-
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
#453564: Changing permission names to something that makes more sense. THIS WILL BREAK some permission settings and some views.
-
Matt Butcher authored
Backed out the addition of jquery_countdown as a dependency. This should be an optional module, not a required module.
-
Matt Butcher authored
#453384: by spydmobile Fixed numerous errors in SQL that were preventing PostgreSQL from working. Also (by mbutcher) fixed a few views glitches.
-
- Apr 30, 2009
- Apr 29, 2009
-
-
Sivaji Ganesh Jojodae authored
-
Sivaji Ganesh Jojodae authored
-
Sam Boyer authored
-
Sam Boyer authored
Still needs UI love.
-
Sivaji Ganesh Jojodae authored
Adding a line dependencies[] = taxonomy to quiz.info, quiz module uses taxonomy without doing dependenicies, module_exists, or function_exists .gsoc
-
- Apr 28, 2009
-
-
Sivaji Ganesh Jojodae authored
-
Matt Butcher authored
Per discussion with sivaji, Crell, chx, I am removing the node deletion in the uninstaller. This was probably a hold-over from Drupal 4.x
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
-
- Apr 27, 2009
-
-
Matt Butcher authored
-
- Apr 24, 2009
-
-
Matt Butcher authored
-
- Apr 23, 2009
-
-
Sam Boyer authored
Wow. The initial attempt actually just about worked. Cleaned out the cruft, fixed some typos, changed from AVERAGE() to AVG() (which is the actual SQL function name), and it seems to be working.
-
Sam Boyer authored
-
Sam Boyer authored
Latest update includes some more custom handlers that accommodate the crazy joins and nid/vid handling we need.
-
Sam Boyer authored
Made it possible to decide whether or not the ISNULL approach should be used, which is only necessary for certain joins.
-
Sam Boyer authored
-