Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1173)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#766 fixed "accoutn" instead of "account" tryggvib
Description

In mediagoblin/auth/views.py:340 the string says: "You are no longer an active user. Please contact the system admin to reactivate your accoutn."

Typo in account (accoutn insteand of account).

#1034 fixed "addmedia" command doesn't handle UTF8 titles/descriptions Matt Molyneaux
Description

When adding media via the commandline, UTF8 characters in either --title or --description cause a UnicodeDecodeError:

(mediagoblin)[gmg@dichromate mediagoblin]$ gmg addmedia moggers87 doge.png --title "test ß"
Traceback (most recent call last):
  File "/home/gmg/mediagoblin/bin/gmg", line 9, in <module>
    load_entry_point('mediagoblin==0.7.0', 'console_scripts', 'gmg')()
  File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 124, in main_cli
    args.func(args)
  File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/addmedia.py", line 95, in addmedia
    title=maybe_unicodeify(args.title),
  File "/home/gmg/mediagoblin/mediagoblin/gmg_commands/addmedia.py", line 88, in maybe_unicodeify
    return unicode(some_string)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)

The cause of this error is in the maybe_unicodify method here. Python 2 defaults to decoding strings to Unicode as ASCII - simply adding "utf8" as the second argument will solve this issue.

#173 FIXED "atom feed" copy should be capitalized Jef van Schendel Karen Rustad
Description
In the contexts where the atom feed link appears, it's nearly
always on a page where all the other links are capitalized, which
makes "atom feed" stick out like a sore thumb. Let's change it to
"Atom feed" -- or, even better, replace it with a little feed icon
(with alt text, of course).



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.