Mon, 13 Apr 2009 15:31:39 +0000 Do not rely on dicts.merge to change target
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 13 Apr 2009 15:31:39 +0000] rev 2177
Do not rely on dicts.merge to change target Also make dicts.merge actually not touch target. This is much cleaner than modifying in place, especially since we assign the result of the dicts.merge call to target most of the time anyway. Patch by: Sverre Rabbelier
Mon, 13 Apr 2009 15:30:48 +0000 Use key().id_or_name() instead of key().name()
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 13 Apr 2009 15:30:48 +0000] rev 2176
Use key().id_or_name() instead of key().name() These two cases were introduced after the previous refactoring was done and did not follow the new behavior. Patch by: Sverre Rabbelier
Mon, 13 Apr 2009 14:34:42 +0000 Fix a bug in seed_db
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 13 Apr 2009 14:34:42 +0000] rev 2175
Fix a bug in seed_db Using %(num)d with an int as argument doesn't work. Patch by: Sverre Rabbelier
Sun, 12 Apr 2009 16:43:30 +0000 Added a warning message to alert the user that reviews are not editable.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 12 Apr 2009 16:43:30 +0000] rev 2174
Added a warning message to alert the user that reviews are not editable. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 12 Apr 2009 16:09:00 +0000 Added overview of private reviews to the Student Proposal review page.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 12 Apr 2009 16:09:00 +0000] rev 2173
Added overview of private reviews to the Student Proposal review page. Addresses Issue 496. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sun, 12 Apr 2009 13:22:43 +0000 Load /Users/solydzajs/Downloads/google_appengine into
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 12 Apr 2009 13:22:43 +0000] rev 2172
Load /Users/solydzajs/Downloads/google_appengine into trunk/thirdparty/google_appengine.
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
(0) -1000 -300 -100 -10 +10 +100 +300 tip