Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 1173)

Ticket Resolution Summary Owner Reporter
#500 fixed Cannot upload media with non-ASCII characters in file names; such attachments end up typeless. Aleksej
Description

Server Error

URL: http://127.0.0.1:6543/submit/ File '…/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in call

app_iter = self.application(environ, sr_checker)

File '…/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/urlmap.py', line 203 in call

return app(environ, start_response)

File '…/mediagoblin/local/lib/python2.7/site-packages/Beaker-1.6.3-py2.7.egg/beaker/middleware.py', line 155 in call

return self.wrap_app(environ, session_start_response)

File '…/mediagoblin/mediagoblin/app.py', line 215 in call

return self.call_backend(environ, start_response)

File '…/mediagoblin/mediagoblin/app.py', line 202 in call_backend

response = controller(request)

File '…/mediagoblin/mediagoblin/decorators.py', line 51 in new_controller_func

return controller(request, *args, kwargs)

File '…/mediagoblin/mediagoblin/submit/views.py', line 65 in submit_start

request.POSTfile)

File '…/mediagoblin/mediagoblin/media_types/init.py', line 52 in sniff_media

if managersniff_handler(media_file, media=media):

File '…/mediagoblin/mediagoblin/media_types/image/processing.py', line 69 in sniff_handler

clean_ext))

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-6: ordinal not in range(128)

#502 fixed Online/downloadable video has “640p” in its name, but 640 is the bigger side, not the height. Aleksej
Description

http://gobblin.se/u/gnucito_84/m/copying-is-not-theft-480p/

The re-encoded video size is 640px × 426px.

640p would mean 640px height (compare 480p, 720p).

#510 fixed Non-ASCII characters in the slug make the media page inaccessible (Server Error). joar Aleksej
Description

E.g. at https://gobblin.se/u/avrs/, the image whose title begins with “6.10 Со стороны левого бо…” has a Cyrillic slug, so its page cannot be opened.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.