Wed, 11 Mar 2009 19:26:41 +0000 Make it possible to only add users
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:26:41 +0000] rev 1793
Make it possible to only add users Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 19:26:11 +0000 Make it possible to add an arbitrary amount of users
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:26:11 +0000] rev 1792
Make it possible to add an arbitrary amount of users Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 19:25:41 +0000 Make it possible to add more users and orgs with GET args
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:25:41 +0000] rev 1791
Make it possible to add more users and orgs with GET args Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 23:56:04 +0000 Retrieve all entities rather than just the first 1k
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 23:56:04 +0000] rev 1790
Retrieve all entities rather than just the first 1k We probably need to start doing some caching for the pick view soon. Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 23:55:33 +0000 Return a HttpResponse in seed_db
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 10 Mar 2009 23:55:33 +0000] rev 1789
Return a HttpResponse in seed_db Also moved the adding of the django patterns to where they belong so that they do not get added multiple times. Patch by: Sverre Rabbelier
Tue, 10 Mar 2009 21:08:30 +0000 StudentProposal abstract is now a text property to support more then 500 bytes.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 10 Mar 2009 21:08:30 +0000] rev 1788
StudentProposal abstract is now a text property to support more then 500 bytes. Just in case someone decides to enter a lot of info. The organizations can decide whether it fits their idea of an abstract. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip