FLAM Issue Tracker - FL5
View Issue Details
0000844FL51.1 FLCLpublic2016-12-25 21:022022-10-28 13:48
Falk Reichbott 
Tilo Eckert 
normalfeatureN/A
assignedopen 
GeneralGeneralGeneral
5.1.14 
5.1.29 
0000844: Add the capability to convert files in place
Currently a temporary directory or file is required to convert the data. It would be very helpful to run a directory walk with conversions in place.
No tags attached.
related to 0000953assigned Falk Reichbott Support write to memory till close of the file 
Issue History
2016-12-25 21:02Falk ReichbottNew Issue
2016-12-25 21:02Falk ReichbottStatusnew => assigned
2016-12-25 21:02Falk ReichbottAssigned To => Falk Reichbott
2017-01-01 11:57Falk ReichbottNote Added: 0001066
2017-01-18 12:09Ulrich SchwabSummaryAdd the cabebility to convert files to themselves => Add the capability to convert files in place
2017-01-18 12:09Ulrich SchwabDescription Updatedbug_revision_view_page.php?rev_id=333#r333
2017-01-18 12:10Ulrich SchwabNote Edited: 0001066bug_revision_view_page.php?bugnote_id=1066#r335
2017-03-22 09:03Falk ReichbottAssigned ToFalk Reichbott => Tilo Eckert
2017-03-22 09:06Falk ReichbottNote Added: 0001096
2017-08-31 16:53Falk ReichbottTarget Version5.1.16 => 5.1.18
2018-03-05 08:18Falk ReichbottTarget Version5.1.18 => 5.1.20
2018-11-02 12:47Falk ReichbottTarget Version5.1.20 => 5.1.25
2019-12-05 10:45Falk ReichbottTarget Version5.1.25 => 5.1.22
2020-03-13 01:52Falk ReichbottTarget Version5.1.22 => 5.1.23
2020-04-18 18:38Falk ReichbottRelationship addedrelated to 0000953
2020-08-19 16:50Falk ReichbottTarget Version5.1.23 => 5.1.24
2021-01-22 17:07Falk ReichbottTarget Version5.1.24 => 5.1.25
2021-04-30 12:08Falk ReichbottTarget Version5.1.25 => 5.1.26
2022-01-06 09:23Falk ReichbottTarget Version5.1.26 => 5.1.27
2022-03-09 10:43Falk ReichbottTarget Version5.1.27 => 5.1.28
2022-10-28 13:48Falk ReichbottTarget Version5.1.28 => 5.1.29

Notes
(0001066)
Falk Reichbott   
2017-01-01 11:57   
(edited on: 2017-01-18 12:10)
Write to temporary file and after success rename and if fail then delete the temporary file.

New symbol for file name mapping required (file='[same]')

(0001096)
Falk Reichbott   
2017-03-22 09:06   
It would be in general better to write to a temporary file and if anything is ok, then rename it else delete the tempfile (in case of overwriting). In this case a error will not demage an allready existing file in general.