app/soc/views/models/student_proposal.py
2009-08-10 Lennard de Rijk Updated several page titles to contain more information.
2009-05-26 Pawel Solyga Style and pylint fixes in Melange modules.
2009-04-29 Lennard de Rijk Fixed StudentProposal apply view that broke during split of Create/Edit view.
2009-04-20 Lennard de Rijk Some minor style fixes.
2009-04-20 Lennard de Rijk Allowing student project review page to be viewed in read-only mode after the deadline has passed.
2009-04-17 Pawel Solyga Proposal CSV export for students.
2009-04-15 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
2009-04-13 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
2009-04-13 Sverre Rabbelier Do not rely on dicts.merge to change target
2009-04-12 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
2009-04-12 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
2009-04-11 Sverre Rabbelier Use key().id_or_name() instead of key().name()
2009-04-11 Sverre Rabbelier When ranking, put them at or above the given rank
2009-04-10 Lennard de Rijk Removed TODO that has been completed in r2876.
2009-04-08 Sverre Rabbelier Add auto-completion for mentor field
2009-04-06 Pawel Solyga Fix too long line in soc.views.models.student_proposal module.
2009-04-06 Lennard de Rijk Changed label and help_text for public review button on studentproposal review page.
2009-04-06 Pawel Solyga Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
2009-04-06 Pawel Solyga When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
2009-04-06 Pawel Solyga Make "Mark as Ineligible" reversable and make this feature available for mentors too.
2009-04-03 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
2009-04-02 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.
2009-03-31 Pawel Solyga Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed.
2009-03-30 Lennard de Rijk Enforce the 500 character limit for abstracts.
2009-03-25 Lennard de Rijk Student Proposal Review page now has a title that contains the title and student name.
2009-03-25 Lennard de Rijk Placing a public review via the review interface now also triggers the status change to pending.
2009-03-25 Lennard de Rijk Added cleaning to student proposal content and the contents of the reviews.
2009-03-24 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.
2009-03-23 Lennard de Rijk Added check to prevent students from submitting more proposals then allowed by the program settings.
2009-03-16 Lennard de Rijk Hook up the new template tag for StudentProposal reviews.
2009-03-16 Lennard de Rijk Notifications will not be sent out to the reviewer.
2009-03-16 Lennard de Rijk Send out a message on a new StudentProposal review to all followers.
2009-03-16 Lennard de Rijk Increased the length of the timebased link_id to handle more items at once.
2009-03-15 Lennard de Rijk The StudentProposal review view now also allow you to subscribe to public/private reviews.
2009-03-15 Lennard de Rijk Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
2009-03-14 Lennard de Rijk Group StudentProposals under Students in the sidebar.
2009-03-13 Lennard de Rijk Changed the workflow for students regarding their proposals.
2009-03-13 Lennard de Rijk Added example and help text to clarify the use of some fields on the proposal ranking.
2009-03-13 Lennard de Rijk Some textual changes for proposal reviewing.
2009-03-10 Lennard de Rijk Organization admins can now put a Student Proposal at a specific rank.
2009-03-09 Lennard de Rijk Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
2009-03-08 Lennard de Rijk Some minor style fixes.
2009-03-08 Lennard de Rijk The student proposal public page can now be used to place a public comment.
2009-03-08 Lennard de Rijk Public reviews are now shown on the public page for the student proposal.
2009-03-07 Lennard de Rijk Added the review capability to the student_proposal review page.
2009-03-04 Lennard de Rijk Mentor buttons only show up depending on if you are already on the possible mentors list.
2009-03-04 Pawel Solyga Fix too long lines in soc.views.models.student_proposal module.
2009-03-04 Lennard de Rijk Added access check to student_proposal review.
2009-03-03 Lennard de Rijk Added student proposal review page.
2009-03-01 Sverre Rabbelier Make use of decorators.view for all views
2009-02-28 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.
2009-02-25 Lennard de Rijk Added proposal withdrawal for students.
2009-02-24 Lennard de Rijk Style fixes in student_proposal and organization view.
2009-02-24 Lennard de Rijk Changed the method and variable name in student_proposal to match the access type.
2009-02-24 Lennard de Rijk Added view which lists all orgs a student can propose to.
2009-02-22 Lennard de Rijk Added listing of your own student proposals.
2009-02-22 Lennard de Rijk Changed the access checks in student_proposal view to use the newly created checks.
2009-02-21 Sverre Rabbelier Rename dynafields to dynaproperties
2009-02-21 Lennard de Rijk Added student_proposal view.
less more (0) tip