Search found 9 matches

by Kunda
02 Nov 2015, 17:32
Forum: General Discussion
Topic: Ability to download attached .patch files in RAW format
Replies: 2
Views: 4905

Ability to download attached .patch files in RAW format

1) We want to create a script that crawls a mantisbt issue 2) finds an attached .patch file 3) and either downloads it or displays it in RAW format (pure text) so it can be then piped in to a diff to automatically patch a project's trunk Is this possible? Also, Is it possible to do step 2 and 3 via ...
by Kunda
12 Aug 2015, 12:13
Forum: Help
Topic: Solved:Make .log files viewable in BT (like .patch & .diff)
Replies: 2
Views: 2454

Solved:Make .log files viewable in BT (like .patch & .diff)

When attaching .diff or .patch to a mantisbt report one can click on 'view' and observe the file w/out needing to d/l it. How can that functionality be extended to another extension, say .log for example ?
by Kunda
20 Jul 2015, 21:24
Forum: Help
Topic: enclosing code in comments so mantis doesn't interpret
Replies: 5
Views: 4034

Re: enclosing code in comments so mantis doesn't interpret

Yea.. see if I take workaround #1 then all previous issues that use that formatting break.
Attaching traces as texts is not ideal, but I see the ingenuity in it.

I think the <nolink> solution is the best one. Will it also not interpret html tags?
by Kunda
20 Jul 2015, 17:25
Forum: Help
Topic: enclosing code in comments so mantis doesn't interpret
Replies: 5
Views: 4034

Re: enclosing code in comments so mantis doesn't interpret

atrol wrote:This is not possible out of the box.
You can just deactivate the whole special treatment for ~ and # by using the configuration page of the MantisCoreFormatting plugin.
Yea.. that's not the answer I was hoping for.
What are other workarounds ?
by Kunda
16 Jul 2015, 17:22
Forum: Help
Topic: enclosing code in comments so mantis doesn't interpret
Replies: 5
Views: 4034

enclosing code in comments so mantis doesn't interpret

What is the tag that needs to be put around a block of code in a mantis comment so it won't interpret html tags or special chars like ~ or #

EDIT: Example, if someone wants to add a backtrace and not have all the strings prepended with '#' be interpreted as an mantisbt issue number
by Kunda
04 Jul 2015, 14:13
Forum: Help
Topic: How to strikethrough text in mantis comments?
Replies: 2
Views: 6397

Re: How to strikethrough text in mantis comments?

Thanks. You can mark this as solved.
by Kunda
01 Jul 2015, 22:17
Forum: Help
Topic: How to strikethrough text in mantis comments?
Replies: 2
Views: 6397

How to strikethrough text in mantis comments?

Trying to figure out how to strikethrough text