Sun, 05 Jul 2009 12:18:31 +0200 Pawel Solyga Set new Melange version number to 0-5-20090705 in app.yaml.template. v0-5-20090705
Sun, 05 Jul 2009 11:32:26 +0200 James Levy Added Menu items for all three kinds of Surveys to the program menu.
Sun, 05 Jul 2009 00:57:03 +0200 Daniel Diniz POST data always overwrites survey_record data when used to populate form.
Sat, 04 Jul 2009 18:48:58 +0100 Mario Ferraro Fixes bug when option name contains double quotes.
Sat, 04 Jul 2009 18:53:37 +0200 Lennard de Rijk Several style fixes due to code reviews.
Sat, 04 Jul 2009 17:23:19 +0200 Daniel Diniz Ensure that long questions and comments are stored as db.Text.
Sat, 04 Jul 2009 17:16:16 +0200 Lennard de Rijk Style fix in access module.
Sat, 04 Jul 2009 17:02:51 +0200 Lennard de Rijk Returned ProjectSurvey create to checkIsUser.
Sat, 04 Jul 2009 16:44:08 +0200 Lennard de Rijk Added access checks for taking a Project(Grading)Survey.
Sat, 04 Jul 2009 16:23:00 +0200 Lennard de Rijk Brown paper bag fix for using non-existing logic in ProjectSurvey views.
Sat, 04 Jul 2009 15:59:19 +0200 Lennard de Rijk Fixed basic Survey access check.
Sat, 04 Jul 2009 15:30:08 +0200 Daniel Diniz Fixed broken selection questions from refactoring SurveyForm.
Sat, 04 Jul 2009 15:16:54 +0200 Lennard de Rijk Fixed showing the correct list of projects for taking a Grading Project Survey.
Sat, 04 Jul 2009 15:08:28 +0200 Lennard de Rijk Refactored filter construction to _constructFilterForProjectSelection.
Sat, 04 Jul 2009 14:29:13 +0200 Lennard de Rijk Make sure that radio button questions validate correctly and allow only one choice.
Sat, 04 Jul 2009 14:22:02 +0200 Lennard de Rijk Added Daniel Diniz and Zachary Voase to the AUTHORS file.
Sat, 04 Jul 2009 14:19:39 +0200 Lennard de Rijk Added Daniel Diniz to authors for Grading Project Survey View.
Sat, 04 Jul 2009 14:15:11 +0200 Daniel Diniz Add a grade field to the Grading Project Survey form.
Sat, 04 Jul 2009 13:53:17 +0200 James Levy Survey editing/taking Javascript and CSS fixes.
Sat, 04 Jul 2009 12:07:27 +0200 Pawel Solyga Remove public role type from SURVEY_TAKING_ACCESS in Survey model.
Fri, 03 Jul 2009 20:41:19 -0700 Sverre Rabbelier try to fix the surveys-have-no-scope issue
Fri, 03 Jul 2009 18:39:17 -0700 Sverre Rabbelier addressed comments to previous version
Fri, 03 Jul 2009 18:24:02 -0700 Sverre Rabbelier return found entity for activity checks
Fri, 03 Jul 2009 18:23:12 -0700 Sverre Rabbelier survey access: stylefix and remove public role type
Fri, 03 Jul 2009 22:36:10 +0200 Lennard de Rijk Style fixes in Survey helper.
Fri, 03 Jul 2009 22:27:42 +0200 Lennard de Rijk Added _getSurveyTakeForm to the Survey view.
Fri, 03 Jul 2009 21:59:10 +0200 Lennard de Rijk Only initialize a SurveyTakeForm in take instead of in takeGet and takePost.
Fri, 03 Jul 2009 21:06:22 +0200 Daniel Diniz Split SurveyForm into SurveyTakeForm and SurveyEditForm.
Fri, 03 Jul 2009 20:38:43 +0200 Lennard de Rijk Do not call takeGet when SurveyForm ValidationError occurs.
Fri, 03 Jul 2009 19:15:09 +0200 Lennard de Rijk Several stylefixes due to received reviews.
Fri, 03 Jul 2009 18:39:30 +0200 Lennard de Rijk Style fixes in Access module.
Fri, 03 Jul 2009 18:34:18 +0200 Lennard de Rijk Style fixes to the GradingProjectSurvey View module.
Fri, 03 Jul 2009 18:23:34 +0200 Lennard de Rijk Sub_merge params for GradingProjectSurvey View.
Fri, 03 Jul 2009 18:23:02 +0200 James Levy Added rudimentary grade field to GradingProjectSurvey take View.
Fri, 03 Jul 2009 18:20:33 +0200 Lennard de Rijk Ensure that the params from subclasses get merged properly with ProjectSurvey view.
Fri, 03 Jul 2009 18:09:48 +0200 Lennard de Rijk Corrected the links to Grading Project Surveys in Program menu.
Fri, 03 Jul 2009 17:55:36 +0200 Lennard de Rijk Added missing import to ProjectSurvey View.
Fri, 03 Jul 2009 15:21:44 +0200 Daniel Diniz Fix pick_multi only returning one answer as maximum.
Fri, 03 Jul 2009 15:00:00 +0200 Lennard de Rijk Removed getSurveyResponseFromPost from Surveys helper.
Fri, 03 Jul 2009 14:53:26 +0200 Lennard de Rijk Renamed survey-edit-090627.js due to recent changes.
Fri, 03 Jul 2009 14:43:49 +0200 Lennard de Rijk Form errors when taking a Survey now have the correct context.
Fri, 03 Jul 2009 14:36:16 +0200 Lennard de Rijk Fixed Survey Form error giving 505.
Fri, 03 Jul 2009 14:35:03 +0200 Daniel Diniz Surveys can now have required questions and comments can be turned on/off.
Fri, 03 Jul 2009 14:19:23 +0200 Daniel Diniz Added Survey From Field validation.
Fri, 03 Jul 2009 12:10:24 +0200 Daniel Diniz Style fixes and a forgotten parameter in Survey(Record) logic.
Fri, 03 Jul 2009 12:05:23 +0200 Lennard de Rijk Removed unnecessary variable in ProjectSurvey take method.
Fri, 03 Jul 2009 12:02:57 +0200 Lennard de Rijk Overwrite _getSurveyRecordFor in ProjectSurvey view to take StudentProject into account.
Fri, 03 Jul 2009 12:00:53 +0200 Lennard de Rijk Added _getSurveyRecordFor method to Survey View.
Thu, 02 Jul 2009 18:35:57 +0200 Lennard de Rijk Added default Survey list templates for ProjectSurvey and GradingProjectSurvey.
Thu, 02 Jul 2009 18:33:13 +0200 Daniel Diniz Enable the ProjectSurvey and GradingProjectSurvey views in the core.
Thu, 02 Jul 2009 17:51:07 +0200 Lennard de Rijk Implemented taking ProjectSurveys.
Thu, 02 Jul 2009 17:47:24 +0200 Lennard de Rijk Edit SurveyRecord model to not make use of different Survey property for each subclass.
Thu, 02 Jul 2009 17:08:10 +0200 Lennard de Rijk Made the CSV exporter for Survey not rely on the BackReferenceProperty in Survey.
Thu, 02 Jul 2009 16:53:13 +0200 Lennard de Rijk Added getTakeProjectSurveyRedirect.
Thu, 02 Jul 2009 16:51:31 +0200 Lennard de Rijk Added the possibility to change the action of the form on the Survey take page.
Thu, 02 Jul 2009 16:50:08 +0200 Lennard de Rijk Small style fix in Surveys helper.
Thu, 02 Jul 2009 15:40:37 +0200 Lennard de Rijk Set required is True for StudentProject reference in ProjectSurveyRecord.
Thu, 02 Jul 2009 15:38:33 +0200 Lennard de Rijk Removed obsolete if tag form take template.
Thu, 02 Jul 2009 15:34:02 +0200 Lennard de Rijk Added hook methods to takeGet and takePost.
Thu, 02 Jul 2009 14:48:10 +0200 Lennard de Rijk Fixed typo in title of Survey Take page.
(0) -1000 -300 -100 -60 +60 +100 +300 tip