Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (223 - 225 of 1173)

Ticket Resolution Summary Owner Reporter
#5321 fixed Use of deprecated frombytes when processing videos causes the task to fail anongoblin
Description

When transcoding a video using a recent version of PIL transcoding a video fails reproducible. The reason for this is an AttributeError: 'module' object has no attribute 'frombytes'gets raised, while a thumbnails is being created. This is because frombytes alias was deprecated in favor of fromstring.

The attached patch fixes this.

#5317 fixed Enable Paste 2.0 (once it's fixed) Christopher Allan Webber
Description

There's a current serious issue where Paste 2.0 breaks the WSGI environment. When this is fixed we should move over, since Paste 2.0 nicely works with Python 3.

#5315 fixed use `env` in shebangs Boris Bobrov
Description

bash shebangs be changed to go to #!/usr/bin/env bash instead of /usr/bin/bash. That would make things work out of the box on systems where bash is not in /usr/bin, which is the case in all the BSDs and Solaris

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