Tue, 10 Mar 2009 19:09:12 +0000 Organization admins can now put a Student Proposal at a specific rank.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 19:09:12 +0000] rev 1787
Organization admins can now put a Student Proposal at a specific rank. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 10 Mar 2009 19:06:16 +0000 Added getRankerFor method to student_proposal logic.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 19:06:16 +0000] rev 1786
Added getRankerFor method to student_proposal logic. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 10 Mar 2009 15:53:26 +0000 Use the correct timeline logic in edit()
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 15:53:26 +0000] rev 1785
Use the correct timeline logic in edit() Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 15:52:53 +0000 Use params['logic'] instead of self._logic
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 15:52:53 +0000] rev 1784
Use params['logic'] instead of self._logic This makes it possible to specify a different logic for each view. Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 14:43:14 +0000 Do not override fields in the model if they are already set
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 14:43:14 +0000] rev 1783
Do not override fields in the model if they are already set Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 12:31:25 +0000 checkIsApplicationAccepted now properly checks if the application is really from the applying user.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 12:31:25 +0000] rev 1782
checkIsApplicationAccepted now properly checks if the application is really from the applying user. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 23:56:42 +0000 Add TinyMCE widget for org apps
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 23:56:42 +0000] rev 1781
Add TinyMCE widget for org apps Also add a cleaner for description and contrib_template. Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 23:56:14 +0000 Added a getFromKeyNameOr404 to base.Logic
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 23:56:14 +0000] rev 1780
Added a getFromKeyNameOr404 to base.Logic This also fixes a bug introduced in r2437 where this method was used although it didn't exist yet. Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 20:43:46 +0000 Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 09 Mar 2009 20:43:46 +0000] rev 1779
Org admins can mark a StudentProposal as invalid if they for any reason find it ineligible. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 19:37:56 +0000 Open the agreement text in a new window
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 19:37:56 +0000] rev 1778
Open the agreement text in a new window Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 19:37:23 +0000 Fix an access bug
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 19:37:23 +0000] rev 1777
Fix an access bug Instead of 'show' the keyword 'public' was used, which is no longer used for access checks. Patch by: Sverre Rabbelier
Mon, 09 Mar 2009 16:34:54 +0000 Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 16:34:54 +0000] rev 1776
Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 10:58:04 +0000 Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 10:58:04 +0000] rev 1775
Add missing "a" in soc/mail/welcome.html template. Fixes Issue 313. Patch by: Pawel Solyga Reviewed by: to-be-reviewed.
Mon, 09 Mar 2009 08:52:10 +0000 Removed star next to logo.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 09 Mar 2009 08:52:10 +0000] rev 1774
Removed star next to logo. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 01:11:33 +0000 Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic).
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 01:11:33 +0000] rev 1773
Fix typo in soc.logic.cleaning module (site_logic.logic was called instead of just site_logic). Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:53:07 +0000 Set new Melange version number to 0-5-20090308 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:53:07 +0000] rev 1772
Set new Melange version number to 0-5-20090308 in app.yaml.template. Patch by: Pawel Solyga
Mon, 09 Mar 2009 00:44:45 +0000 Make the http links use <a href> tag in new_notification.html and welcome.html mail templates.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:44:45 +0000] rev 1771
Make the http links use <a href> tag in new_notification.html and welcome.html mail templates. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:43:36 +0000 Move all the jquery-purr css settings into separate file and add it to base.html template only if needed.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:43:36 +0000] rev 1770
Move all the jquery-purr css settings into separate file and add it to base.html template only if needed. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:42:08 +0000 Remove some copy/pasted docstring in soc.views.models.comment module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:42:08 +0000] rev 1769
Remove some copy/pasted docstring in soc.views.models.comment module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:40:55 +0000 Typo fix in soc.logic.cleaning module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:40:55 +0000] rev 1768
Typo fix in soc.logic.cleaning module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:40:27 +0000 Small text changes in process_request.html template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:40:27 +0000] rev 1767
Small text changes in process_request.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:39:25 +0000 Add indention in soc.views.models.organization module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:39:25 +0000] rev 1766
Add indention in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:38:43 +0000 Add missing blank lines in test_utils module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 09 Mar 2009 00:38:43 +0000] rev 1765
Add missing blank lines in test_utils module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 09 Mar 2009 00:08:32 +0000 Views should have a unique name
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 09 Mar 2009 00:08:32 +0000] rev 1764
Views should have a unique name Patch by: Sverre Rabbelier
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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip