Extension talk:Mantis

About this board

Future PHP compatibility warnings

1
216.61.187.7 (talkcontribs)

Warning: Use of undefined constant bugid - assumed 'bugid' (this will throw an Error in a future version of PHP) in /home/unistell/www/www/extensions/Mantis/Mantis.php on line 426

Warning: Use of undefined constant bugid - assumed 'bugid' (this will throw an Error in a future version of PHP) in /home/unistell/www/www/extensions/Mantis/Mantis.php on line 433

Warning: Use of undefined constant bugid - assumed 'bugid' (this will throw an Error in a future version of PHP) in /home/unistell/www/www/extensions/Mantis/Mantis.php on line 426

Warning: Use of undefined constant bugid - assumed 'bugid' (this will throw an Error in a future version of PHP) in /home/unistell/www/www/extensions/Mantis/Mantis.php on line 433

Reply to "Future PHP compatibility warnings"

Support for filtering by "Tags"

4
2605:A601:CD1:9300:AC2F:870A:F624:7EF1 (talkcontribs)

I can tag issues in MantisBT and feel that there would be a lot of value to adding a filter for the extension to query based on a tag.

Tessus (talkcontribs)

This sounds like an interesting idea, but that code change would be extensive. Also, how exactly would you handle a new parameter tag?

Let's say one enters 2 tags. Should only tickets be listed that include both tags or tickets that are tagged with either tag?

Pull requests are always welcome.

This post was hidden by Tessus (history)
This post was hidden by Tessus (history)
Reply to "Support for filtering by "Tags""

Show two tables with different filterings

3
193.10.97.111 (talkcontribs)

Does it not work to show two tables at the same time?

Tessus (talkcontribs)

I do not understand the question.

Just add 2 Mantis stanzas on the page and you have 2 tables.

85.11.62.102 (talkcontribs)

Sorry, I had written the closing tag as <mantis/ > instead of </mantis> !

193.10.97.111 (talkcontribs)

Where do I modify the code to allow shoing the "fixed_in_version" field?

Tessus (talkcontribs)

I was about to send a reply, when you posted the code. I wanted to add that a while back, but couldn't get in contact with the person who wrote that code fragment.

It's GPL, so I should be able to just cherry pick his commit...

85.11.62.102 (talkcontribs)

I posted that code in the wrong topic, sorry again. But I did a Pull request instead on GitHub.

5.104.143.6 (talkcontribs)

I've added custom fields to our MantisBT installation (1.3.1). Is it possible to include them in the table when specifying the show parameter on a wiki page?

Tessus (talkcontribs)

There was a request a while back to allow searches on custom fields. see https://github.com/tessus/mwExtensionMantis/issues/8

I've never worked with custom fields thus I do not know how they work and how I could make them available (but I think I have an idea).

For now the answer to your question is no, but you can open a ticket on github. I'm travelling these days and don't have time to look into it.

Tessus (talkcontribs)
Reply to "Custom fields"
There are no older topics