-
-
reviewboard/notifications/email.py (Diff revision 1) Col: 9 E129 visually indented line with same indent as next logical line
Add a profile field controlling whether users want to receive email.
Review Request #5907 — Created May 30, 2014 and submitted
Information | |
---|---|
david | |
Review Board | |
release-2.0.x | |
8c83e2e... | |
Reviewers | |
reviewboard | |
Not everyone wants to get emails from Review Board. This change adds a flag to
the profile to control whether users will get anything directly addressed to
them.This implementation was done on release-2.0.x because of the testing
infrastructure, but I also plan to backport this to release-1.7.x
- Ran unit tests
- Tested database evolution.
- Tested the account settings.
Description | From | Last Updated |
---|---|---|
Col: 9 E129 visually indented line with same indent as next logical line |
![]() |
|
'Profile' imported but unused |
![]() |
|
The "send_email" terminology here and especially in the functions makes it sounds like we're actually sending e-mail when called/accessed, rather … |
|
|
Should have a trailing period. |
|
|
Col: 9 E129 visually indented line with same indent as next logical line |
![]() |
|
Col: 9 E129 visually indented line with same indent as next logical line |
![]() |


-
This is a review from Review Bot. Tool: Pyflakes Processed Files: reviewboard/notifications/tests.py reviewboard/accounts/evolutions/__init__.py reviewboard/accounts/evolutions/profile_send_email.py reviewboard/accounts/forms/pages.py reviewboard/accounts/models.py reviewboard/notifications/email.py Ignored Files:
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+61 -8) |

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/tests.py reviewboard/accounts/evolutions/__init__.py reviewboard/accounts/evolutions/profile_send_email.py reviewboard/accounts/forms/pages.py reviewboard/accounts/models.py reviewboard/notifications/email.py Ignored Files:
-
reviewboard/notifications/email.py (Diff revision 2) Col: 9 E129 visually indented line with same indent as next logical line

-
This is a review from Review Bot. Tool: Pyflakes Processed Files: reviewboard/notifications/tests.py reviewboard/accounts/evolutions/__init__.py reviewboard/accounts/evolutions/profile_send_email.py reviewboard/accounts/forms/pages.py reviewboard/accounts/models.py reviewboard/notifications/email.py Ignored Files:
-
-
reviewboard/accounts/models.py (Diff revision 2) The "send_email" terminology here and especially in the functions makes it sounds like we're actually sending e-mail when called/accessed, rather than determining if e-mail should be sent.
Can we change all this to "should_send_email"?
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+61 -8) |

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/tests.py reviewboard/accounts/evolutions/__init__.py reviewboard/accounts/forms/pages.py reviewboard/accounts/models.py reviewboard/notifications/email.py reviewboard/accounts/evolutions/profile_should_send_email.py Ignored Files:
-
reviewboard/notifications/email.py (Diff revision 3) Col: 9 E129 visually indented line with same indent as next logical line

-
This is a review from Review Bot. Tool: Pyflakes Processed Files: reviewboard/notifications/tests.py reviewboard/accounts/evolutions/__init__.py reviewboard/accounts/forms/pages.py reviewboard/accounts/models.py reviewboard/notifications/email.py reviewboard/accounts/evolutions/profile_should_send_email.py Ignored Files: