Roundup Tracker - Issues

Issue 2551022

classification
Static file not served
Type: behavior Severity: major
Components: Web interface Versions: devel, 1.6
process
Status: fixed fixed
:
: : ced, joseph_myers
Priority: : patch

Created on 2019-02-16 14:28 by ced, last changed 2019-02-16 17:50 by joseph_myers.

Files
File name Uploaded Description Edit Remove
roundup-static-file.patch ced, 2019-02-16 14:58 Patch uses is_us
Messages
msg6343 Author: [hidden] (ced) Date: 2019-02-16 14:28
If the prefix from the instance config is unicode, roundup can not find
any static file.
Here is a patch that replaces the test against "str" by isinstance of
basestring. (It includes also compatibility for python 3).
msg6344 Author: [hidden] (joseph_myers) Date: 2019-02-16 14:54
We have is_us in roundup.anypy.strings for this case of testing whether 
something is of any string type.
msg6345 Author: [hidden] (ced) Date: 2019-02-16 14:58
Here is an updated version which uses is_us
msg6346 Author: [hidden] (joseph_myers) Date: 2019-02-16 17:50
Thanks, I've applied this patch.
History
Date User Action Args
2019-02-16 17:50:34joseph_myerssetstatus: new -> fixed
resolution: fixed
messages: + msg6346
2019-02-16 14:58:16cedsetfiles: - roundup-static-file.patch
2019-02-16 14:58:06cedsetfiles: + roundup-static-file.patch
messages: + msg6345
2019-02-16 14:54:44joseph_myerssetnosy: + joseph_myers
messages: + msg6344
2019-02-16 14:28:35cedcreate