Search found 12 matches

by kratib
28 Apr 2020, 17:42
Forum: Help
Topic: Used category entries
Replies: 1
Views: 1829

Used category entries

Hello, I'm trying to refactor some of our categories, by deleting the ones that no longer make sense to our workflow. To do so, I make an "All projects" search with all filters off (as far as I can tell) and with only the target category selected. I get no results. However, when I attempt ...
by kratib
20 May 2017, 15:53
Forum: General Discussion
Topic: Mobile-friendly bugnotes
Replies: 0
Views: 3001

Mobile-friendly bugnotes

The bug view page has been largely made mobile-friendly, but the bugnotes still show as a row that needs horizontal scrolling to read fully, as per the attached screenshot. My users are complaining about this and I am wondering if this is on the roadmap by any chance. Otherwise, is it worth filing o...
by kratib
18 Apr 2017, 18:11
Forum: Help
Topic: Error plugin Slack Integration
Replies: 2
Views: 4229

Re: Error plugin Slack Integration

The "Default Slack Channel" settings is a single channel name STRING, not an array, e.g. '#bugtrackermyproject'.
by kratib
01 Apr 2014, 19:00
Forum: Customizations
Topic: Adding a new columns set to Manage Columns
Replies: 2
Views: 5375

Re: Adding a new columns set to Manage Columns

Looks great! Thanks for the reference. Until I get to this, I'm treating the columns array as a regular plugin setting: https://github.com/infojunkie/MantisBT- ... 82dfd8dbaa
by kratib
29 Mar 2014, 22:52
Forum: Customizations
Topic: Adding a new columns set to Manage Columns
Replies: 2
Views: 5375

Adding a new columns set to Manage Columns

I am working on the MantisBT-Slack integration plugin (https://github.com/infojunkie/MantisBT-Slack) and I would like to send a custom list of bug fields to Slack. I see that the Manage Columns page allows to select columns that should appear in various places of Mantis (e.g. page view, print view, ...
by kratib
29 Nov 2011, 16:50
Forum: Help
Topic: Description history
Replies: 1
Views: 2173

Description history

Is there a way to save the history of the description field, just like other fields are saved?
by kratib
07 Aug 2007, 00:57
Forum: Customizations
Topic: Authentication via both LDAP and local mantis db
Replies: 7
Views: 51189

Encrypting and changing password

I needed that feature today and reached exactly the same conclusion as did. A couple of other changes will make the feature even sweeter: 1. As it stands, the password ends up being stored plain-text in the database, because auth_process_plain_password() doesn't have a case for LDAP. If you want the...
by kratib
05 Jul 2007, 16:14
Forum: Customizations
Topic: Adding new relationship types
Replies: 2
Views: 8091

Better late than never?

I just submitted a patch for custom relationships. You can find it at http://www.mantisbugtracker.com/bugs/view.php?id=8130. Your feedback is appreciated.
by kratib
05 Jul 2007, 16:12
Forum: Customizations
Topic: Custom relationships
Replies: 2
Views: 4814

Custom relationships patch

I just released the implementation at http://www.mantisbugtracker.com/bugs/view.php?id=8130. Your feedback is appreciated.
by kratib
30 Oct 2006, 22:19
Forum: Customizations
Topic: Adding new relationship types
Replies: 2
Views: 8091

Errata

Being a Mantis n00b, I made some mistakes. Here are the ones I caught: 1. Custom strings should go into ./custom_strings_inc.php 2. Custom constants should go into ./custom_constant_inc.php 3. core/email_api.php should be modified to send notifications upon addition and deletion of the two new relat...
by kratib
25 Sep 2006, 15:32
Forum: Customizations
Topic: Adding new relationship types
Replies: 2
Views: 8091

Adding new relationship types

This is a record of how I added new relationship types to Mantis 1.0.1. Specifically, we needed a new pair "is origin of"/"originates from" to enable the traceability of requirements/test cases/etc that we store in Mantis. Reverse engineering was easy, even for a Mantis n00b like...
by kratib
07 Jun 2006, 10:50
Forum: General Discussion
Topic: Mantis for requirements management
Replies: 6
Views: 12016

Mantis for requirements management

Hi all,

Has anyone tried using Mantis to manage their system requirements? Storing them in Mantis would be more useful than a text document to be able to track their history, track change requests, and link bugs with requirements.

Thanks in advance for sharing your experience or your thoughts.
Karim