Last modified: 2011-03-25 07:30:03 UTC
- Fix license picker to explain choices better http://usability.wikimedia.org/w/index.php?title=Multimedia_talk:Upload_wizard/Tech_notes&oldid=8356#Deed_and_license_selection
- Selection of licenses (multiple licenses or not) according to mutual compatibility
Just to expand on the latter point: It is possible to select any multiple licenses. The only incompatibility is between "Public domain" and a license. "Public domain" is not a license. If the user selects "Public domain", then they shouldn't be able to select another license. If the user selects a license, then they shouldn't be able to select "Public domain". We can figure out how to provide appropriate feedback to let them know why they can't select it (e.g., in the latter case, disabling "Public domain" and adding a "Why not?" that provides an explanation) but it's mostly an appearance issue once the incompatibility is built into the license chooser.
Rethinking this bug: - Show only CC licenses - Also have functional explanations of each license - Switch to radio button
Showing only cc licenses is now accomplished just via config. The default is cc-by-sa-3.0, cc-by-3.0, cc0. Radio buttons added in r84732 Still no functional explanations of licenses
will defer functional explanations to 1.1 as we'll need to split the LicenseInput into two widgets -- one for picking the license that matched the original file, one for picking a license for your own file. moving the extended license picker question to bug 28232