Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 12:11:20 +0000] rev 1556
Flush the receiver's sidebar when sending a notification
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 12:10:49 +0000] rev 1555
Do not modify django_args directly
This broke document listing since it used kwargs as filter.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 12:10:19 +0000] rev 1554
Fixed a brown paper bag bug in _checkHasActiveRoleFor
Also updated sponsor to not pass redundant arguments.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 28 Feb 2009 11:19:17 +0000] rev 1553
Added sending of an email upon Organization Application acceptance or rejection.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 28 Feb 2009 11:16:54 +0000] rev 1552
Added accepted and rejected organization application mail templates.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 28 Feb 2009 10:39:23 +0000] rev 1551
Fixed sending out email when no-reply is not set.
(Puts a brown paper bag on his head and runs!)
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 28 Feb 2009 10:25:41 +0000] rev 1550
getDefaultMailSender now returns a tuple (name, email adress).
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 00:41:36 +0000] rev 1549
Removed updateEntityProperties's transactionality
entity.put() is already transactional, and all other methods called
do not need transactionality (even so, it is hurtfull that they are
run within a transaction).
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 00:10:07 +0000] rev 1548
Denormalize accounts before trying to send e-mail
Otherwise accounts that are in the auth domain are not a valid e-mail
address.
Patch by: Sverre Rabbelier
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 00:09:34 +0000] rev 1547
Added a denormalizeAccount
Updated the existing testcases to make sure it works.
Patch by: Sverre Rabbelier