app/soc/views/models/student_proposal.py
Mon, 20 Apr 2009 20:56:56 +0000 Lennard de Rijk Allowing student project review page to be viewed in read-only mode after the deadline has passed.
Fri, 17 Apr 2009 16:23:01 +0000 Pawel Solyga Proposal CSV export for students.
Wed, 15 Apr 2009 15:56:17 +0000 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
Mon, 13 Apr 2009 21:32:12 +0000 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
Mon, 13 Apr 2009 15:31:39 +0000 Sverre Rabbelier Do not rely on dicts.merge to change target
Sun, 12 Apr 2009 16:43:30 +0000 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
Sun, 12 Apr 2009 16:09:00 +0000 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
Sat, 11 Apr 2009 22:58:19 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Sat, 11 Apr 2009 12:27:41 +0000 Sverre Rabbelier When ranking, put them at or above the given rank
Fri, 10 Apr 2009 15:22:38 +0000 Lennard de Rijk Removed TODO that has been completed in r2876.
Wed, 08 Apr 2009 22:21:50 +0000 Sverre Rabbelier Add auto-completion for mentor field
Mon, 06 Apr 2009 21:19:58 +0000 Pawel Solyga Fix too long line in soc.views.models.student_proposal module.
Mon, 06 Apr 2009 20:36:18 +0000 Lennard de Rijk Changed label and help_text for public review button on studentproposal review page.
Mon, 06 Apr 2009 18:18:53 +0000 Pawel Solyga Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
Mon, 06 Apr 2009 11:04:57 +0000 Pawel Solyga When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
Mon, 06 Apr 2009 10:11:44 +0000 Pawel Solyga Make "Mark as Ineligible" reversable and make this feature available for mentors too.
Fri, 03 Apr 2009 17:41:08 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
Thu, 02 Apr 2009 10:11:38 +0000 Pawel Solyga Make the mentor and organization admin comment submission on student proposal nicer. Now drop down box allows you to select comment type and based on selected type and your current Role shows you available comment options. Left TODO to put inline JS into separate JS file.
Tue, 31 Mar 2009 16:00:17 +0000 Pawel Solyga Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed.
Mon, 30 Mar 2009 19:41:05 +0000 Lennard de Rijk Enforce the 500 character limit for abstracts.
Wed, 25 Mar 2009 18:54:55 +0000 Lennard de Rijk Student Proposal Review page now has a title that contains the title and student name.
Wed, 25 Mar 2009 15:20:01 +0000 Lennard de Rijk Placing a public review via the review interface now also triggers the status change to pending.
Wed, 25 Mar 2009 14:07:21 +0000 Lennard de Rijk Added cleaning to student proposal content and the contents of the reviews.
Tue, 24 Mar 2009 18:43:22 +0000 Lennard de Rijk Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument.
Mon, 23 Mar 2009 20:05:00 +0000 Lennard de Rijk Added check to prevent students from submitting more proposals then allowed by the program settings.
Mon, 16 Mar 2009 21:18:20 +0000 Lennard de Rijk Hook up the new template tag for StudentProposal reviews.
Mon, 16 Mar 2009 19:08:50 +0000 Lennard de Rijk Notifications will not be sent out to the reviewer.
Mon, 16 Mar 2009 18:05:08 +0000 Lennard de Rijk Send out a message on a new StudentProposal review to all followers.
Mon, 16 Mar 2009 16:27:21 +0000 Lennard de Rijk Increased the length of the timebased link_id to handle more items at once.
Sun, 15 Mar 2009 20:27:50 +0000 Lennard de Rijk The StudentProposal review view now also allow you to subscribe to public/private reviews.
Sun, 15 Mar 2009 19:29:31 +0000 Lennard de Rijk Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
Sat, 14 Mar 2009 18:02:01 +0000 Lennard de Rijk Group StudentProposals under Students in the sidebar.
Fri, 13 Mar 2009 23:04:27 +0000 Lennard de Rijk Changed the workflow for students regarding their proposals.
Fri, 13 Mar 2009 23:01:11 +0000 Lennard de Rijk Added example and help text to clarify the use of some fields on the proposal ranking.
Fri, 13 Mar 2009 22:35:39 +0000 Lennard de Rijk Some textual changes for proposal reviewing.
Tue, 10 Mar 2009 19:09:12 +0000 Lennard de Rijk Organization admins can now put a Student Proposal at a specific rank.
Mon, 09 Mar 2009 20:43:46 +0000 Lennard de Rijk Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
Sun, 08 Mar 2009 21:51:17 +0000 Lennard de Rijk Some minor style fixes.
Sun, 08 Mar 2009 17:19:25 +0000 Lennard de Rijk The student proposal public page can now be used to place a public comment.
Sun, 08 Mar 2009 13:14:28 +0000 Lennard de Rijk Public reviews are now shown on the public page for the student proposal.
Sat, 07 Mar 2009 15:22:48 +0000 Lennard de Rijk Added the review capability to the student_proposal review page.
Wed, 04 Mar 2009 22:11:26 +0000 Lennard de Rijk Mentor buttons only show up depending on if you are already on the possible mentors list.
Wed, 04 Mar 2009 18:33:20 +0000 Pawel Solyga Fix too long lines in soc.views.models.student_proposal module.
Wed, 04 Mar 2009 16:48:10 +0000 Lennard de Rijk Added access check to student_proposal review.
Tue, 03 Mar 2009 23:11:37 +0000 Lennard de Rijk Added student proposal review page.
Sun, 01 Mar 2009 20:20:47 +0000 Sverre Rabbelier Make use of decorators.view for all views
Sat, 28 Feb 2009 21:26:28 +0000 Lennard de Rijk Students who follow the submit your student proposal link will now see their org's proposal template when creating their own proposal.
Wed, 25 Feb 2009 20:11:22 +0000 Lennard de Rijk Added proposal withdrawal for students.
Tue, 24 Feb 2009 20:28:16 +0000 Lennard de Rijk Style fixes in student_proposal and organization view.
Tue, 24 Feb 2009 19:43:51 +0000 Lennard de Rijk Changed the method and variable name in student_proposal to match the access type.
Tue, 24 Feb 2009 19:40:15 +0000 Lennard de Rijk Added view which lists all orgs a student can propose to.
Sun, 22 Feb 2009 21:01:43 +0000 Lennard de Rijk Added listing of your own student proposals.
Sun, 22 Feb 2009 20:44:30 +0000 Lennard de Rijk Changed the access checks in student_proposal view to use the newly created checks.
Sat, 21 Feb 2009 15:59:07 +0000 Sverre Rabbelier Rename dynafields to dynaproperties
Sat, 21 Feb 2009 11:08:15 +0000 Lennard de Rijk Added student_proposal view.
less more (0) tip