Search found 509 matches

by thraxisp
02 Apr 2005, 22:00
Forum: General Discussion
Topic: Summary Page Rework
Replies: 1
Views: 7151

Summary Page Rework

I am thinking about reworking the summary page to make it configurable (like My View). In the process, I'm hoping to simplify it. The page currently contains matrix summaries by: - Status, Severity, Category, Resolution, Priority and Reporter (open, resolved, closed) - Reporter Effectiveness (a scor...
by thraxisp
01 Apr 2005, 14:42
Forum: Customizations
Topic: third party maintenance with Mantis
Replies: 2
Views: 8159

Could you explain what you are looking for a little better? Are you looking to implement a trouble ticketing system?
by thraxisp
01 Apr 2005, 14:34
Forum: Customizations
Topic: Oracle adaption
Replies: 1
Views: 7026

Someone is working on this. See http://forums.mantisbt.org/viewtopic.php?t=61
by thraxisp
01 Apr 2005, 14:33
Forum: Help
Topic: Mail to reporter only on public bugnote
Replies: 3
Views: 4619

I think you are seeing the effect of a bug in 0.19.2 (see #3882). This is fixed in the next release.
by thraxisp
01 Apr 2005, 14:25
Forum: Help
Topic: Debugging Mantis: What is "ERROR"?
Replies: 5
Views: 15683

The values for error_type are defined by PHP (see http://ca.php.net/manual/en/function.trigger-error.php). The error messages from LDAP seem to be suppressed in core/ldap_api.php. You may want to instrument this code to debug it. Note that when you do this, you will probably see errors saying "...
by thraxisp
01 Apr 2005, 14:11
Forum: Help
Topic: Syntax for filter
Replies: 3
Views: 7190

Try .../mantisbt/view_all_set.php?type=1&show_severity=80

The parameter type=1 means create a new filter. The values for severity, etc, need to be converted to internal values.
by thraxisp
31 Mar 2005, 13:42
Forum: Help
Topic: email-notification at new problem
Replies: 7
Views: 11925

This will send messages about everything to everybody listed on the project.
by thraxisp
31 Mar 2005, 03:32
Forum: Help
Topic: Syntax for filter
Replies: 3
Views: 7190

You can create the filter through view_all_set.php. You probably need to read through the code to see the mapping to fields.

Unfortunately, you can't set the project or the fields that are displayed.
by thraxisp
31 Mar 2005, 03:21
Forum: Help
Topic: Debugging Mantis: What is "ERROR"?
Replies: 5
Views: 15683

The second argument to trigger_error is the error type. "trigger_error" is a standard php function. The "headers already sent" messages imply that text has already been sent before the headers are sent. There may be some other error that is being ignored. I'd look into the config...
by thraxisp
30 Mar 2005, 12:47
Forum: Customizations
Topic: Mantis with Postgres
Replies: 9
Views: 20018

Sure. Please post them to the issue tracker (http://bugs.mantisbt.org/) and we will look at integrating them.
by thraxisp
30 Mar 2005, 01:06
Forum: Help
Topic: Debugging Mantis: What is "ERROR"?
Replies: 5
Views: 15683

The error constants are in core/constants_inc.php. These are indexes into the language strings ("MANTIS_ERROR[]") that are printed with the error handler. There was a bug in the error handler in 0.19.2 where the handler didn't stop on some errors. Adding $g_display_errors[E_WARNING] = 'inl...
by thraxisp
28 Mar 2005, 15:17
Forum: Customizations
Topic: Adding new Table and Column
Replies: 1
Views: 7202

Why not add a custom field to do this?

Log in as an administrator, and see the Manage Custom Field link under the Manage menu. Once created, it needs to be linked to the project to make them visible.
by thraxisp
28 Mar 2005, 15:13
Forum: Help
Topic: Call to undefined function: (null)()
Replies: 3
Views: 6775

Which version of Mantis?

There are still some outstanding PHP5 issues in 0.19.2 that will be resolved in the next release.
by thraxisp
27 Mar 2005, 23:29
Forum: Help
Topic: Mantis User Documentation
Replies: 3
Views: 7666

There is a user contributed quick start guide attached to #5070
by thraxisp
27 Mar 2005, 15:45
Forum: Customizations
Topic: Cross-database support
Replies: 4
Views: 8415

Could you file this as a bug in the tracker at http://bugs.mantisbt.org/ ?