3030: Gravatars appear ugly if external requests are blocked

one.eric********@gmai***** (Google Code) (Is this you? Claim this profile.)
March 27, 2014
I tried this both on your demo site (1.8.0 alpha 0), and on my work install of 1.7.7.1.

I see that the demo instance shows the problem here:
http://demo.reviewboard.org/dashboard/

The "power" icon appears to be loaded from
http://www.gravatar.com/avatar/abb249055208c7af4d35568e422dfd63?s=32

... however, my work instance does not use gravatars, and if someone has a browser plugin that blocks certain kinds of cross-site requests (see RequestPolicy), then no icon shows here.

Is there any way that this icon can be defaulted to something actually installed on the reviewboard server, instead of being loaded from a remote site?
david
#1 david
It's probably not too bad to ship a user icon and make gravatars configurable.
  • -Type-Defect
    +Type-Enhancement
    +Component-WebUI
  • +Gravatars appear ugly if external requests are blocked
david
#2 david
Fixed in release-2.0.x (648ab41). Thanks!
  • +Fixed