Search found 32 matches

by mlcrane
06 May 2025, 14:09
Forum: General Plugin Discussion
Topic: Plugin development query
Replies: 2
Views: 4842

Re: Plugin development query

Well, following a lot of "soul searching" and fruitless conversations with many, many LLMs (that all provided the same lie), it's clear to me that what we're trying to do isn't something a plugin can do. It's going to have to be "core modifications", and TBH, I want to avoid that entirely (this time ...
by mlcrane
25 Feb 2025, 14:13
Forum: General Plugin Discussion
Topic: Plugin development query
Replies: 2
Views: 4842

Re: Plugin development query

Just to add, I'm comparing what I'm doing against "MantisCoreFormatting", which has at least allowed me to get my very old and never worked properly in the first place plugin code for MantisBT 1.3 config page working again in MantisBT 2.27.
by mlcrane
25 Feb 2025, 10:25
Forum: General Plugin Discussion
Topic: Plugin development query
Replies: 2
Views: 4842

Plugin development query

Hi,

I'm trying to write a really simple "CRM Integration Plugin" for our MantisBT installation (against MBT v2.27). It's not going to be anything spectacular; when a value is saved into a particular custom field in MBT, the value is turned into an anchor tag by the plugin that points at the ...
by mlcrane
10 Feb 2025, 07:07
Forum: General Discussion
Topic: Any plans to "end of support" v1.13.20?
Replies: 2
Views: 10148

Re: Any plans to "end of support" v1.13.20?

Many thanks for the reply atrol.

Mea culpa for the many "errors" in my post - yes, v1.3.20 not v.13.20, and I really should have said "Legacy support" rather than "long-term support". Irrespective, you are entirely correct that if we want to use newer PHP versions, we'll need to keep up with v2.x.
by mlcrane
05 Feb 2025, 15:23
Forum: General Discussion
Topic: Any plans to "end of support" v1.13.20?
Replies: 2
Views: 10148

Any plans to "end of support" v1.13.20?

As part of "national cyber security nonsense", we are required to only use "supported software". This is not a problem for us, v1.13.20 is LTS. However, we also realise that it is unlikely to remain LTS forever.

We're using a reasonably heavily modified v1.13.20 ("nonsense changes" because staff ...
by mlcrane
26 Jan 2018, 14:18
Forum: Help
Topic: History doesn't show everything (any more?)
Replies: 3
Views: 4145

Re: History doesn't show everything (any more?)

atrol wrote:I assume this is your issue https://www.mantisbt.org/bugs/view.php?id=23031
Hi atrol.

Yes, that reads very similar. I'll see if I can add any more information to that issue (assuming I still have my login on your bugtracker).
by mlcrane
26 Jan 2018, 14:12
Forum: Help
Topic: History doesn't show everything (any more?)
Replies: 3
Views: 4145

Re: History doesn't show everything (any more?)

[strike]Just to keep everyone "in the loop", I'm having a fiddle about in core/history_api.php to see if I can "fix" this for us in the short term; if I comment out the entirety of the "#bugnotes" section of history_get_event_from_row() (lines 344 to 365 in my install), the history shows everything ...
by mlcrane
26 Jan 2018, 14:00
Forum: Help
Topic: History doesn't show everything (any more?)
Replies: 3
Views: 4145

History doesn't show everything (any more?)

Hi

It has been noticed that history isn't showing everything anymore. I'm pretty sure that once upon a time, the history of an issue would show you every operation that occurred against an issue, but now it appears to be hiding items.

Direct "for instance": one of our users was looking at an issue ...
by mlcrane
19 Jan 2017, 12:54
Forum: Help
Topic: Mantis 1.3.X - "fake" users
Replies: 1
Views: 2044

Re: Mantis 1.3.X - "fake" users

Somewhat answering my own question, I thought I'd just give it a go.

Created two bare minimum users directly in the database (they don't appear in Manage Users), but with our existing modifications, it appears that Mantis is now happy for things to be assigned to the two users.
by mlcrane
19 Jan 2017, 12:10
Forum: Help
Topic: Mantis 1.3.X - "fake" users
Replies: 1
Views: 2044

Mantis 1.3.X - "fake" users

Hi

In 1.2.X, we created a couple of "fake" users for Assigned To that are used (infrequently) to indicate that particular departments should deal with an issue, rather than individual users (basically, we added a couple of extra "<option>" tags to the two "Assigned to" fields, and then some very ...
by mlcrane
12 Dec 2016, 15:22
Forum: Help
Topic: Status that applies to one category only?
Replies: 2
Views: 3183

Re: Status that applies to one category only?

That was what I had thought. Thanks for the confirmation.
by mlcrane
12 Dec 2016, 12:00
Forum: Help
Topic: Status that applies to one category only?
Replies: 2
Views: 3183

Status that applies to one category only?

Hi all,

Is it possible to have a status that is applied to a particular issue category? We run with two categories (Change Request and Defect) and I've been asked to add a new status to Change Request (only), but I'm not sure if that functionality is currently baked into MBT.

MantisBT v1.3.1
by mlcrane
23 Sep 2016, 08:26
Forum: Help
Topic: Are checkbox custom fields even stranger in MBT 1.3?
Replies: 5
Views: 4716

Re: Are checkbox custom fields even stranger in MBT 1.3?

#21712 (had to ask for a password reset, I'd forgotten whatever it was...)
by mlcrane
22 Sep 2016, 10:37
Forum: Help
Topic: Are checkbox custom fields even stranger in MBT 1.3?
Replies: 5
Views: 4716

Re: Are checkbox custom fields even stranger in MBT 1.3?

[strike] Bug Report

Version : 1.3.1
Summary : No way to filter "negative" for checkbox custom fields
Description : If you create a checkbox custom field, you can use the View Issues filtering to look for the value that indicates a checked checkbox easily enough, but there's (currently) no way ...
by mlcrane
22 Sep 2016, 09:34
Forum: Help
Topic: Are checkbox custom fields even stranger in MBT 1.3?
Replies: 5
Views: 4716

Re: Are checkbox custom fields even stranger in MBT 1.3?

And that doesn't work either; guessing Mantis creates the database entry with a value of '' (the null string).

I suspect that this may, in fact, be a bug of some description, either in 1.2.X that has carried over with this custom field or in how 1.3.X handles checkbox fields now. That or it's ...