Custom Query (1173 matches)
Results (79 - 81 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#390 | fixed | "Separate tags by commas" should be unnecessary | ||
Description |
I think JanCBorchardt talked about this before. This text really shouldn't be necessary. We should choose one method and stick with it. The user should be able to enter tags as desired, after which they will automatically be seperated. |
|||
#393 | fixed | UTF-8 characters in ASCII art do not get into thumbnails | ||
Description |
UTF-8 art: https://mediagoblin.com/u/aleksej/m/utf-8-test-for-the-upgraded-mg-com/ Thumbnail: https://mediagoblin.com/mgoblin_media/media_entries/4f36eaecd1d13f16d40002b3/thumbnail.png Before the detection fix, thumbnails were generated in the ISO-8859-x encoding even if the encoding was detected correctly. |
|||
#394 | fixed | Fuzzy timestamps | ||
Description |
Current: "Added on 2011-02-14." Better would be: "Added 1 month ago." This also goes for comment timestamps, which are currently shown as "08:35PM 2012-02-09" which is all kinds of horrible. I have no idea how to do this though. It might already be possible with the software we're using, who knows. It also wouldn't be hard to find a jQuery plugin such as http://timeago.yarp.com/, but I'm not sure if that's the right way to go. |