Search found 143 matches

by ed
10 May 2007, 08:13
Forum: Help
Topic: Missing feature from 1.1.0a3?
Replies: 2
Views: 3934

The versions need to already exist in the Project Management page.
by ed
09 May 2007, 07:48
Forum: Help
Topic: how to get rid of mantis logo?
Replies: 7
Views: 9745

If you set $g_bottom_include_page and $g_top_include_page to html / php files that display nothing it should work.

You could also replace the displayed image files with something else.
by ed
09 May 2007, 01:23
Forum: Help
Topic: how to get rid of mantis logo?
Replies: 7
Views: 9745

Have a look at the "Include files" section of config_defaults_inc.php and make any required changes to your config_inc.php
by ed
08 May 2007, 00:48
Forum: Help
Topic: Bugnote Order DESC
Replies: 3
Views: 4925

You presonal setting may already be set in the database.

Have a look at Manage -> YourAccount

You may need to unprotect the account first to see all the settings.
by ed
07 May 2007, 10:22
Forum: Help
Topic: Bugnote Order DESC
Replies: 3
Views: 4925

your personal setting may be overriding the global setting; ie $g_default_bugnote_order
by ed
04 May 2007, 06:15
Forum: Help
Topic: Code documentation
Replies: 3
Views: 4611

Section 5 and 8 of the above link may contain what you are after.
by ed
03 May 2007, 06:33
Forum: Help
Topic: can an event be triggered on change of status???
Replies: 1
Views: 3334

You could write your own custom function:

http://www.mantisbt.org/manual/manual.c ... ctions.php
by ed
02 May 2007, 23:40
Forum: Help
Topic: Code documentation
Replies: 3
Views: 4611

Have you looked over this:

http://www.mantisbt.org/manual/
by ed
02 May 2007, 23:29
Forum: Help
Topic: newbie question, i think..
Replies: 4
Views: 5643

If your installation is 'almost completely unaltered' the easiest thing would be to reinstall mantis.

The catch will be if you need to run the upgrade script, which is likely, and you'll need to know your current version. There should be a $g_mantis_version in config_defaults_inc.php
by ed
30 Apr 2007, 22:39
Forum: Help
Topic: Product Version on Report Issue page
Replies: 5
Views: 6782

If the actual field is missing (as opposed to the dropdown being blank) then you have taken something out.
by ed
30 Apr 2007, 08:37
Forum: Customizations
Topic: multiple watchers
Replies: 7
Views: 9804

I think $g_notify_flags would be overkill as some developers are on other unrelated projects so they don't need to be notified. This can be set per project. Manage -> Manage Configuration -> Email Notifications. You can not have a 'gap' between access levels that you want to tick on. Should make mo...
by ed
30 Apr 2007, 05:02
Forum: Customizations
Topic: multiple watchers
Replies: 7
Views: 9804

Yes, the general consensus was that an issue should be the reponsibility / accountability of one person. $g_notify_flags will allow you to configure something where, for example, every developer can be informed when a new issue is created. You could also send a reminder to multiple users, though you...
by ed
30 Apr 2007, 04:55
Forum: Customizations
Topic: Status' and Categories
Replies: 2
Views: 5626

A1 - have a look at $g_status_enum_workflow
A2 - this may apply to you http://www.mantisbt.org/bugs/view.php?id=6515
by ed
30 Apr 2007, 01:05
Forum: Customizations
Topic: multiple watchers
Replies: 7
Views: 9804

You can notify all accounts with a certain access level. You can set one account to be assigned an issue when it has been reported. That account could be an email alias for other users. There has been numerous discussions over the pros vs cons of having more than one indivdual assigned as responsibl...
by ed
25 Apr 2007, 23:59
Forum: Help
Topic: Product Version on Report Issue page
Replies: 5
Views: 6782

Do the versions that you are interested in show up as released on the manage projects page?