Wed, 01 Jul 2009 17:25:54 +0200 |
Lennard de Rijk |
Added skeleton for the take view and its template.
|
changeset |
files
|
Wed, 01 Jul 2009 16:28:27 +0200 |
Lennard de Rijk |
Move getMenusForScope to the end of the View class.
|
changeset |
files
|
Wed, 01 Jul 2009 16:22:35 +0200 |
Lennard de Rijk |
Changed the Survey public view to give a preview of the Survey.
|
changeset |
files
|
Wed, 01 Jul 2009 14:49:54 +0200 |
Lennard de Rijk |
Removed activate grade URL pattern from Survey View.
|
changeset |
files
|
Wed, 01 Jul 2009 14:42:54 +0200 |
Lennard de Rijk |
Brown paper bag "without tea" morning typo fix in Survey View.
|
changeset |
files
|
Wed, 01 Jul 2009 14:28:51 +0200 |
Lennard de Rijk |
Style fix in Survey views helper.
|
changeset |
files
|
Wed, 01 Jul 2009 08:29:49 +0200 |
Lennard de Rijk |
Returned access checks in Survey View to the right state.
|
changeset |
files
|
Tue, 30 Jun 2009 18:16:33 +0200 |
Lennard de Rijk |
Fixed too long line in Surveys helper.
|
changeset |
files
|
Tue, 30 Jun 2009 18:02:10 +0200 |
Lennard de Rijk |
Solved some merging problems and use the getRecordLogic where needed.
|
changeset |
files
|
Tue, 30 Jun 2009 17:55:43 +0200 |
Lennard de Rijk |
Reverted some changes in SurveyLogic.
|
changeset |
files
|
Tue, 30 Jun 2009 15:58:56 +0200 |
Lennard de Rijk |
Use an existing logic for showing Survey Results.
|
changeset |
files
|
Tue, 30 Jun 2009 14:56:48 +0200 |
Lennard de Rijk |
Merge params from inheriting Survey views so functionality can be reused.
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 30 Jun 2009 14:45:11 +0200 |
Lennard de Rijk |
Added getRecordLogic method to SurveyLogic.
|
changeset |
files
|
Tue, 30 Jun 2009 08:54:39 +0200 |
Lennard de Rijk |
Removed setting of the scope in the ProjectSurvey init.
|
changeset |
files
|
Tue, 30 Jun 2009 08:50:56 +0200 |
Lennard de Rijk |
Added getSurveyForContent method to SurveyLogic.
|
changeset |
files
|
Tue, 30 Jun 2009 08:49:34 +0200 |
Lennard de Rijk |
Calling the correct super in Project and Grading Survey Logic.
|
changeset |
files
|
Tue, 30 Jun 2009 03:03:46 -0700 |
james |
merged upstream
|
changeset |
files
|
Tue, 30 Jun 2009 10:59:05 +0200 |
Zachary Voase |
Add paver script that will replace our current build.sh from scripts folder.
|
changeset |
files
|
Mon, 29 Jun 2009 23:19:49 -0700 |
Sverre Rabbelier |
Add checkHasSurveyAccess access check
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 30 Jun 2009 00:06:53 +0200 |
Lennard de Rijk |
Removed survey_kind from Survey model.
|
changeset |
files
|
Mon, 29 Jun 2009 23:40:24 +0200 |
Lennard de Rijk |
Set the correct base_model and scope_logic for extended Survey logic.
|
changeset |
files
|
Mon, 29 Jun 2009 23:16:21 +0200 |
Lennard de Rijk |
Added two missing imports to the Project and Grading Surveys views.
|
changeset |
files
|
Mon, 29 Jun 2009 19:29:15 +0200 |
Daniel Diniz |
Added SurveyContentSchema to improve readability for the survey helper.
|
changeset |
files
|
Mon, 29 Jun 2009 16:51:48 +0200 |
Pawel Solyga |
Added tag v0-5-20090629 for changeset 0dee663d6582
|
changeset |
files
|
Mon, 29 Jun 2009 16:50:38 +0200 |
Pawel Solyga |
et new Melange version number to 0-5-20090629 in app.yaml.template.
|
changeset |
files
|
Mon, 29 Jun 2009 15:53:50 +0200 |
Lennard de Rijk |
Added skeleton view for ProjectSurvey and GradingProjectSurvey.
|
changeset |
files
|
Mon, 29 Jun 2009 15:44:33 +0200 |
Lennard de Rijk |
Prepared Survey access controls to deal with multiple logics.
|
changeset |
files
|
Mon, 29 Jun 2009 15:19:28 +0200 |
Lennard de Rijk |
Extracted the ProjectSurvey and ProjectGradingSurvey records to a new module.
|
changeset |
files
|
Mon, 29 Jun 2009 14:06:30 +0200 |
Lennard de Rijk |
Removed unused import from Survey model.
|
changeset |
files
|
Mon, 29 Jun 2009 14:01:24 +0200 |
Lennard de Rijk |
Separated two survey types out of the main survey model.
|
changeset |
files
|
Mon, 29 Jun 2009 13:50:03 +0200 |
Lennard de Rijk |
Seperated Logic for ProjectSurvey and GradingProject surveys.
|
changeset |
files
|
Sun, 28 Jun 2009 23:58:03 +0200 |
Daniel Diniz |
Start on adding ProjectSurvey and GradingProjectSurvey.
|
changeset |
files
|
Sun, 28 Jun 2009 22:12:33 +0200 |
Lennard de Rijk |
Added .settings to hgignore.
|
changeset |
files
|
Sun, 28 Jun 2009 17:53:58 +0200 |
Lennard de Rijk |
Renamed opening to survey_start and deadline to survey_end.
|
changeset |
files
|
Sun, 28 Jun 2009 17:44:44 +0200 |
Lennard de Rijk |
Put ResultsLogic in its own Logic module named survey_record.
|
changeset |
files
|
Sun, 28 Jun 2009 14:55:47 +0200 |
Lennard de Rijk |
Removed non-existing import in Survey Logic.
|
changeset |
files
|
Sun, 28 Jun 2009 14:49:39 +0200 |
Daniel Diniz |
Added Survey menu items to the Program menu.
|
changeset |
files
|
Sun, 28 Jun 2009 14:48:19 +0200 |
Daniel Diniz |
Added Surveys to the sitemap.
|
changeset |
files
|
Sun, 28 Jun 2009 14:46:31 +0200 |
James Levy |
Added View for Surveys.
|
changeset |
files
|
Sun, 28 Jun 2009 14:45:08 +0200 |
Daniel Diniz |
Added redirect for use in Surveys.
|
changeset |
files
|
Sun, 28 Jun 2009 14:40:55 +0200 |
Daniel Diniz |
Added Access checks for Surveys.
|
changeset |
files
|
Sun, 28 Jun 2009 14:32:21 +0200 |
James Levy |
Added Survey Views Helper for rendering several widgets.
|
changeset |
files
|
Sun, 28 Jun 2009 14:18:01 +0200 |
James Levy |
Added logic for Survey and SurveyRecord.
|
changeset |
files
|
Sun, 28 Jun 2009 13:18:56 +0200 |
James Levy |
Added SurveyRecordGroup for the use in evaluation surveys.
|
changeset |
files
|
Sun, 28 Jun 2009 13:13:58 +0200 |
James Levy |
Added SurveyRecordModel.
|
changeset |
files
|
Sun, 28 Jun 2009 13:07:18 +0200 |
James Levy |
Added Survey and SurveyContent model.
|
changeset |
files
|
Sat, 27 Jun 2009 22:11:48 +0200 |
Lennard de Rijk |
Fixed docstring in Document Logic.
v0-5-20090629
|
changeset |
files
|
Sat, 27 Jun 2009 09:42:32 +0200 |
Lennard de Rijk |
Renamed css due to previous changes in previous commit.
|
changeset |
files
|
Sat, 27 Jun 2009 09:39:01 +0200 |
Daniel Diniz |
Edited stylesheet for use in Surveys.
|
changeset |
files
|
Sat, 27 Jun 2009 09:36:54 +0200 |
Lennard de Rijk |
Renamed JavaScript files in templates to match the correct files using prefixes.
|
changeset |
files
|
Sat, 27 Jun 2009 09:35:50 +0200 |
Daniel Diniz |
Adding JS files for use in Surveys.
|
changeset |
files
|
Fri, 26 Jun 2009 21:58:12 +0200 |
Daniel Diniz |
Added templates considering Surveys.
|
changeset |
files
|
Fri, 26 Jun 2009 21:54:46 +0200 |
Daniel Diniz |
Renamed jquery.growfield.js to jquery-growfield.js.
|
changeset |
files
|
Tue, 23 Jun 2009 20:54:03 +0200 |
Daniel Diniz |
Patch that adds the JS and CSS files for surveys.
|
changeset |
files
|
Tue, 23 Jun 2009 20:43:22 +0200 |
Daniel Diniz |
Patch that touches 'upstream' templates, for use in surveys.
|
changeset |
files
|
Mon, 22 Jun 2009 07:32:45 +0200 |
Lennard de Rijk |
Fixes an issue where the organization home page would throw a 505 when no projects where accepted.
|
changeset |
files
|
Sun, 21 Jun 2009 18:27:30 +0200 |
Lennard de Rijk |
Added tag v0-5-20090621 for changeset 96ff51144dca
|
changeset |
files
|
Sun, 21 Jun 2009 18:22:02 +0200 |
Lennard de Rijk |
Set new Melange version number to 0-5-20090621 in app.yaml.template
v0-5-20090621
|
changeset |
files
|