Bug #7000

WhisperBack should wrap lines before encrypting reports

Added by sajolida 2014-03-31 09:09:16 . Updated 2018-05-09 08:07:18 .

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2014-03-31
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
1
Affected tool:
WhisperBack
Deliverable for:

Description

Currently, most of the reports include long lines as they were typed by the user in WhisperBack. Those are very annoying to deal with in some email clients (eg. Thunderbird) because when answering a report you have to either:

  • scroll horizontally to read the user report
  • rewrap automatically all the email and fuck up the markdown, Schleuder, and log lines

The (Python) code lives at https://git-tails.immerda.ch/whisperback/.

Alan: I marked this as easy but that’s a wild guess. If you think it is not, do you might having it assigned to you?


Subtasks


Related issues

Is duplicate of Tails - Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages Resolved 2016-08-22

History

#1 Updated by intrigeri 2014-03-31 09:26:36

Note that only the part that was written by the user should be wrapped.

#2 Updated by intrigeri 2014-03-31 09:27:50

  • Description updated

#3 Updated by intrigeri 2014-07-19 17:55:34

Wrapping text without knowing in which kind of markup (or lack thereof) it’s written is not that easy. Think about bullet points, numbered lists, verbatim error messages, etc.

Leaving the ticket as easy, though, as it still fits within our definition thereof :)

#4 Updated by intrigeri 2015-06-05 15:42:35

intrigeri wrote:
> Wrapping text without knowing in which kind of markup (or lack thereof) it’s written is not that easy. Think about bullet points, numbered lists, verbatim error messages, etc.

The text input by the user in the “Bug description” main text area can probably be considered as Markdown. However, the logs etc. from the “Technical details to include” tab MUST NOT be wrapped, as it makes logs much harder to read.

#5 Updated by sascha.markus@gmail.com 2018-05-08 21:01:50

  • related to Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages added

#6 Updated by emmapeel 2018-05-09 08:02:30

  • related to deleted (Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages)

#7 Updated by emmapeel 2018-05-09 08:02:32

  • is duplicate of Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages added

#8 Updated by emmapeel 2018-05-09 08:07:18

  • Status changed from Confirmed to Duplicate

I close this one as duplicate, because there is already a patch on the duplicated ticket, so we better keep that one…

#9 Updated by sajolida 2018-05-15 17:06:58

  • has duplicate deleted (Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages)

#10 Updated by sajolida 2018-05-15 17:07:28

  • is duplicate of Feature #11689: WhisperBack: Enforce 70 character limit on the user written messages added