Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 1173)

Ticket Resolution Summary Owner Reporter
#425 fixed Markdown Links in media description broken for media/dokuwiki targets Jakob Kramer chrono
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 Jakob Kramer Elrond
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 functools.update_wrapper (1) There's also a nicer version called functools.wraps (2)

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 Jakob Kramer Jakob Kramer
Description

Currently they are different for all media types:

  • Download section for audio
  • "Original" link for video
  • Link on image for images
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.