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