Fri, 10 Apr 2009 11:27:33 +0000 Fix bug exposed in previous commit
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 10 Apr 2009 11:27:33 +0000] rev 2143
Fix bug exposed in previous commit Patch by: Sverre Rabbelier
Fri, 10 Apr 2009 11:27:15 +0000 Add a test case to demonstrate a bug in the allocator
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 10 Apr 2009 11:27:15 +0000] rev 2142
Add a test case to demonstrate a bug in the allocator Patch by: Sverre Rabbelier
Thu, 09 Apr 2009 22:37:29 +0000 Set new Melange version number to 0-5-20090410 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 09 Apr 2009 22:37:29 +0000] rev 2141
Set new Melange version number to 0-5-20090410 in app.yaml.template. Patch by: Pawel Solyga
Thu, 09 Apr 2009 22:06:18 +0000 Add a new allocation algorithm and use it
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 09 Apr 2009 22:06:18 +0000] rev 2140
Add a new allocation algorithm and use it Patch by: Sverre Rabbelier
Thu, 09 Apr 2009 22:05:44 +0000 Change iterative to algorithm in slot allocator
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 09 Apr 2009 22:05:44 +0000] rev 2139
Change iterative to algorithm in slot allocator Also store the slots in program model instead of in each org. Patch by: Sverre Rabbelier
Thu, 09 Apr 2009 22:05:07 +0000 Store min and max slots in the program model
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 09 Apr 2009 22:05:07 +0000] rev 2138
Store min and max slots in the program model Also add a field to store the current allocation. Patch by: Sverre Rabbelier
Thu, 09 Apr 2009 22:04:47 +0000 If nothing is assigned, return no assignments
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 09 Apr 2009 22:04:47 +0000] rev 2137
If nothing is assigned, return no assignments Before the popularity was returned instead. Patch by: Sverre Rabbelier
Wed, 08 Apr 2009 23:45:41 +0000 Add a submit method and button to slots view
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 23:45:41 +0000] rev 2136
Add a submit method and button to slots view Patch by: Sverre Rabbelier
Wed, 08 Apr 2009 22:47:46 +0000 Make "Private Comment" first in the selection box on Student Proposal review page.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 08 Apr 2009 22:47:46 +0000] rev 2135
Make "Private Comment" first in the selection box on Student Proposal review page. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 08 Apr 2009 22:21:50 +0000 Add auto-completion for mentor field
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:21:50 +0000] rev 2134
Add auto-completion for mentor field Patch by: Kai Blin
Wed, 08 Apr 2009 22:21:30 +0000 Make mentor pickable
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:21:30 +0000] rev 2133
Make mentor pickable Patch by: Kai Blin
Wed, 08 Apr 2009 22:21:12 +0000 Make it possible to specify the key_order for pick
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:21:12 +0000] rev 2132
Make it possible to specify the key_order for pick Patch by: Kai Blin
Wed, 08 Apr 2009 22:20:53 +0000 Add a temporary hack to allow filtering on org.key().name()
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:20:53 +0000] rev 2131
Add a temporary hack to allow filtering on org.key().name() Patch by: Kai Blin
Wed, 08 Apr 2009 22:20:33 +0000 Drop the 'adjustement' part of slots allocation
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:20:33 +0000] rev 2130
Drop the 'adjustement' part of slots allocation Also cap the max slots at slots_desired (and name it 'max' rather than 'mentors', which is a more accurate name anyway). Patch by: Sverre Rabbelier
Wed, 08 Apr 2009 22:20:00 +0000 Use slots allocated instead of adjustment in slots view
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:20:00 +0000] rev 2129
Use slots allocated instead of adjustment in slots view Patch by: Sverre Rabbelier
Wed, 08 Apr 2009 22:19:24 +0000 Use the new self._getAcceptedOrgsList in slots view
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:19:24 +0000] rev 2128
Use the new self._getAcceptedOrgsList in slots view Patch by: Sverre Rabbelier
Wed, 08 Apr 2009 22:19:05 +0000 Factor out _getAcceptedOrgsList from acceptedOrgs
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 08 Apr 2009 22:19:05 +0000] rev 2127
Factor out _getAcceptedOrgsList from acceptedOrgs Patch by: Sverre Rabbelier
Tue, 07 Apr 2009 22:22:43 +0000 Public page for StudentProjects now displays public info.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 22:22:43 +0000] rev 2126
Public page for StudentProjects now displays public info. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 22:20:23 +0000 Added public info as TinyMCE to the edit pages.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 22:20:23 +0000] rev 2125
Added public info as TinyMCE to the edit pages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 22:19:01 +0000 Added public_info property to StudentProject model.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 22:19:01 +0000] rev 2124
Added public_info property to StudentProject model. This can be used to further elaborate about your project on it's public page. Also fixed some style and textual issues. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 21:57:50 +0000 Student Project public page now shows feed entries.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 21:57:50 +0000] rev 2123
Student Project public page now shows feed entries. Patch by: Madhusudan C.S Reviewed by: Lennard de Rijk
Tue, 07 Apr 2009 21:55:54 +0000 Added feed_url to StudentProject.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 21:55:54 +0000] rev 2122
Added feed_url to StudentProject. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 21:40:23 +0000 Added list of projects to the organization home page.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 21:40:23 +0000] rev 2121
Added list of projects to the organization home page. Only projects that have not failed will be shown here. The list will link to each project public page which will contain the necessary info about the project. Addresses part of Issue 491. Patch by: Madhusudan C.S Reviewed by: Lennard de Rijk
Tue, 07 Apr 2009 21:12:29 +0000 Changed StudentProposal list to show the amount of pending mentors if none have been assigned.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 21:12:29 +0000] rev 2120
Changed StudentProposal list to show the amount of pending mentors if none have been assigned. Addresses Issue 551. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 18:50:24 +0000 Brown paper bag fix
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 07 Apr 2009 18:50:24 +0000] rev 2119
Brown paper bag fix Patch by: Sverre Rabbelier
Tue, 07 Apr 2009 18:20:27 +0000 Set new Melange version number to 0-5-20090407 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 07 Apr 2009 18:20:27 +0000] rev 2118
Set new Melange version number to 0-5-20090407 in app.yaml.template. Patch by: Pawel Solyga
Tue, 07 Apr 2009 18:12:29 +0000 Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 07 Apr 2009 18:12:29 +0000] rev 2117
Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 12:31:12 +0000 Add pylint: disable-msg=W0706 to soc.views.helper.access module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 07 Apr 2009 12:31:12 +0000] rev 2116
Add pylint: disable-msg=W0706 to soc.views.helper.access module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 08:49:47 +0000 Major update to the views concerning StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:49:47 +0000] rev 2115
Major update to the views concerning StudentProjects. Organization admins can now reassign a Mentor for each of their active (meaning student has not failed or finished) projects. To facilitate this an overview has been added for the Organization Admins in which they can choose which Project to edit. Students can now edit the public information that is used in their projects. Several TODO's have been added to make it easier to navigate to these pages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 08:44:56 +0000 Added new redirect method to be used for StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:44:56 +0000] rev 2114
Added new redirect method to be used for StudentProjects. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip