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