alert_history_csv: Enable printing of long output64/664/5
commit427c56280e27f3c54db150c5f1d48c0f150362e9
authorHenrik Smederod <hsmederod@op5.com>
Wed, 7 May 2014 12:36:20 +0000 (7 14:36 +0200)
committerCarl Helmertz <chelmertz@op5.com>
Mon, 12 May 2014 11:47:25 +0000 (12 13:47 +0200)
tree38bbde713795b07d867c10d6208a474c77582dc3
parent5b7dc76127166c3fdc11176cce18527aa5bd4323
alert_history_csv: Enable printing of long output

Take include long output option into consideration when creating a csv
from alert history.

Submitting a passive check result with Okänd status ","Räksmörgåsen
är mumsig works (= all output is in the same cell) when opening the csv
in both Excel 2013 and Libreoffice
Libreoffice also handles the newlines properly (=one cell with several
lines in it), but Excel does not (and can not, it seems from some
googling).
fgetcsv is able to read back the csv properly, so at least one
"script-friendly" method exists for parsing the file.
Newlines in csv feel quite strange to me, but since f{put,get}csv
supports it and Libreoffice supports it, I guess we're good to go.

This implements #8416

Change-Id: If95bc04917c2d254a9e25cb618a39c4460a28995
Signed-off-by: Henrik Smederod <hsmederod@op5.com>
modules/reports/views/summary/csv.php