app/soc/views/models/survey.py
2009-08-25 James Levy Added SurveyRecordForm for viewing a SurveyRecord.
2009-08-12 Lennard de Rijk Fixed Survey Take page which was erroring on undefined variables.
2009-08-11 Lennard de Rijk Fix copy/paste fail in Survey results view regarding allowed_to_read.
2009-08-11 Lennard de Rijk _getResultsViewRecordFields does not need fields argument anymore.
2009-08-11 Lennard de Rijk Open up the Survey Results view for users.
2009-08-10 Lennard de Rijk Made the specific SurveyTakeForm used in a View part of params.
2009-08-09 Lennard de Rijk Added project title and student name to the ProjectSurvey take page.
2009-08-05 Lennard de Rijk Added and enabled access check for viewing SurveyRecords.
2009-08-05 Lennard de Rijk The Survey Results view now only list Records of interest to the current user.
2009-08-04 Lennard de Rijk ViewResults for Surveys is now showing all SurveyRecords.
2009-08-04 Lennard de Rijk The Survey public view now uses the proper page name.
2009-08-04 Lennard de Rijk Added view for showing Survey Records.
2009-07-15 Lennard de Rijk More style fixes due to code reviews for Surveys.
2009-07-15 Lennard de Rijk Several style fixes and code cleaning for surveys.
2009-07-11 Lennard de Rijk Edited help text to be more clear when a Survey has been submitted.
2009-07-09 Lennard de Rijk Added Surveys to sidebar menu.
2009-07-09 Daniel Diniz Removed results list from Survey edit.
2009-07-06 Daniel Diniz Added ability to add custom tooltips and UI improvements.
2009-07-06 Lennard de Rijk Added the possiblitity to add a description to the top of the Survey.
2009-07-05 Lennard de Rijk Ensure that accessViolations for Survey menu items get captured.
2009-07-05 James Levy Added Menu items for all three kinds of Surveys to the program menu.
2009-07-04 Daniel Diniz POST data always overwrites survey_record data when used to populate form.
2009-07-04 Lennard de Rijk Several style fixes due to code reviews.
2009-07-04 Lennard de Rijk Fixed basic Survey access check.
2009-07-03 Lennard de Rijk Added _getSurveyTakeForm to the Survey view.
2009-07-03 Lennard de Rijk Only initialize a SurveyTakeForm in take instead of in takeGet and takePost.
2009-07-03 Daniel Diniz Split SurveyForm into SurveyTakeForm and SurveyEditForm.
2009-07-03 Lennard de Rijk Do not call takeGet when SurveyForm ValidationError occurs.
2009-07-03 Lennard de Rijk Form errors when taking a Survey now have the correct context.
2009-07-03 Lennard de Rijk Fixed Survey Form error giving 505.
2009-07-03 Daniel Diniz Surveys can now have required questions and comments can be turned on/off.
2009-07-03 Daniel Diniz Added Survey From Field validation.
2009-07-03 Lennard de Rijk Added _getSurveyRecordFor method to Survey View.
2009-07-02 Lennard de Rijk Edit SurveyRecord model to not make use of different Survey property for each subclass.
2009-07-02 Lennard de Rijk Made the CSV exporter for Survey not rely on the BackReferenceProperty in Survey.
2009-07-02 Lennard de Rijk Added hook methods to takeGet and takePost.
2009-07-02 Lennard de Rijk Fixed typo in title of Survey Take page.
2009-07-02 Lennard de Rijk Add a base implementation of takePost.
2009-07-02 Daniel Diniz Clean up and other fixes for Survey modules.
2009-07-01 Lennard de Rijk Implemented the takeGet view for Surveys.
2009-07-01 Lennard de Rijk Fixed multiple typos in Survey tooltips strings.
2009-07-01 Lennard de Rijk Added skeleton for the take view and its template.
2009-07-01 Lennard de Rijk Move getMenusForScope to the end of the View class.
2009-07-01 Lennard de Rijk Changed the Survey public view to give a preview of the Survey.
2009-07-01 Lennard de Rijk Removed activate grade URL pattern from Survey View.
2009-07-01 Lennard de Rijk Brown paper bag "without tea" morning typo fix in Survey View.
2009-07-01 Lennard de Rijk Returned access checks in Survey View to the right state.
2009-06-30 Lennard de Rijk Solved some merging problems and use the getRecordLogic where needed.
2009-06-30 Lennard de Rijk Merge params from inheriting Survey views so functionality can be reused.
2009-06-30 Lennard de Rijk Add more flexibility to the Survey helper for use with the new Survey types.
2009-06-30 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
2009-06-29 Lennard de Rijk Added skeleton view for ProjectSurvey and GradingProjectSurvey.
2009-06-29 Lennard de Rijk Prepared Survey access controls to deal with multiple logics.
2009-06-28 Daniel Diniz Start on adding ProjectSurvey and GradingProjectSurvey.
2009-06-28 Lennard de Rijk Renamed opening to survey_start and deadline to survey_end.
2009-06-28 Lennard de Rijk Put ResultsLogic in its own Logic module named survey_record.
2009-06-28 James Levy Added View for Surveys.
less more (0) tip