Closed
Bug 544908
Opened 15 years ago
Closed 12 years ago
Add modified timestamps to all persona image urls
Categories
(addons.mozilla.org Graveyard :: Public Pages, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-04-04
People
(Reporter: rdoherty, Assigned: cvan)
References
Details
All images on getpersonas.com are cached forever, so timestamps are added to the end of the image urls to allow for updates. The modified timestamp column is stored in the personas table.
Example:
http://getpersonas-cdn.mozilla.net/static/7/0/81070/preview_large.jpg?1264100589
This is used for thumbnails, header and footer urls.
Reporter | ||
Updated•15 years ago
|
Group: client-services-security
Updated•14 years ago
|
Assignee: nobody → clouserw
Blocks: 544907
Severity: normal → enhancement
Priority: -- → P5
Target Milestone: --- → 5.12.3
Comment 1•14 years ago
|
||
Turns out this isn't that simple since we're syncing db's. We currently grab all valid personas, then subtract the personas we don't want to sync. To do this we'd need to grab a 3rd set (valid personas that are modified) and .union() that in.
This is a P5, so it's outta this milestone.
Assignee: clouserw → nobody
Target Milestone: 5.12.3 → 4.x (triaged)
Updated•12 years ago
|
Priority: P5 → P3
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → cvan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: 4.x (triaged) → 2013-04-04
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•