Sat, 28 Feb 2009 13:06:04 +0000 Fixed issue 205.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 28 Feb 2009 13:06:04 +0000] rev 1559
Fixed issue 205. Registered students can't apply to become an organization. If for some reason the org sign up period and student sign up period are run in parallel and a student has applied to become an org, the application will still go through the normal system. Although the student won't be able to become an org admin until he has been invalidated as a student. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Sat, 28 Feb 2009 12:59:34 +0000 Fixed a comment typo
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 12:59:34 +0000] rev 1558
Fixed a comment typo Patch by: Sverre Rabbelier
Sat, 28 Feb 2009 12:32:52 +0000 Properly fixed host access now
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 28 Feb 2009 12:32:52 +0000] rev 1557
Properly fixed host access now Patch by: Sverre Rabbelier
Sat, 28 Feb 2009 12:11:20 +0000 Flush the receiver's sidebar when sending a notification
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
Sat, 28 Feb 2009 12:10:49 +0000 Do not modify django_args directly
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
Sat, 28 Feb 2009 12:10:19 +0000 Fixed a brown paper bag bug in _checkHasActiveRoleFor
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.
Sat, 28 Feb 2009 11:19:17 +0000 Added sending of an email upon Organization Application acceptance or rejection.
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
Sat, 28 Feb 2009 11:16:54 +0000 Added accepted and rejected organization application mail templates.
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
Sat, 28 Feb 2009 10:39:23 +0000 Fixed sending out email when no-reply is not set.
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
Sat, 28 Feb 2009 10:25:41 +0000 getDefaultMailSender now returns a tuple (name, email adress).
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
Sat, 28 Feb 2009 00:41:36 +0000 Removed updateEntityProperties's transactionality
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
Sat, 28 Feb 2009 00:10:07 +0000 Denormalize accounts before trying to send e-mail
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
Sat, 28 Feb 2009 00:09:34 +0000 Added a denormalizeAccount
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
Fri, 27 Feb 2009 23:33:20 +0000 Using getDefaultMailSender for welcome and notification messages.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Feb 2009 23:33:20 +0000] rev 1546
Using getDefaultMailSender for welcome and notification messages. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 27 Feb 2009 23:32:37 +0000 Added getDefaultMailSender method to mail_dispatcher.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Feb 2009 23:32:37 +0000] rev 1545
Added getDefaultMailSender method to mail_dispatcher. Will be used to determine from which mail address we should send an email. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 27 Feb 2009 12:04:49 +0000 Fixed typo in soc/models/group_app.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 27 Feb 2009 12:04:49 +0000] rev 1544
Fixed typo in soc/models/group_app. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Fri, 27 Feb 2009 11:48:12 +0000 Inform the user that the link_id cannot be changed
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 27 Feb 2009 11:48:12 +0000] rev 1543
Inform the user that the link_id cannot be changed Hide the extended help text once the user has created a profile, since the link_id can no longer be changed. Also moved the link_id to the top of the screen, to make it look better when the extended help text is not shown. Patch by: Sverre Rabbelier
Fri, 27 Feb 2009 11:38:24 +0000 Made the ToS field higher
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 27 Feb 2009 11:38:24 +0000] rev 1542
Made the ToS field higher Patch by: Sverre Rabbelier
Fri, 27 Feb 2009 11:30:20 +0000 Removed double description field
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 27 Feb 2009 11:30:20 +0000] rev 1541
Removed double description field Patch by: Sverre Rabbelier
Fri, 27 Feb 2009 10:52:28 +0000 Revert "Make the input values 100% width."
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 27 Feb 2009 10:52:28 +0000] rev 1540
Revert "Make the input values 100% width." This reverts r2173, see r2101 for details. Patch by: SVerre Rabbelier
Fri, 27 Feb 2009 06:54:15 +0000 Make the input values 100% width.
Tim Ansell <mithro@gmail.com> [Fri, 27 Feb 2009 06:54:15 +0000] rev 1539
Make the input values 100% width.
Thu, 26 Feb 2009 20:29:09 +0000 Changed access checks for group applications to allow reviewing of rejected applications.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Feb 2009 20:29:09 +0000] rev 1538
Changed access checks for group applications to allow reviewing of rejected applications. Just in case the user made a mistake :). Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Feb 2009 20:28:19 +0000 Added bulk reject to org_app view.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Feb 2009 20:28:19 +0000] rev 1537
Added bulk reject to org_app view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Feb 2009 20:27:28 +0000 Redone the review_overview template to show bulk reject button.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Feb 2009 20:27:28 +0000] rev 1536
Redone the review_overview template to show bulk reject button. Added a TODO to make both buttons dissapear. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Feb 2009 20:25:56 +0000 Renamed org-accept.js to bulk-review.js
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Feb 2009 20:25:56 +0000] rev 1535
Renamed org-accept.js to bulk-review.js Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Feb 2009 20:23:21 +0000 Brown paper bag fix
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 20:23:21 +0000] rev 1534
Brown paper bag fix Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 18:00:30 +0000 Fix for Issue 218.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 26 Feb 2009 18:00:30 +0000] rev 1533
Fix for Issue 218. Basically just an update of the soc/gorup/messages/accepted.html template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Thu, 26 Feb 2009 17:36:46 +0000 Added a missing import
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 17:36:46 +0000] rev 1532
Added a missing import Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 17:06:17 +0000 Fix alignment of twoline readonly table rows
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 17:06:17 +0000] rev 1531
Fix alignment of twoline readonly table rows Also removed an unused template tag. Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 17:00:34 +0000 Added some tests for user logic
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 17:00:34 +0000] rev 1530
Added some tests for user logic Patch by: Sverre Rabbelier
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip