Custom Query (1173 matches)
Results (79 - 81 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#997 | fixed | Add an "Add Media" Button to the Current Media screen when no files have been uploaded yet | ||
Description |
When no media files have been added the user could be prompted to upload some files by displaying an "Add Media" button there. This follows the ideas of http://emptystat.es |
|||
#698 | invalid | Add an option to disable video transcoding | ||
Description |
Currently, all uploaded videos must be transcoded to WebM which makes MediaGoblin much more difficult to deploy on shared-hosting servers due to expensive video processing and additional library dependencies. There should be an option to disable transcoding and to allow WebM uploads only and directly without trascoding. In case other formats are uploaded, the standard error message can be shown: "I do not support this format. :(" |
|||
#2 | FIXED | Add appropriate copyright headers to all files / adjust COPYING | ||
Description |
Add / adjust copyright headers on all files. - Python files already have appropriate AGPL header, except need adjustment to provide exception for HTML (maybe also CSS for the sake of clarity?) files. See: `http://www.gnu.org/licenses/gpl-faq.html#WMS <http://www.gnu.org/licenses/gpl-faq.html#WMS>`_ though we will probably need to make some adjustments to that. - HTML templates should contain CC0 header. See: `http://wiki.creativecommons.org/CC0\_FAQ#May\_I\_apply\_CC0\_to\_computer\_software.3F\_If\_so.2C\_is\_there\_a\_recommended\_implementation.3F <http://wiki.creativecommons.org/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F>`_ - Move COPYING to AGPLv3.txt - Download CC0\_1.0.txt:http://creativecommons.org/publicdomain/zero/1.0/legalcode.txt - Create a new COPYING which describes that python code is under AGPLv3 (AGPLv3.txt) w/ exception for HTML templates, Javascript under AGPLv3 w/ exception for HTML, and HTML templates / images / CSS of base theme all under CC0 (CC0\_1.0.txt) If we end up having CSS files by the time this is written we should also add headers to these, but do this in the style listed at the bottom of this post: `https://creativecommons.org/weblog/entry/27094 <https://creativecommons.org/weblog/entry/27094>`_ |