Custom Query (1173 matches)
Results (208 - 210 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5338 | fixed | mock requires setuptools>=17.1 | ||
Description |
Lately we've had a couple of users complain that
Can we pin mock at a lower version to prevent this issue? |
|||
#5337 | duplicate | Number of views does not exist for media | ||
Description |
This sounds fairly simple to implement but I might be wrong. If it's just a matter of some SQL-trickery I could give it a try. |
|||
#5336 | duplicate | Bug in media types extension parsing | ||
Description |
As reported by Michael Macnair in the mailing list (Thanks!): media_types/__init__.py:109: if filename.find('.') > 0: should be: if filename.find('.') >= 0: Because otherwise files of the form "./blah.mp4" don't work, which happens with the localfiles plugin. Ditto for line 87. Cheers, Michael |