Closed
Bug 562097
Opened 15 years ago
Closed 15 years ago
Change persona 'custom license' to 'All rights reserved'
Categories
(addons.mozilla.org Graveyard :: Public Pages, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
4.x (triaged)
People
(Reporter: rdoherty, Assigned: clouserw)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
526 bytes,
patch
|
Details | Diff | Splinter Review |
Restricted licensed personas currently say 'custom license' which isn't very descriptive. Better wording would be 'All rights reserved'.
| Assignee | ||
Updated•15 years ago
|
Target Milestone: 5.10 → 5.11
Comment 1•15 years ago
|
||
I think this is caused by there not being any license data in the preview database (i.e. the database fields are there, but they are all NULL). Likewise for daily users.
Comment 2•15 years ago
|
||
You just need to change the text in amo/__init__.py
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → clouserw
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> You just need to change the text in amo/__init__.py
That will affect add-ons with real custom licenses too.
| Assignee | ||
Comment 4•15 years ago
|
||
This is because personas don't have versions but it was FKing to the versions table. Here is a patch that fixes it.
Attachment #446526 -
Flags: review?(jbalogh)
Comment 5•15 years ago
|
||
Comment on attachment 446526 [details] [diff] [review]
local patch to keep things spicy!
r- based on IRC conversations not recorded anywhere.
Attachment #446526 -
Flags: review?(jbalogh) → review-
| Assignee | ||
Comment 6•15 years ago
|
||
http://pastebin.mozilla.org/726304 fixes this bug, but it breaks our tests (that's right, I ran the test suite) because django can't create the FK relationship. I've tried adding db_index, but it runs indexes (sqlindexes) after creation (sql) so that doesn't work either.
| Assignee | ||
Comment 7•15 years ago
|
||
Alright, I'm adding the patch that fixes this here. I think we're running into a Django bug here, so I reopened it on their end and we'll see: http://code.djangoproject.com/ticket/12421#comment:3
In the mean time, this isn't critical so I'm kicking it out of 5.11.
Attachment #446526 -
Attachment is obsolete: true
| Assignee | ||
Updated•15 years ago
|
Target Milestone: 5.11 → 4.x (triaged)
| Assignee | ||
Updated•15 years ago
|
Severity: normal → enhancement
Priority: -- → P5
Target Milestone: 4.x (triaged) → 5.12.3
Comment 8•15 years ago
|
||
This will be fixed by bug 602034. I gave metrics the wrong instructions for their metadata imports since license were so wacky.
Depends on: 602034
| Assignee | ||
Updated•15 years ago
|
Target Milestone: 5.12.3 → 4.x (triaged)
Comment 9•15 years ago
|
||
Fixed in bug 602034.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 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
•