Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 04 Mar 2009 16:44:21 +0000] rev 1616
Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 04 Mar 2009 16:29:21 +0000] rev 1615
Changed delete rights due to comments on r2138.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 03 Mar 2009 23:27:39 +0000] rev 1614
Convert getForFields back to the Query API and add tests
This is possible now that it supports the 'IN' operator.
Added tests to make sure there are no regressions.
Patch by: Sverre Rabbelier
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 23:11:37 +0000] rev 1613
Added student proposal review page.
The proposals can now receive a score. Only org admins can assign a mentor. Every mentor can state if he wants to be a possible mentor (or be taken of this list).
TODO's have been added for the access check, comment system and autocomplete.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 23:01:31 +0000] rev 1612
Keep the score within the allowed bounds via student_proposal logic.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 22:52:11 +0000] rev 1611
Brown paper bag fix in student_proposal logic.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 22:48:57 +0000] rev 1610
Update the ranker belonging to the org of a student_proposal when the score changes.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 22:47:44 +0000] rev 1609
Create a new Ranker for each organization that is created.
Also updated seed_db. seed_db will be moved to logic module soon by SRabbelier.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 22:45:32 +0000] rev 1608
Added a possible_mentors property to the StudentProposal.
Also set the name and [min,max] score for the RankList.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 03 Mar 2009 22:39:53 +0000] rev 1607
Added RankerRoot model.
This will be used to contain a reference to the root of the tree the RankList module uses.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed