Search found 5 matches

by j-b-m
12 Oct 2009, 16:24
Forum: Help
Topic: 1.2 RC2 anonymous user
Replies: 1
Views: 2524

1.2 RC2 anonymous user

Hi!

Just upgraded to Mantis 1.2 RC2 and it seems it is not possible to directly view an issue or the list of issues without going through the login page.
I enabled the anonymous feature, and users can use it by clicking on the "anonymous login" link.
However if you want to go see a bug (for ...
by j-b-m
02 Jul 2009, 17:04
Forum: General Discussion
Topic: Voting feature in 1.2?
Replies: 3
Views: 3705

Re: Voting feature in 1.2?

I saw the bug http://www.mantisbt.org/bugs/view.php?id=668 but the notes (or comments, not sure how you call it) are not visible, so I have no idea what is the status of this bug... is it marked as private?

Anyways, thanks for the update.
by j-b-m
29 Jun 2009, 17:38
Forum: Help
Topic: Mantis 1.2.0rc1 and Mantis Graphs 1.0: Plugin page not found
Replies: 1
Views: 2921

Re: Mantis 1.2.0rc1 and Mantis Graphs 1.0: Plugin page not found

the page "bug_graph_page.php" and a few other were missing from Mantis 1.2rc1, see bug:
http://www.mantisbt.org/bugs/view.php?id=10631

This has now been fixed in the sources.
by j-b-m
26 Jun 2009, 20:16
Forum: General Discussion
Topic: Voting feature in 1.2?
Replies: 3
Views: 3705

Voting feature in 1.2?

Hi.

The bug report 8907 (1) suggests that the voting feature will be added to Mantis 1.2, however I couldn't any info about that in the latest 1.2rc1 version. Does it mean the voting feature was finally not included?

Infos welcome.

regards
jb

1) http://www.mantisbt.org/bugs/view.php?id=8907
by j-b-m
26 Jun 2009, 17:12
Forum: Help
Topic: Email sending
Replies: 1
Views: 1648

Re: Email sending

I had the same issue. You must configure the email sending protocol. Edit file config_defaults_inc.php, you will see a line with:

$g_phpMailer_method = PHPMAILER_METHOD_MAIL

I had to change it for SMTP use (PHPMAILER_METHOD_SMTP), after that everything worked (you may need another mail method ...