Sun, 12 Apr 2009 13:14:03 +0000 Do not rely on a backup_admin being set
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 12 Apr 2009 13:14:03 +0000] rev 2171
Do not rely on a backup_admin being set Patch by: Sverre Rabbelier
Sun, 12 Apr 2009 12:31:55 +0000 Send out notifications and emails to admin and backup admin
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 12 Apr 2009 12:31:55 +0000] rev 2170
Send out notifications and emails to admin and backup admin Patch by: Sverre Rabbelier
Sun, 12 Apr 2009 12:31:23 +0000 Allow the backup_admin to fill in the org application
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 12 Apr 2009 12:31:23 +0000] rev 2169
Allow the backup_admin to fill in the org application Patch by: Sverre Rabbelier
Sun, 12 Apr 2009 09:06:45 +0000 Use offset_linkid instead of offset to scan >1000 entities.
Daniel Bentley <dbentley@google.com> [Sun, 12 Apr 2009 09:06:45 +0000] rev 2168
Use offset_linkid instead of offset to scan >1000 entities. this is a first-cut. It works in all the ways I could make earlier versions fail. It passes link_id as URL parameters. It also has a new class LinkCreator which makes the main body of getListContents even easier to write. I wasn't sure if link_id's could have non alphanumeric characters; if so, they need to be URL encoded/decoded. I also need to go and remove any mention of raw offsets now, because we don't use them. I believe I've talked about this approach with a few of you and it sounded reasonable. Feel free to roll-back/fix/amend/comment-for-me-to-fix. This is my first big-logic-change to Melange. Patch by: Dan Bentley
Sun, 12 Apr 2009 06:24:14 +0000 Respond to comments on r2769.
Daniel Bentley <dbentley@google.com> [Sun, 12 Apr 2009 06:24:14 +0000] rev 2167
Respond to comments on r2769. Patch by: Dan Bentley
Sun, 12 Apr 2009 06:21:15 +0000 Last step of refactoring before adding support for > 1000 entities.
Daniel Bentley <dbentley@google.com> [Sun, 12 Apr 2009 06:21:15 +0000] rev 2166
Last step of refactoring before adding support for > 1000 entities. Make helper functions. One extracts list parameters. One creates links more simply. This is cleaning up the large function body so I can move stuff around more radically. Patch by: Dan Bentley
Sun, 12 Apr 2009 00:18:38 +0000 Add (better) help_text to publish_location and school_name
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 12 Apr 2009 00:18:38 +0000] rev 2165
Add (better) help_text to publish_location and school_name Patch by: Sverre Rabbelier
Sun, 12 Apr 2009 00:18:19 +0000 Brown paper bag fix
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 12 Apr 2009 00:18:19 +0000] rev 2164
Brown paper bag fix Can't call .key() if there is no entity. Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 23:04:29 +0000 Added Joel Sherrill to the AUTHORS file
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 23:04:29 +0000] rev 2163
Added Joel Sherrill to the AUTHORS file Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 22:59:30 +0000 Lower ASCII fix
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 22:59:30 +0000] rev 2162
Lower ASCII fix
Sat, 11 Apr 2009 22:58:57 +0000 Remove getKeySuffix and it's usage
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 22:58:57 +0000] rev 2161
Remove getKeySuffix and it's usage We can use .key().id_or_name() everywhere now. Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 22:58:19 +0000 Use key().id_or_name() instead of key().name()
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 22:58:19 +0000] rev 2160
Use key().id_or_name() instead of key().name() This is to allow for the usage of auto-id's. Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 22:57:23 +0000 Use key.id_or_name in templates rather than key.name
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 22:57:23 +0000] rev 2159
Use key.id_or_name in templates rather than key.name This is to allow for usage of auto-id's. Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 17:40:41 +0000 Indentation fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 17:40:41 +0000] rev 2158
Indentation fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 16:00:03 +0000 Indentation fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 16:00:03 +0000] rev 2157
Indentation fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:42:12 +0000 Added two menu items to the program menu.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 13:42:12 +0000] rev 2156
Added two menu items to the program menu. The first addition is a link to redirect to the Host's view for showing duplicates. The second addition is a link for Students to an overview of all their projects in the current program. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:37:31 +0000 Removed obsolete white line in soc/models/views/models/organization.py.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 13:37:31 +0000] rev 2155
Removed obsolete white line in soc/models/views/models/organization.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:36:50 +0000 Added listing of Student Projects for Students themselves.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 13:36:50 +0000] rev 2154
Added listing of Student Projects for Students themselves. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:34:37 +0000 Added three new redirect methods.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 13:34:37 +0000] rev 2153
Added three new redirect methods. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:32:35 +0000 Brown paper bag fix for Student Project Manage and Edit access check.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 11 Apr 2009 13:32:35 +0000] rev 2152
Brown paper bag fix for Student Project Manage and Edit access check. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 11 Apr 2009 13:19:23 +0000 Style fix in function names in stats.py
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 13:19:23 +0000] rev 2151
Style fix in function names in stats.py Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 12:27:41 +0000 When ranking, put them at or above the given rank
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 12:27:41 +0000] rev 2150
When ranking, put them at or above the given rank Patch by: Sverre Rabbelier
Sat, 11 Apr 2009 12:27:20 +0000 Remove slots_allocation from program view
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 11 Apr 2009 12:27:20 +0000] rev 2149
Remove slots_allocation from program view Patch by: Sverre Rabbelier
Fri, 10 Apr 2009 15:46:05 +0000 Make it possible to save any value with saveValues
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 10 Apr 2009 15:46:05 +0000] rev 2148
Make it possible to save any value with saveValues Patch by: Sverre Rabbelier
Fri, 10 Apr 2009 15:45:52 +0000 Allow loading a previously saved slot allocation
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 10 Apr 2009 15:45:52 +0000] rev 2147
Allow loading a previously saved slot allocation Patch by: Sverre Rabbelier
Fri, 10 Apr 2009 15:32:11 +0000 Added Manage Student Projects item to the organization menu.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 10 Apr 2009 15:32:11 +0000] rev 2146
Added Manage Student Projects item to the organization menu. Only visible after the accepted students deadline has passed and the current user is an org admin. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 10 Apr 2009 15:24:43 +0000 Fixed typo in checkStudentProjectHasStatus docstring.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 10 Apr 2009 15:24:43 +0000] rev 2145
Fixed typo in checkStudentProjectHasStatus docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 10 Apr 2009 15:22:38 +0000 Removed TODO that has been completed in r2876.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 10 Apr 2009 15:22:38 +0000] rev 2144
Removed TODO that has been completed in r2876. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
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
Tue, 07 Apr 2009 08:43:50 +0000 Added two new templates for use in StudentProject views.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:43:50 +0000] rev 2113
Added two new templates for use in StudentProject views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 08:41:58 +0000 Added 2 new access checks to deal with StudentProjects.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:41:58 +0000] rev 2112
Added 2 new access checks to deal with StudentProjects. In preparation for the view updates regarding StudentProject. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 08:40:51 +0000 Student Project listing now includes mentor column.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:40:51 +0000] rev 2111
Student Project listing now includes mentor column. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 08:09:47 +0000 Change the dropdown menu to state Comment Visible to Student.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 08:09:47 +0000] rev 2110
Change the dropdown menu to state Comment Visible to Student. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 07 Apr 2009 07:28:31 +0000 Only show mentor name in the detailed list.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 07 Apr 2009 07:28:31 +0000] rev 2109
Only show mentor name in the detailed list. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 23:46:46 +0000 Properly handle exports when there are multiple lists
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 23:46:46 +0000] rev 2108
Properly handle exports when there are multiple lists If there are multiple lists whose index does not match their position in the contents, things weren't handled properly. Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:55:49 +0000 Make slots view available to hosts
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:55:49 +0000] rev 2107
Make slots view available to hosts Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:55:27 +0000 Use the new nr_applications and nr_mentors
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:55:27 +0000] rev 2106
Use the new nr_applications and nr_mentors This saves _a lot_ of computing time, making it possible to use the slot allocation view when there are a significant number of orgs. Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:55:08 +0000 Add the amount of proposals and mentors to slots view
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:55:08 +0000] rev 2105
Add the amount of proposals and mentors to slots view Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:54:41 +0000 Added Matthew Wilkes to the AUTHORS file
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:54:41 +0000] rev 2104
Added Matthew Wilkes to the AUTHORS file Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:54:31 +0000 Added key_order to student proposal to enable csv export
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:54:31 +0000] rev 2103
Added key_order to student proposal to enable csv export We need to add it to organization.py rather than to student_proposal because otherwise students could see the score and status of their proposals by using the csv export functionality. Patch by: "Matthew Wilkes" <matthew@matthewwilkes.co.uk> Reviewed by: Sverre Rabbelier
Mon, 06 Apr 2009 22:54:11 +0000 Fixed wrong usage of twoline_field in proposal view
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:54:11 +0000] rev 2102
Fixed wrong usage of twoline_field in proposal view The proposal view currently uses twoline_field to show the abstract and contents of a proposal, which causes unbalanced tables and most data shoved to the far right of the screen. Patch by: "Matthew Wilkes" <matthew@matthewwilkes.co.uk> Reviewed by: Sverre Rabbelier
Mon, 06 Apr 2009 22:53:47 +0000 Fixed bug introduced by fixing a pylint error
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 06 Apr 2009 22:53:47 +0000] rev 2101
Fixed bug introduced by fixing a pylint error Here first was very much intentionally set to None, as later on we check if it is none in an 'first if first else exception' statement. Patch by: Sverre Rabbelier
Mon, 06 Apr 2009 22:02:16 +0000 Added name column to all role lists.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 06 Apr 2009 22:02:16 +0000] rev 2100
Added name column to all role lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 21:38:10 +0000 Added Mentor name column to StudentProposals list.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 06 Apr 2009 21:38:10 +0000] rev 2099
Added Mentor name column to StudentProposals list. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 21:19:58 +0000 Fix too long line in soc.views.models.student_proposal module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 21:19:58 +0000] rev 2098
Fix too long line in soc.views.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 21:05:30 +0000 Added simple listing (no score, rank) for Student Proposals you are a mentor for.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 06 Apr 2009 21:05:30 +0000] rev 2097
Added simple listing (no score, rank) for Student Proposals you are a mentor for. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 20:36:18 +0000 Changed label and help_text for public review button on studentproposal review page.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 06 Apr 2009 20:36:18 +0000] rev 2096
Changed label and help_text for public review button on studentproposal review page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 19:22:42 +0000 Replace current favicon with the cleaned up one (smudges).
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 19:22:42 +0000] rev 2095
Replace current favicon with the cleaned up one (smudges). Patch by: ajatsu Reviewed by: Pawel Solyga
Mon, 06 Apr 2009 18:18:53 +0000 Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 18:18:53 +0000] rev 2094
Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 18:16:30 +0000 Indention fix in soc.views.models.organization module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 18:16:30 +0000] rev 2093
Indention fix in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 11:04:57 +0000 When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 11:04:57 +0000] rev 2092
When Student withdrew a proposal a public comment "Student withdrew proposal." is posted. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 06 Apr 2009 10:11:44 +0000 Make "Mark as Ineligible" reversable and make this feature available for mentors too.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 06 Apr 2009 10:11:44 +0000] rev 2091
Make "Mark as Ineligible" reversable and make this feature available for mentors too. Now also with every click on "Mark as Ineligible" or "Mark as Eligible" button a private comment is posted with message "Marked Student Proposal as Ineligible/Eligible" which will help keep track of the changes made by mentors/org admins. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 05 Apr 2009 23:39:36 +0000 Add a script to subscribe someone to all updates
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 23:39:36 +0000] rev 2090
Add a script to subscribe someone to all updates Patch by: Sverre Rabbelier
Sun, 05 Apr 2009 23:39:25 +0000 Add the entities to the context too
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 23:39:25 +0000] rev 2089
Add the entities to the context too This makes it easier to quickly get specific entities from the datastore. Patch by: Sverre Rabbelier
Sun, 05 Apr 2009 22:51:54 +0000 Fix posting public comments as private in student proposals review.html template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 05 Apr 2009 22:51:54 +0000] rev 2088
Fix posting public comments as private in student proposals review.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 05 Apr 2009 19:43:26 +0000 Brown paper bag fix, sort by last name in AUTHORS
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 19:43:26 +0000] rev 2087
Brown paper bag fix, sort by last name in AUTHORS Patch by: Sverre Rabbelier
Sun, 05 Apr 2009 19:38:10 +0000 Added Dmitri to the AUTHORS file
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 19:38:10 +0000] rev 2086
Added Dmitri to the AUTHORS file CLA signed with "Igor Gasowski for Dmitri Gaskin" since Dmitri is a minor (Igor Gasowski is his father). Patch by: Sverre Rabbelier
Sun, 05 Apr 2009 19:37:56 +0000 Use different colors for public/private comment widget
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 19:37:56 +0000] rev 2085
Use different colors for public/private comment widget Patch by: Dmitri Gaskin <dmitrig01@gmail.com>
Sun, 05 Apr 2009 18:18:07 +0000 Fixed a missing variable declaration
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 18:18:07 +0000] rev 2084
Fixed a missing variable declaration This caused /org_app/list to be broken. Patch by: Sverre Rabbelier
Sun, 05 Apr 2009 17:57:33 +0000 Disable E1002 pylint error in soc.views.helper.dynaform module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 05 Apr 2009 17:57:33 +0000] rev 2083
Disable E1002 pylint error in soc.views.helper.dynaform module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 05 Apr 2009 17:50:56 +0000 Fixed a 'stylefix' in DynaField that wasn't a style issue
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 05 Apr 2009 17:50:56 +0000] rev 2082
Fixed a 'stylefix' in DynaField that wasn't a style issue The word 'base' was not chosen arbitarily but is a variable name, by changing it to object DynaFields were no longer a subclass of Field, so they were not included anymore. Patch by: Sverre Rabbelier
Sat, 04 Apr 2009 09:09:35 +0000 Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 04 Apr 2009 09:09:35 +0000] rev 2081
Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 19:17:26 +0000 Also show 'List my student proposals' after signup closes
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 03 Apr 2009 19:17:26 +0000] rev 2080
Also show 'List my student proposals' after signup closes Patch by: Sverre Rabbelier
Fri, 03 Apr 2009 19:17:08 +0000 Minor tweaks to orgStats
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 03 Apr 2009 19:17:08 +0000] rev 2079
Minor tweaks to orgStats Patch by: Sverre Rabbelier
Fri, 03 Apr 2009 17:54:57 +0000 Fix calling of super class __init__ method in out_of_band Error class (wrong number of parameters).
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:54:57 +0000] rev 2078
Fix calling of super class __init__ method in out_of_band Error class (wrong number of parameters). Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:43:41 +0000 Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:43:41 +0000] rev 2077
Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:41:08 +0000 Style fixes and removal of unused imports in soc.views.models.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:41:08 +0000] rev 2076
Style fixes and removal of unused imports in soc.views.models. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:34:20 +0000 Call super class in __init__ in soc.views.out_of_band module Error class.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:34:20 +0000] rev 2075
Call super class in __init__ in soc.views.out_of_band module Error class. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:32:15 +0000 Fix too long lines, style and remove unused imports in soc.models modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:32:15 +0000] rev 2074
Fix too long lines, style and remove unused imports in soc.models modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:30:36 +0000 Style fixes and removal of unused imports in soc.logic modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:30:36 +0000] rev 2073
Style fixes and removal of unused imports in soc.logic modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:29:36 +0000 Style fixes and removal of unused imports in soc.logic.models modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:29:36 +0000] rev 2072
Style fixes and removal of unused imports in soc.logic.models modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:27:31 +0000 Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:27:31 +0000] rev 2071
Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:23:53 +0000 Remove unused imports soc.cache.base module and rename key variable to filter_key in soc.views.sitemap modules (access to outer scope names).
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:23:53 +0000] rev 2070
Remove unused imports soc.cache.base module and rename key variable to filter_key in soc.views.sitemap modules (access to outer scope names). Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:21:26 +0000 Remove unused imports in soc.views.sitemap modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:21:26 +0000] rev 2069
Remove unused imports in soc.views.sitemap modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:19:46 +0000 Style fixes and removal of unused imports in soc.logic.helper modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:19:46 +0000] rev 2068
Style fixes and removal of unused imports in soc.logic.helper modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:10:32 +0000 Add missing docstring url.py.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:10:32 +0000] rev 2067
Add missing docstring url.py. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:09:34 +0000 Add missing docstrings to main.py and settings.py.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:09:34 +0000] rev 2066
Add missing docstrings to main.py and settings.py. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 17:06:27 +0000 Add license file and docstring to __init__.py files across different modules within Melange.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 03 Apr 2009 17:06:27 +0000] rev 2065
Add license file and docstring to __init__.py files across different modules within Melange. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 10:36:57 +0000 Returning a JSON response on successfully storing the found duplicates.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 03 Apr 2009 10:36:57 +0000] rev 2064
Returning a JSON response on successfully storing the found duplicates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 03 Apr 2009 04:54:10 +0000 Fixed a typo in stats.py
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 03 Apr 2009 04:54:10 +0000] rev 2063
Fixed a typo in stats.py Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:06:52 +0000 Refactor getProps to use dateFetch
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:06:52 +0000] rev 2062
Refactor getProps to use dateFetch Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:06:39 +0000 Style fixes
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:06:39 +0000] rev 2061
Style fixes Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:06:28 +0000 Add and use a getEntities method
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:06:28 +0000] rev 2060
Add and use a getEntities method Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:06:15 +0000 Make it possible to retrieve all properties in toDict
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:06:15 +0000] rev 2059
Make it possible to retrieve all properties in toDict We used to retrieve only the properties that are specified in the self.properties() dictionary, instead, we now iterate over the key_fields and only use self.properties() if those are not specified. Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:05:56 +0000 Add dateFetch
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:05:56 +0000] rev 2058
Add dateFetch This way it's possible to incrementally fetch new or modified entities given a certain base set. Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:05:43 +0000 Make stats.py executable
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:05:43 +0000] rev 2057
Make stats.py executable Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 23:05:31 +0000 Print how many entities have been retrieved
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 02 Apr 2009 23:05:31 +0000] rev 2056
Print how many entities have been retrieved Patch by: Sverre Rabbelier
Thu, 02 Apr 2009 19:40:28 +0000 Enable storing of the duplicate calculation results.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 02 Apr 2009 19:40:28 +0000] rev 2055
Enable storing of the duplicate calculation results. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 02 Apr 2009 19:38:49 +0000 Added ProposalDuplicates model and logic.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 02 Apr 2009 19:38:49 +0000] rev 2054
Added ProposalDuplicates model and logic. This will be used for storing the answer on duplicate calculations. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 02 Apr 2009 16:30:38 +0000 Replace "Founded by" with "Registered by" in soc.models.group module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 02 Apr 2009 16:30:38 +0000] rev 2053
Replace "Founded by" with "Registered by" in soc.models.group module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Thu, 02 Apr 2009 15:31:36 +0000 Add some additional functions for stats to stats.py script.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 02 Apr 2009 15:31:36 +0000] rev 2052
Add some additional functions for stats to stats.py script. This included getStudents, getUsers, getMentors, getOrgAdmins, countStudentsWithProposals and some style fixes. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Thu, 02 Apr 2009 10:11:38 +0000 Make the mentor and organization admin comment submission on student proposal nicer. Now drop down box allows you to select comment type and based on selected type and your current Role shows you available comment options. Left TODO to put inline JS into separate JS file.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 02 Apr 2009 10:11:38 +0000] rev 2051
Make the mentor and organization admin comment submission on student proposal nicer. Now drop down box allows you to select comment type and based on selected type and your current Role shows you available comment options. Left TODO to put inline JS into separate JS file. Patch by: Tim Ansell (small fixes by Pawel Solyga) Reviewed by: Pawel Solyga
Wed, 01 Apr 2009 17:23:49 +0000 "Where did you hear about this program"- can now be changed at any time.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 01 Apr 2009 17:23:49 +0000] rev 2050
"Where did you hear about this program"- can now be changed at any time. Addresses Issue 487. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 01 Apr 2009 12:01:58 +0000 Some fixes to lists helper to reduce mutation.
Daniel Bentley <dbentley@google.com> [Wed, 01 Apr 2009 12:01:58 +0000] rev 2049
Some fixes to lists helper to reduce mutation. Also added some TODO's to describe the plan. Patch by: Dan Bentley
Wed, 01 Apr 2009 10:24:26 +0000 A new model for seeding the database that makes it easier to seed many entities.
Daniel Bentley <dbentley@google.com> [Wed, 01 Apr 2009 10:24:26 +0000] rev 2048
A new model for seeding the database that makes it easier to seed many entities. new_seed_many is a function that seeds in a different way. Instead of using redirects, it figures out what the high-water mark of seeding is and proceeds from there. This is obviously a half-way step. I've talked about it with Sverre; I think I've mentioned it to others. If we like it, I volunteer to convert everything to this model (I think there will be savings and simplification when we're all the way). If we don't like it, I'll back out this code. But I'll also be sad, because this makes it a lot easier to add many entities (which I care about because I'm trying to fix list view for that many entities). Patch by: Dan Bentley
Wed, 01 Apr 2009 00:30:01 +0000 Added a stats module to scripts
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 01 Apr 2009 00:30:01 +0000] rev 2047
Added a stats module to scripts Usable to retrieve and save statistics. Currently only organization popularity (by means of student applications) is supported. Patch by: Sverre Rabbelier
Wed, 01 Apr 2009 00:29:50 +0000 Factor out the setup() method in interactive
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 01 Apr 2009 00:29:50 +0000] rev 2046
Factor out the setup() method in interactive Also allow specifying a custom context dictionary in remote, which will be used by the stats module to add helper methods. Patch by: Sverre Rabbelier
Wed, 01 Apr 2009 00:29:34 +0000 Fixed a typo in seed_db.html
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 01 Apr 2009 00:29:34 +0000] rev 2045
Fixed a typo in seed_db.html Patch by: Sverre Rabbelier
Tue, 31 Mar 2009 19:25:43 +0000 Now using GET request for getting the data.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 31 Mar 2009 19:25:43 +0000] rev 2044
Now using GET request for getting the data. This will prevent a 411 error from occurring on a live website. Also the URL does not need the timestamp since it already is added automatically. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 31 Mar 2009 19:25:17 +0000 Missing template change from r2750.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 31 Mar 2009 19:25:17 +0000] rev 2043
Missing template change from r2750. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 31 Mar 2009 19:21:26 +0000 Renamed duplicate-slots.js to prepare for changes.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 31 Mar 2009 19:21:26 +0000] rev 2042
Renamed duplicate-slots.js to prepare for changes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 31 Mar 2009 16:00:17 +0000 Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 31 Mar 2009 16:00:17 +0000] rev 2041
Make invalid Student Proposals also accessible for Hosts, Mentors and Org admins. Previously only new and pending Student Proposals could be viewed. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 31 Mar 2009 15:45:39 +0000 Added example text to birth_date.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 31 Mar 2009 15:45:39 +0000] rev 2040
Added example text to birth_date. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 31 Mar 2009 11:40:40 +0000 Fix docstring in interactive.py script.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 31 Mar 2009 11:40:40 +0000] rev 2039
Fix docstring in interactive.py script. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 22:57:27 +0000 Set new Melange version number to 0-5-20090331 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 30 Mar 2009 22:57:27 +0000] rev 2038
Set new Melange version number to 0-5-20090331 in app.yaml.template. Patch by: Pawel Solyga
Mon, 30 Mar 2009 22:52:15 +0000 Added nr_applications and nr_mentors
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 30 Mar 2009 22:52:15 +0000] rev 2037
Added nr_applications and nr_mentors These two properties can then be used to store the amount of applications and mentors an organization has. Patch by: Sverre Rabbelier
Mon, 30 Mar 2009 22:38:08 +0000 Use ugettext and shorter variable names for inellegible list
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 30 Mar 2009 22:38:08 +0000] rev 2036
Use ugettext and shorter variable names for inellegible list We use the abbreviated variable names in other list views as well to make it doable to work with them (with the meaning of the abbreviation explained with a comment after the definition). Bring the inellegible list up to date with this. Patch by: Sverre Rabbelier
Mon, 30 Mar 2009 22:16:55 +0000 Add listing of ineligible Student Proposals to "View all Students Proposals" view. Now mentors and org admin can see what application has been marked as ineligible or withdrawn by student.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 30 Mar 2009 22:16:55 +0000] rev 2035
Add listing of ineligible Student Proposals to "View all Students Proposals" view. Now mentors and org admin can see what application has been marked as ineligible or withdrawn by student. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 21:16:18 +0000 Fixed the duplicate slots view.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 21:16:18 +0000] rev 2034
Fixed the duplicate slots view. The script would not clear the screen upon recalculation also the list of duplicates would increase with every iteration because the variables weren't properly reset. Patch by: Merio Ferraro, Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 21:12:44 +0000 Renamed duplicate-slots.js to prepare for changes.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 21:12:44 +0000] rev 2033
Renamed duplicate-slots.js to prepare for changes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 19:46:41 +0000 Added missing return to manage access check.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 19:46:41 +0000] rev 2032
Added missing return to manage access check. Addresses Issue 471. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 19:41:05 +0000 Enforce the 500 character limit for abstracts.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 19:41:05 +0000] rev 2031
Enforce the 500 character limit for abstracts. Addresses Issue 417. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 19:36:43 +0000 Fixed typo in docstring for logic/models/base.py
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 19:36:43 +0000] rev 2030
Fixed typo in docstring for logic/models/base.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 30 Mar 2009 19:35:44 +0000 Added clean_content_length method to clean content of a specific size.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 30 Mar 2009 19:35:44 +0000] rev 2029
Added clean_content_length method to clean content of a specific size. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 29 Mar 2009 21:35:02 +0000 This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 29 Mar 2009 21:35:02 +0000] rev 2028
This patch adds a javascript confirmation box when clicking "Mark as Ineligible" on Student Proposal. This is temporary until we make this action reversible. Patch by: Tim Ansell Reviewed by: Pawel Solyga
Sun, 29 Mar 2009 07:43:04 +0000 Make test@example.com a mentor for one gsoc org and an admin (for a different) gsoc org.
Tim Ansell <mithro@gmail.com> [Sun, 29 Mar 2009 07:43:04 +0000] rev 2027
Make test@example.com a mentor for one gsoc org and an admin (for a different) gsoc org. This was the number one issue which was stopping me from testing a bunch of patches.
Sat, 28 Mar 2009 20:19:50 +0000 Set fields to 100% width again
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Mar 2009 20:19:50 +0000] rev 2026
Set fields to 100% width again This patch properly fixes the problem without punishing other browsers for IE's brokenness. If we have any other IE specific fixes, we should include them in this way too. Patch by: Timothy Robert Ansell <tansell@google.com>
Sat, 28 Mar 2009 20:19:18 +0000 Remove two trailing comma's
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Mar 2009 20:19:18 +0000] rev 2025
Remove two trailing comma's IE dies when there is a trailing comma in a js dictionary. Patch by: Sverre Rabbelier
Sat, 28 Mar 2009 02:21:48 +0000 Add a script to start an interactive shell with remote api
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Mar 2009 02:21:48 +0000] rev 2024
Add a script to start an interactive shell with remote api Patch by: Sverre Rabbelier
Sat, 28 Mar 2009 02:21:37 +0000 Enabled remote_api for admins only
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Mar 2009 02:21:37 +0000] rev 2023
Enabled remote_api for admins only Patch by: Sverre Rabbelier
Fri, 27 Mar 2009 14:19:16 +0000 Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected).
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 27 Mar 2009 14:19:16 +0000] rev 2022
Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected). Patch by: Daniel Hans Reviewed by: Pawel Solyga
Fri, 27 Mar 2009 13:16:27 +0000 Fixed some typo in app/soc/views/models/base.py
Chen Lunpeng <forever.clp@gmail.com> [Fri, 27 Mar 2009 13:16:27 +0000] rev 2021
Fixed some typo in app/soc/views/models/base.py Patch by: Chen Lunpeng Reviewed by: to-be-reviewed
Fri, 27 Mar 2009 11:16:35 +0000 Clarified docstring in access.py and changed edit access checks for role views.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Mar 2009 11:16:35 +0000] rev 2020
Clarified docstring in access.py and changed edit access checks for role views. Addresses Issue 455. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 27 Mar 2009 10:34:18 +0000 Fixed access check in club_member view.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Mar 2009 10:34:18 +0000] rev 2019
Fixed access check in club_member view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 27 Mar 2009 09:51:25 +0000 Added missing access checks to various roles.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Mar 2009 09:51:25 +0000] rev 2018
Added missing access checks to various roles. Addresses Issue 454. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Mar 2009 14:11:06 +0000 Added document_name alias for use on award certificates.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Mar 2009 14:11:06 +0000] rev 2017
Added document_name alias for use on award certificates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Mar 2009 13:58:13 +0000 Disabled CSV export for roles.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Mar 2009 13:58:13 +0000] rev 2016
Disabled CSV export for roles. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Mar 2009 13:35:49 +0000 Name alias now does not use the name_on_documents.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Mar 2009 13:35:49 +0000] rev 2015
Name alias now does not use the name_on_documents. We should use other methods when the name_on_documents is needed. Addresses Issue 431. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Mar 2009 12:19:33 +0000 Add missing utf decode in html cleaner in soc.logic.cleaning module. This should fix all the 500 errors that we got. Remove extra blank line in soc.views.model.document.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 26 Mar 2009 12:19:33 +0000] rev 2014
Add missing utf decode in html cleaner in soc.logic.cleaning module. This should fix all the 500 errors that we got. Remove extra blank line in soc.views.model.document. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 22:42:35 +0000 Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 25 Mar 2009 22:42:35 +0000] rev 2013
Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 18:56:31 +0000 Student Proposal Review template now has the right header_title.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 18:56:31 +0000] rev 2012
Student Proposal Review template now has the right header_title. Should have been part of r2714. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 18:54:55 +0000 Student Proposal Review page now has a title that contains the title and student name.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 18:54:55 +0000] rev 2011
Student Proposal Review page now has a title that contains the title and student name. Addresses part of Issue 437. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 17:55:16 +0000 Made the Student Proposal review page more clear by separating the submit button from the other buttons.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 17:55:16 +0000] rev 2010
Made the Student Proposal review page more clear by separating the submit button from the other buttons. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 17:44:36 +0000 Set new Melange version number to 0-5-20090325 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 25 Mar 2009 17:44:36 +0000] rev 2009
Set new Melange version number to 0-5-20090325 in app.yaml.template. Patch by: Pawel Solyga
Wed, 25 Mar 2009 15:20:01 +0000 Placing a public review via the review interface now also triggers the status change to pending.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 15:20:01 +0000] rev 2008
Placing a public review via the review interface now also triggers the status change to pending. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 15:16:50 +0000 Show additional info link on Student Proposal pages.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 15:16:50 +0000] rev 2007
Show additional info link on Student Proposal pages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 14:07:21 +0000 Added cleaning to student proposal content and the contents of the reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 14:07:21 +0000] rev 2006
Added cleaning to student proposal content and the contents of the reviews. Addresses Issue 433. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 25 Mar 2009 08:46:28 +0000 Removed leftover URL in duplicate-slots.js
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 25 Mar 2009 08:46:28 +0000] rev 2005
Removed leftover URL in duplicate-slots.js No code change, so no copy/rename. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 24 Mar 2009 19:49:35 +0000 Added JS to the duplicate proposals page.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 24 Mar 2009 19:49:35 +0000] rev 2004
Added JS to the duplicate proposals page. TODO's: Caching Fix the recalculate to properly clear the previous iteration. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Tue, 24 Mar 2009 18:43:22 +0000 Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 24 Mar 2009 18:43:22 +0000] rev 2003
Fixed error occurring when mentor or student posts a comment because a built-in function was passed rather then a real argument. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 24 Mar 2009 18:00:46 +0000 Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 24 Mar 2009 18:00:46 +0000] rev 2002
Fix csv export of properties that are not string (like datetime.time). Also replace name_on_documents with name helper property. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 24 Mar 2009 16:21:36 +0000 Set new Melange version number to 0-5-20090324 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 24 Mar 2009 16:21:36 +0000] rev 2001
Set new Melange version number to 0-5-20090324 in app.yaml.template. Patch by: Pawel Solyga
Tue, 24 Mar 2009 16:18:53 +0000 Add csv export support for Roles. If needed we will add support for extra properties in Mentor, Org Admin and Students models later.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 24 Mar 2009 16:18:53 +0000] rev 2000
Add csv export support for Roles. If needed we will add support for extra properties in Mentor, Org Admin and Students models later. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 24 Mar 2009 08:46:18 +0000 Now showing student name in list proposal views.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 24 Mar 2009 08:46:18 +0000] rev 1999
Now showing student name in list proposal views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 23 Mar 2009 22:43:14 +0000 Fixed a typo in proposal listing
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 23 Mar 2009 22:43:14 +0000] rev 1998
Fixed a typo in proposal listing It should be 'sent to', not 'send to'. Patch by: Sverre Rabbelier
Mon, 23 Mar 2009 21:54:50 +0000 Enable resizing in the TinyMCE widget
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 23 Mar 2009 21:54:50 +0000] rev 1997
Enable resizing in the TinyMCE widget Patch by: Sverre Rabbelier
Mon, 23 Mar 2009 20:15:17 +0000 Add "Edit my Student Profile" link to program menu.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 23 Mar 2009 20:15:17 +0000] rev 1996
Add "Edit my Student Profile" link to program menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 23 Mar 2009 20:05:00 +0000 Added check to prevent students from submitting more proposals then allowed by the program settings.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 23 Mar 2009 20:05:00 +0000] rev 1995
Added check to prevent students from submitting more proposals then allowed by the program settings. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 23 Mar 2009 08:44:29 +0000 Fixed a typo in Organization model.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 23 Mar 2009 08:44:29 +0000] rev 1994
Fixed a typo in Organization model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 22 Mar 2009 23:45:23 +0000 Set new Melange version number to 0-5-20090322 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 22 Mar 2009 23:45:23 +0000] rev 1993
Set new Melange version number to 0-5-20090322 in app.yaml.template. Patch by: Pawel Solyga
Sun, 22 Mar 2009 22:54:40 +0000 Redirect to show if there is no home document
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 22:54:40 +0000] rev 1992
Redirect to show if there is no home document Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 22:54:14 +0000 Make _public return True iff public page should be shown
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 22:54:14 +0000] rev 1991
Make _public return True iff public page should be shown If the public page should not be shown, and 'public_redirect' is set, a redirect to 'public_redirect' will be returned. Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 22:15:46 +0000 Automagically convert '+' to '00' in phone numbers
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 22:15:46 +0000] rev 1990
Automagically convert '+' to '00' in phone numbers Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 22:06:54 +0000 Added a 'Can we contact you' property
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 22:06:54 +0000] rev 1989
Added a 'Can we contact you' property Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 20:13:19 +0000 Make sure the user has restricted rights to create a new document
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 20:13:19 +0000] rev 1988
Make sure the user has restricted rights to create a new document This way users cannot create a document in a scope they should not have direct access to. Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 18:05:10 +0000 Add example text on t-shirt sizes
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 18:05:10 +0000] rev 1987
Add example text on t-shirt sizes Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 14:52:38 +0000 Ensure that the link_id entered is the user's in edit_self
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 14:52:38 +0000] rev 1986
Ensure that the link_id entered is the user's in edit_self Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 14:52:05 +0000 Optionally return link_id in clean_user_is_current
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 14:52:05 +0000] rev 1985
Optionally return link_id in clean_user_is_current Patch by: Sverre Rabbelier
Sun, 22 Mar 2009 14:51:37 +0000 Use getFromKeyFields instead of getForFields where possible
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 22 Mar 2009 14:51:37 +0000] rev 1984
Use getFromKeyFields instead of getForFields where possible Lookup by key_name is a lot faster than doing a query, so if possible the use of getFromKeyFields is preferred over getForFields. Patch by: Sverre Rabbelier
Sat, 21 Mar 2009 18:15:18 +0000 Student proposal list now shows proper date and the normal list shows the organization name.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 18:15:18 +0000] rev 1983
Student proposal list now shows proper date and the normal list shows the organization name. Addresses Issue 396. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 18:02:49 +0000 Removes the Mentor from all Student Proposals possible mentor lists when resigning.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 18:02:49 +0000] rev 1982
Removes the Mentor from all Student Proposals possible mentor lists when resigning. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 17:12:07 +0000 Factor out input and file utils into io.py.
David Anderson <david.jc.anderson@gmail.com> [Sat, 21 Mar 2009 17:12:07 +0000] rev 1981
Factor out input and file utils into io.py.
Sat, 21 Mar 2009 16:19:42 +0000 Added fields requested in Issue 392 to Student Model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 16:19:42 +0000] rev 1980
Added fields requested in Issue 392 to Student Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 15:55:33 +0000 Push agreements to group 99 for Role forms.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 15:55:33 +0000] rev 1979
Push agreements to group 99 for Role forms. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 13:07:12 +0000 Use the new as_email tag for user profile
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Mar 2009 13:07:12 +0000] rev 1978
Use the new as_email tag for user profile Patch by: Sverre Rabbelier
Sat, 21 Mar 2009 13:06:32 +0000 Added an as_email template tag
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 21 Mar 2009 13:06:32 +0000] rev 1977
Added an as_email template tag Patch by: Sverre Rabbelier
Sat, 21 Mar 2009 10:40:20 +0000 Fixed typo in variable name.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 10:40:20 +0000] rev 1976
Fixed typo in variable name. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 08:47:25 +0000 Fix broken list_msg that caused 500 errors on many pages that contain list. Also make sure not to display list_msg if it is None.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 21 Mar 2009 08:47:25 +0000] rev 1975
Fix broken list_msg that caused 500 errors on many pages that contain list. Also make sure not to display list_msg if it is None. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 01:07:40 +0000 Set new Melange version number to 0-5-20090321 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 21 Mar 2009 01:07:40 +0000] rev 1974
Set new Melange version number to 0-5-20090321 in app.yaml.template. Patch by: Pawel Solyga
Sat, 21 Mar 2009 00:49:10 +0000 Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sat, 21 Mar 2009 00:49:10 +0000] rev 1973
Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sat, 21 Mar 2009 00:30:07 +0000 Mentors cant resign when mentoring a project/proposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 21 Mar 2009 00:30:07 +0000] rev 1972
Mentors cant resign when mentoring a project/proposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 23:59:18 +0000 Only show 'Register as student' link student has a user profile
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 23:59:18 +0000] rev 1971
Only show 'Register as student' link student has a user profile Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 23:21:45 +0000 Explain better what a link_id should look like
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 23:21:45 +0000] rev 1970
Explain better what a link_id should look like Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 23:21:21 +0000 Typo and thinko fix in accepted_orgs_msg
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 23:21:21 +0000] rev 1969
Typo and thinko fix in accepted_orgs_msg Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 22:50:34 +0000 Show the accepted_orgs_msg for the accepted orgs page
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 22:50:34 +0000] rev 1968
Show the accepted_orgs_msg for the accepted orgs page Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 22:49:56 +0000 Allow for a message to be displayed above the list view
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 22:49:56 +0000] rev 1967
Allow for a message to be displayed above the list view Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 22:49:18 +0000 Add an non-required accepted_orgs_msg property to program profile
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 22:49:18 +0000] rev 1966
Add an non-required accepted_orgs_msg property to program profile Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 22:00:14 +0000 Requests now link to a user's profile
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 22:00:14 +0000] rev 1965
Requests now link to a user's profile Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:59:42 +0000 Added an as_user template tag
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:59:42 +0000] rev 1964
Added an as_user template tag Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:27:39 +0000 Clean phone numbers to be numeric only
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:27:39 +0000] rev 1963
Clean phone numbers to be numeric only Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:27:14 +0000 Added a numeric_only cleaner
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:27:14 +0000] rev 1962
Added a numeric_only cleaner Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:16:15 +0000 Added example text to the phone number fields
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:16:15 +0000] rev 1961
Added example text to the phone number fields Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:11:23 +0000 Removed formatting from TinyMCE that use the style tag
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:11:23 +0000] rev 1960
Removed formatting from TinyMCE that use the style tag The style tag is removed by feedparser as it can be used to insert malicious content. Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:02:46 +0000 Show all orgs in accepted org list view
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:02:46 +0000] rev 1959
Show all orgs in accepted org list view Also cache the result for 15 minutes if all orgs have created their organization profile. Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:02:21 +0000 Made _getPickData more generic by supporting ordening
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:02:21 +0000] rev 1958
Made _getPickData more generic by supporting ordening As such, renamed it to _getData. Also use a more robust way to represent the filter in case it contains entities. Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 21:01:49 +0000 Added a new index for accepted orgs listing
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 21:01:49 +0000] rev 1957
Added a new index for accepted orgs listing Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 19:11:56 +0000 Fixed docstring for canResign method.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 19:11:56 +0000] rev 1956
Fixed docstring for canResign method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 18:53:37 +0000 Moved canResign check to role logic so subclasses can override.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 18:53:37 +0000] rev 1955
Moved canResign check to role logic so subclasses can override. Also changed the variable name in the templates to be more generic. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 16:54:01 +0000 Minor style fix.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 16:54:01 +0000] rev 1954
Minor style fix. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 14:40:22 +0000 Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 20 Mar 2009 14:40:22 +0000] rev 1953
Add date postfix to slot-allocator.js file. Update base.html template with path to slot-allocator-090320.js. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 14:37:52 +0000 Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 20 Mar 2009 14:37:52 +0000] rev 1952
Slot allocator Javascript fix. This prevents from calling updateFromJSON function if there is no data. Patch by: Mario Ferraro Reviewed by: Pawel Solyga
Fri, 20 Mar 2009 14:18:07 +0000 Fixed copy/paste fail in docstring.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 14:18:07 +0000] rev 1951
Fixed copy/paste fail in docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 14:17:10 +0000 Only show valid roles on user roles page.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 14:17:10 +0000] rev 1950
Only show valid roles on user roles page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 14:07:57 +0000 Added "How did you hear about this program?" to Student Profile.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 14:07:57 +0000] rev 1949
Added "How did you hear about this program?" to Student Profile. Addresses Issue 333. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 14:04:57 +0000 Fixed double sending of notifications on creating a new invite.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 14:04:57 +0000] rev 1948
Fixed double sending of notifications on creating a new invite. Request logic now handles sending of the notification instead of the view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 11:49:12 +0000 Fixed redirect after creating/rejecting a request/invite.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 20 Mar 2009 11:49:12 +0000] rev 1947
Fixed redirect after creating/rejecting a request/invite. Addresses Issue 374. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 20 Mar 2009 10:57:54 +0000 Set new Melange version number to 0-5-20090320 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 20 Mar 2009 10:57:54 +0000] rev 1946
Set new Melange version number to 0-5-20090320 in app.yaml.template. Patch by: Pawel Solyga
Fri, 20 Mar 2009 09:58:23 +0000 Moved and updated seed_many documentation
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 09:58:23 +0000] rev 1945
Moved and updated seed_many documentation Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 09:09:48 +0000 Minor style fixes
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 20 Mar 2009 09:09:48 +0000] rev 1944
Minor style fixes Also, move the stripping of the binary name to the __main__ part, otherwise a nonsense argument has to be provided when running from the interactive interpreter. Patch by: Sverre Rabbelier
Fri, 20 Mar 2009 08:11:59 +0000 A script for writing the application name into an app.yaml based on an app.yaml.template.
Daniel Bentley <dbentley@google.com> [Fri, 20 Mar 2009 08:11:59 +0000] rev 1943
A script for writing the application name into an app.yaml based on an app.yaml.template. My first check-in. I apologize if I forgot, overlooked, or just plum messed something up. I'm sure I have. I'll fix it, and appreciate any review you can give.
Thu, 19 Mar 2009 23:25:34 +0000 Verbiage fix in Mentor list heading
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Mar 2009 23:25:34 +0000] rev 1942
Verbiage fix in Mentor list heading Patch by: Sverre Rabbelier
Thu, 19 Mar 2009 17:30:17 +0000 Explicitly added access check for public profile page view.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 17:30:17 +0000] rev 1941
Explicitly added access check for public profile page view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 17:11:03 +0000 Verbiage fix
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Mar 2009 17:11:03 +0000] rev 1940
Verbiage fix Patch by: Sverre Rabbelier3
Thu, 19 Mar 2009 17:10:26 +0000 Allow everyone to view an org app public page
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Mar 2009 17:10:26 +0000] rev 1939
Allow everyone to view an org app public page Patch by: Sverre Rabbelier
Thu, 19 Mar 2009 08:53:52 +0000 Minor whitespace fix.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:53:52 +0000] rev 1938
Minor whitespace fix. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:52:55 +0000 Added the users' public name to the process_request page.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:52:55 +0000] rev 1937
Added the users' public name to the process_request page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:38:01 +0000 Added basic student project view.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:38:01 +0000] rev 1936
Added basic student project view. TODO's added: -Org admins should be able to assign a mentor -Determine who can edit the title,abstract and additional info link Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:37:16 +0000 Added new Student Project cleaning method.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:37:16 +0000] rev 1935
Added new Student Project cleaning method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:31:15 +0000 Added basic Student Project templates.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:31:15 +0000] rev 1934
Added basic Student Project templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:30:06 +0000 Added StudentProject logic.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:30:06 +0000] rev 1933
Added StudentProject logic. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:27:47 +0000 Added StudentProject model.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:27:47 +0000] rev 1932
Added StudentProject model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 08:04:07 +0000 Org applications can now be deleted up to the deadline.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 19 Mar 2009 08:04:07 +0000] rev 1931
Org applications can now be deleted up to the deadline. As requested in Issue 341. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 19 Mar 2009 00:12:59 +0000 Rename 'orgs' to 'organizations' in page title
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Mar 2009 00:12:59 +0000] rev 1930
Rename 'orgs' to 'organizations' in page title Patch by: Sverre Rabbelier
Thu, 19 Mar 2009 00:12:35 +0000 Added missing status to seeded orgs
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 19 Mar 2009 00:12:35 +0000] rev 1929
Added missing status to seeded orgs Patch by: Sverre Rabbelier
Wed, 18 Mar 2009 17:18:19 +0000 The org list proposals page now shows the amount of assigned slots.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 17:18:19 +0000] rev 1928
The org list proposals page now shows the amount of assigned slots. Also colors the list of possible accepted proposals. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 17:17:20 +0000 Added a new custom class and fixed the base template css reference.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 17:17:20 +0000] rev 1927
Added a new custom class and fixed the base template css reference. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 17:12:25 +0000 Added list_info helper module.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 17:12:25 +0000] rev 1926
Added list_info helper module. This module can be used in the same way as the redirects module, to support custom info methods for lists. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 17:07:33 +0000 Renamed .css file to facilitate todays changes.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 17:07:33 +0000] rev 1925
Renamed .css file to facilitate todays changes. This is done seperatly because Google Code's online diff does not regard this as a rename. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 16:21:19 +0000 Always show the accepted organizations list even when there are None.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 16:21:19 +0000] rev 1924
Always show the accepted organizations list even when there are None. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 16:15:32 +0000 Added missing access check for listing of accepted orgs.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 16:15:32 +0000] rev 1923
Added missing access check for listing of accepted orgs. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 16:14:29 +0000 Added new access method that can check if a given event has taken place already.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 18 Mar 2009 16:14:29 +0000] rev 1922
Added new access method that can check if a given event has taken place already. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Wed, 18 Mar 2009 15:29:25 +0000 Set new Melange version number to 0-5-20090318 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 18 Mar 2009 15:29:25 +0000] rev 1921
Set new Melange version number to 0-5-20090318 in app.yaml.template. Patch by: Pawel Solyga
Wed, 18 Mar 2009 12:41:59 +0000 Change the order of student proposals lists for org admins and mentors. Now the new proposals list shows up at the top. Also don't show the list of new proposals if it's empty.
Pawel Solyga <Pawel.Solyga@gmail.com> [Wed, 18 Mar 2009 12:41:59 +0000] rev 1920
Change the order of student proposals lists for org admins and mentors. Now the new proposals list shows up at the top. Also don't show the list of new proposals if it's empty. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 22:03:00 +0000 Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 22:03:00 +0000] rev 1919
Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object. As requested by Mario. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 20:51:07 +0000 Cleaned up the proposal data that gets put into a JSON object.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 20:51:07 +0000] rev 1918
Cleaned up the proposal data that gets put into a JSON object. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 20:24:59 +0000 Fixed a bug where giving a limit but no offset would cause a 505.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 20:24:59 +0000] rev 1917
Fixed a bug where giving a limit but no offset would cause a 505. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 18:03:31 +0000 Fixed layout for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 18:03:31 +0000] rev 1916
Fixed layout for StudentProposal reviews. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 18:02:11 +0000 Renamed .css file to facilitate todays changes.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 18:02:11 +0000] rev 1915
Renamed .css file to facilitate todays changes. This is done seperatly because Google Code's diff does not regard this as a rename. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 17:35:12 +0000 Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 17 Mar 2009 17:35:12 +0000] rev 1914
Moved subscription buttons to the top and comment placing to the bottom for StudentProposal review and public page. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 17:19:30 +0000 Added missing ','.
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Mar 2009 17:19:30 +0000] rev 1913
Added missing ','. Patch by: Sverre Rabbelier
Tue, 17 Mar 2009 16:54:50 +0000 Add organization name to organization application acceptance/rejection email templates.
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 17 Mar 2009 16:54:50 +0000] rev 1912
Add organization name to organization application acceptance/rejection email templates. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Tue, 17 Mar 2009 13:28:06 +0000 Added a Assign Slots link to sidebar for Hosts
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Mar 2009 13:28:06 +0000] rev 1911
Added a Assign Slots link to sidebar for Hosts Patch by: Sverre Rabbelier
Tue, 17 Mar 2009 13:25:55 +0000 Added an assign slots redirects
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Mar 2009 13:25:55 +0000] rev 1910
Added an assign slots redirects Patch by: Sverre Rabbelier
Tue, 17 Mar 2009 13:22:00 +0000 Make accepted org list redirect to public page
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 17 Mar 2009 13:22:00 +0000] rev 1909
Make accepted org list redirect to public page Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:55:28 +0000 Added a seed_db.html
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:55:28 +0000] rev 1908
Added a seed_db.html A static page with some seed_db and seed_many links. Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:55:04 +0000 Added org app seeding to seed_many
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:55:04 +0000] rev 1907
Added org app seeding to seed_many Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:54:33 +0000 Added StudentProposal to clean_db
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:54:33 +0000] rev 1906
Added StudentProposal to clean_db Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:54:07 +0000 Added seed student proposal support to seed_many
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:54:07 +0000] rev 1905
Added seed student proposal support to seed_many Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:53:41 +0000 Add seed mentor support to seed_many
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:53:41 +0000] rev 1904
Add seed mentor support to seed_many Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:53:14 +0000 Added seed org support to seed_many
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:53:14 +0000] rev 1903
Added seed org support to seed_many Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:52:49 +0000 Added seed user to seed many
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:52:49 +0000] rev 1902
Added seed user to seed many Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:52:22 +0000 Added a seed_many url
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:52:22 +0000] rev 1901
Added a seed_many url Similar to the former user_start, user_end, and user_goal, only now more generic. Also now properly propagates the 'step' argument. Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:51:46 +0000 Factor out ensureUser and add Error class in seed_db
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:51:46 +0000] rev 1900
Factor out ensureUser and add Error class in seed_db Also removed the seed_many stuff, this will be moved to a seperate url with in a more generic approach. Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 23:51:20 +0000 Added format and containsAll to the dicts module
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 16 Mar 2009 23:51:20 +0000] rev 1899
Added format and containsAll to the dicts module Patch by: Sverre Rabbelier
Mon, 16 Mar 2009 21:18:20 +0000 Hook up the new template tag for StudentProposal reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 21:18:20 +0000] rev 1898
Hook up the new template tag for StudentProposal reviews. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 21:17:04 +0000 Added a new template tag to serve up background color for StudentProposals Reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 21:17:04 +0000] rev 1897
Added a new template tag to serve up background color for StudentProposals Reviews. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 21:14:55 +0000 Added background color for StudentProposal reviews to the .css file.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 21:14:55 +0000] rev 1896
Added background color for StudentProposal reviews to the .css file. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 19:08:50 +0000 Notifications will not be sent out to the reviewer.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 19:08:50 +0000] rev 1895
Notifications will not be sent out to the reviewer. Should have been in r2574. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 18:05:08 +0000 Send out a message on a new StudentProposal review to all followers.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 18:05:08 +0000] rev 1894
Send out a message on a new StudentProposal review to all followers. Updated docstring in notifications helper to be clearer about the method's intentions. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 18:02:01 +0000 Added sendNewReviewNotification to the notifications helper.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 18:02:01 +0000] rev 1893
Added sendNewReviewNotification to the notifications helper. This is to be used for messaging ReviewFollowers. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 18:00:39 +0000 Added new_review template.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 18:00:39 +0000] rev 1892
Added new_review template. Fixed minor style issue in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 17:58:55 +0000 Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 17:58:55 +0000] rev 1891
Make the notifications look less bloated by not adhering to the linebreaks in the template but only to the HTML in them. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 16:27:21 +0000 Increased the length of the timebased link_id to handle more items at once.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 16:27:21 +0000] rev 1890
Increased the length of the timebased link_id to handle more items at once. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 15:33:27 +0000 Use site_name if the system sends a message.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 16 Mar 2009 15:33:27 +0000] rev 1889
Use site_name if the system sends a message. Addresses comments on r2564. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Mon, 16 Mar 2009 11:57:50 +0000 Style fixes for release modules.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 16 Mar 2009 11:57:50 +0000] rev 1888
Style fixes for release modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 22:32:05 +0000 Changed notifications helper to properly use the fact that from_user is not a required property.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 22:32:05 +0000] rev 1887
Changed notifications helper to properly use the fact that from_user is not a required property. The list template has changed to reflect this. The naming is open for discussion but note that if it is decided to change it that it also needs to be changed in the public.html template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:58:39 +0000 Changed line-endings in notifications base template.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:58:39 +0000] rev 1886
Changed line-endings in notifications base template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:42:21 +0000 Fixed an Epic Fail in StudentProposal logic ^_^.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:42:21 +0000] rev 1885
Fixed an Epic Fail in StudentProposal logic ^_^. Import was wrong. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:40:03 +0000 Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:40:03 +0000] rev 1884
Delete all ReviewFollowers and remove the entry in the ranker before deleting a StudentProposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 20:27:50 +0000 The StudentProposal review view now also allow you to subscribe to public/private reviews.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 20:27:50 +0000] rev 1883
The StudentProposal review view now also allow you to subscribe to public/private reviews. Note that message sending is not yet implemented. Also moved the other GET parameter stuff into ReviewGet method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:29:31 +0000 Everyone that is able to see the StudentProposals public page can subscribe to public review updates.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:29:31 +0000] rev 1882
Everyone that is able to see the StudentProposals public page can subscribe to public review updates. Note: No messages will be sent yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:26:10 +0000 Added the ReviewFollower logic module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:26:10 +0000] rev 1881
Added the ReviewFollower logic module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 19:25:14 +0000 Added the ReviewFollower model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 19:25:14 +0000] rev 1880
Added the ReviewFollower model. To be used to track who is subscribed to StudentProposals being reviewed. Or any other entity that uses the Review model to convey messages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 17:33:50 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 17:33:50 +0000] rev 1879
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 17:22:15 +0000 Fix missing utf encoding of data when exporting lists to csv file.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Mar 2009 17:22:15 +0000] rev 1878
Fix missing utf encoding of data when exporting lists to csv file. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:42:54 +0000 Updated help text for email properties in Group model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:42:54 +0000] rev 1877
Updated help text for email properties in Group model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:30:53 +0000 Allow backup admins to edit org application
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 16:30:53 +0000] rev 1876
Allow backup admins to edit org application Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 16:30:26 +0000 Specify the type of Link ID used
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 16:30:26 +0000] rev 1875
Specify the type of Link ID used Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 16:20:24 +0000 Some minor style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:20:24 +0000] rev 1874
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:10:19 +0000 Added the Follower Logic Module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:10:19 +0000] rev 1873
Added the Follower Logic Module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 16:08:45 +0000 Added the Follower model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 16:08:45 +0000] rev 1872
Added the Follower model. This will be used to let people subscribe to for instance a student proposal so that they can receive updates about it. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 15:21:06 +0000 Replaced a '.' with '?' in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 15:21:06 +0000] rev 1871
Replaced a '.' with '?' in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 15:07:38 +0000 Verbiage fix in ACL
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 15:07:38 +0000] rev 1870
Verbiage fix in ACL Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 14:55:45 +0000 Verbiage fix in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 14:55:45 +0000] rev 1869
Verbiage fix in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 14:53:00 +0000 Updated the accepted organization email for GSoC 2009.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 14:53:00 +0000] rev 1868
Updated the accepted organization email for GSoC 2009. Left a TODO to use a proper template. Issue 200 addresses a possible solution. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 15 Mar 2009 14:14:13 +0000 Set new Melange version number to 0-5-20090315 in app.yaml.template.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 15 Mar 2009 14:14:13 +0000] rev 1867
Set new Melange version number to 0-5-20090315 in app.yaml.template. Patch by: Pawel Solyga
Sun, 15 Mar 2009 14:10:21 +0000 Renamed "Idea page" to "Ideas page"
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 14:10:21 +0000] rev 1866
Renamed "Idea page" to "Ideas page" Also renamed "all organizations" to "accepted organizations". Added a longer description to the first list. Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:36:14 +0000 Remove key_order from 'list accepted orgs' view
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:36:14 +0000] rev 1865
Remove key_order from 'list accepted orgs' view Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:35:45 +0000 Don't create csv export when no key_order is defined
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:35:45 +0000] rev 1864
Don't create csv export when no key_order is defined Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:16:38 +0000 Added a 'accepted orgs' view to program
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:16:38 +0000] rev 1863
Added a 'accepted orgs' view to program Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:16:03 +0000 Make an org's application visible to all logged in users
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:16:03 +0000] rev 1862
Make an org's application visible to all logged in users Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:15:32 +0000 Don't show possibly private info on org_app public page
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:15:32 +0000] rev 1861
Don't show possibly private info on org_app public page Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:15:01 +0000 Added an getAcceptedOrgsRedirect to redirects
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:15:01 +0000] rev 1860
Added an getAcceptedOrgsRedirect to redirects Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:14:33 +0000 Remove program id from org list
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:14:33 +0000] rev 1859
Remove program id from org list Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 13:13:54 +0000 Show idea page instead of last modified date in org app
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 15 Mar 2009 13:13:54 +0000] rev 1858
Show idea page instead of last modified date in org app Patch by: Sverre Rabbelier
Sun, 15 Mar 2009 11:31:26 +0000 Style fixes.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 15 Mar 2009 11:31:26 +0000] rev 1857
Style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Mar 2009 20:12:56 +0000 Added a list of developers to the User menu
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 20:12:56 +0000] rev 1856
Added a list of developers to the User menu Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 19:46:20 +0000 Fixed a very obvious bug in slots()
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 19:46:20 +0000] rev 1855
Fixed a very obvious bug in slots() The bug was not visible due to the allocator always returning an empty dictionary. Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 19:45:52 +0000 Don't return an empty dict when no allocation can be made
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 19:45:52 +0000] rev 1854
Don't return an empty dict when no allocation can be made Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 18:02:01 +0000 Group StudentProposals under Students in the sidebar.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 14 Mar 2009 18:02:01 +0000] rev 1853
Group StudentProposals under Students in the sidebar. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 14 Mar 2009 16:09:13 +0000 Show 'list my org apps' only if you have org apps
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:09:13 +0000] rev 1852
Show 'list my org apps' only if you have org apps Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 16:08:38 +0000 Pre-accepted or pre-rejected orgs should stay under 'needs review'
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:08:38 +0000] rev 1851
Pre-accepted or pre-rejected orgs should stay under 'needs review' Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 16:08:09 +0000 Enable javascript in duplicate students view
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 16:08:09 +0000] rev 1850
Enable javascript in duplicate students view Patch by: Sverre Rabbelier
Sat, 14 Mar 2009 03:49:16 +0000 Factor out the Subversion wrapper to a separate module.
David Anderson <david.jc.anderson@gmail.com> [Sat, 14 Mar 2009 03:49:16 +0000] rev 1849
Factor out the Subversion wrapper to a separate module.
Sat, 14 Mar 2009 00:12:22 +0000 Show 'List my Organization Applications' link even after signup closed
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 14 Mar 2009 00:12:22 +0000] rev 1848
Show 'List my Organization Applications' link even after signup closed Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:18:06 +0000 Followup to r2517: don't import threading in release.py
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 23:18:06 +0000] rev 1847
Followup to r2517: don't import threading in release.py
Fri, 13 Mar 2009 23:12:43 +0000 Redirect stdout/stderr through the logging system.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 23:12:43 +0000] rev 1846
Redirect stdout/stderr through the logging system. This change also causes the uncaptured output of subprocesses to be routed to the logging system for recording in the session transcript.
Fri, 13 Mar 2009 23:12:40 +0000 Fixed a thinko-fix in toDict
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:12:40 +0000] rev 1845
Fixed a thinko-fix in toDict The pick() view was broken because of this. Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:12:15 +0000 Set the content type to text/csv for csv exports
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:12:15 +0000] rev 1844
Set the content type to text/csv for csv exports Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:11:44 +0000 Add row headings to the csv export
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:11:44 +0000] rev 1843
Add row headings to the csv export Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:11:16 +0000 Added an identity function to dicts
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:11:16 +0000] rev 1842
Added an identity function to dicts Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:10:49 +0000 Don't override org view params
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 23:10:49 +0000] rev 1841
Don't override org view params Patch by: Sverre Rabbelier
Fri, 13 Mar 2009 23:04:27 +0000 Changed the workflow for students regarding their proposals.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 23:04:27 +0000] rev 1840
Changed the workflow for students regarding their proposals. The list_self for students now points to the public page where they can see their public reviews. A link on this page has been added to point to the view where they can edit their proposal. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 23:01:11 +0000 Added example and help text to clarify the use of some fields on the proposal ranking.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 23:01:11 +0000] rev 1839
Added example and help text to clarify the use of some fields on the proposal ranking. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 22:35:39 +0000 Some textual changes for proposal reviewing.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 22:35:39 +0000] rev 1838
Some textual changes for proposal reviewing. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 20:25:18 +0000 Minor textual changes in the StudentProposal model.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 20:25:18 +0000] rev 1837
Minor textual changes in the StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 18:41:35 +0000 The rejected applications subsection now links to the public page for the list_self view.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 18:41:35 +0000] rev 1836
The rejected applications subsection now links to the public page for the list_self view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 18:22:01 +0000 Fix indentation to match Melange/Google style.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:22:01 +0000] rev 1835
Fix indentation to match Melange/Google style.
Fri, 13 Mar 2009 18:14:54 +0000 Add a log module to initialize and manage logging.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:14:54 +0000] rev 1834
Add a log module to initialize and manage logging.
Fri, 13 Mar 2009 18:14:44 +0000 Add a decolorize() helper to undo the effects of colorize().
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 18:14:44 +0000] rev 1833
Add a decolorize() helper to undo the effects of colorize().
Fri, 13 Mar 2009 16:56:56 +0000 Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 16:56:56 +0000] rev 1832
Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list. Also fixed the error messages to show the correct message. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 14:11:08 +0000 Updated index.yaml to reflect changes necessary for the duplicate checking views.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 14:11:08 +0000] rev 1831
Updated index.yaml to reflect changes necessary for the duplicate checking views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:49:07 +0000 Started with the view for showing students who have been assigned to multiple slots.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:49:07 +0000] rev 1830
Started with the view for showing students who have been assigned to multiple slots. The basics that are in this patch will be used by Mario Ferraro to write the actual view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:46:30 +0000 Fixed whitespace in cache/base.py
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:46:30 +0000] rev 1829
Fixed whitespace in cache/base.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 13:26:03 +0000 Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 13 Mar 2009 13:26:03 +0000] rev 1828
Changed the edit template to show a Submit button instead of Save Changes when "creating" an entity. This is because Save Changes confuses people, it has the tendency to imply a partial save. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 13 Mar 2009 03:11:42 +0000 Move run() into the util module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 03:11:42 +0000] rev 1827
Move run() into the util module.
Fri, 13 Mar 2009 02:56:35 +0000 Followup to r2496. Fix obvious errors.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 02:56:35 +0000] rev 1826
Followup to r2496. Fix obvious errors.
Fri, 13 Mar 2009 02:13:21 +0000 Move the Paths class to the util module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 02:13:21 +0000] rev 1825
Move the Paths class to the util module.
Fri, 13 Mar 2009 01:59:54 +0000 Refactor ANSI colorization into a new utility module.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:59:54 +0000] rev 1824
Refactor ANSI colorization into a new utility module.
Fri, 13 Mar 2009 01:49:39 +0000 Fix the Melange version regular expression to detect patch versions.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:49:39 +0000] rev 1823
Fix the Melange version regular expression to detect patch versions.
Fri, 13 Mar 2009 01:44:18 +0000 Create an error module containing the top-level error class.
David Anderson <david.jc.anderson@gmail.com> [Fri, 13 Mar 2009 01:44:18 +0000] rev 1822
Create an error module containing the top-level error class.
Fri, 13 Mar 2009 00:12:42 +0000 Only show export link if list_key_order is set
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 13 Mar 2009 00:12:42 +0000] rev 1821
Only show export link if list_key_order is set Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:05:40 +0000 Display a warning if there are errors on the form
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:05:40 +0000] rev 1820
Display a warning if there are errors on the form Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:04:53 +0000 Make the error message align with the input field
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:04:53 +0000] rev 1819
Make the error message align with the input field Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:04:14 +0000 Moved stylesheet to mitigate overenthousiastic browser caching.
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:04:14 +0000] rev 1818
Moved stylesheet to mitigate overenthousiastic browser caching. Also fixed some minor whitespace damage in the css while at it. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 23:03:28 +0000 Add a style class for td.twolineformfielderrorlabel.
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 23:03:28 +0000] rev 1817
Add a style class for td.twolineformfielderrorlabel. Also right-aligned td.formfielderrorlabel etc. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 22:46:10 +0000 Add the Google SoC release script to the Melange repository.
David Anderson <david.jc.anderson@gmail.com> [Thu, 12 Mar 2009 22:46:10 +0000] rev 1816
Add the Google SoC release script to the Melange repository. The intent is to refactor this script and make it usable by Melange as well.
Thu, 12 Mar 2009 22:30:04 +0000 Always convert newlines to linebreaks
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 22:30:04 +0000] rev 1815
Always convert newlines to linebreaks Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 22:29:14 +0000 Some code re-use in templates
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 22:29:14 +0000] rev 1814
Some code re-use in templates As a side-effect the pre-accept and pre-accept are now first, rather then mingled with the other buttons. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:38:40 +0000 Define a key order for document and org app
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:38:40 +0000] rev 1813
Define a key order for document and org app This way the export order will be constant, even if we add more model properties later on. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:38:07 +0000 Strip leading and trailing newlines from our responses
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:38:07 +0000] rev 1812
Strip leading and trailing newlines from our responses Without this CSV exports look funny. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:37:38 +0000 Greatly simplify makeNewPaginationChoices
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:37:38 +0000] rev 1811
Greatly simplify makeNewPaginationChoices Also added two developer-only choices. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:37:09 +0000 Adhere to the DEF_... pattern for constants in lists
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:37:09 +0000] rev 1810
Adhere to the DEF_... pattern for constants in lists Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 21:36:39 +0000 Make it possible to specify the key order for csv export
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 21:36:39 +0000] rev 1809
Make it possible to specify the key order for csv export Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 14:16:55 +0000 build.sh: bail if run in the wrong directory.
Augie Fackler <durin42@gmail.com> [Thu, 12 Mar 2009 14:16:55 +0000] rev 1808
build.sh: bail if run in the wrong directory. Patch by: Augie Fackler
Thu, 12 Mar 2009 13:39:57 +0000 Add an export link to all list views
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:39:57 +0000] rev 1807
Add an export link to all list views Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:39:03 +0000 Added generic csv export to all list views
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:39:03 +0000] rev 1806
Added generic csv export to all list views Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:38:24 +0000 Factor download functionality out of export()
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:38:24 +0000] rev 1805
Factor download functionality out of export() This way any kind of data can be offered as downloadable file. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:37:26 +0000 Keep the current list and row number
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:37:26 +0000] rev 1804
Keep the current list and row number Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:36:36 +0000 Return "" when there is no info/action set
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:36:36 +0000] rev 1803
Return "" when there is no info/action set Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 13:35:35 +0000 Allow developers to specify a higher limit for a list view
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 13:35:35 +0000] rev 1802
Allow developers to specify a higher limit for a list view Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 00:48:52 +0000 Reinstate the 1k limit in pick()
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 00:48:52 +0000] rev 1801
Reinstate the 1k limit in pick() Considering the performance hit we take with every query of this size we need to think of a way around having to do such large queries, rather than doing them anyway. Patch by: Sverre Rabbelier
Thu, 12 Mar 2009 00:48:23 +0000 If not running local, use ajax.googleapis to serve jquery
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 12 Mar 2009 00:48:23 +0000] rev 1800
If not running local, use ajax.googleapis to serve jquery Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:30:28 +0000 Redirect to current page if the current request times out
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:30:28 +0000] rev 1799
Redirect to current page if the current request times out When deleting entities it doesn't matter if we get interrupted. Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:29:58 +0000 Use accounts.getCurrentAccount instead of users.get_current_user
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:29:58 +0000] rev 1798
Use accounts.getCurrentAccount instead of users.get_current_user This way accounts are normalized, which is usefull now that debug mode is also available even if deployed on appspot.com. Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:29:32 +0000 isDebug now also checks melange version
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:29:32 +0000] rev 1797
isDebug now also checks melange version To facilitate this getMelangeVersion was introduced and in order to not show the 'Flush Cache' button a isLocal method was also added. Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:28:48 +0000 Allow for query caching in pick
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:28:48 +0000] rev 1796
Allow for query caching in pick Turn the caching on for /user/pick Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 21:28:11 +0000 Added query caching
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 21:28:11 +0000] rev 1795
Added query caching Patch by: Sverre Rabbelier
Wed, 11 Mar 2009 19:27:13 +0000 Also clear RankerRoot and ranker from datastore
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 11 Mar 2009 19:27:13 +0000] rev 1794
Also clear RankerRoot and ranker from datastore Patch by: Sverre Rabbelier
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
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
Sun, 08 Mar 2009 02:03:28 +0000 Hook up json2.js in base.html
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:03:28 +0000] rev 1733
Hook up json2.js in base.html We do not load it by default. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 02:03:01 +0000 Add a no_pagination.html template
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 08 Mar 2009 02:03:01 +0000] rev 1732
Add a no_pagination.html template This template can be used to turn of pagination but still have the blue 'bars' at the top and bottom show up. Patch by: Sverre Rabbelier
Sun, 08 Mar 2009 00:00:13 +0000 Add json2.js to repository under json folder, update build script and app.yaml.template files.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 08 Mar 2009 00:00:13 +0000] rev 1731
Add json2.js to repository under json folder, update build script and app.yaml.template files. This is pretty useful set of functions for JSON manipulation in Javascript, we will mostly use stringify function. This code is on Public Domain license and comes from http://www.json.org/js.html. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 22:14:04 +0000 Important roles can now not resign if they are the last in their group.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 22:14:04 +0000] rev 1730
Important roles can now not resign if they are the last in their group. Fixes Issue 288. I've decided to do it outside of the logic because if the need arises to kick the last org admin out of a group we need the ability to do so. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 20:27:52 +0000 Have slots default to 0
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:27:52 +0000] rev 1729
Have slots default to 0 Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 20:27:24 +0000 Include IntegerProperty in the JSON object
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:27:24 +0000] rev 1728
Include IntegerProperty in the JSON object Patch by: Sverre Rabbelier, "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 20:26:58 +0000 Added the spin jquery plugin
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 20:26:58 +0000] rev 1727
Added the spin jquery plugin Patch by: "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:46:18 +0000 Add a link to the full agreement text
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 19:46:18 +0000] rev 1726
Add a link to the full agreement text Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 19:45:38 +0000 Make it possible to specify a link to the full text
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 19:45:38 +0000] rev 1725
Make it possible to specify a link to the full text Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 19:31:39 +0000 Students can not be kicked from a program by a organization admin.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:31:39 +0000] rev 1724
Students can not be kicked from a program by a organization admin. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:23:32 +0000 Reverting part of r2378, since it's not ready yet.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:23:32 +0000] rev 1723
Reverting part of r2378, since it's not ready yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 19:17:02 +0000 All address fields for roles and groups can now only use characters that can successfully be converted to ASCII.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 19:17:02 +0000] rev 1722
All address fields for roles and groups can now only use characters that can successfully be converted to ASCII. Has to do with Issue 243. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 18:16:54 +0000 Adjust the total_popularity after ranging
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 18:16:54 +0000] rev 1721
Adjust the total_popularity after ranging This way 'off the scale' orgs (many applicants, with only few mentors available) will not pull the total amount of allocated slots down as much as before. Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 17:55:14 +0000 Removed the street address from influencing the maps plug in.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 17:55:14 +0000] rev 1720
Removed the street address from influencing the maps plug in. Legally we are not allowed to publish people's street address, people can drag the marker to their street if they wish to, we are now using the postal code which would be a region within a city (if this is too much we might also take this out). Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Sat, 07 Mar 2009 17:36:32 +0000 Show the marker for the Google maps plug in by default.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 17:36:32 +0000] rev 1719
Show the marker for the Google maps plug in by default. This fixes Issue 307. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk
Sat, 07 Mar 2009 17:09:05 +0000 Added an pre-processing algorithm
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 17:09:05 +0000] rev 1718
Added an pre-processing algorithm Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 17:08:23 +0000 Added assigned mentors and amount of minimum slots per org
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 17:08:23 +0000] rev 1717
Added assigned mentors and amount of minimum slots per org Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 16:06:30 +0000 Fixes banned people being able to create a new user entity.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 16:06:30 +0000] rev 1716
Fixes banned people being able to create a new user entity. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:22:48 +0000 Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:22:48 +0000] rev 1715
Added the review capability to the student_proposal review page. Note that editing of reviews still is not allowed, and Students can't read/respond yet. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:19:53 +0000 Moved some template tags out of forms_helpers into comments_helpers.py.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:19:53 +0000] rev 1714
Moved some template tags out of forms_helpers into comments_helpers.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:19:06 +0000 Added new template tag for a review.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:19:06 +0000] rev 1713
Added new template tag for a review. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:13:11 +0000 Org Application contributors template is now marked safe.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:13:11 +0000] rev 1712
Org Application contributors template is now marked safe. This means the HTML content will be properly rendered. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:11:51 +0000 Updated the docstring for the Comment model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:11:51 +0000] rev 1711
Updated the docstring for the Comment model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:07:49 +0000 Added Logic for the Review Model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:07:49 +0000] rev 1710
Added Logic for the Review Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 15:07:17 +0000 Redone the Review model.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 07 Mar 2009 15:07:17 +0000] rev 1709
Redone the Review model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 14:56:22 +0000 Add forgotten image
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 14:56:22 +0000] rev 1708
Add forgotten image Forgotten by: Sverre Rabbelier Patch by: "Mario Ferraro" <fadinlight@gmail.com>
Sat, 07 Mar 2009 14:49:03 +0000 Add the jquery-purr plugin
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 14:49:03 +0000] rev 1707
Add the jquery-purr plugin Patch by: "Mario Ferraro" <fadinlight@gmail.com> Reviewed by: to-be-reviewed
Sat, 07 Mar 2009 00:33:39 +0000 Added a slots JSON call
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:33:39 +0000] rev 1706
Added a slots JSON call Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:33:10 +0000 Added a slot allocation view
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:33:10 +0000] rev 1705
Added a slot allocation view Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:32:15 +0000 Add slots to the organization model
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:32:15 +0000] rev 1704
Add slots to the organization model Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:31:48 +0000 Factor out the 'json' part from pick
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:31:48 +0000] rev 1703
Factor out the 'json' part from pick Patch by: Sverre Rabbelier
Sat, 07 Mar 2009 00:31:16 +0000 Minor style fixes
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 07 Mar 2009 00:31:16 +0000] rev 1702
Minor style fixes Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:55:49 +0000 Fixed more typos in Sponsor Menu.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 22:55:49 +0000] rev 1701
Fixed more typos in Sponsor Menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 22:32:26 +0000 Clean document references
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:32:26 +0000] rev 1700
Clean document references This has the advantage that we can inform the user if a document could not be found. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:31:43 +0000 Add a document ref cleaner
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:31:43 +0000] rev 1699
Add a document ref cleaner Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:31:19 +0000 Switch Program to regular presence
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:31:19 +0000] rev 1698
Switch Program to regular presence It does not use a global ToS anyway. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:30:42 +0000 Set the proper filter for the home document
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:30:42 +0000] rev 1697
Set the proper filter for the home document Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 22:30:12 +0000 Small optimization in getForFields
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 22:30:12 +0000] rev 1696
Small optimization in getForFields If the value is a list with only one element, make it a value instead. Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 19:06:22 +0000 Fixed typo in Sponsor sidebar menu.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 19:06:22 +0000] rev 1695
Fixed typo in Sponsor sidebar menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed Noticed by: Sverre "The Pirate" Rabbelier
Fri, 06 Mar 2009 18:57:35 +0000 Refactored part of getForFields into a getQueryForFields method.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 06 Mar 2009 18:57:35 +0000] rev 1694
Refactored part of getForFields into a getQueryForFields method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 06 Mar 2009 18:11:09 +0000 Add a link to an org's home page if appropriate
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 18:11:09 +0000] rev 1693
Add a link to an org's home page if appropriate Patch by: Sverre Rabbelier
Fri, 06 Mar 2009 17:48:49 +0000 Bump the default pagination from 10 to 50
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 06 Mar 2009 17:48:49 +0000] rev 1692
Bump the default pagination from 10 to 50 Patch by: Sverre Rabbelier
(0) -1000 -480 +480 tip