app/soc/views/models/survey.py
Wed, 12 Aug 2009 15:44:18 -0700 Lennard de Rijk Fixed Survey Take page which was erroring on undefined variables.
Mon, 10 Aug 2009 18:57:00 -0700 Lennard de Rijk Fix copy/paste fail in Survey results view regarding allowed_to_read.
Mon, 10 Aug 2009 18:49:34 -0700 Lennard de Rijk _getResultsViewRecordFields does not need fields argument anymore.
Mon, 10 Aug 2009 18:03:55 -0700 Lennard de Rijk Open up the Survey Results view for users.
Mon, 10 Aug 2009 15:37:12 -0700 Lennard de Rijk Made the specific SurveyTakeForm used in a View part of params.
Sun, 09 Aug 2009 13:42:31 -0700 Lennard de Rijk Added project title and student name to the ProjectSurvey take page.
Wed, 05 Aug 2009 22:00:08 +0200 Lennard de Rijk Added and enabled access check for viewing SurveyRecords.
Wed, 05 Aug 2009 12:38:50 +0200 Lennard de Rijk The Survey Results view now only list Records of interest to the current user.
Tue, 04 Aug 2009 17:00:46 +0200 Lennard de Rijk ViewResults for Surveys is now showing all SurveyRecords.
Tue, 04 Aug 2009 15:59:42 +0200 Lennard de Rijk The Survey public view now uses the proper page name.
Tue, 04 Aug 2009 15:58:31 +0200 Lennard de Rijk Added view for showing Survey Records.
Wed, 15 Jul 2009 15:18:58 +0200 Lennard de Rijk More style fixes due to code reviews for Surveys.
Wed, 15 Jul 2009 15:07:01 +0200 Lennard de Rijk Several style fixes and code cleaning for surveys.
Sat, 11 Jul 2009 20:42:23 +0200 Lennard de Rijk Edited help text to be more clear when a Survey has been submitted.
Thu, 09 Jul 2009 23:50:21 +0200 Lennard de Rijk Added Surveys to sidebar menu.
Thu, 09 Jul 2009 10:39:30 +0200 Daniel Diniz Removed results list from Survey edit.
Mon, 06 Jul 2009 16:13:27 +0200 Daniel Diniz Added ability to add custom tooltips and UI improvements.
Mon, 06 Jul 2009 14:58:46 +0200 Lennard de Rijk Added the possiblitity to add a description to the top of the Survey.
Sun, 05 Jul 2009 12:57:09 +0200 Lennard de Rijk Ensure that accessViolations for Survey menu items get captured.
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:53:37 +0200 Lennard de Rijk Several style fixes due to code reviews.
Sat, 04 Jul 2009 15:59:19 +0200 Lennard de Rijk Fixed basic Survey access check.
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 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:00:53 +0200 Lennard de Rijk Added _getSurveyRecordFor method to Survey View.
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 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.
Thu, 02 Jul 2009 12:46:12 +0200 Lennard de Rijk Add a base implementation of takePost.
Thu, 02 Jul 2009 10:33:58 +0200 Daniel Diniz Clean up and other fixes for Survey modules.
Wed, 01 Jul 2009 21:53:20 +0200 Lennard de Rijk Implemented the takeGet view for Surveys.
Wed, 01 Jul 2009 17:28:44 +0200 Lennard de Rijk Fixed multiple typos in Survey tooltips strings.
Wed, 01 Jul 2009 17:25:54 +0200 Lennard de Rijk Added skeleton for the take view and its template.
Wed, 01 Jul 2009 16:28:27 +0200 Lennard de Rijk Move getMenusForScope to the end of the View class.
Wed, 01 Jul 2009 16:22:35 +0200 Lennard de Rijk Changed the Survey public view to give a preview of the Survey.
Wed, 01 Jul 2009 14:49:54 +0200 Lennard de Rijk Removed activate grade URL pattern from Survey View.
Wed, 01 Jul 2009 14:42:54 +0200 Lennard de Rijk Brown paper bag "without tea" morning typo fix in Survey View.
Wed, 01 Jul 2009 08:29:49 +0200 Lennard de Rijk Returned access checks in Survey View to the right state.
Tue, 30 Jun 2009 18:02:10 +0200 Lennard de Rijk Solved some merging problems and use the getRecordLogic where needed.
Tue, 30 Jun 2009 14:56:48 +0200 Lennard de Rijk Merge params from inheriting Survey views so functionality can be reused.
Tue, 30 Jun 2009 14:55:55 +0200 Lennard de Rijk Add more flexibility to the Survey helper for use with the new Survey types.
Tue, 30 Jun 2009 03:02:53 -0700 james fixed critical errors related to survey subclassing and renaming of deadline and opening properties, and surveys in sidebar are now marked as such and have a red color if untaken
Mon, 29 Jun 2009 15:53:50 +0200 Lennard de Rijk Added skeleton view for ProjectSurvey and GradingProjectSurvey.
Mon, 29 Jun 2009 15:44:33 +0200 Lennard de Rijk Prepared Survey access controls to deal with multiple logics.
Sun, 28 Jun 2009 23:58:03 +0200 Daniel Diniz Start on adding ProjectSurvey and GradingProjectSurvey.
Sun, 28 Jun 2009 17:53:58 +0200 Lennard de Rijk Renamed opening to survey_start and deadline to survey_end.
Sun, 28 Jun 2009 17:44:44 +0200 Lennard de Rijk Put ResultsLogic in its own Logic module named survey_record.
Sun, 28 Jun 2009 14:46:31 +0200 James Levy Added View for Surveys.
less more (0) tip