Fix thumbnails index#1946
Conversation
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
I think im having this issue now.. #2442 |
ec2a345 to
28b158b
Compare
|
bump |
|
So it turns out that if the bug is due to the constraint in the DB, it should also be affecting the pre-generated thumbnails, given that we pre-generate for both "scale" and "crop" methods. OR it's possible that we never pre-generate images of the same size but using different methods, which is looking likely, given the default is: - width: 32
height: 32
method: crop
- width: 96
height: 96
method: crop
- width: 320
height: 240
method: scale
- width: 640
height: 480
method: scale
- width: 800
height: 600
method: scale |
|
Having added: - width: 32
height: 32
method: scalethings seem to work without issue, so this is likely not the right fix. Importantly, in So basically I think we only need to add the constraint to |
|
Does anybody remember what exactly this is trying to fix? |
|
looks like it is trying to fix #2182 |
|
Please rebase! also should you change the creation in add And does this really fix #2182 ? there is suggested another fix by @ananace: #2182 (comment)
Can some admin take this over please? @jkolo isn't acitve siince months. |
|
I'm pretty sure this an incorrect change, and has bitrotted. |
Based on PR #1816