Search found 3 matches

by jurgenhaas
30 Aug 2010, 15:37
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 51713

Re: Posting HTML code to the issues.

Hi Kirill, found your plugin today and I'm very excited about it. Just on thing doesn't work:

When I'm using <pre><code> ... something ... </code></pre> then the code inside is rendered very nicely. But when I simply use <b>bold</b> text, then the word bold isn't formatted bold as expected but the ...
by jurgenhaas
13 Mar 2010, 09:37
Forum: Help
Topic: [Resolved] Issue details not visible in Mantis 1.2.0
Replies: 2
Views: 2580

Re: [Resolved] Issue details not visible in Mantis 1.2.0

By default in 1.2.0 the details would be visible. They were not in my case because I defined $g_bug_view_page_fields in config_inc.php with old-styled names, so I just had to update the configuration there and all was great.

It's described in http://www.mantisbt.org/bugs/view.php?id=11540 too.
by jurgenhaas
25 Feb 2010, 08:53
Forum: Help
Topic: [Resolved] Issue details not visible in Mantis 1.2.0
Replies: 2
Views: 2580

[Resolved] Issue details not visible in Mantis 1.2.0

Since upgraded to the latest release (1.2.0) we do not get details of an issue displayed anymore. I've filed a bug report ( http://www.mantisbt.org/bugs/view.php?id=11540 ) on this but I was wondering if anyone had similar experience and hopefully a solution.

Edit: This has been resolved and the ...