Search found 6 matches

by Crayon
15 Sep 2009, 14:28
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 51697

Re: Posting HTML code to the issues.

Cool it's working now, but I have another problem ;)

URL are not processed, for example in my description I see this (instead of a link):
<a href="/mantis/view.php?id=3" title="[feedback] this is for a test">0000003</a>
BTW: do you have an issue tracker for the Highlight plugin? Or It's best if I ...
by Crayon
14 Sep 2009, 19:01
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 51697

Re: Posting HTML code to the issues.

Thanks, for the quick reply. The code is now highlighted correctly, but I'm having problems with multi-line text with carriage return.

In MantisBT Formatting , when Text Processing is ON I get this:
http://i31.tinypic.com/zv75hk.png

When it's OFF I get this:
http://i28.tinypic.com/w1tmdt.jpg ...
by Crayon
11 Sep 2009, 23:37
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 51697

Re: Posting HTML code to the issues.

Maybe I'm doing something wrong in my code.

BTW, thanks for the plugin :)
by Crayon
11 Sep 2009, 23:34
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 51697

Re: Posting HTML code to the issues.

You can use mantisbt ver of 1.2.x with Highlight plugin .
I tried your idea, but it seems it's not working. Try this code:
<pre><code>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</code></pre>

I see a white rectangle, the place where the should be, and after that it's the list ...
by Crayon
30 Jul 2009, 05:09
Forum: General Discussion
Topic: How can I disable the email confirmation in Mantis?
Replies: 3
Views: 7722

Re: How can I disable the email confirmation in Mantis?

If you use the setting mentioned by jaskiratsingh, the password will be empty (I think). So don't forget to log as the user and set a new password.

For more information check this: http://docs.mantisbt.org/master/en/administration_guide.html#AEN599 or http://www.mantisbt.org/manual/manual ...
by Crayon
29 Jul 2009, 21:10
Forum: Help
Topic: Integrating Mantis and Subversion
Replies: 2
Views: 4053

Re: Integrating Mantis and Subversion

Hi, I was having the same problem testing the file checkin.php . But when I decided to go one step ahead, it worked with the hook in subversion.

I'm using the file post-commit.bat :
@ECHO off

SET REPOS=%1
SET REV=%2

SET PHP="C:\Program Files\PHP\php.exe"
SET CHECKIN=C:\….\mantis\scripts\checkin ...