Custom Query (1173 matches)
Results (154 - 156 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#847 | fixed | No sources for files in mediagoblin/tests/test_submission/ | ||
Description |
The following files in mediagoblin/tests/test_submission/ don't have sources that I can find. Would you mind adding them? big.png bigblue.png good.jpg good.pdf good.png medium.png |
|||
#848 | fixed | decide what to do about mediagoblin/source/extlib/freesound/audioprocessing.py | ||
Description |
MediaGoblin currently includes the file audioprocessing.py (0) in extlib/. This file is from the fresound.org website source code (1), but has changes (2) in the MediaGoblin version. I was thinking that the changes would need to be added to freesound and it packaged, but when I realized it's the source code for a website, and a full django app, making freesound a dependency sounded insane. So I'm guessing that's not the right way to go. Right now I'm thinking we just add it to the main source code. (0) https://gitorious.org/mediagoblin/mediagoblin/source/extlib/freesound/audioprocessing.py (1) https://github.com/MTG/freesound/blob/master/utils/audioprocessing/processing.py |
|||
#942 | fixed | Think about changing default location of variable and user-uploaded content | ||
Description |
Currently it is relative to paste.ini: https://gitorious.org/mediagoblin/mediagoblin/source/3b104bbcefca052eb3814f015521b47d2fcbc0da:paste.ini#L47 This means that if paste.ini is moved into /etc/ or another location more suited for config files, the variable and user-uploaded content gets put in a bad place. I'm planning on changing this to /var/lib/mediagoblin/ for the Debian package, but I don't think this is a good default for someone running mediagoblin in a virtualenv (it might be fine though, I don't have enough virtualenv experience). |