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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/admin/forms.py |
---|
reviewboard/admin/urls.py |
---|
reviewboard/datagrids/columns.py |
---|
reviewboard/reviews/templatetags/reviewtags.py |
---|
reviewboard/search/views.py |
---|
reviewboard/static/rb/css/pages/reviews.less |
---|
reviewboard/static/rb/js/views/reviewReplyEditorView.js |
---|
reviewboard/templates/accounts/user_infobox.html |
---|
reviewboard/templates/admin/avatar_settings.html |
---|
reviewboard/templates/admin/widgets/w-actions.html |
---|
reviewboard/templates/base/_mobile_navbar.html |
---|
reviewboard/templates/base/_nav_support_menu.html |
---|
reviewboard/templates/datagrids/sidebar_user_info.html |
---|
reviewboard/templates/reviews/review_issue_summary_table.html |
---|
reviewboard/templates/reviews/review_reply.html |
---|
reviewboard/templates/reviews/boxes/change.html |
---|
reviewboard/templates/reviews/boxes/review.html |
---|
reviewboard/templates/search/_user.html |
---|
reviewboard/webapi/resources/user.py |
---|