Closed
Bug 544906
Opened 15 years ago
Closed 14 years ago
Add updateURL to personas json attribute
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P4)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.3
People
(Reporter: rdoherty, Assigned: chenba)
References
()
Details
Personas in Firefox 3.6 support an updateURL to ping for updates (and used for stats). It should be added so we can track daily users and update personas that are out of date.
Example:
{
"id":"81070",
"updateURL":"https://www.getpersonas.com/en-US/update_check/81070"
}
The full json format can be found by viewing a persona detail page and searching for 'persona='.
Reporter | ||
Updated•15 years ago
|
Summary: Add updateurl to personas json attribute → Add updateURL to personas json attribute
Updated•14 years ago
|
Assignee: nobody → chenba
Priority: -- → P4
Target Milestone: --- → 5.12.3
Assignee | ||
Comment 1•14 years ago
|
||
Perhaps I'm misunderstanding the bug, but the persona attribute in the source of a persona's detail page on getpersonas.com already includes the "updateURL". Searching for 'persona=' in the source of a persona's detail page on AMO doesn't give me any results. I do see a data-browsertheme attr in the AMO page that has json for its value. Is that where I'm adding the updateURL?
Assignee | ||
Comment 2•14 years ago
|
||
Assignee | ||
Comment 3•14 years ago
|
||
It's in jbalogh/master now: https://github.com/jbalogh/zamboni/commit/a67b305e800a5c2c07d328642177e0b570f97f2a
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
Verified FIXED on next:
Next (contains "updateURL":"https://www.getpersonas.com/update_check/24265""): data-browsertheme="{"iconURL":"https://www.getpersonas.com/static/6/5/24265/preview_small.jpg","description":"","accentcolor":"#","header":"http://www.getpersonas.com/static/6/5/24265/Spltrfx.jpg","footerURL":"http://www.getpersonas.com/static/6/5/24265/SpltrfxF.jpg","textcolor":"#cccccc","id":"24265","category":null,"headerURL":"http://www.getpersonas.com/static/6/5/24265/Spltrfx.jpg","name":"SplatterFox Again","author":"gerryfx","footer":"http://www.getpersonas.com/static/6/5/24265/SpltrfxF.jpg","updateURL":"https://www.getpersonas.com/update_check/24265","previewURL":"https://www.getpersonas.com/static/6/5/24265/preview_large.jpg"}">
Prod (doesn't have it): data-browsertheme="{"iconURL":"https://www.getpersonas.com/static/1/6/16/preview_small.jpg","description":null,"accentcolor":"#f7fcff","header":"http://www.getpersonas.com/static/1/6/16/tbox-firefox_b.jpg","footerURL":"http://www.getpersonas.com/static/1/6/16/stbar-firefox_b.jpg","textcolor":"#","id":"16","category":"Firefox","headerURL":"http://www.getpersonas.com/static/1/6/16/tbox-firefox_b.jpg","name":"Firefox B","author":"Mozilla","footer":"http://www.getpersonas.com/static/1/6/16/stbar-firefox_b.jpg","previewURL":"https://www.getpersonas.com/static/1/6/16/preview_large.jpg"}">
Status: RESOLVED → VERIFIED
OS: Mac OS X → All
Hardware: x86 → All
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
•