Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (367 - 369 of 1174)

Ticket Resolution Summary Owner Reporter
#395 duplicate Make license options customizable and drop non-FaiF options by default Christopher Allan Webber
Description

Several things to this:

  • Add an option to mediagoblin.ini that's like:

[mediagoblin] enabled_licenses = http://creativecommons.org/licenses/by-sa/3.0/, http://creativecommons.org/licenses/by/3.0/, http://creativecommons.org/publicdomain/zero/1.0/

  • Add an option for "enable_nolicense = false" (false by default) which allows for all rights reserved
  • Make CC BY-SA, CC BY, CC0 the default licenses, "disable by default" *-NC *-ND, all rights reserved (which is what the described config above shows)
  • Provide a "default license" option. Should default to BY-SA?
  • Allow users to select their default license option

And obviously, add appropriate logic to support this!

We just want to "filter out" what license options are permitted. It's okay for things in the database which have a license not in this list to be marked as something else.

#398 wontfix A way to download a file together with attribution/metadata, with convenient file names Aleksej
Description

It would be great to be able to download media easily together with attribution and other data. Most licenses require attribution, so it should be obvious why.

The metadata should include, e.g.:

  • License, author name;
  • Upload date, title, URL;
  • Description?

Maybe it could also optionally include comments?

The metadata file should have a file name beginning similarly to the media’s file name, so that the files show together in a file manager. It could be a sidecar file, but what if you download a thumbnail?

The feature should be remarkable and easy to use for an inexperienced user (who is likely to miss the attribution requirement).

#399 fixed MediaEntry.media_data integration Elrond Christopher Allan Webber
Description

We now have a setup so that individual media types have their own migrations and tables. Which means that integrating MediaGoblin.media_data as a separate table that links to the main table should be very possible.

The main things in this ticket are:

  • make sure the mediadata for all currently bundled types are written right
  • Set up MediaEntry.media_data to pull up the right row from the right table!
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.