Releases: tessus/mwExtensionMantis
Releases · tessus/mwExtensionMantis
Extension:Mantis 2.1.1
- fix PHP warning
check out the documentation for more details:
https://www.mediawiki.org/wiki/Extension:Mantis
Extension:Mantis 2.1.0
- add flag
summary_as_comment
check out the documentation for more details:
https://www.mediawiki.org/wiki/Extension:Mantis
Extension:Mantis 2.0
- 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
- changes to show chinese in summary field
Extension:Mantis 1.5
- added utf8 encoding to $output
- proper quoting of array keys
- add error message, if query fails
- minor internal code changes
Extension:Mantis 1.4
- ability to specify category and project name(s)
- allow status all to show open and closed tickets
Extension:Mantis 1.3
- added parameter to filter by severity (issue #4)
Extension:Mantis 1.2
- 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
- added ability to specify comma separated bugids (issue #2)
Extension:Mantis 1.0
- changed url and added link to author field in $wgExtensionCredits