Custom Query (1173 matches)
Results (235 - 237 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#425 | fixed | Markdown Links in media description broken for media/dokuwiki targets | ||
Description |
Links to media- or dokuwiki pages are broken when using markdown syntax and turn out empty, probably due to the ":" namespace separator. Reproduce Example: markdown in description field: [Odyssey](https://apollo.open-resource.org/mission:tech:odyssey) turns into: <p><a href="">Odyssey</a> </p> As there currently is no other way to place links for more information, I would consider it a major defect :) |
|||
#462 | fixed | Replace _make_safe by functools.wraps | ||
Description |
To make decorators nicer, MediaGoblin has a tiny tool called _make_safe() in decorators.py. But what this helper tool does, is actually in the standard library!
It's called So replace all instances of _make_safe by one of those two. (1) http://docs.python.org/library/functools#functools.updat_wrapper (2) http://docs.python.org/library/functools#functools.wraps |
|||
#464 | fixed | Make Download links consistent | ||
Description |
Currently they are different for all media types:
|