Mon Apr 25 17:24:50 2022 UTC ()
Update from 2.24.5 to 2.25.3 because older one does not work with php7.4.27
See: https://www.mantisbt.org/bugs/changelog_page.php


(christos)
diff -r1.59 -r1.60 pkgsrc/devel/mantis/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/mantis/PLIST
diff -r1.25 -r1.26 pkgsrc/devel/mantis/distinfo

cvs diff -r1.59 -r1.60 pkgsrc/devel/mantis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mantis/Makefile 2021/05/24 19:50:02 1.59
+++ pkgsrc/devel/mantis/Makefile 2022/04/25 17:24:50 1.60
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.59 2021/05/24 19:50:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2022/04/25 17:24:50 christos Exp $
2 2
3DISTNAME= mantisbt-2.24.5 3DISTNAME= mantisbt-2.25.3
4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mantisbt/mantis/} 4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mantisbt/mantis/}
5PKGREVISION= 1 
6CATEGORIES= devel www 5CATEGORIES= devel www
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.mantisbt.org/ 9HOMEPAGE= https://www.mantisbt.org/
11COMMENT= PHP/MySQL/web based bugtracking system 10COMMENT= PHP/MySQL/web based bugtracking system
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14NO_BUILD= YES 13NO_BUILD= YES
15 14
16USE_TOOLS+= bash:run pax 15USE_TOOLS+= bash:run pax
17 16
18APACHE_USER?= www 17APACHE_USER?= www
@@ -25,28 +24,26 @@ MANTIS_HOME= ${PREFIX}/share/mantis @@ -25,28 +24,26 @@ MANTIS_HOME= ${PREFIX}/share/mantis
25EGDIR= ${PREFIX}/share/examples/mantis 24EGDIR= ${PREFIX}/share/examples/mantis
26CONF_FILES+= ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf 25CONF_FILES+= ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf
27CONF_FILES_PERMS+= ${EGDIR}/config_inc.php \ 26CONF_FILES_PERMS+= ${EGDIR}/config_inc.php \
28 ${MANTIS_HOME}/config/config_inc.php \ 27 ${MANTIS_HOME}/config/config_inc.php \
29 ${APACHE_USER} ${SHAREGRP} 0400 28 ${APACHE_USER} ${SHAREGRP} 0400
30MANTIS_EG= config_inc.php mantis.conf mantis_offline.php.sample 29MANTIS_EG= config_inc.php mantis.conf mantis_offline.php.sample
31 30
32SUBST_CLASSES+= conf 31SUBST_CLASSES+= conf
33SUBST_STAGE.conf= pre-install 32SUBST_STAGE.conf= pre-install
34SUBST_FILES.conf= mantis.conf 33SUBST_FILES.conf= mantis.conf
35SUBST_VARS.conf= MANTIS_HOME 34SUBST_VARS.conf= MANTIS_HOME
36SUBST_MESSAGE.conf= Fixing configuration files. 35SUBST_MESSAGE.conf= Fixing configuration files.
37 36
38REPLACE_BASH+= scripts/travis_before_script.sh 
39 
40REPLACE_INTERPRETER+= php 37REPLACE_INTERPRETER+= php
41REPLACE.php.old= /usr/bin/php 38REPLACE.php.old= /usr/bin/php
42REPLACE.php.new= ${PREFIX}/bin/php 39REPLACE.php.new= ${PREFIX}/bin/php
43REPLACE_FILES.php= scripts/*.php 40REPLACE_FILES.php= scripts/*.php
44 41
45INSTALLATION_DIRS+= share/doc/mantis ${EGDIR} ${MANTIS_HOME} 42INSTALLATION_DIRS+= share/doc/mantis ${EGDIR} ${MANTIS_HOME}
46 43
47.include "options.mk" 44.include "options.mk"
48 45
49post-extract: 46post-extract:
50 ${CP} ${FILESDIR}/mantis.conf ${WRKSRC} 47 ${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
51 48
52do-install: 49do-install:

cvs diff -r1.22 -r1.23 pkgsrc/devel/mantis/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/mantis/PLIST 2021/03/06 13:42:07 1.22
+++ pkgsrc/devel/mantis/PLIST 2022/04/25 17:24:50 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2021/03/06 13:42:07 taca Exp $ 1@comment $NetBSD: PLIST,v 1.23 2022/04/25 17:24:50 christos Exp $
2share/doc/mantis/en-US/Admin_Guide/Admin_Guide.pdf 2share/doc/mantis/en-US/Admin_Guide/Admin_Guide.pdf
3share/doc/mantis/en-US/Admin_Guide/Admin_Guide.txt 3share/doc/mantis/en-US/Admin_Guide/Admin_Guide.txt
4share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/brand.css 4share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/brand.css
5share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css 5share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
6share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css 6share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
7share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/epub.css 7share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/epub.css
8share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/print.css 8share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/print.css
9share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.png 9share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.png
10share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.svg 10share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.svg
11share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.png 11share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.png
12share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.svg 12share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.svg
13share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.png 13share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.png
14share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.svg 14share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.svg
@@ -209,26 +209,28 @@ share/doc/mantis/en-US/Admin_Guide/html- @@ -209,26 +209,28 @@ share/doc/mantis/en-US/Admin_Guide/html-
209share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/shine.png 209share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/shine.png
210share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-back.png 210share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-back.png
211share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-forward.png 211share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
212share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-up.png 212share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-up.png
213share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-home.png 213share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-home.png
214share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.png 214share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.png
215share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.svg 215share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.svg
216share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.png 216share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.png
217share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.svg 217share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.svg
218share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/watermark-draft.png 218share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/watermark-draft.png
219share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/yellow.png 219share/doc/mantis/en-US/Admin_Guide/html-single-plain/Common_Content/images/yellow.png
220share/doc/mantis/en-US/Admin_Guide/html-single-plain/images/mantis_logo.png 220share/doc/mantis/en-US/Admin_Guide/html-single-plain/images/mantis_logo.png
221share/doc/mantis/en-US/Admin_Guide/html-single-plain/index.html 221share/doc/mantis/en-US/Admin_Guide/html-single-plain/index.html
 222share/doc/mantis/en-US/Developers_Guide/Developers_Guide.pdf
 223share/doc/mantis/en-US/Developers_Guide/Developers_Guide.txt
222share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/brand.css 224share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/brand.css
223share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css 225share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
224share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css 226share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
225share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/epub.css 227share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/epub.css
226share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css 228share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css
227share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png 229share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png
228share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg 230share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg
229share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png 231share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png
230share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg 232share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg
231share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png 233share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png
232share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg 234share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg
233share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png 235share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png
234share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg 236share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg
@@ -319,73 +321,188 @@ share/doc/mantis/en-US/Developers_Guide/ @@ -319,73 +321,188 @@ share/doc/mantis/en-US/Developers_Guide/
319share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png 321share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png
320share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png 322share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png
321share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png 323share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png
322share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png 324share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png
323share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png 325share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png
324share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg 326share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg
325share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png 327share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png
326share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg 328share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg
327share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png 329share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png
328share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png 330share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png
329share/doc/mantis/en-US/Developers_Guide/html-desktop/images/erd.png 331share/doc/mantis/en-US/Developers_Guide/html-desktop/images/erd.png
330share/doc/mantis/en-US/Developers_Guide/html-desktop/images/mantis_logo.png 332share/doc/mantis/en-US/Developers_Guide/html-desktop/images/mantis_logo.png
331share/doc/mantis/en-US/Developers_Guide/html-desktop/index.html 333share/doc/mantis/en-US/Developers_Guide/html-desktop/index.html
 334share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/css/brand.css
 335share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/css/common.css
 336share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/css/default.css
 337share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/css/epub.css
 338share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/css/print.css
 339share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.png
 340share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.svg
 341share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.png
 342share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.svg
 343share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.png
 344share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.svg
 345share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.png
 346share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.svg
 347share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.png
 348share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.svg
 349share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.png
 350share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.svg
 351share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.png
 352share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.svg
 353share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.png
 354share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.svg
 355share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.png
 356share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.svg
 357share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.png
 358share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.svg
 359share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.png
 360share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.svg
 361share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.png
 362share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.svg
 363share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.png
 364share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.svg
 365share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.png
 366share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.svg
 367share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.png
 368share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.svg
 369share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.png
 370share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.svg
 371share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.png
 372share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.svg
 373share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.png
 374share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.svg
 375share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.png
 376share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.svg
 377share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.png
 378share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.svg
 379share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.png
 380share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.svg
 381share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.png
 382share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.svg
 383share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.png
 384share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.svg
 385share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.png
 386share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.svg
 387share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.png
 388share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.svg
 389share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.png
 390share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.svg
 391share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.png
 392share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.svg
 393share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.png
 394share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.svg
 395share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.png
 396share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.svg
 397share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.png
 398share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.svg
 399share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.png
 400share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.svg
 401share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.png
 402share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.svg
 403share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.png
 404share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.svg
 405share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.png
 406share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.svg
 407share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.png
 408share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.svg
 409share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.png
 410share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.svg
 411share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.png
 412share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.svg
 413share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.png
 414share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.svg
 415share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.png
 416share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.svg
 417share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.png
 418share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.svg
 419share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot.png
 420share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot2.png
 421share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/green.png
 422share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/h1-bg.png
 423share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_left.png
 424share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_right.png
 425share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.png
 426share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.svg
 427share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.png
 428share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.svg
 429share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/red.png
 430share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/shine.png
 431share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-back.png
 432share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
 433share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-up.png
 434share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-home.png
 435share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.png
 436share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.svg
 437share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.png
 438share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.svg
 439share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/watermark-draft.png
 440share/doc/mantis/en-US/Developers_Guide/html-single-plain/Common_Content/images/yellow.png
 441share/doc/mantis/en-US/Developers_Guide/html-single-plain/images/erd.png
 442share/doc/mantis/en-US/Developers_Guide/html-single-plain/images/mantis_logo.png
 443share/doc/mantis/en-US/Developers_Guide/html-single-plain/index.html
332share/examples/mantis/config_inc.php 444share/examples/mantis/config_inc.php
333share/examples/mantis/mantis.conf 445share/examples/mantis/mantis.conf
334share/examples/mantis/mantis_offline.php.sample 446share/examples/mantis/mantis_offline.php.sample
 447share/mantis/KEYS.md
335share/mantis/account_delete.php 448share/mantis/account_delete.php
336share/mantis/account_manage_columns_page.php 449share/mantis/account_manage_columns_page.php
337share/mantis/account_page.php 450share/mantis/account_page.php
338share/mantis/account_prefs_inc.php 451share/mantis/account_prefs_inc.php
339share/mantis/account_prefs_page.php 452share/mantis/account_prefs_page.php
340share/mantis/account_prefs_reset.php 453share/mantis/account_prefs_reset.php
341share/mantis/account_prefs_update.php 454share/mantis/account_prefs_update.php
342share/mantis/account_prof_edit_page.php 455share/mantis/account_prof_edit_page.php
343share/mantis/account_prof_menu_page.php 456share/mantis/account_prof_menu_page.php
344share/mantis/account_prof_update.php 457share/mantis/account_prof_update.php
345share/mantis/account_sponsor_page.php 458share/mantis/account_sponsor_page.php
346share/mantis/account_sponsor_update.php 459share/mantis/account_sponsor_update.php
347share/mantis/account_update.php 460share/mantis/account_update.php
348share/mantis/adm_config_delete.php 461share/mantis/adm_config_delete.php
349share/mantis/adm_config_page.php 462share/mantis/adm_config_page.php
350share/mantis/adm_config_report.php 463share/mantis/adm_config_report.php
351share/mantis/adm_config_set.php 464share/mantis/adm_config_set.php
352share/mantis/adm_permissions_report.php 465share/mantis/adm_permissions_report.php
353share/mantis/admin/check/check_L10n_inc.php 466share/mantis/admin/check/check_L10n_inc.php
354share/mantis/admin/check/check_anonymous_inc.php 467share/mantis/admin/check/check_anonymous_inc.php
355share/mantis/admin/check/check_api.php 468share/mantis/admin/check/check_api.php
356share/mantis/admin/check/check_attachments_inc.php 469share/mantis/admin/check/check_attachments_inc.php
357share/mantis/admin/check/check_config_inc.php 470share/mantis/admin/check/check_config_inc.php
358share/mantis/admin/check/check_crypto_inc.php 471share/mantis/admin/check/check_crypto_inc.php
 472share/mantis/admin/check/check_customfields_inc.php
359share/mantis/admin/check/check_database_inc.php 473share/mantis/admin/check/check_database_inc.php
360share/mantis/admin/check/check_display_inc.php 474share/mantis/admin/check/check_display_inc.php
361share/mantis/admin/check/check_email_inc.php 475share/mantis/admin/check/check_email_inc.php
362share/mantis/admin/check/check_i18n_inc.php 476share/mantis/admin/check/check_i18n_inc.php
363share/mantis/admin/check/check_integrity_inc.php 477share/mantis/admin/check/check_integrity_inc.php
364share/mantis/admin/check/check_paths_inc.php 478share/mantis/admin/check/check_paths_inc.php
365share/mantis/admin/check/check_php_inc.php 479share/mantis/admin/check/check_php_inc.php
 480share/mantis/admin/check/check_plugins_inc.php
366share/mantis/admin/check/check_webservice_inc.php 481share/mantis/admin/check/check_webservice_inc.php
367share/mantis/admin/check/index.php 482share/mantis/admin/check/index.php
368share/mantis/admin/db_stats.php 483share/mantis/admin/db_stats.php
369share/mantis/admin/email_queue.php 484share/mantis/admin/email_queue.php
370share/mantis/admin/index.php 485share/mantis/admin/index.php
371share/mantis/admin/install.php 486share/mantis/admin/install.php
372share/mantis/admin/move_attachments.php 487share/mantis/admin/move_attachments.php
373share/mantis/admin/move_attachments_page.php 488share/mantis/admin/move_attachments_page.php
374share/mantis/admin/schema.php 489share/mantis/admin/schema.php
375share/mantis/admin/system_utils.php 490share/mantis/admin/system_utils.php
376share/mantis/admin/test_langs.php 491share/mantis/admin/test_langs.php
377share/mantis/admin/upgrade_unattended.php 492share/mantis/admin/upgrade_unattended.php
378share/mantis/api/rest/.htaccess 493share/mantis/api/rest/.htaccess
 494share/mantis/api/rest/api.postman_collection.json
 495share/mantis/api/rest/env.postman_environment.json
379share/mantis/api/rest/index.php 496share/mantis/api/rest/index.php
380share/mantis/api/rest/restcore/.htaccess 497share/mantis/api/rest/restcore/.htaccess
381share/mantis/api/rest/restcore/ApiEnabledMiddleware.php 498share/mantis/api/rest/restcore/ApiEnabledMiddleware.php
382share/mantis/api/rest/restcore/AuthMiddleware.php 499share/mantis/api/rest/restcore/AuthMiddleware.php
383share/mantis/api/rest/restcore/CacheMiddleware.php 500share/mantis/api/rest/restcore/CacheMiddleware.php
384share/mantis/api/rest/restcore/OfflineMiddleware.php 501share/mantis/api/rest/restcore/OfflineMiddleware.php
385share/mantis/api/rest/restcore/VersionMiddleware.php 502share/mantis/api/rest/restcore/VersionMiddleware.php
386share/mantis/api/rest/restcore/config_rest.php 503share/mantis/api/rest/restcore/config_rest.php
387share/mantis/api/rest/restcore/filters_rest.php 504share/mantis/api/rest/restcore/filters_rest.php
388share/mantis/api/rest/restcore/internal_rest.php 505share/mantis/api/rest/restcore/internal_rest.php
389share/mantis/api/rest/restcore/issues_rest.php 506share/mantis/api/rest/restcore/issues_rest.php
390share/mantis/api/rest/restcore/lang_rest.php 507share/mantis/api/rest/restcore/lang_rest.php
391share/mantis/api/rest/restcore/pages_rest.php 508share/mantis/api/rest/restcore/pages_rest.php
@@ -421,27 +538,26 @@ share/mantis/billing_page.php @@ -421,27 +538,26 @@ share/mantis/billing_page.php
421share/mantis/browser_search_plugin.php 538share/mantis/browser_search_plugin.php
422share/mantis/bug_actiongroup.php 539share/mantis/bug_actiongroup.php
423share/mantis/bug_actiongroup_add_note_inc.php 540share/mantis/bug_actiongroup_add_note_inc.php
424share/mantis/bug_actiongroup_attach_tags_inc.php 541share/mantis/bug_actiongroup_attach_tags_inc.php
425share/mantis/bug_actiongroup_ext.php 542share/mantis/bug_actiongroup_ext.php
426share/mantis/bug_actiongroup_ext_page.php 543share/mantis/bug_actiongroup_ext_page.php
427share/mantis/bug_actiongroup_page.php 544share/mantis/bug_actiongroup_page.php
428share/mantis/bug_actiongroup_update_product_build_inc.php 545share/mantis/bug_actiongroup_update_product_build_inc.php
429share/mantis/bug_actiongroup_update_severity_inc.php 546share/mantis/bug_actiongroup_update_severity_inc.php
430share/mantis/bug_change_status_page.php 547share/mantis/bug_change_status_page.php
431share/mantis/bug_file_delete.php 548share/mantis/bug_file_delete.php
432share/mantis/bug_monitor_add.php 549share/mantis/bug_monitor_add.php
433share/mantis/bug_monitor_delete.php 550share/mantis/bug_monitor_delete.php
434share/mantis/bug_monitor_list_view_inc.php 
435share/mantis/bug_relationship_add.php 551share/mantis/bug_relationship_add.php
436share/mantis/bug_relationship_delete.php 552share/mantis/bug_relationship_delete.php
437share/mantis/bug_relationship_graph.php 553share/mantis/bug_relationship_graph.php
438share/mantis/bug_relationship_graph_img.php 554share/mantis/bug_relationship_graph_img.php
439share/mantis/bug_reminder.php 555share/mantis/bug_reminder.php
440share/mantis/bug_reminder_page.php 556share/mantis/bug_reminder_page.php
441share/mantis/bug_report.php 557share/mantis/bug_report.php
442share/mantis/bug_report_page.php 558share/mantis/bug_report_page.php
443share/mantis/bug_revision_drop.php 559share/mantis/bug_revision_drop.php
444share/mantis/bug_revision_view_page.php 560share/mantis/bug_revision_view_page.php
445share/mantis/bug_set_sponsorship.php 561share/mantis/bug_set_sponsorship.php
446share/mantis/bug_sponsorship_list_view_inc.php 562share/mantis/bug_sponsorship_list_view_inc.php
447share/mantis/bug_stick.php 563share/mantis/bug_stick.php
@@ -473,55 +589,61 @@ share/mantis/core/billing_api.php @@ -473,55 +589,61 @@ share/mantis/core/billing_api.php
473share/mantis/core/bug_activity_api.php 589share/mantis/core/bug_activity_api.php
474share/mantis/core/bug_api.php 590share/mantis/core/bug_api.php
475share/mantis/core/bug_group_action_api.php 591share/mantis/core/bug_group_action_api.php
476share/mantis/core/bug_revision_api.php 592share/mantis/core/bug_revision_api.php
477share/mantis/core/bugnote_api.php 593share/mantis/core/bugnote_api.php
478share/mantis/core/category_api.php 594share/mantis/core/category_api.php
479share/mantis/core/cfdefs/cfdef_standard.php 595share/mantis/core/cfdefs/cfdef_standard.php
480share/mantis/core/classes/AuthFlags.class.php 596share/mantis/core/classes/AuthFlags.class.php
481share/mantis/core/classes/Avatar.class.php 597share/mantis/core/classes/Avatar.class.php
482share/mantis/core/classes/BugFilterQuery.class.php 598share/mantis/core/classes/BugFilterQuery.class.php
483share/mantis/core/classes/ConfigParser.class.php 599share/mantis/core/classes/ConfigParser.class.php
484share/mantis/core/classes/DbQuery.class.php 600share/mantis/core/classes/DbQuery.class.php
485share/mantis/core/classes/FilterConverter.class.php 601share/mantis/core/classes/FilterConverter.class.php
 602share/mantis/core/classes/InvalidDefinitionPlugin.class.php
 603share/mantis/core/classes/InvalidPlugin.class.php
486share/mantis/core/classes/IssueAssignedTimelineEvent.class.php 604share/mantis/core/classes/IssueAssignedTimelineEvent.class.php
487share/mantis/core/classes/IssueAttachmentTimelineEvent.class.php 605share/mantis/core/classes/IssueAttachmentTimelineEvent.class.php
488share/mantis/core/classes/IssueCreatedTimelineEvent.class.php 606share/mantis/core/classes/IssueCreatedTimelineEvent.class.php
489share/mantis/core/classes/IssueMonitorTimelineEvent.class.php 607share/mantis/core/classes/IssueMonitorTimelineEvent.class.php
490share/mantis/core/classes/IssueNoteCreatedTimelineEvent.class.php 608share/mantis/core/classes/IssueNoteCreatedTimelineEvent.class.php
491share/mantis/core/classes/IssueStatusChangeTimelineEvent.class.php 609share/mantis/core/classes/IssueStatusChangeTimelineEvent.class.php
492share/mantis/core/classes/IssueTagTimelineEvent.class.php 610share/mantis/core/classes/IssueTagTimelineEvent.class.php
493share/mantis/core/classes/MantisColumn.class.php 611share/mantis/core/classes/MantisColumn.class.php
494share/mantis/core/classes/MantisCorePlugin.class.php 612share/mantis/core/classes/MantisCorePlugin.class.php
495share/mantis/core/classes/MantisCoreWikiPlugin.class.php 613share/mantis/core/classes/MantisCoreWikiPlugin.class.php
496share/mantis/core/classes/MantisEnum.class.php 614share/mantis/core/classes/MantisEnum.class.php
497share/mantis/core/classes/MantisFilter.class.php 615share/mantis/core/classes/MantisFilter.class.php
498share/mantis/core/classes/MantisFormattingPlugin.class.php 616share/mantis/core/classes/MantisFormattingPlugin.class.php
499share/mantis/core/classes/MantisPlugin.class.php 617share/mantis/core/classes/MantisPlugin.class.php
500share/mantis/core/classes/MantisWikiPlugin.class.php 618share/mantis/core/classes/MantisWikiPlugin.class.php
 619share/mantis/core/classes/MissingClassPlugin.class.php
 620share/mantis/core/classes/MissingPlugin.class.php
501share/mantis/core/classes/TimelineEvent.class.php 621share/mantis/core/classes/TimelineEvent.class.php
502share/mantis/core/classes/Tokenizer.class.php 622share/mantis/core/classes/Tokenizer.class.php
503share/mantis/core/collapse_api.php 623share/mantis/core/collapse_api.php
504share/mantis/core/columns_api.php 624share/mantis/core/columns_api.php
505share/mantis/core/commands/Command.php 625share/mantis/core/commands/Command.php
 626share/mantis/core/commands/ConfigsGetCommand.php
506share/mantis/core/commands/IssueAddCommand.php 627share/mantis/core/commands/IssueAddCommand.php
507share/mantis/core/commands/IssueDeleteCommand.php 628share/mantis/core/commands/IssueDeleteCommand.php
508share/mantis/core/commands/IssueFileAddCommand.php 629share/mantis/core/commands/IssueFileAddCommand.php
509share/mantis/core/commands/IssueFileGetCommand.php 630share/mantis/core/commands/IssueFileGetCommand.php
510share/mantis/core/commands/IssueNoteAddCommand.php 631share/mantis/core/commands/IssueNoteAddCommand.php
511share/mantis/core/commands/IssueNoteDeleteCommand.php 632share/mantis/core/commands/IssueNoteDeleteCommand.php
512share/mantis/core/commands/IssueRelationshipAddCommand.php 633share/mantis/core/commands/IssueRelationshipAddCommand.php
513share/mantis/core/commands/IssueRelationshipDeleteCommand.php 634share/mantis/core/commands/IssueRelationshipDeleteCommand.php
514share/mantis/core/commands/IssueViewPageCommand.php 635share/mantis/core/commands/IssueViewPageCommand.php
 636share/mantis/core/commands/LocalizedStringsGetCommand.php
515share/mantis/core/commands/MonitorAddCommand.php 637share/mantis/core/commands/MonitorAddCommand.php
516share/mantis/core/commands/ProjectHierarchyAddCommand.php 638share/mantis/core/commands/ProjectHierarchyAddCommand.php
517share/mantis/core/commands/ProjectHierarchyDeleteCommand.php 639share/mantis/core/commands/ProjectHierarchyDeleteCommand.php
518share/mantis/core/commands/ProjectHierarchyUpdateCommand.php 640share/mantis/core/commands/ProjectHierarchyUpdateCommand.php
519share/mantis/core/commands/TagAttachCommand.php 641share/mantis/core/commands/TagAttachCommand.php
520share/mantis/core/commands/TagDetachCommand.php 642share/mantis/core/commands/TagDetachCommand.php
521share/mantis/core/commands/UserCreateCommand.php 643share/mantis/core/commands/UserCreateCommand.php
522share/mantis/core/commands/UserDeleteCommand.php 644share/mantis/core/commands/UserDeleteCommand.php
523share/mantis/core/commands/UserResetPasswordCommand.php 645share/mantis/core/commands/UserResetPasswordCommand.php
524share/mantis/core/commands/VersionAddCommand.php 646share/mantis/core/commands/VersionAddCommand.php
525share/mantis/core/compress_api.php 647share/mantis/core/compress_api.php
526share/mantis/core/config_api.php 648share/mantis/core/config_api.php
527share/mantis/core/constant_inc.php 649share/mantis/core/constant_inc.php
@@ -594,27 +716,27 @@ share/mantis/css/ace-mantis.css @@ -594,27 +716,27 @@ share/mantis/css/ace-mantis.css
594share/mantis/css/ace-part2.css 716share/mantis/css/ace-part2.css
595share/mantis/css/ace-rtl.css 717share/mantis/css/ace-rtl.css
596share/mantis/css/ace-rtl.min.css 718share/mantis/css/ace-rtl.min.css
597share/mantis/css/ace-skins.css 719share/mantis/css/ace-skins.css
598share/mantis/css/ace-skins.min.css 720share/mantis/css/ace-skins.min.css
599share/mantis/css/ace.css 721share/mantis/css/ace.css
600share/mantis/css/ace.min.css 722share/mantis/css/ace.min.css
601share/mantis/css/bootstrap-3.4.1.css 723share/mantis/css/bootstrap-3.4.1.css
602share/mantis/css/bootstrap-3.4.1.min.css 724share/mantis/css/bootstrap-3.4.1.min.css
603share/mantis/css/bootstrap-datetimepicker-4.17.47.min.css 725share/mantis/css/bootstrap-datetimepicker-4.17.47.min.css
604share/mantis/css/default.css 726share/mantis/css/default.css
605share/mantis/css/dropzone-5.5.0.css 727share/mantis/css/dropzone-5.5.0.css
606share/mantis/css/dropzone-5.5.0.min.css 728share/mantis/css/dropzone-5.5.0.min.css
607share/mantis/css/font-awesome-4.6.3.min.css 729share/mantis/css/font-awesome-4.7.0.min.css
608share/mantis/css/fonts.css 730share/mantis/css/fonts.css
609share/mantis/css/images/ajax-loader.gif 731share/mantis/css/images/ajax-loader.gif
610share/mantis/css/images/ajax-loader.png 732share/mantis/css/images/ajax-loader.png
611share/mantis/css/images/icons-18-black.png 733share/mantis/css/images/icons-18-black.png
612share/mantis/css/images/icons-18-white.png 734share/mantis/css/images/icons-18-white.png
613share/mantis/css/images/icons-36-black.png 735share/mantis/css/images/icons-36-black.png
614share/mantis/css/images/icons-36-white.png 736share/mantis/css/images/icons-36-white.png
615share/mantis/css/images/pattern.jpg 737share/mantis/css/images/pattern.jpg
616share/mantis/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png 738share/mantis/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
617share/mantis/css/images/ui-bg_diagonals-thick_20_666666_40x40.png 739share/mantis/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
618share/mantis/css/images/ui-bg_flat_0_aaaaaa_40x100.png 740share/mantis/css/images/ui-bg_flat_0_aaaaaa_40x100.png
619share/mantis/css/images/ui-bg_flat_10_000000_40x100.png 741share/mantis/css/images/ui-bg_flat_10_000000_40x100.png
620share/mantis/css/images/ui-bg_flat_75_ffffff_40x100.png 742share/mantis/css/images/ui-bg_flat_75_ffffff_40x100.png
@@ -857,26 +979,28 @@ share/mantis/doc/en-US/Admin_Guide/html- @@ -857,26 +979,28 @@ share/mantis/doc/en-US/Admin_Guide/html-
857share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/shine.png 979share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/shine.png
858share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-back.png 980share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-back.png
859share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-forward.png 981share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
860share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-up.png 982share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-up.png
861share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-home.png 983share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-home.png
862share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.png 984share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.png
863share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.svg 985share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.svg
864share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.png 986share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.png
865share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.svg 987share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.svg
866share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/watermark-draft.png 988share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/watermark-draft.png
867share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/yellow.png 989share/mantis/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/yellow.png
868share/mantis/doc/en-US/Admin_Guide/html-single-plain/images/mantis_logo.png 990share/mantis/doc/en-US/Admin_Guide/html-single-plain/images/mantis_logo.png
869share/mantis/doc/en-US/Admin_Guide/html-single-plain/index.html 991share/mantis/doc/en-US/Admin_Guide/html-single-plain/index.html
 992share/mantis/doc/en-US/Developers_Guide/Developers_Guide.pdf
 993share/mantis/doc/en-US/Developers_Guide/Developers_Guide.txt
870share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/brand.css 994share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/brand.css
871share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css 995share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
872share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css 996share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
873share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/epub.css 997share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/epub.css
874share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css 998share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css
875share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png 999share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png
876share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg 1000share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg
877share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png 1001share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png
878share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg 1002share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg
879share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png 1003share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png
880share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg 1004share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg
881share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png 1005share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png
882share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg 1006share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg
@@ -967,26 +1091,136 @@ share/mantis/doc/en-US/Developers_Guide/ @@ -967,26 +1091,136 @@ share/mantis/doc/en-US/Developers_Guide/
967share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png 1091share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png
968share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png 1092share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png
969share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png 1093share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png
970share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png 1094share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png
971share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png 1095share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png
972share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg 1096share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg
973share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png 1097share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png
974share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg 1098share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg
975share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png 1099share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png
976share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png 1100share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png
977share/mantis/doc/en-US/Developers_Guide/html-desktop/images/erd.png 1101share/mantis/doc/en-US/Developers_Guide/html-desktop/images/erd.png
978share/mantis/doc/en-US/Developers_Guide/html-desktop/images/mantis_logo.png 1102share/mantis/doc/en-US/Developers_Guide/html-desktop/images/mantis_logo.png
979share/mantis/doc/en-US/Developers_Guide/html-desktop/index.html 1103share/mantis/doc/en-US/Developers_Guide/html-desktop/index.html
 1104share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/brand.css
 1105share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/common.css
 1106share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/default.css
 1107share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/epub.css
 1108share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/print.css
 1109share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.png
 1110share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.svg
 1111share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.png
 1112share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.svg
 1113share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.png
 1114share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.svg
 1115share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.png
 1116share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.svg
 1117share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.png
 1118share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.svg
 1119share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.png
 1120share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.svg
 1121share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.png
 1122share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.svg
 1123share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.png
 1124share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.svg
 1125share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.png
 1126share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.svg
 1127share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.png
 1128share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.svg
 1129share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.png
 1130share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.svg
 1131share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.png
 1132share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.svg
 1133share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.png
 1134share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.svg
 1135share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.png
 1136share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.svg
 1137share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.png
 1138share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.svg
 1139share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.png
 1140share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.svg
 1141share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.png
 1142share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.svg
 1143share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.png
 1144share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.svg
 1145share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.png
 1146share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.svg
 1147share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.png
 1148share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.svg
 1149share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.png
 1150share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.svg
 1151share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.png
 1152share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.svg
 1153share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.png
 1154share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.svg
 1155share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.png
 1156share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.svg
 1157share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.png
 1158share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.svg
 1159share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.png
 1160share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.svg
 1161share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.png
 1162share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.svg
 1163share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.png
 1164share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.svg
 1165share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.png
 1166share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.svg
 1167share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.png
 1168share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.svg
 1169share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.png
 1170share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.svg
 1171share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.png
 1172share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.svg
 1173share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.png
 1174share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.svg
 1175share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.png
 1176share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.svg
 1177share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.png
 1178share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.svg
 1179share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.png
 1180share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.svg
 1181share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.png
 1182share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.svg
 1183share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.png
 1184share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.svg
 1185share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.png
 1186share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.svg
 1187share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.png
 1188share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.svg
 1189share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot.png
 1190share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot2.png
 1191share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/green.png
 1192share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/h1-bg.png
 1193share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_left.png
 1194share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_right.png
 1195share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.png
 1196share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.svg
 1197share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.png
 1198share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.svg
 1199share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/red.png
 1200share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/shine.png
 1201share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-back.png
 1202share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
 1203share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-up.png
 1204share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-home.png
 1205share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.png
 1206share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.svg
 1207share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.png
 1208share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.svg
 1209share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/watermark-draft.png
 1210share/mantis/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/yellow.png
 1211share/mantis/doc/en-US/Developers_Guide/html-single-plain/images/erd.png
 1212share/mantis/doc/en-US/Developers_Guide/html-single-plain/images/mantis_logo.png
 1213share/mantis/doc/en-US/Developers_Guide/html-single-plain/index.html
980share/mantis/doc/modern_my_view.png 1214share/mantis/doc/modern_my_view.png
981share/mantis/doc/modern_view_issue.png 1215share/mantis/doc/modern_view_issue.png
982share/mantis/doc/modern_view_issues.png 1216share/mantis/doc/modern_view_issues.png
983share/mantis/excel_xml_export.php 1217share/mantis/excel_xml_export.php
984share/mantis/file_download.php 1218share/mantis/file_download.php
985share/mantis/fonts/.htaccess 1219share/mantis/fonts/.htaccess
986share/mantis/fonts/fontawesome-webfont.eot 1220share/mantis/fonts/fontawesome-webfont.eot
987share/mantis/fonts/fontawesome-webfont.svg 1221share/mantis/fonts/fontawesome-webfont.svg
988share/mantis/fonts/fontawesome-webfont.ttf 1222share/mantis/fonts/fontawesome-webfont.ttf
989share/mantis/fonts/fontawesome-webfont.woff 1223share/mantis/fonts/fontawesome-webfont.woff
990share/mantis/fonts/fontawesome-webfont.woff2 1224share/mantis/fonts/fontawesome-webfont.woff2
991share/mantis/fonts/glyphicons-halflings-regular.eot 1225share/mantis/fonts/glyphicons-halflings-regular.eot
992share/mantis/fonts/glyphicons-halflings-regular.svg 1226share/mantis/fonts/glyphicons-halflings-regular.svg
@@ -1042,27 +1276,27 @@ share/mantis/js/bootstrap-3.4.1.js @@ -1042,27 +1276,27 @@ share/mantis/js/bootstrap-3.4.1.js
1042share/mantis/js/bootstrap-3.4.1.min.js 1276share/mantis/js/bootstrap-3.4.1.min.js
1043share/mantis/js/bootstrap-datetimepicker-4.17.47.min.js 1277share/mantis/js/bootstrap-datetimepicker-4.17.47.min.js
1044share/mantis/js/bugFilter.js 1278share/mantis/js/bugFilter.js
1045share/mantis/js/common.js 1279share/mantis/js/common.js
1046share/mantis/js/dropzone-5.5.0.js 1280share/mantis/js/dropzone-5.5.0.js
1047share/mantis/js/dropzone-5.5.0.min.js 1281share/mantis/js/dropzone-5.5.0.min.js
1048share/mantis/js/install.js 1282share/mantis/js/install.js
1049share/mantis/js/jquery-2.2.4.min.js 1283share/mantis/js/jquery-2.2.4.min.js
1050share/mantis/js/list-1.5.0.js 1284share/mantis/js/list-1.5.0.js
1051share/mantis/js/list-1.5.0.min.js 1285share/mantis/js/list-1.5.0.min.js
1052share/mantis/js/login.js 1286share/mantis/js/login.js
1053share/mantis/js/manage_custom_field_edit_page.js 1287share/mantis/js/manage_custom_field_edit_page.js
1054share/mantis/js/manage_proj_edit_page.js 1288share/mantis/js/manage_proj_edit_page.js
1055share/mantis/js/moment-with-locales-2.24.0.min.js 1289share/mantis/js/moment-with-locales-2.29.2.min.js
1056share/mantis/js/typeahead.jquery-1.3.0.min.js 1290share/mantis/js/typeahead.jquery-1.3.0.min.js
1057share/mantis/jump_to_bug.php 1291share/mantis/jump_to_bug.php
1058share/mantis/lang/.htaccess 1292share/mantis/lang/.htaccess
1059share/mantis/lang/README 1293share/mantis/lang/README
1060share/mantis/lang/Web.config 1294share/mantis/lang/Web.config
1061share/mantis/lang/strings_afrikaans.txt 1295share/mantis/lang/strings_afrikaans.txt
1062share/mantis/lang/strings_amharic.txt 1296share/mantis/lang/strings_amharic.txt
1063share/mantis/lang/strings_arabic.txt 1297share/mantis/lang/strings_arabic.txt
1064share/mantis/lang/strings_arabicegyptianspoken.txt 1298share/mantis/lang/strings_arabicegyptianspoken.txt
1065share/mantis/lang/strings_asturian.txt 1299share/mantis/lang/strings_asturian.txt
1066share/mantis/lang/strings_basque.txt 1300share/mantis/lang/strings_basque.txt
1067share/mantis/lang/strings_belarusian_tarask.txt 1301share/mantis/lang/strings_belarusian_tarask.txt
1068share/mantis/lang/strings_breton.txt 1302share/mantis/lang/strings_breton.txt
@@ -1241,33 +1475,37 @@ share/mantis/plugins/Gravatar/lang/strin @@ -1241,33 +1475,37 @@ share/mantis/plugins/Gravatar/lang/strin
1241share/mantis/plugins/Gravatar/lang/strings_bulgarian.txt 1475share/mantis/plugins/Gravatar/lang/strings_bulgarian.txt
1242share/mantis/plugins/Gravatar/lang/strings_chinese_simplified.txt 1476share/mantis/plugins/Gravatar/lang/strings_chinese_simplified.txt
1243share/mantis/plugins/Gravatar/lang/strings_chinese_traditional.txt 1477share/mantis/plugins/Gravatar/lang/strings_chinese_traditional.txt
1244share/mantis/plugins/Gravatar/lang/strings_czech.txt 1478share/mantis/plugins/Gravatar/lang/strings_czech.txt
1245share/mantis/plugins/Gravatar/lang/strings_danish.txt 1479share/mantis/plugins/Gravatar/lang/strings_danish.txt
1246share/mantis/plugins/Gravatar/lang/strings_dutch.txt 1480share/mantis/plugins/Gravatar/lang/strings_dutch.txt
1247share/mantis/plugins/Gravatar/lang/strings_en-gb.txt 1481share/mantis/plugins/Gravatar/lang/strings_en-gb.txt
1248share/mantis/plugins/Gravatar/lang/strings_english.txt 1482share/mantis/plugins/Gravatar/lang/strings_english.txt
1249share/mantis/plugins/Gravatar/lang/strings_eo.txt 1483share/mantis/plugins/Gravatar/lang/strings_eo.txt
1250share/mantis/plugins/Gravatar/lang/strings_french.txt 1484share/mantis/plugins/Gravatar/lang/strings_french.txt
1251share/mantis/plugins/Gravatar/lang/strings_galician.txt 1485share/mantis/plugins/Gravatar/lang/strings_galician.txt
1252share/mantis/plugins/Gravatar/lang/strings_german.txt 1486share/mantis/plugins/Gravatar/lang/strings_german.txt
1253share/mantis/plugins/Gravatar/lang/strings_greek.txt 1487share/mantis/plugins/Gravatar/lang/strings_greek.txt
 1488share/mantis/plugins/Gravatar/lang/strings_hebrew.txt
1254share/mantis/plugins/Gravatar/lang/strings_hungarian.txt 1489share/mantis/plugins/Gravatar/lang/strings_hungarian.txt
1255share/mantis/plugins/Gravatar/lang/strings_icelandic.txt 1490share/mantis/plugins/Gravatar/lang/strings_icelandic.txt
 1491share/mantis/plugins/Gravatar/lang/strings_interlingua.txt
1256share/mantis/plugins/Gravatar/lang/strings_italian.txt 1492share/mantis/plugins/Gravatar/lang/strings_italian.txt
1257share/mantis/plugins/Gravatar/lang/strings_japanese.txt 1493share/mantis/plugins/Gravatar/lang/strings_japanese.txt
1258share/mantis/plugins/Gravatar/lang/strings_korean.txt 1494share/mantis/plugins/Gravatar/lang/strings_korean.txt
1259share/mantis/plugins/Gravatar/lang/strings_macedonian.txt 1495share/mantis/plugins/Gravatar/lang/strings_macedonian.txt
1260share/mantis/plugins/Gravatar/lang/strings_norwegian_bokmal.txt 1496share/mantis/plugins/Gravatar/lang/strings_norwegian_bokmal.txt
 1497share/mantis/plugins/Gravatar/lang/strings_persian.txt
 1498share/mantis/plugins/Gravatar/lang/strings_polish.txt
1261share/mantis/plugins/Gravatar/lang/strings_portuguese_brazil.txt 1499share/mantis/plugins/Gravatar/lang/strings_portuguese_brazil.txt
1262share/mantis/plugins/Gravatar/lang/strings_portuguese_standard.txt 1500share/mantis/plugins/Gravatar/lang/strings_portuguese_standard.txt
1263share/mantis/plugins/Gravatar/lang/strings_qqq.txt 1501share/mantis/plugins/Gravatar/lang/strings_qqq.txt
1264share/mantis/plugins/Gravatar/lang/strings_russian.txt 1502share/mantis/plugins/Gravatar/lang/strings_russian.txt
1265share/mantis/plugins/Gravatar/lang/strings_spanish.txt 1503share/mantis/plugins/Gravatar/lang/strings_spanish.txt
1266share/mantis/plugins/Gravatar/lang/strings_swedish.txt 1504share/mantis/plugins/Gravatar/lang/strings_swedish.txt
1267share/mantis/plugins/Gravatar/lang/strings_turkish.txt 1505share/mantis/plugins/Gravatar/lang/strings_turkish.txt
1268share/mantis/plugins/Gravatar/lang/strings_ukrainian.txt 1506share/mantis/plugins/Gravatar/lang/strings_ukrainian.txt
1269share/mantis/plugins/Gravatar/lang/strings_vietnamese.txt 1507share/mantis/plugins/Gravatar/lang/strings_vietnamese.txt
1270share/mantis/plugins/Gravatar/lang/strings_zazaki.txt 1508share/mantis/plugins/Gravatar/lang/strings_zazaki.txt
1271share/mantis/plugins/MantisCoreFormatting/MantisCoreFormatting.php 1509share/mantis/plugins/MantisCoreFormatting/MantisCoreFormatting.php
1272share/mantis/plugins/MantisCoreFormatting/core/MantisMarkdown.php 1510share/mantis/plugins/MantisCoreFormatting/core/MantisMarkdown.php
1273share/mantis/plugins/MantisCoreFormatting/lang/strings_afrikaans.txt 1511share/mantis/plugins/MantisCoreFormatting/lang/strings_afrikaans.txt
@@ -1331,28 +1569,27 @@ share/mantis/plugins/MantisCoreFormattin @@ -1331,28 +1569,27 @@ share/mantis/plugins/MantisCoreFormattin
1331share/mantis/plugins/MantisCoreFormatting/lang/strings_telugu.txt 1569share/mantis/plugins/MantisCoreFormatting/lang/strings_telugu.txt
1332share/mantis/plugins/MantisCoreFormatting/lang/strings_turkish.txt 1570share/mantis/plugins/MantisCoreFormatting/lang/strings_turkish.txt
1333share/mantis/plugins/MantisCoreFormatting/lang/strings_ukrainian.txt 1571share/mantis/plugins/MantisCoreFormatting/lang/strings_ukrainian.txt
1334share/mantis/plugins/MantisCoreFormatting/lang/strings_upper_sorbian.txt 1572share/mantis/plugins/MantisCoreFormatting/lang/strings_upper_sorbian.txt
1335share/mantis/plugins/MantisCoreFormatting/lang/strings_vietnamese.txt 1573share/mantis/plugins/MantisCoreFormatting/lang/strings_vietnamese.txt
1336share/mantis/plugins/MantisCoreFormatting/lang/strings_zazaki.txt 1574share/mantis/plugins/MantisCoreFormatting/lang/strings_zazaki.txt
1337share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-cn.txt 1575share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-cn.txt
1338share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-hk.txt 1576share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-hk.txt
1339share/mantis/plugins/MantisCoreFormatting/pages/config.php 1577share/mantis/plugins/MantisCoreFormatting/pages/config.php
1340share/mantis/plugins/MantisCoreFormatting/pages/config_edit.php 1578share/mantis/plugins/MantisCoreFormatting/pages/config_edit.php
1341share/mantis/plugins/MantisGraph/MantisGraph.php 1579share/mantis/plugins/MantisGraph/MantisGraph.php
1342share/mantis/plugins/MantisGraph/core/Period.php 1580share/mantis/plugins/MantisGraph/core/Period.php
1343share/mantis/plugins/MantisGraph/core/graph_api.php 1581share/mantis/plugins/MantisGraph/core/graph_api.php
1344share/mantis/plugins/MantisGraph/files/Chart-2.8.0.min.js 1582share/mantis/plugins/MantisGraph/files/Chart-2.9.4.min.js
1345share/mantis/plugins/MantisGraph/files/Chart.bundle-2.8.0.min.js 
1346share/mantis/plugins/MantisGraph/files/MantisGraph.js 1583share/mantis/plugins/MantisGraph/files/MantisGraph.js
1347share/mantis/plugins/MantisGraph/files/chartjs-plugin-colorschemes-0.4.0.min.js 1584share/mantis/plugins/MantisGraph/files/chartjs-plugin-colorschemes-0.4.0.min.js
1348share/mantis/plugins/MantisGraph/lang/strings_afrikaans.txt 1585share/mantis/plugins/MantisGraph/lang/strings_afrikaans.txt
1349share/mantis/plugins/MantisGraph/lang/strings_arabic.txt 1586share/mantis/plugins/MantisGraph/lang/strings_arabic.txt
1350share/mantis/plugins/MantisGraph/lang/strings_arabicegyptianspoken.txt 1587share/mantis/plugins/MantisGraph/lang/strings_arabicegyptianspoken.txt
1351share/mantis/plugins/MantisGraph/lang/strings_asturian.txt 1588share/mantis/plugins/MantisGraph/lang/strings_asturian.txt
1352share/mantis/plugins/MantisGraph/lang/strings_basque.txt 1589share/mantis/plugins/MantisGraph/lang/strings_basque.txt
1353share/mantis/plugins/MantisGraph/lang/strings_belarusian_tarask.txt 1590share/mantis/plugins/MantisGraph/lang/strings_belarusian_tarask.txt
1354share/mantis/plugins/MantisGraph/lang/strings_breton.txt 1591share/mantis/plugins/MantisGraph/lang/strings_breton.txt
1355share/mantis/plugins/MantisGraph/lang/strings_bulgarian.txt 1592share/mantis/plugins/MantisGraph/lang/strings_bulgarian.txt
1356share/mantis/plugins/MantisGraph/lang/strings_catalan.txt 1593share/mantis/plugins/MantisGraph/lang/strings_catalan.txt
1357share/mantis/plugins/MantisGraph/lang/strings_chinese_simplified.txt 1594share/mantis/plugins/MantisGraph/lang/strings_chinese_simplified.txt
1358share/mantis/plugins/MantisGraph/lang/strings_chinese_traditional.txt 1595share/mantis/plugins/MantisGraph/lang/strings_chinese_traditional.txt
@@ -1488,38 +1725,36 @@ share/mantis/plugins/XmlImportExport/pag @@ -1488,38 +1725,36 @@ share/mantis/plugins/XmlImportExport/pag
1488share/mantis/plugins/XmlImportExport/pages/import_action.php 1725share/mantis/plugins/XmlImportExport/pages/import_action.php
1489share/mantis/print_all_bug_options_inc.php 1726share/mantis/print_all_bug_options_inc.php
1490share/mantis/print_all_bug_options_page.php 1727share/mantis/print_all_bug_options_page.php
1491share/mantis/print_all_bug_options_reset.php 1728share/mantis/print_all_bug_options_reset.php
1492share/mantis/print_all_bug_options_update.php 1729share/mantis/print_all_bug_options_update.php
1493share/mantis/print_all_bug_page.php 1730share/mantis/print_all_bug_page.php
1494share/mantis/print_all_bug_page_word.php 1731share/mantis/print_all_bug_page_word.php
1495share/mantis/proj_doc_add.php 1732share/mantis/proj_doc_add.php
1496share/mantis/proj_doc_add_page.php 1733share/mantis/proj_doc_add_page.php
1497share/mantis/proj_doc_delete.php 1734share/mantis/proj_doc_delete.php
1498share/mantis/proj_doc_edit_page.php 1735share/mantis/proj_doc_edit_page.php
1499share/mantis/proj_doc_page.php 1736share/mantis/proj_doc_page.php
1500share/mantis/proj_doc_update.php 1737share/mantis/proj_doc_update.php
1501share/mantis/project_page.php 
1502share/mantis/query_store.php 1738share/mantis/query_store.php
1503share/mantis/query_store_page.php 1739share/mantis/query_store_page.php
1504share/mantis/readme.md 1740share/mantis/readme.md
1505share/mantis/return_dynamic_filters.php 1741share/mantis/return_dynamic_filters.php
1506share/mantis/roadmap_page.php 1742share/mantis/roadmap_page.php
1507share/mantis/scripts/.htaccess 1743share/mantis/scripts/.htaccess
1508share/mantis/scripts/README.md 1744share/mantis/scripts/README.md
1509share/mantis/scripts/Web.config 1745share/mantis/scripts/Web.config
 1746share/mantis/scripts/cronjob.php
1510share/mantis/scripts/send_emails.php 1747share/mantis/scripts/send_emails.php
1511share/mantis/scripts/travis_before_script.sh 
1512share/mantis/scripts/travis_script.sh 
1513share/mantis/search.php 1748share/mantis/search.php
1514share/mantis/set_project.php 1749share/mantis/set_project.php
1515share/mantis/signup.php 1750share/mantis/signup.php
1516share/mantis/signup_page.php 1751share/mantis/signup_page.php
1517share/mantis/summary_page.php 1752share/mantis/summary_page.php
1518share/mantis/tag_attach.php 1753share/mantis/tag_attach.php
1519share/mantis/tag_create.php 1754share/mantis/tag_create.php
1520share/mantis/tag_delete.php 1755share/mantis/tag_delete.php
1521share/mantis/tag_detach.php 1756share/mantis/tag_detach.php
1522share/mantis/tag_update.php 1757share/mantis/tag_update.php
1523share/mantis/tag_update_page.php 1758share/mantis/tag_update_page.php
1524share/mantis/tag_view_page.php 1759share/mantis/tag_view_page.php
1525share/mantis/vendor/.htaccess 1760share/mantis/vendor/.htaccess
@@ -1833,72 +2068,79 @@ share/mantis/vendor/guzzlehttp/guzzle/sr @@ -1833,72 +2068,79 @@ share/mantis/vendor/guzzlehttp/guzzle/sr
1833share/mantis/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php 2068share/mantis/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
1834share/mantis/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php 2069share/mantis/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
1835share/mantis/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php 2070share/mantis/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
1836share/mantis/vendor/guzzlehttp/guzzle/src/HandlerStack.php 2071share/mantis/vendor/guzzlehttp/guzzle/src/HandlerStack.php
1837share/mantis/vendor/guzzlehttp/guzzle/src/MessageFormatter.php 2072share/mantis/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
1838share/mantis/vendor/guzzlehttp/guzzle/src/Middleware.php 2073share/mantis/vendor/guzzlehttp/guzzle/src/Middleware.php
1839share/mantis/vendor/guzzlehttp/guzzle/src/Pool.php 2074share/mantis/vendor/guzzlehttp/guzzle/src/Pool.php
1840share/mantis/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php 2075share/mantis/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
1841share/mantis/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php 2076share/mantis/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
1842share/mantis/vendor/guzzlehttp/guzzle/src/RequestOptions.php 2077share/mantis/vendor/guzzlehttp/guzzle/src/RequestOptions.php
1843share/mantis/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php 2078share/mantis/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
1844share/mantis/vendor/guzzlehttp/guzzle/src/TransferStats.php 2079share/mantis/vendor/guzzlehttp/guzzle/src/TransferStats.php
1845share/mantis/vendor/guzzlehttp/guzzle/src/UriTemplate.php 2080share/mantis/vendor/guzzlehttp/guzzle/src/UriTemplate.php
 2081share/mantis/vendor/guzzlehttp/guzzle/src/Utils.php
1846share/mantis/vendor/guzzlehttp/guzzle/src/functions.php 2082share/mantis/vendor/guzzlehttp/guzzle/src/functions.php
1847share/mantis/vendor/guzzlehttp/guzzle/src/functions_include.php 2083share/mantis/vendor/guzzlehttp/guzzle/src/functions_include.php
1848share/mantis/vendor/guzzlehttp/promises/CHANGELOG.md 2084share/mantis/vendor/guzzlehttp/promises/CHANGELOG.md
1849share/mantis/vendor/guzzlehttp/promises/LICENSE 2085share/mantis/vendor/guzzlehttp/promises/LICENSE
1850share/mantis/vendor/guzzlehttp/promises/Makefile 2086share/mantis/vendor/guzzlehttp/promises/Makefile
1851share/mantis/vendor/guzzlehttp/promises/README.md 2087share/mantis/vendor/guzzlehttp/promises/README.md
1852share/mantis/vendor/guzzlehttp/promises/src/AggregateException.php 2088share/mantis/vendor/guzzlehttp/promises/src/AggregateException.php
1853share/mantis/vendor/guzzlehttp/promises/src/CancellationException.php 2089share/mantis/vendor/guzzlehttp/promises/src/CancellationException.php
1854share/mantis/vendor/guzzlehttp/promises/src/Coroutine.php 2090share/mantis/vendor/guzzlehttp/promises/src/Coroutine.php
1855share/mantis/vendor/guzzlehttp/promises/src/EachPromise.php 2091share/mantis/vendor/guzzlehttp/promises/src/EachPromise.php
1856share/mantis/vendor/guzzlehttp/promises/src/FulfilledPromise.php 2092share/mantis/vendor/guzzlehttp/promises/src/FulfilledPromise.php
1857share/mantis/vendor/guzzlehttp/promises/src/Promise.php 2093share/mantis/vendor/guzzlehttp/promises/src/Promise.php
1858share/mantis/vendor/guzzlehttp/promises/src/PromiseInterface.php 2094share/mantis/vendor/guzzlehttp/promises/src/PromiseInterface.php
1859share/mantis/vendor/guzzlehttp/promises/src/PromisorInterface.php 2095share/mantis/vendor/guzzlehttp/promises/src/PromisorInterface.php
1860share/mantis/vendor/guzzlehttp/promises/src/RejectedPromise.php 2096share/mantis/vendor/guzzlehttp/promises/src/RejectedPromise.php
1861share/mantis/vendor/guzzlehttp/promises/src/RejectionException.php 2097share/mantis/vendor/guzzlehttp/promises/src/RejectionException.php
1862share/mantis/vendor/guzzlehttp/promises/src/TaskQueue.php 2098share/mantis/vendor/guzzlehttp/promises/src/TaskQueue.php
1863share/mantis/vendor/guzzlehttp/promises/src/TaskQueueInterface.php 2099share/mantis/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
1864share/mantis/vendor/guzzlehttp/promises/src/functions.php 2100share/mantis/vendor/guzzlehttp/promises/src/functions.php
1865share/mantis/vendor/guzzlehttp/promises/src/functions_include.php 2101share/mantis/vendor/guzzlehttp/promises/src/functions_include.php
 2102share/mantis/vendor/guzzlehttp/psr7/.php_cs.dist
1866share/mantis/vendor/guzzlehttp/psr7/CHANGELOG.md 2103share/mantis/vendor/guzzlehttp/psr7/CHANGELOG.md
1867share/mantis/vendor/guzzlehttp/psr7/LICENSE 2104share/mantis/vendor/guzzlehttp/psr7/LICENSE
1868share/mantis/vendor/guzzlehttp/psr7/README.md 2105share/mantis/vendor/guzzlehttp/psr7/README.md
1869share/mantis/vendor/guzzlehttp/psr7/src/AppendStream.php 2106share/mantis/vendor/guzzlehttp/psr7/src/AppendStream.php
1870share/mantis/vendor/guzzlehttp/psr7/src/BufferStream.php 2107share/mantis/vendor/guzzlehttp/psr7/src/BufferStream.php
1871share/mantis/vendor/guzzlehttp/psr7/src/CachingStream.php 2108share/mantis/vendor/guzzlehttp/psr7/src/CachingStream.php
1872share/mantis/vendor/guzzlehttp/psr7/src/DroppingStream.php 2109share/mantis/vendor/guzzlehttp/psr7/src/DroppingStream.php
1873share/mantis/vendor/guzzlehttp/psr7/src/FnStream.php 2110share/mantis/vendor/guzzlehttp/psr7/src/FnStream.php
 2111share/mantis/vendor/guzzlehttp/psr7/src/Header.php
1874share/mantis/vendor/guzzlehttp/psr7/src/InflateStream.php 2112share/mantis/vendor/guzzlehttp/psr7/src/InflateStream.php
1875share/mantis/vendor/guzzlehttp/psr7/src/LazyOpenStream.php 2113share/mantis/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
1876share/mantis/vendor/guzzlehttp/psr7/src/LimitStream.php 2114share/mantis/vendor/guzzlehttp/psr7/src/LimitStream.php
 2115share/mantis/vendor/guzzlehttp/psr7/src/Message.php
1877share/mantis/vendor/guzzlehttp/psr7/src/MessageTrait.php 2116share/mantis/vendor/guzzlehttp/psr7/src/MessageTrait.php
 2117share/mantis/vendor/guzzlehttp/psr7/src/MimeType.php
1878share/mantis/vendor/guzzlehttp/psr7/src/MultipartStream.php 2118share/mantis/vendor/guzzlehttp/psr7/src/MultipartStream.php
1879share/mantis/vendor/guzzlehttp/psr7/src/NoSeekStream.php 2119share/mantis/vendor/guzzlehttp/psr7/src/NoSeekStream.php
1880share/mantis/vendor/guzzlehttp/psr7/src/PumpStream.php 2120share/mantis/vendor/guzzlehttp/psr7/src/PumpStream.php
 2121share/mantis/vendor/guzzlehttp/psr7/src/Query.php
1881share/mantis/vendor/guzzlehttp/psr7/src/Request.php 2122share/mantis/vendor/guzzlehttp/psr7/src/Request.php
1882share/mantis/vendor/guzzlehttp/psr7/src/Response.php 2123share/mantis/vendor/guzzlehttp/psr7/src/Response.php
1883share/mantis/vendor/guzzlehttp/psr7/src/Rfc7230.php 2124share/mantis/vendor/guzzlehttp/psr7/src/Rfc7230.php
1884share/mantis/vendor/guzzlehttp/psr7/src/ServerRequest.php 2125share/mantis/vendor/guzzlehttp/psr7/src/ServerRequest.php
1885share/mantis/vendor/guzzlehttp/psr7/src/Stream.php 2126share/mantis/vendor/guzzlehttp/psr7/src/Stream.php
1886share/mantis/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php 2127share/mantis/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
1887share/mantis/vendor/guzzlehttp/psr7/src/StreamWrapper.php 2128share/mantis/vendor/guzzlehttp/psr7/src/StreamWrapper.php
1888share/mantis/vendor/guzzlehttp/psr7/src/UploadedFile.php 2129share/mantis/vendor/guzzlehttp/psr7/src/UploadedFile.php
1889share/mantis/vendor/guzzlehttp/psr7/src/Uri.php 2130share/mantis/vendor/guzzlehttp/psr7/src/Uri.php
1890share/mantis/vendor/guzzlehttp/psr7/src/UriNormalizer.php 2131share/mantis/vendor/guzzlehttp/psr7/src/UriNormalizer.php
1891share/mantis/vendor/guzzlehttp/psr7/src/UriResolver.php 2132share/mantis/vendor/guzzlehttp/psr7/src/UriResolver.php
 2133share/mantis/vendor/guzzlehttp/psr7/src/Utils.php
1892share/mantis/vendor/guzzlehttp/psr7/src/functions.php 2134share/mantis/vendor/guzzlehttp/psr7/src/functions.php
1893share/mantis/vendor/guzzlehttp/psr7/src/functions_include.php 2135share/mantis/vendor/guzzlehttp/psr7/src/functions_include.php
1894share/mantis/vendor/nikic/fast-route/.hhconfig 2136share/mantis/vendor/nikic/fast-route/.hhconfig
1895share/mantis/vendor/nikic/fast-route/FastRoute.hhi 2137share/mantis/vendor/nikic/fast-route/FastRoute.hhi
1896share/mantis/vendor/nikic/fast-route/LICENSE 2138share/mantis/vendor/nikic/fast-route/LICENSE
1897share/mantis/vendor/nikic/fast-route/README.md 2139share/mantis/vendor/nikic/fast-route/README.md
1898share/mantis/vendor/nikic/fast-route/phpunit.xml 2140share/mantis/vendor/nikic/fast-route/phpunit.xml
1899share/mantis/vendor/nikic/fast-route/psalm.xml 2141share/mantis/vendor/nikic/fast-route/psalm.xml
1900share/mantis/vendor/nikic/fast-route/src/BadRouteException.php 2142share/mantis/vendor/nikic/fast-route/src/BadRouteException.php
1901share/mantis/vendor/nikic/fast-route/src/DataGenerator.php 2143share/mantis/vendor/nikic/fast-route/src/DataGenerator.php
1902share/mantis/vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php 2144share/mantis/vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php
1903share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php 2145share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php
1904share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php 2146share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php
@@ -1968,33 +2210,35 @@ share/mantis/vendor/phpmailer/phpmailer/ @@ -1968,33 +2210,35 @@ share/mantis/vendor/phpmailer/phpmailer/
1968share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php 2210share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-lv.php
1969share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php 2211share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-mg.php
1970share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php 2212share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ms.php
1971share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php 2213share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-nb.php
1972share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php 2214share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php
1973share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php 2215share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php
1974share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php 2216share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt.php
1975share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php 2217share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-pt_br.php
1976share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php 2218share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php
1977share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php 2219share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php
1978share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php 2220share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php
1979share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php 2221share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php
1980share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php 2222share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php
 2223share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php
1981share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php 2224share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php
1982share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php 2225share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php
1983share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php 2226share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php
1984share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php 2227share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-uk.php
1985share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php 2228share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-vi.php
1986share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php 2229share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php
1987share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php 2230share/mantis/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
 2231share/mantis/vendor/phpmailer/phpmailer/phpunit.xml.dist
1988share/mantis/vendor/phpmailer/phpmailer/src/Exception.php 2232share/mantis/vendor/phpmailer/phpmailer/src/Exception.php
1989share/mantis/vendor/phpmailer/phpmailer/src/OAuth.php 2233share/mantis/vendor/phpmailer/phpmailer/src/OAuth.php
1990share/mantis/vendor/phpmailer/phpmailer/src/PHPMailer.php 2234share/mantis/vendor/phpmailer/phpmailer/src/PHPMailer.php
1991share/mantis/vendor/phpmailer/phpmailer/src/POP3.php 2235share/mantis/vendor/phpmailer/phpmailer/src/POP3.php
1992share/mantis/vendor/phpmailer/phpmailer/src/SMTP.php 2236share/mantis/vendor/phpmailer/phpmailer/src/SMTP.php
1993share/mantis/vendor/pimple/pimple/CHANGELOG 2237share/mantis/vendor/pimple/pimple/CHANGELOG
1994share/mantis/vendor/pimple/pimple/LICENSE 2238share/mantis/vendor/pimple/pimple/LICENSE
1995share/mantis/vendor/pimple/pimple/README.rst 2239share/mantis/vendor/pimple/pimple/README.rst
1996share/mantis/vendor/pimple/pimple/ext/pimple/README.md 2240share/mantis/vendor/pimple/pimple/ext/pimple/README.md
1997share/mantis/vendor/pimple/pimple/ext/pimple/config.m4 2241share/mantis/vendor/pimple/pimple/ext/pimple/config.m4
1998share/mantis/vendor/pimple/pimple/ext/pimple/config.w32 2242share/mantis/vendor/pimple/pimple/ext/pimple/config.w32
1999share/mantis/vendor/pimple/pimple/ext/pimple/php_pimple.h 2243share/mantis/vendor/pimple/pimple/ext/pimple/php_pimple.h
2000share/mantis/vendor/pimple/pimple/ext/pimple/pimple.c 2244share/mantis/vendor/pimple/pimple/ext/pimple/pimple.c
@@ -2078,26 +2322,41 @@ share/mantis/vendor/slim/slim/Slim/Inter @@ -2078,26 +2322,41 @@ share/mantis/vendor/slim/slim/Slim/Inter
2078share/mantis/vendor/slim/slim/Slim/Interfaces/Http/CookiesInterface.php 2322share/mantis/vendor/slim/slim/Slim/Interfaces/Http/CookiesInterface.php
2079share/mantis/vendor/slim/slim/Slim/Interfaces/Http/EnvironmentInterface.php 2323share/mantis/vendor/slim/slim/Slim/Interfaces/Http/EnvironmentInterface.php
2080share/mantis/vendor/slim/slim/Slim/Interfaces/Http/HeadersInterface.php 2324share/mantis/vendor/slim/slim/Slim/Interfaces/Http/HeadersInterface.php
2081share/mantis/vendor/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php 2325share/mantis/vendor/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php
2082share/mantis/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php 2326share/mantis/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php
2083share/mantis/vendor/slim/slim/Slim/Interfaces/RouteInterface.php 2327share/mantis/vendor/slim/slim/Slim/Interfaces/RouteInterface.php
2084share/mantis/vendor/slim/slim/Slim/Interfaces/RouterInterface.php 2328share/mantis/vendor/slim/slim/Slim/Interfaces/RouterInterface.php
2085share/mantis/vendor/slim/slim/Slim/MiddlewareAwareTrait.php 2329share/mantis/vendor/slim/slim/Slim/MiddlewareAwareTrait.php
2086share/mantis/vendor/slim/slim/Slim/Routable.php 2330share/mantis/vendor/slim/slim/Slim/Routable.php
2087share/mantis/vendor/slim/slim/Slim/Route.php 2331share/mantis/vendor/slim/slim/Slim/Route.php
2088share/mantis/vendor/slim/slim/Slim/RouteGroup.php 2332share/mantis/vendor/slim/slim/Slim/RouteGroup.php
2089share/mantis/vendor/slim/slim/Slim/Router.php 2333share/mantis/vendor/slim/slim/Slim/Router.php
2090share/mantis/vendor/slim/slim/phpstan.neon.dist 2334share/mantis/vendor/slim/slim/phpstan.neon.dist
 2335share/mantis/vendor/symfony/polyfill-intl-idn/Idn.php
 2336share/mantis/vendor/symfony/polyfill-intl-idn/LICENSE
 2337share/mantis/vendor/symfony/polyfill-intl-idn/README.md
 2338share/mantis/vendor/symfony/polyfill-intl-idn/bootstrap.php
 2339share/mantis/vendor/symfony/polyfill-mbstring/LICENSE
 2340share/mantis/vendor/symfony/polyfill-mbstring/Mbstring.php
 2341share/mantis/vendor/symfony/polyfill-mbstring/README.md
 2342share/mantis/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
 2343share/mantis/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
 2344share/mantis/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
 2345share/mantis/vendor/symfony/polyfill-mbstring/bootstrap.php
 2346share/mantis/vendor/symfony/polyfill-php72/LICENSE
 2347share/mantis/vendor/symfony/polyfill-php72/Php72.php
 2348share/mantis/vendor/symfony/polyfill-php72/README.md
 2349share/mantis/vendor/symfony/polyfill-php72/bootstrap.php
2091share/mantis/vendor/vboctor/disposable_email_checker/changelog.txt 2350share/mantis/vendor/vboctor/disposable_email_checker/changelog.txt
2092share/mantis/vendor/vboctor/disposable_email_checker/data/.htaccess 2351share/mantis/vendor/vboctor/disposable_email_checker/data/.htaccess
2093share/mantis/vendor/vboctor/disposable_email_checker/data/domains.txt 2352share/mantis/vendor/vboctor/disposable_email_checker/data/domains.txt
2094share/mantis/vendor/vboctor/disposable_email_checker/license.txt 2353share/mantis/vendor/vboctor/disposable_email_checker/license.txt
2095share/mantis/vendor/vboctor/disposable_email_checker/php/src/DisposableEmailChecker.php 2354share/mantis/vendor/vboctor/disposable_email_checker/php/src/DisposableEmailChecker.php
2096share/mantis/vendor/vboctor/disposable_email_checker/readme.md 2355share/mantis/vendor/vboctor/disposable_email_checker/readme.md
2097share/mantis/verify.php 2356share/mantis/verify.php
2098share/mantis/view.php 2357share/mantis/view.php
2099share/mantis/view_all_bug_page.php 2358share/mantis/view_all_bug_page.php
2100share/mantis/view_all_inc.php 2359share/mantis/view_all_inc.php
2101share/mantis/view_all_set.php 2360share/mantis/view_all_set.php
2102share/mantis/view_filters_page.php 2361share/mantis/view_filters_page.php
2103share/mantis/view_user_page.php 2362share/mantis/view_user_page.php

cvs diff -r1.25 -r1.26 pkgsrc/devel/mantis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mantis/distinfo 2021/10/26 10:15:39 1.25
+++ pkgsrc/devel/mantis/distinfo 2022/04/25 17:24:50 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2021/10/26 10:15:39 nia Exp $ 1$NetBSD: distinfo,v 1.26 2022/04/25 17:24:50 christos Exp $
2 2
3BLAKE2s (mantisbt-2.24.5.tar.gz) = 2bdcbfbff6015942053aa7b4ce28822322eff0b7ce6afd02d4296d648bc571b4 3BLAKE2s (mantisbt-2.25.3.tar.gz) = efd42a6758f7a54c02308e31c9de6d70de4d0acfb6a926b275d492152765ca02
4SHA512 (mantisbt-2.24.5.tar.gz) = bb84634154dd4b4a3a5549a45742501d7f852b19f5f7479239ab020ccbc8c54b0aa43f27cfbb39ce976931f483b77600b0a28f0096ac77b799656ceb35a9bea6 4SHA512 (mantisbt-2.25.3.tar.gz) = eebf77a365f28815305c788e2a5c7e430efc07a5e9e844a94235e1e4ebd669fa26125c034e1613a6d81f572e7f1b68871eff19b01e9419eace0dc4e395f057c1
5Size (mantisbt-2.24.5.tar.gz) = 14407448 bytes 5Size (mantisbt-2.25.3.tar.gz) = 15122369 bytes