Search found 509 matches

by thraxisp
01 Sep 2005, 00:51
Forum: General Discussion
Topic: E-Mail Notification Problems
Replies: 21
Views: 39130

Have the users disabled emails using their preferences? There is a system logging feature in 1.0.0rc1 that can track how the emails are generated. Setting $g_log_level = LOG_EMAIL_RECIPIENT; and $g_log_destination = 'file:/tmp/mantis_log'; should dump the steps in creating the message recipient list...
by thraxisp
01 Sep 2005, 00:32
Forum: General Discussion
Topic: [Questions] Using Filters in All Project mode
Replies: 4
Views: 7605

When the project is "All Projects", only those with global DEVELOPER status are listed. This was done to prevent confusion as to which developers are associated with which projects.
by thraxisp
23 Aug 2005, 17:37
Forum: General Discussion
Topic: security for reports
Replies: 2
Views: 5596

This isn't currently supported. There has been a proposal to make the access levels more flexible, but that will be in the next release. (see #5381).
by thraxisp
23 Aug 2005, 17:33
Forum: General Discussion
Topic: minimize advanced filter
Replies: 3
Views: 7432

Chenging the default isn't supported, but the state of the filter is stored in a cookie. So, once you minimize it, it should stay that way.
by thraxisp
23 Aug 2005, 17:26
Forum: General Discussion
Topic: enhancement vs defect
Replies: 1
Views: 5362

The Severity field is supposed to accomplish this. It ranges from "feature" to "block" and "crash".
by thraxisp
16 Aug 2005, 14:12
Forum: Help
Topic: mysql syntax error
Replies: 2
Views: 7895

This was fixed in 1.0.0rc1 (see #5977).
by thraxisp
16 Aug 2005, 13:58
Forum: Help
Topic: Docs Link
Replies: 2
Views: 4600

It's not possible to point it elsewhere, but you could disable it and add your own link.

To disable it, set $g_enable_project_documentation = OFF;

To add your own menu links, see $g_main_menu_custom_options in the config_defaults_inc.php file.
by thraxisp
16 Aug 2005, 13:53
Forum: General Discussion
Topic: Not able to open login_page.php
Replies: 4
Views: 9014

This was not a new installation then. When you upgrade versions of mantis, you need to run the admin/upgrade.php script. This will upgrade the database schema to the current version.
by thraxisp
15 Aug 2005, 11:53
Forum: Customizations
Topic: Graphs shown as overall project
Replies: 6
Views: 11363

I made a similar change that was included in 1.0.0rc1. (see #5914)
by thraxisp
15 Aug 2005, 11:50
Forum: Help
Topic: New user signup & Image.Code Problem
Replies: 3
Views: 5379

You would be better off to add the line

Code: Select all

$g_signup_use_captcha   = OFF;
to your config_inc.php file. This file is not overwritten when you upgrade Mantis.
by thraxisp
15 Aug 2005, 02:21
Forum: Help
Topic: installation woes
Replies: 5
Views: 6752

That is the way it should be. You are logging in as the 'administrator'?

I missed the error. Do you have extra blank lines at the end of the config_inc.php file?
by thraxisp
15 Aug 2005, 01:35
Forum: Help
Topic: installation woes
Replies: 5
Views: 6752

Is this a new installation? Has the database been created and initialized through admin/install.php?
by thraxisp
15 Aug 2005, 01:27
Forum: Help
Topic: Fixed in Version understanding
Replies: 4
Views: 5847

In larger organizations, it is more likely that the project team or management that determines the release arrangement. If this is a very small organization, you could give the team leader "MANAGER" access to allow them to change the specific project.
by thraxisp
15 Aug 2005, 01:11
Forum: Help
Topic: Assign To list only administrator and manager
Replies: 1
Views: 3143

What version of Mantis are you using? A similar problem was resolved in 1.0.0rc1 (#5733).
by thraxisp
15 Aug 2005, 00:53
Forum: Help
Topic: APPLICATION ERROR #700 - is this a bug?
Replies: 4
Views: 5748

Just copy the manage_proj_edit_page.php (v1.92) over top of your existing installation.