In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1344 [In-Portal CMS] Front End bug report always 2012-07-09 11:29 2012-10-10 04:53
alex  
alex  
normal  
resolved 5.0.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/ULS519l-OcQ/discussion
Fixes temporary images not deleted after upload
1
0001344: Deleting of temporary files during upload
Here is how flash uploader works in In-Portal:
1. image is uploaded in /system/tmp/ folder
2. images, older then 1 day are deleted from /system/tmp/ folder (if user uploaded image, but never submitted a form)
3. image thumbnail is generated in /system/tmp/resized/ folder
4. image is moved from /system/tmp to /system/images/final_location_folder

There is clearly 1 item missing where images older then 1 day are deleted from /system/tmp/resized/ folder as well.
patch delete_temp_resized_files_fix.patch (472) 2012-10-10 04:50
http://tracker.in-portal.org/file_download.php?file_id=1819&type=bug
Issue History
2012-10-10 04:53 alex Changeset attached 5.2.x r15564
2012-10-10 04:53 alex Note Added: 0005211
2012-10-10 04:53 alex Status reviewed and tested => resolved
2012-10-10 04:53 alex Fixed in Version => 5.2.1-B1
2012-10-10 04:53 alex Resolution open => fixed
2012-10-10 04:53 alex Assigned To !COMMUNITY => alex
2012-10-10 04:52 alex Note Added: 0005210
2012-10-10 04:52 alex Status needs testing => reviewed and tested
2012-10-10 04:51 alex Assigned To => !COMMUNITY
2012-10-10 04:51 alex Developer => alex
2012-10-10 04:51 alex Status active => needs testing
2012-10-10 04:50 alex File Added: delete_temp_resized_files_fix.patch
2012-07-25 05:39 alex Target Version 5.2.0 => 5.2.1
2012-07-09 11:29 alex New Issue
2012-07-09 11:29 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/ULS519l-OcQ/discussion
2012-07-09 11:29 alex Change Log Message => Fixes temporary images not deleted after upload
2012-07-09 11:29 alex Estimate Points => 1

Notes
(0005210)
alex   
2012-10-10 04:52   
Will test all together later.
(0005211)
alex   
2012-10-10 04:53   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001344: Deleting of temporary files during upload