Opened 10 years ago
Last modified 2 years ago
#400 accepted enhancement
Media licensing should be human readable
Reported by: | Sacha | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | test, review |
Cc: | Stephen Compall | Parent Tickets: |
Description
When uploading media, the licensing options don't give enough information for most people to make an informed choice.
The current list is:
All rights reserved
CC BY 3.0
CC BY-SA 3.0
CC BY-ND 3.0
CC BY-NC 3.0
CC BY-NC-SA 3.0
CC BY-NC-ND 3.0
CC0 1.0
Public Domain
Propose better options, helptexts, or perhaps a block of text that changes based on your choice.
Subtickets
Change History (27)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | 0.3.0 → 0.3.1 |
---|
comment:4 Changed 10 years ago by
Owner: | somebody deleted |
---|---|
Status: | new → assigned |
comment:5 Changed 10 years ago by
Component: | component1 → programming |
---|
comment:6 Changed 10 years ago by
Milestone: | 0.3.1 |
---|
This didn't make it into 0.3.1 as far as I can tell.
If someone wants to work on this for 0.3.2, please assign yourself and set the milestone to 0.3.2.
comment:7 Changed 10 years ago by
Milestone: | → 0.3.2 |
---|---|
Owner: | set to Aaron Williamson |
Status: | new → assigned |
comment:8 Changed 10 years ago by
Milestone: | 0.3.2 → 0.3.3 |
---|
Moving this to 0.3.3... it's not a blocker.
comment:9 Changed 10 years ago by
Owner: | Aaron Williamson deleted |
---|
Taking myself off this, as I don't think I'll be able to work on it anytime soon, and other seem to be working on the related licensing issue.
comment:10 Changed 9 years ago by
Keywords: | bitesized added |
---|
I'm marking this as bitesized. It shouldn't be difficult to do at all: it's really just adding a few fields to the license list and adding a bit to the templates.
There's some question of whether or not we might change the way this works with a more robust plugin per conversations in #395 but in the meanwhile, this small change would really help us out a lot (and would help figure out how to improve such a plugin also.)
comment:11 Changed 9 years ago by
Keywords: | bitesized removed |
---|
pythonsnake pointed out that this is *not* bitesized as it might require hacking the wtforms select field to do some magic. removing bitesized tag.
comment:12 Changed 9 years ago by
Owner: | set to pythonsnake |
---|
comment:13 Changed 9 years ago by
Milestone: | 0.3.3 → 0.3.4 |
---|
comment:14 Changed 9 years ago by
Cc: | Stephen Compall added |
---|
comment:15 Changed 9 years ago by
Update: this is done, but I need to update it to work with a recent MediaGoblin version (my hacking instance is a bit out-of-date).
comment:16 Changed 9 years ago by
Status: | assigned → in_progress |
---|
Hi! I'm moving this ticket from "assigned" to in_progress per our new workflow. Please update the ticket and let us know if you're still working on this. If you are, super great! If not, we'll remove the claim and move it back to "accepted" in a couple of weeks.
Thanks!
comment:17 Changed 9 years ago by
Owner: | pythonsnake deleted |
---|---|
Status: | in_progress → review |
Pushed it here https://github.com/pythonsnake/MediaDwarf/tree/400_license
comment:19 Changed 9 years ago by
Owner: | set to pythonsnake |
---|---|
Status: | review → in_progress |
I was testing out this code, and it seems to work fine on the submit page, but on the edit_account page, I get the following error:
If you could also rebase it against master in the process, that would be great. Thanks
comment:21 Changed 9 years ago by
Milestone: | 0.5.0 → 0.6.0 |
---|
comment:22 Changed 8 years ago by
Milestone: | 0.6.0 → 0.7.0 |
---|
comment:23 Changed 8 years ago by
Keywords: | test added |
---|
comment:24 Changed 8 years ago by
Milestone: | 0.7.0 → 0.8.0 |
---|
I'm bumping this to 0.8.0, but if it doesn't really make it in 0.8.0, the milestone should be removed so as to avoid milestone-bump spam.
comment:26 Changed 7 years ago by
Owner: | pythonsnake deleted |
---|---|
Status: | in_progress → accepted |
comment:27 Changed 2 years ago by
Keywords: | review added |
---|
It would be good after you select a license if there were some sort of textbox beneath it that explained what it meant, or something.