I have recently posted a patch to accomplish this:
http://www.mantisbt.org/bugs/view.php?id=7840
Search found 9 matches
- 01 Nov 2007, 15:48
- Forum: Customizations
- Topic: My view question
- Replies: 4
- Views: 6581
- 30 Oct 2007, 15:49
- Forum: Help
- Topic: N/A value for $g_default_bug_reproducibility
- Replies: 2
- Views: 3028
Code: Select all
# Default bug reproducibility when reporting a new bug
$g_default_bug_reproducibility = REPRODUCIBILITY_NOTAPPLICABLE;
- 30 Oct 2007, 15:46
- Forum: Help
- Topic: recipients=() - No mails from mantis
- Replies: 1
- Views: 2555
- 24 Oct 2007, 15:57
- Forum: Help
- Topic: Getting Password Reset and Signup Emails, but no other.
- Replies: 4
- Views: 3702
- 24 Oct 2007, 15:54
- Forum: General Discussion
- Topic: Looking for Mantis "Best Practices" Guide
- Replies: 3
- Views: 5742
- 23 Oct 2007, 18:01
- Forum: Customizations
- Topic: Custom 'My View'
- Replies: 1
- Views: 5217
I cleaned this up a bit, added a few configuration settings and submitted it as a patch. You can download the necessaries from the ticket:
http://www.mantisbt.org/bugs/view.php?id=7840
http://www.mantisbt.org/bugs/view.php?id=7840
- 18 Oct 2007, 21:07
- Forum: Customizations
- Topic: Custom 'My View'
- Replies: 1
- Views: 5217
Custom 'My View'
After posting another snippet I coded while setting up Mantis for my company, I thought I would isolate and share a cooler one: a customized "My View" page.
This patch has not been stress tested, so don't freak out if you run in to bugs. I wouldn't be surprised if they exist.
It has been tested on ...
This patch has not been stress tested, so don't freak out if you run in to bugs. I wouldn't be surprised if they exist.
It has been tested on ...
- 18 Oct 2007, 15:33
- Forum: Customizations
- Topic: Full name in bugassign box
- Replies: 1
- Views: 3675
Add this to your config file:
this will work in 1.1.0rc1, I have not tested it in earlier versions.
Code: Select all
$g_show_realname = ON;
- 17 Oct 2007, 20:37
- Forum: Customizations
- Topic: Email when Moved
- Replies: 2
- Views: 5137
Email when Moved
I am implementing Mantis for my company right now, and I thought I would share a snippet we needed.
Basically, I added a flag to email people when a bug is moved.
If you're curious about the practical application, here is why:
To make sure bugs go through the right people, we had to tighten down ...
Basically, I added a flag to email people when a bug is moved.
If you're curious about the practical application, here is why:
To make sure bugs go through the right people, we had to tighten down ...