Skip to content

Releases: tessus/mwExtensionMantis

Extension:Mantis 2.1.1

18 Jun 17:23
2.1.1
0316778
Compare
Choose a tag to compare
  • fix PHP warning

check out the documentation for more details:
https://www.mediawiki.org/wiki/Extension:Mantis

Extension:Mantis 2.1.0

24 Feb 00:59
2.1.0
dd1a29f
Compare
Choose a tag to compare
  • add flag summary_as_comment

check out the documentation for more details:
https://www.mediawiki.org/wiki/Extension:Mantis

Extension:Mantis 2.0

11 Sep 04:25
2.0
090f14a
Compare
Choose a tag to compare
  • filter tickets by multiple username
  • filter tickets by multiple version
  • filter tickets by multiple target_version
  • filter tickets by multiple fixed_in_version
  • filter tickets by multiple resolution
  • add support for multiple values for severity
  • add support for multiple values for status
  • add to show: username, version, target_version, fixed_in_version, resolution`
  • add option headername: change header names for columns
  • add option align: change the alignment of columns
  • add multiple order by (with sort order)
  • add range filtering for version, target_version, fixed_in_target

check out the documentation for more details:
https://www.mediawiki.org/wiki/Extension:Mantis

Extension:Mantis 1.6

25 Mar 19:50
v1.6
488f781
Compare
Choose a tag to compare
  • changes to show chinese in summary field

Extension:Mantis 1.5

21 Feb 18:50
v1.5
74bb3b7
Compare
Choose a tag to compare
  • added utf8 encoding to $output
  • proper quoting of array keys
  • add error message, if query fails
  • minor internal code changes

Extension:Mantis 1.4

11 Jan 22:30
Compare
Choose a tag to compare
  • ability to specify category and project name(s)
  • allow status all to show open and closed tickets

Extension:Mantis 1.3

23 Jan 05:30
Compare
Choose a tag to compare
  • added parameter to filter by severity (issue #4)

Extension:Mantis 1.2

04 Aug 05:11
Compare
Choose a tag to compare
  • added comment parameter (issue #3)

comments can be added by using the following format:

comment<delimiter><bugid> = text

where <delimiter> can be any character.

e.g.:

<mantis>
bugid = 4, 8, 13, 42
show = id, category, priority, created, updated, summary
comment.4 = This bug should be closed
comment/42 = Answer to the Ultimate Question of Life, The Universe, and Everything
comment#13 = Friday
</mantis>

Extension:Mantis 1.1

03 Aug 02:19
Compare
Choose a tag to compare
  • added ability to specify comma separated bugids (issue #2)

Extension:Mantis 1.0

04 Apr 03:05
Compare
Choose a tag to compare
  • changed url and added link to author field in $wgExtensionCredits