Mon, 06 Jul 2009 17:19:57 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090706 in app.yaml.template. v0-5-20090706
Mon, 06 Jul 2009 17:18:41 +0200 Lennard de Rijk Ensure that the Grade field data stays in clean_data.
Mon, 06 Jul 2009 17:03:19 +0200 Daniel Diniz Add missing import to Project Survey view.
Mon, 06 Jul 2009 16:32:14 +0200 Lennard de Rijk Renamed several files due to recent changes.
Mon, 06 Jul 2009 16:21:51 +0200 Mario Ferraro Now properly escaping JS and converting new lines into br for Tooltips.
Mon, 06 Jul 2009 16:13:27 +0200 Daniel Diniz Added ability to add custom tooltips and UI improvements.
Mon, 06 Jul 2009 15:06:05 +0200 Lennard de Rijk Public Survey template now resembles the take template more closely.
Mon, 06 Jul 2009 14:58:46 +0200 Lennard de Rijk Added the possiblitity to add a description to the top of the Survey.
Mon, 06 Jul 2009 13:19:00 +0200 James Levy Use CSS instead of JS for Survey layout.
Mon, 06 Jul 2009 12:06:28 +0200 Daniel Diniz Remove the custom propmpt inside textareas and input fields.
Mon, 06 Jul 2009 00:54:48 +0200 Pawel Solyga Fix HtmlSanitizer to return cleaned string in proper encoding.
Mon, 06 Jul 2009 00:31:48 +0200 James Levy Added clear:right property to submit button in Survey take form.
Mon, 06 Jul 2009 00:29:30 +0200 Mario Ferraro Fix button layout on Safari 4.0 for Survey take page.
Mon, 06 Jul 2009 00:16:47 +0200 Pawel Solyga Fix comment indention in survey-take javascript file.
Sun, 05 Jul 2009 23:45:57 +0200 Lennard de Rijk Renamed survey-take-090627.js to survey-take-090705.js.
Sun, 05 Jul 2009 23:43:57 +0200 James Levy Increased bottom margin on comments for better grouping.
Sun, 05 Jul 2009 13:31:34 +0200 Lennard de Rijk Changed the filter for getting a SurveyRecord for a ProjectSurvey
Sun, 05 Jul 2009 13:00:08 +0200 Lennard de Rijk Added tag v0-5-20090705p1 for changeset c7726e3ab173
Sun, 05 Jul 2009 12:59:33 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090705p1 in app.yaml.template. v0-5-20090705p1
Sun, 05 Jul 2009 12:57:09 +0200 Lennard de Rijk Ensure that accessViolations for Survey menu items get captured.
Sun, 05 Jul 2009 12:19:19 +0200 Pawel Solyga Added tag v0-5-20090705 for changeset 8f3a8e066111
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.
(0) -1000 -300 -100 -60 +60 +100 +300 tip