Support empty hashes in rewrite rules (or forcedefault option)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Libravatar (obsolete) |
Confirmed
|
Low
|
Unassigned |
Bug Description
In order to avoid having to hardcode an "unknown" email address into client code, it would be good if the following were to always return the default image:
http://
(which it currently does) but also parse the size and default parameters so that we can use this URL to output a 128x128 image for example:
http://
or this one to output a 128x128 "mystery man"
http://
Gravatar does support this:
http://
http://
Note that it does NOT need to redirect to Gravatar since the image will not be there either.
Fixing this will make changes like these unnecessary:
https:/
Changed in libravatar: | |
importance: | Medium → Low |
summary: |
- Support empty hashes in rewrite rules + Support empty hashes in rewrite rules (or forcedefault option) |
Changed in libravatar: | |
assignee: | nobody → François Marier (fmarier) |
Changed in libravatar: | |
assignee: | François Marier (fmarier) → nobody |
We should also support the "force default" (f=y) option:
http:// en.gravatar. com/site/ implement/ images/ #force- default