Migrate to using avatar services everywhere
Review Request #7810 — Created Dec. 15, 2015 and submitted — Latest diff uploaded
Review Board now uses avatar services everywhere that gravatars were
previously used.The admin panel has been updated to reflect this chnage. There is no
longer a setting for gravatars, specfically. Instead, there is now an
entire page of avatar service configuration.
Ran unit tests.
Performed the following manual testing:
- Verified enabling/disabling avatars entirely worked correctly.
- Verified the avatar services admin form saves correctly.
- Viewd the search page and datagrids to verify that avatars render
correctly.
Changes between revision 3 and 4
orig
1
2
3
4
5
6
7
reviewboard/admin/forms.py |
---|
reviewboard/avatars/registry.py |
---|
reviewboard/avatars/templatetags/avatars.py |
---|
reviewboard/datagrids/columns.py |
---|
reviewboard/search/views.py |
---|
reviewboard/static/rb/js/common.js |
---|
reviewboard/static/rb/js/models/userSessionModel.js |
---|
reviewboard/static/rb/js/views/reviewReplyEditorView.js |
---|
reviewboard/templates/base.html |
---|
reviewboard/webapi/resources/user.py |
---|