2009-07-09 |
Lennard de Rijk |
Changed title entry in GradingSurveyGroup's public template to name.
|
changeset |
files
|
2009-07-09 |
Lennard de Rijk |
Added skeleton view and templates for GradingSurveyGroup.
|
changeset |
files
|
2009-07-09 |
Lennard de Rijk |
Added name property to GradingSurveyGroup.
|
changeset |
files
|
2009-07-09 |
Lennard de Rijk |
Added missing blank line to GradingSurveyGroup logic.
|
changeset |
files
|
2009-07-09 |
Lennard de Rijk |
Added logic for GradingRecord and GradingSurveyGroup.
|
changeset |
files
|
2009-07-09 |
Daniel Diniz |
Removed results list from Survey edit.
|
changeset |
files
|
2009-07-09 |
Mario Ferraro |
Extended tooltip timeout to 10 seconds for all fields.
|
changeset |
files
|
2009-07-08 |
Lennard de Rijk |
Minor stylefix to StudentProject model.
|
changeset |
files
|
2009-07-08 |
Lennard de Rijk |
Changed the StudentProject model to handle a dynamic amount of GradeRecords.
|
changeset |
files
|
2009-07-08 |
Lennard de Rijk |
Renamed several files due to recent changes.
|
changeset |
files
|
2009-07-08 |
Lennard de Rijk |
Style fixing in GradeRecord model
|
changeset |
files
|
2009-07-08 |
Daniel Diniz |
Several Survey UI fixes.
|
changeset |
files
|
2009-07-07 |
Madhusudan C.S. |
Fixed base template URL to tagged version of the deployed source code.
|
changeset |
files
|
2009-07-07 |
Lennard de Rijk |
Fixed imports for Survey logic.
|
changeset |
files
|
2009-07-07 |
Lennard de Rijk |
Added skeleton models for GradingSurveyGroup and Records.
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Added tag v0-5-20090706 for changeset c17b671e5657
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Set new Melange version number to 0-5-20090706 in app.yaml.template.
v0-5-20090706
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Ensure that the Grade field data stays in clean_data.
|
changeset |
files
|
2009-07-06 |
Daniel Diniz |
Add missing import to Project Survey view.
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Renamed several files due to recent changes.
|
changeset |
files
|
2009-07-06 |
Mario Ferraro |
Now properly escaping JS and converting new lines into br for Tooltips.
|
changeset |
files
|
2009-07-06 |
Daniel Diniz |
Added ability to add custom tooltips and UI improvements.
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Public Survey template now resembles the take template more closely.
|
changeset |
files
|
2009-07-06 |
Lennard de Rijk |
Added the possiblitity to add a description to the top of the Survey.
|
changeset |
files
|
2009-07-06 |
James Levy |
Use CSS instead of JS for Survey layout.
|
changeset |
files
|
2009-07-06 |
Daniel Diniz |
Remove the custom propmpt inside textareas and input fields.
|
changeset |
files
|
2009-07-05 |
Pawel Solyga |
Fix HtmlSanitizer to return cleaned string in proper encoding.
|
changeset |
files
|
2009-07-05 |
James Levy |
Added clear:right property to submit button in Survey take form.
|
changeset |
files
|
2009-07-05 |
Mario Ferraro |
Fix button layout on Safari 4.0 for Survey take page.
|
changeset |
files
|
2009-07-05 |
Pawel Solyga |
Fix comment indention in survey-take javascript file.
|
changeset |
files
|
2009-07-05 |
Lennard de Rijk |
Renamed survey-take-090627.js to survey-take-090705.js.
|
changeset |
files
|
2009-07-05 |
James Levy |
Increased bottom margin on comments for better grouping.
|
changeset |
files
|
2009-07-05 |
Lennard de Rijk |
Changed the filter for getting a SurveyRecord for a ProjectSurvey
|
changeset |
files
|
2009-07-05 |
Lennard de Rijk |
Added tag v0-5-20090705p1 for changeset c7726e3ab173
|
changeset |
files
|
2009-07-05 |
Lennard de Rijk |
Set new Melange version number to 0-5-20090705p1 in app.yaml.template.
v0-5-20090705p1
|
changeset |
files
|
2009-07-05 |
Lennard de Rijk |
Ensure that accessViolations for Survey menu items get captured.
|
changeset |
files
|
2009-07-05 |
Pawel Solyga |
Added tag v0-5-20090705 for changeset 8f3a8e066111
|
changeset |
files
|
2009-07-05 |
Pawel Solyga |
Set new Melange version number to 0-5-20090705 in app.yaml.template.
v0-5-20090705
|
changeset |
files
|
2009-07-05 |
James Levy |
Added Menu items for all three kinds of Surveys to the program menu.
|
changeset |
files
|
2009-07-04 |
Daniel Diniz |
POST data always overwrites survey_record data when used to populate form.
|
changeset |
files
|
2009-07-04 |
Mario Ferraro |
Fixes bug when option name contains double quotes.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Several style fixes due to code reviews.
|
changeset |
files
|
2009-07-04 |
Daniel Diniz |
Ensure that long questions and comments are stored as db.Text.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Style fix in access module.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Returned ProjectSurvey create to checkIsUser.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Added access checks for taking a Project(Grading)Survey.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Brown paper bag fix for using non-existing logic in ProjectSurvey views.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Fixed basic Survey access check.
|
changeset |
files
|
2009-07-04 |
Daniel Diniz |
Fixed broken selection questions from refactoring SurveyForm.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Fixed showing the correct list of projects for taking a Grading Project Survey.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Refactored filter construction to _constructFilterForProjectSelection.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Make sure that radio button questions validate correctly and allow only one choice.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Added Daniel Diniz and Zachary Voase to the AUTHORS file.
|
changeset |
files
|
2009-07-04 |
Lennard de Rijk |
Added Daniel Diniz to authors for Grading Project Survey View.
|
changeset |
files
|
2009-07-04 |
Daniel Diniz |
Add a grade field to the Grading Project Survey form.
|
changeset |
files
|
2009-07-04 |
James Levy |
Survey editing/taking Javascript and CSS fixes.
|
changeset |
files
|
2009-07-04 |
Pawel Solyga |
Remove public role type from SURVEY_TAKING_ACCESS in Survey model.
|
changeset |
files
|
2009-07-04 |
Sverre Rabbelier |
try to fix the surveys-have-no-scope issue
|
changeset |
files
|
2009-07-04 |
Sverre Rabbelier |
addressed comments to previous version
|
changeset |
files
|
2009-07-04 |
Sverre Rabbelier |
return found entity for activity checks
|
changeset |
files
|