Search found 509 matches

by thraxisp
08 Aug 2005, 21:41
Forum: General Discussion
Topic: Notification Emails not being sent
Replies: 1
Views: 4877

By default, messages are only sent to the originator, or handler of the issue. If you look at the Manage -> Manage Configuration -> Email Notifications page, you can add additional access levels for each type of message.
by thraxisp
08 Aug 2005, 21:39
Forum: General Discussion
Topic: Multiple Authentication mode
Replies: 10
Views: 13754

With respect to authentication, the plan was to make it modular to allow one to pick from several supplied methods, or plug in your own. It's still in the concept stage. As for the manual, I'd suggest that you join the developer's list. We're looking to port the manual into a text file form. possibl...
by thraxisp
08 Aug 2005, 21:34
Forum: Help
Topic: "Assign To" in Normal Issue Report???!!
Replies: 2
Views: 3750

The "Assign to:" button should show up is the user meets the threshold requirement of 'update_bug_assign_threshold', or if not found, 'update_bug_threshold'. These default to developer.
by thraxisp
08 Aug 2005, 21:16
Forum: Help
Topic: Blank screen on install.php - SOLVED
Replies: 7
Views: 24765

Once you enter the database information, it should validate the information (printing about 10 lines) and then try to access the database. The button you checked should print the required SQL queries, rather than applying them to the database.

Are there any errors in your apache log?
by thraxisp
07 Aug 2005, 20:11
Forum: Help
Topic: Blank screen on install.php - SOLVED
Replies: 7
Views: 24765

A quick google on this error message seems to indicate that php and/or apache were not compiled correctly (the pcre errors). With this failing, I would expect that many things won't work properly. (Ref. http://lists.debian.org/debian-apache/2 ... 00109.html ).
by thraxisp
07 Aug 2005, 13:45
Forum: Help
Topic: Workflow question
Replies: 3
Views: 4776

I added this code under #6093.
by thraxisp
06 Aug 2005, 14:53
Forum: Help
Topic: Require non anonymous users for one project
Replies: 6
Views: 7285

I'll look into that, but you could try to approach it from the Manage Project angle. At the bottom of the page, there is a user list, and you can re-assign access levels there.
by thraxisp
06 Aug 2005, 13:54
Forum: Customizations
Topic: How to customize e-mail notifications?
Replies: 6
Views: 11361

The email is formatted in core/email_api.php, function email_format_bug_message(). I think that there is a thread in this forum somewhere about adding this kind of information.

email_bugnote_limit is broken in the current release. I think that it has been bugged as well.
by thraxisp
06 Aug 2005, 13:50
Forum: Help
Topic: Require non anonymous users for one project
Replies: 6
Views: 7285

I mis-understood.

You could set the anonymous user to "viewer" for the project in question. They would only be able to see things and not report issues.
by thraxisp
06 Aug 2005, 13:47
Forum: Help
Topic: Workflow question
Replies: 3
Views: 4776

Mantis currently doesn't do this. If you re-assign the issue back to the submitter, how does it get re-routed to the designer if the issue is re-opened? Re-assigning it also severly complicates the process of figuring out who resolved the issues. An alternative is for reporters to look for issues th...
by thraxisp
06 Aug 2005, 01:55
Forum: Help
Topic: Require non anonymous users for one project
Replies: 6
Views: 7285

Yes. You can make the project private and add all users but the anonymous one to the project.
by thraxisp
06 Aug 2005, 01:54
Forum: Help
Topic: File upload failed
Replies: 5
Views: 8959

Under newer versions of IIS, you also need to give READ access to everybody for it to work.

The ftp method is not well tested in recent releases.
by thraxisp
06 Aug 2005, 01:50
Forum: Help
Topic: Testing Email functionality
Replies: 2
Views: 8010

There is an email check in admin/check.php (near the botton of the screen).
by thraxisp
06 Aug 2005, 01:49
Forum: Help
Topic: No email notification on New
Replies: 2
Views: 4091

The notifications need to be enabled by user access level before the messages will be sent. The user preferences only serve to turn off messaging.
by thraxisp
06 Aug 2005, 01:40
Forum: Help
Topic: Incredible but true
Replies: 2
Views: 4081

"Report Issue" in the top menu. You need to create projects and categories first.