[ticket/17361] Improve storage#6753
Conversation
e804d3d to
3c02781
Compare
PHPBB-17361
PHPBB-17361
PHPBB-17361
PHPBB-17361
PHPBB-17361
PHPBB-17361
12e8e02 to
ad135f3
Compare
ad135f3 to
e1a3b55
Compare
…reviews. PHPBB-17361
e1a3b55 to
b33f17e
Compare
|
@rubencm I noticed a little issue in filespec_storage - not this version but the currently merged version - where failed uploaded files are not being removed. For example, I took a text file but gave it an image extension, so it looks like a PNG, but it's not really a PNG. So I try to upload it and get an error message that it was not a real image. However the logic in the Seems like when we get to the So in the end, the failed uploaded file still ends up being uploaded and being tracked in the DB. |
PHPBB-17361
PHPBB-17361
PHPBB-17361
Checklist:
Tracker ticket:
https://tracker.phpbb.com/browse/PHPBB-17361
It can be tested with this test extensions:
todo:
phpbb/console/command/thumbnail /generate.phpor in create_thumbnail?, andphpBB/phpbb/console/command/thumbnail/delete.php