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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip