Mon, 09 Mar 2009 00:01:21 +0000 Addressed comments by Pawel
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:01:21 +0000] rev 1763
Addressed comments by Pawel Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 00:00:41 +0000 Use getFromKeyFieldsOr404 in slots() and allocateSlots()
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:00:41 +0000] rev 1762
Use getFromKeyFieldsOr404 in slots() and allocateSlots() Handling of the exception is done by the view decorator. Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 00:00:13 +0000 Except and properly handle Errors in view decorator
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:00:13 +0000] rev 1761
Except and properly handle Errors in view decorator After the next release we can remove all try/except combinations that are not customized and leave the handling of those exceptions to the view decorator. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 23:58:27 +0000 Hide 'slots' and add 'slots_desired'
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 23:58:27 +0000] rev 1760
Hide 'slots' and add 'slots_desired' Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 21:59:57 +0000 Revert r2376 since it's not needed as discussed in Issue 188.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 08 Mar 2009 21:59:57 +0000] rev 1759
Revert r2376 since it's not needed as discussed in Issue 188. http://code.google.com/p/soc/issues/detail?id=188 Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 21:51:17 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 21:51:17 +0000] rev 1758
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 21:37:21 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 21:37:21 +0000] rev 1757
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 20:07:22 +0000 The process_request template now properly differentiate between a request in "new" and "group_accepted" state.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 20:07:22 +0000] rev 1756
The process_request template now properly differentiate between a request in "new" and "group_accepted" state. Should solve issue 237. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 19:12:17 +0000 Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 19:12:17 +0000] rev 1755
Fixed a cleaning bug which allowed a proposal to be recreated by the original proposer. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 18:09:04 +0000 Made all links in e-mail verbatim to solve Issue 250.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 18:09:04 +0000] rev 1754
Made all links in e-mail verbatim to solve Issue 250. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 17:41:02 +0000 Students who withdraw their proposal will now be removed from the ranker.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 17:41:02 +0000] rev 1753
Students who withdraw their proposal will now be removed from the ranker. And therefore don't influence the ranking of other proposals anymore. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 17:19:25 +0000 The student proposal public page can now be used to place a public comment.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 17:19:25 +0000] rev 1752
The student proposal public page can now be used to place a public comment. Developers, Hosts, and the student/org_admin/mentor that this proposal is from/directed to can leave a comment. All the comments placed will show up on the review page aswell, and vica versa. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 16:26:17 +0000 Switch from actual applications to popularity
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 16:26:17 +0000] rev 1751
Switch from actual applications to popularity Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 15:00:59 +0000 Make use of groupDictBy in program.slots
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:59 +0000] rev 1750
Make use of groupDictBy in program.slots Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 15:00:31 +0000 Add a groupDictBy to dicts
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:31 +0000] rev 1749
Add a groupDictBy to dicts Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 15:00:08 +0000 Play nice with non-float allocations
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 15:00:08 +0000] rev 1748
Play nice with non-float allocations Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:38:24 +0000 Provide the 'return_url' in the allocate slots view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:38:24 +0000] rev 1747
Provide the 'return_url' in the allocate slots view This url can then be used to post and receive JSON data from. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:37:28 +0000 Add a getSlotsRedirect to redirects.py
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:37:28 +0000] rev 1746
Add a getSlotsRedirect to redirects.py Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:36:55 +0000 Don't override the params argument
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:36:55 +0000] rev 1745
Don't override the params argument Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 14:36:24 +0000 Treat the response from the server as a JSON object
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 14:36:24 +0000] rev 1744
Treat the response from the server as a JSON object Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 13:58:15 +0000 Restricted slots and assign_slots to dev-only for now
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 13:58:15 +0000] rev 1743
Restricted slots and assign_slots to dev-only for now Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 13:34:56 +0000 Reviews are now sorted on their created date.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:34:56 +0000] rev 1742
Reviews are now sorted on their created date. Else stuff might move around when we allow people to edit their reviews. Should have been part of r2398. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 13:14:28 +0000 Public reviews are now shown on the public page for the student proposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:14:28 +0000] rev 1741
Public reviews are now shown on the public page for the student proposal. The assigned mentor name has been removed from the public page. The student proposal view now uses the new getReviewsForEntity method. Patch by: Lennard de Rijk Reviewed by:to-be-reviewed
Sun, 08 Mar 2009 13:11:49 +0000 Added a new method in the review logic to return all reviews for the given entity as scope.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:11:49 +0000] rev 1740
Added a new method in the review logic to return all reviews for the given entity as scope. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 13:10:38 +0000 Some style fixes for the student proposal review template.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 13:10:38 +0000] rev 1739
Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 12:27:42 +0000 Proposal public page now properly renders HTML content.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Mar 2009 12:27:42 +0000] rev 1738
Proposal public page now properly renders HTML content. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 08 Mar 2009 02:13:15 +0000 Support non-float slots
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:13:15 +0000] rev 1737
Support non-float slots This is for easier interaction with the frontend. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:05:12 +0000 Add and use the new and improved allocation scripts
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:05:12 +0000] rev 1736
Add and use the new and improved allocation scripts Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:04:46 +0000 Update the slot allocation view and template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:04:46 +0000] rev 1735
Update the slot allocation view and template Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: Sverre Rabbelier
Sun, 08 Mar 2009 02:04:08 +0000 Add a slot allocation script and template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:04:08 +0000] rev 1734
Add a slot allocation script and template Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: Sverre Rabbelier
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip