Search found 2 matches

by bitmaster
09 Jan 2006, 09:50
Forum: Customizations
Topic: Mantis Add-On - Time Tracker - Easy to run & install
Replies: 59
Views: 200364

The guest post above is mine.
by bitmaster
11 Oct 2005, 12:31
Forum: Help
Topic: Code a different kind of reporter-only setting
Replies: 0
Views: 2810

Code a different kind of reporter-only setting

What I want is that the reporters do not only see the bugs they reported theirselves, but also the bugs whereof a customized field (ID 6) of the bug matches the reporter's realname field.

I thought I'd give it a try and changed this in bug_api.php:


function bug_is_user_reporter( $p_bug_id, $p ...