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
(0) -1000 -120 +120 +1000 tip