pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/mantis



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Aug 30 12:37:43 UTC 2016

Modified Files:
        pkgsrc/devel/mantis: MESSAGE Makefile PLIST distinfo options.mk

Log Message:
Update to 1.3.1

* Remove Apache httpd and php module dependency. This package works fine with
  nginx and php-fpm too
* Add database option for MySQL and PostgreSQL
* For MySQL, php-mysqli is recommended. Use it as MySQL option

Changelog:
Not available.
1.3.x is new stable branch.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mantis/MESSAGE
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/mantis/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/mantis/PLIST \
    pkgsrc/devel/mantis/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/mantis/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/mantis/MESSAGE
diff -u pkgsrc/devel/mantis/MESSAGE:1.6 pkgsrc/devel/mantis/MESSAGE:1.7
--- pkgsrc/devel/mantis/MESSAGE:1.6     Wed Sep 24 01:06:26 2014
+++ pkgsrc/devel/mantis/MESSAGE Tue Aug 30 12:37:43 2016
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.6 2014/09/24 01:06:26 rodent Exp $
+$NetBSD: MESSAGE,v 1.7 2016/08/30 12:37:43 ryoon Exp $
 
 To complete the setup you will need to read the INSTALL guide in order
 to setup MySQL properly.  In particular secion 3 of the document deals
@@ -10,7 +10,7 @@ setup:
 
        http://localhost/mantis/admin/install.php
 
-You will need to make Mantis accessible through your HTTP server.
+You will need to make Mantis accessible through your Apache HTTP server.
 If you are running Apache then you may add the following lines to httpd.conf:
 
        Include ${PKG_SYSCONFDIR}/mantis.conf

Index: pkgsrc/devel/mantis/Makefile
diff -u pkgsrc/devel/mantis/Makefile:1.44 pkgsrc/devel/mantis/Makefile:1.45
--- pkgsrc/devel/mantis/Makefile:1.44   Sun Dec  6 12:13:12 2015
+++ pkgsrc/devel/mantis/Makefile        Tue Aug 30 12:37:43 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2015/12/06 12:13:12 taca Exp $
+# $NetBSD: Makefile,v 1.45 2016/08/30 12:37:43 ryoon Exp $
 
-DISTNAME=      mantisbt-1.2.17
+DISTNAME=      mantisbt-1.3.1
 PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -10,9 +10,6 @@ HOMEPAGE=     http://www.mantisbt.org/
 COMMENT=       PHP/MySQL/web based bugtracking system
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.6:../../www/ap-php
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=4.0.6:../../databases/php-mysql
-
 PHP_VERSIONS_ACCEPTED= 55 56
 
 NO_BUILD=      YES
@@ -28,7 +25,8 @@ MESSAGE_SUBST+=               PKG_SYSCONFDIR=${PKG_SY
 MANTIS_HOME=           ${PREFIX}/share/mantis
 EGDIR=                 ${PREFIX}/share/examples/mantis
 CONF_FILES+=           ${EGDIR}/mantis.conf ${PKG_SYSCONFDIR}/mantis.conf
-CONF_FILES_PERMS+=     ${EGDIR}/config_inc.php ${MANTIS_HOME}/config_inc.php \
+CONF_FILES_PERMS+=     ${EGDIR}/config_inc.php \
+                       ${MANTIS_HOME}/config/config_inc.php \
                        ${APACHE_USER} ${SHAREGRP} 0400
 MANTIS_EG=             config_inc.php mantis.conf mantis_offline.php.sample
 
@@ -53,9 +51,11 @@ post-extract:
        ${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/doc/CUSTOMIZATION ${DESTDIR}${PREFIX}/share/doc/mantis
-       ${INSTALL_DATA} ${WRKSRC}/doc/INSTALL ${DESTDIR}${PREFIX}/share/doc/mantis
-       ${MV} ${WRKSRC}/config_inc.php.sample ${WRKSRC}/config_inc.php
+       cd ${WRKSRC}/doc && \
+               pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
+
+       ${MV} ${WRKSRC}/config/config_inc.php.sample \
+               ${WRKSRC}/config_inc.php
 
 .for f in ${MANTIS_EG}
                ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${EGDIR}
@@ -69,5 +69,4 @@ do-install:
                ${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 
 .include "../../lang/php/phpversion.mk"
-.include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/mantis/PLIST
diff -u pkgsrc/devel/mantis/PLIST:1.18 pkgsrc/devel/mantis/PLIST:1.19
--- pkgsrc/devel/mantis/PLIST:1.18      Wed Sep 24 01:06:26 2014
+++ pkgsrc/devel/mantis/PLIST   Tue Aug 30 12:37:43 2016
@@ -1,6 +1,446 @@
-@comment $NetBSD: PLIST,v 1.18 2014/09/24 01:06:26 rodent Exp $
-share/doc/mantis/CUSTOMIZATION
-share/doc/mantis/INSTALL
+@comment $NetBSD: PLIST,v 1.19 2016/08/30 12:37:43 ryoon Exp $
+share/doc/mantis/en-US/Admin_Guide/Admin_Guide.txt
+share/doc/mantis/en-US/Admin_Guide/MantisBT-1.3-Admin_Guide-en-US.pdf
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/menu.css
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/pdf.css
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/print.css
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/1.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/10.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/11.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/12.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/12.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/13.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/13.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/14.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/14.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/15.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/15.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/16.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/16.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/17.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/17.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/18.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/18.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/19.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/19.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/2.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/2.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/20.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/20.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/21.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/21.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/22.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/22.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/23.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/23.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/24.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/24.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/25.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/25.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/26.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/26.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/27.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/27.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/28.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/28.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/29.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/29.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/3.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/3.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/30.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/30.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/31.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/31.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/32.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/32.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/33.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/33.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/34.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/34.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/35.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/35.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/36.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/36.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/37.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/37.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/38.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/38.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/39.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/39.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/4.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/4.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/40.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/40.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/5.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/5.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/6.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/6.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/7.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/7.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/8.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/8.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/9.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/9.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/dot.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/dot2.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/green.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/h1-bg.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/image_left.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/image_right.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/important.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/important.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/note.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/note.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/red.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/shine.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-back.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-forward.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-up.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-home.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/title_logo.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/title_logo.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/warning.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/warning.svg
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/watermark-draft.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/images/yellow.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/images/mantis_logo.png
+share/doc/mantis/en-US/Admin_Guide/html-desktop/index.html
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/css/common.css
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/css/default.css
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/css/menu.css
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/css/pdf.css
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/css/print.css
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/1.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/1.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/10.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/10.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/11.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/11.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/12.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/12.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/13.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/13.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/14.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/14.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/15.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/15.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/16.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/16.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/17.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/17.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/18.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/18.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/19.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/19.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/2.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/2.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/20.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/20.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/21.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/21.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/22.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/22.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/23.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/23.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/24.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/24.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/25.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/25.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/26.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/26.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/27.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/27.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/28.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/28.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/29.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/29.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/3.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/3.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/30.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/30.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/31.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/31.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/32.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/32.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/33.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/33.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/34.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/34.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/35.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/35.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/36.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/36.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/37.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/37.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/38.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/38.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/39.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/39.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/4.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/4.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/40.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/40.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/5.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/5.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/6.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/6.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/7.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/7.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/8.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/8.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/9.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/9.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/dot.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/dot2.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/green.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/h1-bg.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/image_left.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/image_right.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/important.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/important.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/note.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/note.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/red.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/shine.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-back.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-forward.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-up.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/stock-home.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/warning.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/warning.svg
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/watermark-draft.png
+share/doc/mantis/en-US/Admin_Guide/html-single/Common_Content/images/yellow.png
+share/doc/mantis/en-US/Admin_Guide/html-single/images/mantis_logo.png
+share/doc/mantis/en-US/Admin_Guide/html-single/index.html
+share/doc/mantis/en-US/Developers_Guide/Developers_Guide.txt
+share/doc/mantis/en-US/Developers_Guide/MantisBT-1.3-Developers_Guide-en-US.pdf
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/menu.css
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/pdf.css
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/13.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/13.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/14.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/14.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/15.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/15.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/16.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/16.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/17.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/17.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/18.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/18.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/19.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/19.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/2.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/2.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/20.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/20.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/21.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/21.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/22.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/22.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/23.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/23.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/24.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/24.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/25.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/25.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/26.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/26.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/27.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/27.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/28.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/28.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/29.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/29.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/3.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/3.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/30.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/30.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/31.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/31.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/32.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/32.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/33.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/33.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/34.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/34.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/35.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/35.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/36.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/36.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/37.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/37.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/38.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/38.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/39.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/39.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/4.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/4.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/40.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/40.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/5.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/5.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/6.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/6.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/7.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/7.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/8.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/8.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/9.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/9.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/dot.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/dot2.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/green.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/h1-bg.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/image_left.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/image_right.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/important.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/important.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/note.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/note.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/red.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/shine.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/images/erd.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/images/mantis_logo.png
+share/doc/mantis/en-US/Developers_Guide/html-desktop/index.html
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/css/common.css
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/css/default.css
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/css/menu.css
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/css/pdf.css
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/css/print.css
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/1.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/1.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/10.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/10.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/11.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/11.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/12.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/12.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/13.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/13.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/14.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/14.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/15.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/15.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/16.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/16.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/17.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/17.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/18.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/18.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/19.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/19.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/2.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/2.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/20.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/20.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/21.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/21.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/22.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/22.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/23.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/23.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/24.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/24.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/25.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/25.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/26.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/26.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/27.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/27.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/28.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/28.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/29.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/29.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/3.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/3.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/30.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/30.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/31.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/31.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/32.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/32.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/33.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/33.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/34.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/34.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/35.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/35.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/36.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/36.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/37.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/37.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/38.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/38.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/39.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/39.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/4.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/4.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/40.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/40.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/5.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/5.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/6.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/6.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/7.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/7.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/8.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/8.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/9.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/9.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/dot.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/dot2.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/green.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/h1-bg.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/image_left.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/image_right.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/important.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/important.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/note.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/note.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/red.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/shine.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-back.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-forward.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-up.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/stock-home.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/warning.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/warning.svg
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/watermark-draft.png
+share/doc/mantis/en-US/Developers_Guide/html-single/Common_Content/images/yellow.png
+share/doc/mantis/en-US/Developers_Guide/html-single/images/erd.png
+share/doc/mantis/en-US/Developers_Guide/html-single/images/mantis_logo.png
+share/doc/mantis/en-US/Developers_Guide/html-single/index.html
 share/examples/mantis/config_inc.php
 share/examples/mantis/mantis.conf
 share/examples/mantis/mantis_offline.php.sample
@@ -21,30 +461,36 @@ share/mantis/adm_config_delete.php
 share/mantis/adm_config_report.php
 share/mantis/adm_config_set.php
 share/mantis/adm_permissions_report.php
-share/mantis/admin/admin.css
-share/mantis/admin/check.php
-share/mantis/admin/copy_field.php
+share/mantis/admin/check/check_L10n_inc.php
+share/mantis/admin/check/check_anonymous_inc.php
+share/mantis/admin/check/check_api.php
+share/mantis/admin/check/check_attachments_inc.php
+share/mantis/admin/check/check_config_inc.php
+share/mantis/admin/check/check_crypto_inc.php
+share/mantis/admin/check/check_database_inc.php
+share/mantis/admin/check/check_display_inc.php
+share/mantis/admin/check/check_email_inc.php
+share/mantis/admin/check/check_i18n_inc.php
+share/mantis/admin/check/check_integrity_inc.php
+share/mantis/admin/check/check_paths_inc.php
+share/mantis/admin/check/check_php_inc.php
+share/mantis/admin/check/check_webservice_inc.php
+share/mantis/admin/check/index.php
 share/mantis/admin/db_stats.php
 share/mantis/admin/email_queue.php
 share/mantis/admin/index.php
 share/mantis/admin/install.php
-share/mantis/admin/install_functions.php
-share/mantis/admin/install_helper_functions.php
 share/mantis/admin/move_attachments.php
 share/mantis/admin/move_attachments_page.php
 share/mantis/admin/schema.php
 share/mantis/admin/system_utils.php
-share/mantis/admin/test_email.php
-share/mantis/admin/test_icons.php
 share/mantis/admin/test_langs.php
 share/mantis/admin/upgrade_unattended.php
-share/mantis/admin/upgrade_warning.php
 share/mantis/api/soap/mantisconnect.php
 share/mantis/api/soap/mantisconnect.wsdl
 share/mantis/api/soap/mc_account_api.php
 share/mantis/api/soap/mc_api.php
 share/mantis/api/soap/mc_config_api.php
-share/mantis/api/soap/mc_config_defaults_inc.php
 share/mantis/api/soap/mc_core.php
 share/mantis/api/soap/mc_custom_field_api.php
 share/mantis/api/soap/mc_enum_api.php
@@ -58,6 +504,11 @@ share/mantis/api/soap/mc_tag_api.php
 share/mantis/api/soap/mc_user_pref_api.php
 share/mantis/api/soap/mc_user_profile_api.php
 share/mantis/api/soap/wsdl-viewer.xsl
+share/mantis/api_token_create.php
+share/mantis/api_token_revoke.php
+share/mantis/api_tokens_page.php
+share/mantis/billing_export_to_csv.php
+share/mantis/billing_export_to_excel.php
 share/mantis/billing_inc.php
 share/mantis/billing_page.php
 share/mantis/browser_search_plugin.php
@@ -69,7 +520,6 @@ share/mantis/bug_actiongroup_ext_page.ph
 share/mantis/bug_actiongroup_page.php
 share/mantis/bug_actiongroup_update_product_build_inc.php
 share/mantis/bug_actiongroup_update_severity_inc.php
-share/mantis/bug_assign.php
 share/mantis/bug_change_status_page.php
 share/mantis/bug_file_add.php
 share/mantis/bug_file_delete.php
@@ -84,7 +534,6 @@ share/mantis/bug_relationship_graph_img.
 share/mantis/bug_reminder.php
 share/mantis/bug_reminder_page.php
 share/mantis/bug_report.php
-share/mantis/bug_report_advanced_page.php
 share/mantis/bug_report_page.php
 share/mantis/bug_revision_drop.php
 share/mantis/bug_revision_view_page.php
@@ -92,7 +541,6 @@ share/mantis/bug_set_sponsorship.php
 share/mantis/bug_sponsorship_list_view_inc.php
 share/mantis/bug_stick.php
 share/mantis/bug_update.php
-share/mantis/bug_update_advanced_page.php
 share/mantis/bug_update_page.php
 share/mantis/bug_view_advanced_page.php
 share/mantis/bug_view_inc.php
@@ -106,31 +554,47 @@ share/mantis/bugnote_stats_inc.php
 share/mantis/bugnote_update.php
 share/mantis/bugnote_view_inc.php
 share/mantis/changelog_page.php
+share/mantis/config/.htaccess
+share/mantis/config/Web.config
 share/mantis/config_defaults_inc.php
-share/mantis/config_filter_defaults_inc.php
 share/mantis/core.php
 share/mantis/core/.htaccess
+share/mantis/core/Web.config
 share/mantis/core/access_api.php
-share/mantis/core/ajax_api.php
+share/mantis/core/antispam_api.php
+share/mantis/core/api_token_api.php
 share/mantis/core/authentication_api.php
+share/mantis/core/billing_api.php
 share/mantis/core/bug_api.php
 share/mantis/core/bug_group_action_api.php
 share/mantis/core/bug_revision_api.php
 share/mantis/core/bugnote_api.php
 share/mantis/core/category_api.php
 share/mantis/core/cfdefs/cfdef_standard.php
+share/mantis/core/classes/Avatar.class.php
+share/mantis/core/classes/ConfigParser.class.php
+share/mantis/core/classes/IssueAssignedTimelineEvent.class.php
+share/mantis/core/classes/IssueCreatedTimelineEvent.class.php
+share/mantis/core/classes/IssueMonitorTimelineEvent.class.php
+share/mantis/core/classes/IssueNoteCreatedTimelineEvent.class.php
+share/mantis/core/classes/IssueStatusChangeTimelineEvent.class.php
+share/mantis/core/classes/IssueTagTimelineEvent.class.php
 share/mantis/core/classes/MantisColumn.class.php
+share/mantis/core/classes/MantisCorePlugin.class.php
 share/mantis/core/classes/MantisCoreWikiPlugin.class.php
 share/mantis/core/classes/MantisEnum.class.php
 share/mantis/core/classes/MantisFilter.class.php
 share/mantis/core/classes/MantisFormattingPlugin.class.php
 share/mantis/core/classes/MantisPlugin.class.php
 share/mantis/core/classes/MantisWikiPlugin.class.php
+share/mantis/core/classes/TimelineEvent.class.php
+share/mantis/core/classes/Tokenizer.class.php
 share/mantis/core/collapse_api.php
 share/mantis/core/columns_api.php
 share/mantis/core/compress_api.php
 share/mantis/core/config_api.php
 share/mantis/core/constant_inc.php
+share/mantis/core/crypto_api.php
 share/mantis/core/csv_api.php
 share/mantis/core/current_user_api.php
 share/mantis/core/custom_field_api.php
@@ -145,6 +609,7 @@ share/mantis/core/events_inc.php
 share/mantis/core/excel_api.php
 share/mantis/core/file_api.php
 share/mantis/core/filter_api.php
+share/mantis/core/filter_constants_inc.php
 share/mantis/core/form_api.php
 share/mantis/core/gpc_api.php
 share/mantis/core/graphviz_api.php
@@ -153,12 +618,13 @@ share/mantis/core/history_api.php
 share/mantis/core/html_api.php
 share/mantis/core/http_api.php
 share/mantis/core/icon_api.php
+share/mantis/core/install_helper_functions_api.php
 share/mantis/core/json_api.php
 share/mantis/core/lang_api.php
 share/mantis/core/last_visited_api.php
 share/mantis/core/ldap_api.php
 share/mantis/core/logging_api.php
-share/mantis/core/mobile_api.php
+share/mantis/core/mention_api.php
 share/mantis/core/news_api.php
 share/mantis/core/obsolete.php
 share/mantis/core/php_api.php
@@ -166,7 +632,6 @@ share/mantis/core/plugin_api.php
 share/mantis/core/prepare_api.php
 share/mantis/core/print_api.php
 share/mantis/core/profile_api.php
-share/mantis/core/projax_api.php
 share/mantis/core/project_api.php
 share/mantis/core/project_hierarchy_api.php
 share/mantis/core/relationship_api.php
@@ -177,35 +642,508 @@ share/mantis/core/sponsorship_api.php
 share/mantis/core/string_api.php
 share/mantis/core/summary_api.php
 share/mantis/core/tag_api.php
+share/mantis/core/timeline_api.php
+share/mantis/core/timeline_inc.php
 share/mantis/core/tokens_api.php
-share/mantis/core/twitter_api.php
 share/mantis/core/url_api.php
 share/mantis/core/user_api.php
 share/mantis/core/user_pref_api.php
 share/mantis/core/utility_api.php
 share/mantis/core/version_api.php
 share/mantis/core/wiki_api.php
+share/mantis/core/workflow_api.php
 share/mantis/core/xmlhttprequest_api.php
+share/mantis/css/admin.css
 share/mantis/css/calendar-blue.css
+share/mantis/css/common_config.php
 share/mantis/css/default.css
+share/mantis/css/images/ajax-loader.gif
+share/mantis/css/images/ajax-loader.png
+share/mantis/css/images/icons-18-black.png
+share/mantis/css/images/icons-18-white.png
+share/mantis/css/images/icons-36-black.png
+share/mantis/css/images/icons-36-white.png
+share/mantis/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+share/mantis/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
+share/mantis/css/images/ui-bg_flat_0_aaaaaa_40x100.png
+share/mantis/css/images/ui-bg_flat_10_000000_40x100.png
+share/mantis/css/images/ui-bg_flat_75_ffffff_40x100.png
+share/mantis/css/images/ui-bg_glass_100_f6f6f6_1x400.png
+share/mantis/css/images/ui-bg_glass_100_fdf5ce_1x400.png
+share/mantis/css/images/ui-bg_glass_55_fbf9ee_1x400.png
+share/mantis/css/images/ui-bg_glass_65_ffffff_1x400.png
+share/mantis/css/images/ui-bg_glass_75_dadada_1x400.png
+share/mantis/css/images/ui-bg_glass_75_e6e6e6_1x400.png
+share/mantis/css/images/ui-bg_glass_95_fef1ec_1x400.png
+share/mantis/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+share/mantis/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+share/mantis/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+share/mantis/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+share/mantis/css/images/ui-icons_222222_256x240.png
+share/mantis/css/images/ui-icons_228ef1_256x240.png
+share/mantis/css/images/ui-icons_2e83ff_256x240.png
+share/mantis/css/images/ui-icons_454545_256x240.png
+share/mantis/css/images/ui-icons_888888_256x240.png
+share/mantis/css/images/ui-icons_cd0a0a_256x240.png
+share/mantis/css/images/ui-icons_ef8c08_256x240.png
+share/mantis/css/images/ui-icons_ffd27a_256x240.png
+share/mantis/css/images/ui-icons_ffffff_256x240.png
+share/mantis/css/jquery-ui-1.11.4.min.css
+share/mantis/css/login.css
 share/mantis/css/rtl.css
+share/mantis/css/status_config.php
 share/mantis/csv_export.php
 share/mantis/doc/.htaccess
 share/mantis/doc/CREDITS
-share/mantis/doc/CUSTOMIZATION
-share/mantis/doc/INSTALL
 share/mantis/doc/LICENSE
-share/mantis/doc/RELEASE
-share/mantis/doc/en/administration_guide.html
-share/mantis/doc/en/administration_guide.pdf
-share/mantis/doc/en/administration_guide.txt
-share/mantis/doc/en/developers.html
-share/mantis/doc/en/developers.pdf
-share/mantis/doc/en/developers.txt
+share/mantis/doc/Web.config
+share/mantis/doc/en-US/Admin_Guide/Admin_Guide.txt
+share/mantis/doc/en-US/Admin_Guide/MantisBT-1.3-Admin_Guide-en-US.pdf
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/menu.css
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/pdf.css
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/print.css
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/1.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/1.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/10.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/10.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/11.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/11.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/12.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/12.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/13.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/13.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/14.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/14.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/15.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/15.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/16.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/16.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/17.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/17.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/18.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/18.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/19.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/19.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/2.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/2.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/20.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/20.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/21.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/21.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/22.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/22.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/23.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/23.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/24.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/24.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/25.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/25.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/26.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/26.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/27.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/27.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/28.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/28.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/29.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/29.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/3.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/3.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/30.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/30.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/31.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/31.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/32.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/32.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/33.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/33.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/34.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/34.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/35.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/35.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/36.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/36.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/37.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/37.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/38.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/38.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/39.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/39.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/4.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/4.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/40.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/40.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/5.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/5.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/6.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/6.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/7.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/7.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/8.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/8.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/9.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/9.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/dot.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/dot2.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/green.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/h1-bg.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/image_left.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/image_right.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/important.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/important.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/note.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/note.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/red.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/shine.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-back.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-forward.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-go-up.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/stock-home.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/title_logo.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/title_logo.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/warning.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/warning.svg
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/watermark-draft.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/yellow.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/images/mantis_logo.png
+share/mantis/doc/en-US/Admin_Guide/html-desktop/index.html
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/css/common.css
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/css/default.css
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/css/menu.css
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/css/pdf.css
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/css/print.css
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/1.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/1.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/10.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/10.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/11.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/11.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/12.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/12.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/13.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/13.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/14.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/14.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/15.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/15.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/16.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/16.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/17.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/17.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/18.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/18.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/19.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/19.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/2.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/2.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/20.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/20.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/21.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/21.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/22.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/22.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/23.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/23.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/24.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/24.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/25.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/25.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/26.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/26.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/27.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/27.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/28.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/28.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/29.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/29.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/3.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/3.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/30.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/30.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/31.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/31.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/32.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/32.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/33.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/33.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/34.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/34.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/35.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/35.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/36.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/36.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/37.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/37.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/38.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/38.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/39.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/39.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/4.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/4.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/40.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/40.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/5.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/5.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/6.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/6.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/7.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/7.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/8.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/8.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/9.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/9.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/dot.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/dot2.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/green.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/h1-bg.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/image_left.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/image_right.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/important.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/important.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/note.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/note.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/red.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/shine.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-back.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-forward.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-up.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-home.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/warning.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/warning.svg
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/watermark-draft.png
+share/mantis/doc/en-US/Admin_Guide/html-single/Common_Content/images/yellow.png
+share/mantis/doc/en-US/Admin_Guide/html-single/images/mantis_logo.png
+share/mantis/doc/en-US/Admin_Guide/html-single/index.html
+share/mantis/doc/en-US/Developers_Guide/Developers_Guide.txt
+share/mantis/doc/en-US/Developers_Guide/MantisBT-1.3-Developers_Guide-en-US.pdf
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/menu.css
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/pdf.css
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/10.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/11.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/12.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/13.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/13.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/14.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/14.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/15.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/15.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/16.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/16.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/17.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/17.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/18.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/18.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/19.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/19.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/2.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/2.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/20.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/20.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/21.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/21.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/22.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/22.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/23.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/23.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/24.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/24.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/25.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/25.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/26.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/26.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/27.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/27.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/28.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/28.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/29.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/29.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/3.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/3.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/30.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/30.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/31.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/31.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/32.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/32.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/33.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/33.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/34.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/34.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/35.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/35.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/36.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/36.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/37.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/37.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/38.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/38.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/39.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/39.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/4.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/4.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/40.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/40.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/5.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/5.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/6.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/6.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/7.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/7.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/8.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/8.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/9.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/9.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/dot.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/dot2.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/green.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/h1-bg.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/image_left.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/image_right.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/important.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/important.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/note.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/note.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/red.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/shine.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-back.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-forward.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-go-up.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/stock-home.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/title_logo.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/warning.svg
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/watermark-draft.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/yellow.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/images/erd.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/images/mantis_logo.png
+share/mantis/doc/en-US/Developers_Guide/html-desktop/index.html
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/css/common.css
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/css/default.css
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/css/menu.css
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/css/pdf.css
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/css/print.css
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/1.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/1.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/10.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/10.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/11.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/11.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/12.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/12.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/13.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/13.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/14.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/14.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/15.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/15.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/16.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/16.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/17.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/17.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/18.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/18.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/19.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/19.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/2.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/2.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/20.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/20.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/21.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/21.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/22.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/22.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/23.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/23.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/24.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/24.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/25.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/25.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/26.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/26.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/27.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/27.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/28.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/28.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/29.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/29.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/3.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/3.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/30.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/30.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/31.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/31.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/32.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/32.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/33.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/33.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/34.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/34.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/35.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/35.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/36.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/36.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/37.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/37.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/38.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/38.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/39.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/39.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/4.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/4.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/40.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/40.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/5.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/5.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/6.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/6.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/7.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/7.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/8.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/8.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/9.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/9.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/dot.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/dot2.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/green.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/h1-bg.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/image_left.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/image_right.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/important.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/important.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/note.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/note.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/red.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/shine.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-back.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-forward.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-up.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-home.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/warning.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/warning.svg
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/watermark-draft.png
+share/mantis/doc/en-US/Developers_Guide/html-single/Common_Content/images/yellow.png
+share/mantis/doc/en-US/Developers_Guide/html-single/images/erd.png
+share/mantis/doc/en-US/Developers_Guide/html-single/images/mantis_logo.png
+share/mantis/doc/en-US/Developers_Guide/html-single/index.html
 share/mantis/excel_xml_export.php
 share/mantis/file_download.php
 share/mantis/history_inc.php
 share/mantis/images/attachment.png
+share/mantis/images/avatar.png
 share/mantis/images/blank.gif
 share/mantis/images/calendar-img.gif
 share/mantis/images/clock.png
@@ -250,6 +1188,7 @@ share/mantis/images/fileicons/zip.gif
 share/mantis/images/ie.gif
 share/mantis/images/mantis_logo.gif
 share/mantis/images/mantis_logo.png
+share/mantis/images/mantis_logo_notext.png
 share/mantis/images/mantis_space.gif
 share/mantis/images/minus.png
 share/mantis/images/notice.gif
@@ -275,34 +1214,29 @@ share/mantis/images/up.gif
 share/mantis/images/update.png
 share/mantis/index.php
 share/mantis/issues_rss.php
-share/mantis/javascript/min/addLoadEvent.js
-share/mantis/javascript/min/ajax.js
-share/mantis/javascript/min/common.js
-share/mantis/javascript/min/dynamic_filters.js
-share/mantis/javascript/min/jscalendar/calendar-blue.css
-share/mantis/javascript/min/jscalendar/calendar-setup.js
-share/mantis/javascript/min/jscalendar/calendar.js
-share/mantis/javascript/min/jscalendar/lang/calendar-en.js
-share/mantis/javascript/min/projax/MIT-LICENSE
-share/mantis/javascript/min/projax/builder.js
-share/mantis/javascript/min/projax/controls.js
-share/mantis/javascript/min/projax/dragdrop.js
-share/mantis/javascript/min/projax/effects.js
-share/mantis/javascript/min/projax/license.html
-share/mantis/javascript/min/projax/prototype.js
-share/mantis/javascript/min/projax/prototype_b.js
-share/mantis/javascript/min/projax/scriptaculous.js
-share/mantis/javascript/min/projax/slider.js
-share/mantis/javascript/min/time_tracking_stopwatch.js
-share/mantis/javascript/min/xmlhttprequest.js
+share/mantis/javascript_config.php
+share/mantis/javascript_translations.php
+share/mantis/js/bugFilter.js
+share/mantis/js/common.js
+share/mantis/js/install.js
+share/mantis/js/jquery-1.12.4.min.js
+share/mantis/js/jquery-ui-1.11.4.min.js
+share/mantis/js/jscalendar/calendar-blue.css
+share/mantis/js/jscalendar/calendar-setup.js
+share/mantis/js/jscalendar/calendar.js
+share/mantis/js/jscalendar/lang/calendar-en.js
+share/mantis/js/login.js
+share/mantis/js/manage_custom_field_edit_page.js
 share/mantis/jump_to_bug.php
 share/mantis/lang/.htaccess
-share/mantis/lang/langreadme.txt
-share/mantis/lang/strings_aeb.txt
+share/mantis/lang/README
+share/mantis/lang/Web.config
 share/mantis/lang/strings_afrikaans.txt
 share/mantis/lang/strings_amharic.txt
 share/mantis/lang/strings_arabic.txt
 share/mantis/lang/strings_arabicegyptianspoken.txt
+share/mantis/lang/strings_asturian.txt
+share/mantis/lang/strings_basque.txt
 share/mantis/lang/strings_belarusian_tarask.txt
 share/mantis/lang/strings_breton.txt
 share/mantis/lang/strings_bulgarian.txt
@@ -312,7 +1246,6 @@ share/mantis/lang/strings_chinese_tradit
 share/mantis/lang/strings_croatian.txt
 share/mantis/lang/strings_czech.txt
 share/mantis/lang/strings_danish.txt
-share/mantis/lang/strings_diq.txt
 share/mantis/lang/strings_dutch.txt
 share/mantis/lang/strings_english.txt
 share/mantis/lang/strings_estonian.txt
@@ -329,7 +1262,6 @@ share/mantis/lang/strings_italian.txt
 share/mantis/lang/strings_japanese.txt
 share/mantis/lang/strings_korean.txt
 share/mantis/lang/strings_latvian.txt
-share/mantis/lang/strings_lb.txt
 share/mantis/lang/strings_lithuanian.txt
 share/mantis/lang/strings_macedonian.txt
 share/mantis/lang/strings_norwegian_bokmal.txt
@@ -349,14 +1281,17 @@ share/mantis/lang/strings_slovene.txt
 share/mantis/lang/strings_spanish.txt
 share/mantis/lang/strings_swedish.txt
 share/mantis/lang/strings_swissgerman.txt
-share/mantis/lang/strings_ta.txt
 share/mantis/lang/strings_tagalog.txt
 share/mantis/lang/strings_turkish.txt
 share/mantis/lang/strings_ukrainian.txt
 share/mantis/lang/strings_urdu.txt
 share/mantis/lang/strings_vietnamese.txt
 share/mantis/lang/strings_volapuk.txt
-share/mantis/library/README.libs
+share/mantis/library/.htaccess
+share/mantis/library/README.md
+share/mantis/library/Web.config
+share/mantis/library/adodb/LICENSE.md
+share/mantis/library/adodb/README.md
 share/mantis/library/adodb/adodb-active-record.inc.php
 share/mantis/library/adodb/adodb-active-recordx.inc.php
 share/mantis/library/adodb/adodb-csvlib.inc.php
@@ -376,6 +1311,7 @@ share/mantis/library/adodb/adodb-time.in
 share/mantis/library/adodb/adodb-xmlschema.inc.php
 share/mantis/library/adodb/adodb-xmlschema03.inc.php
 share/mantis/library/adodb/adodb.inc.php
+share/mantis/library/adodb/composer.json
 share/mantis/library/adodb/datadict/datadict-access.inc.php
 share/mantis/library/adodb/datadict/datadict-db2.inc.php
 share/mantis/library/adodb/datadict/datadict-firebird.inc.php
@@ -388,7 +1324,9 @@ share/mantis/library/adodb/datadict/data
 share/mantis/library/adodb/datadict/datadict-oci8.inc.php
 share/mantis/library/adodb/datadict/datadict-postgres.inc.php
 share/mantis/library/adodb/datadict/datadict-sapdb.inc.php
+share/mantis/library/adodb/datadict/datadict-sqlite.inc.php
 share/mantis/library/adodb/datadict/datadict-sybase.inc.php
+share/mantis/library/adodb/docs/README.md
 share/mantis/library/adodb/drivers/adodb-access.inc.php
 share/mantis/library/adodb/drivers/adodb-ado.inc.php
 share/mantis/library/adodb/drivers/adodb-ado5.inc.php
@@ -399,6 +1337,7 @@ share/mantis/library/adodb/drivers/adodb
 share/mantis/library/adodb/drivers/adodb-csv.inc.php
 share/mantis/library/adodb/drivers/adodb-db2.inc.php
 share/mantis/library/adodb/drivers/adodb-db2oci.inc.php
+share/mantis/library/adodb/drivers/adodb-db2ora.inc.php
 share/mantis/library/adodb/drivers/adodb-fbsql.inc.php
 share/mantis/library/adodb/drivers/adodb-firebird.inc.php
 share/mantis/library/adodb/drivers/adodb-ibase.inc.php
@@ -417,6 +1356,7 @@ share/mantis/library/adodb/drivers/adodb
 share/mantis/library/adodb/drivers/adodb-oci8.inc.php
 share/mantis/library/adodb/drivers/adodb-oci805.inc.php
 share/mantis/library/adodb/drivers/adodb-oci8po.inc.php
+share/mantis/library/adodb/drivers/adodb-oci8quercus.inc.php
 share/mantis/library/adodb/drivers/adodb-odbc.inc.php
 share/mantis/library/adodb/drivers/adodb-odbc_db2.inc.php
 share/mantis/library/adodb/drivers/adodb-odbc_mssql.inc.php
@@ -430,30 +1370,32 @@ share/mantis/library/adodb/drivers/adodb
 share/mantis/library/adodb/drivers/adodb-pdo_oci.inc.php
 share/mantis/library/adodb/drivers/adodb-pdo_pgsql.inc.php
 share/mantis/library/adodb/drivers/adodb-pdo_sqlite.inc.php
+share/mantis/library/adodb/drivers/adodb-pdo_sqlsrv.inc.php
 share/mantis/library/adodb/drivers/adodb-postgres.inc.php
 share/mantis/library/adodb/drivers/adodb-postgres64.inc.php
 share/mantis/library/adodb/drivers/adodb-postgres7.inc.php
 share/mantis/library/adodb/drivers/adodb-postgres8.inc.php
+share/mantis/library/adodb/drivers/adodb-postgres9.inc.php
 share/mantis/library/adodb/drivers/adodb-proxy.inc.php
 share/mantis/library/adodb/drivers/adodb-sapdb.inc.php
 share/mantis/library/adodb/drivers/adodb-sqlanywhere.inc.php
 share/mantis/library/adodb/drivers/adodb-sqlite.inc.php
+share/mantis/library/adodb/drivers/adodb-sqlite3.inc.php
 share/mantis/library/adodb/drivers/adodb-sqlitepo.inc.php
 share/mantis/library/adodb/drivers/adodb-sybase.inc.php
 share/mantis/library/adodb/drivers/adodb-sybase_ase.inc.php
+share/mantis/library/adodb/drivers/adodb-text.inc.php
 share/mantis/library/adodb/drivers/adodb-vfp.inc.php
-share/mantis/library/adodb/index.html
 share/mantis/library/adodb/lang/adodb-ar.inc.php
 share/mantis/library/adodb/lang/adodb-bg.inc.php
-share/mantis/library/adodb/lang/adodb-bgutf8.inc.php
 share/mantis/library/adodb/lang/adodb-ca.inc.php
 share/mantis/library/adodb/lang/adodb-cn.inc.php
 share/mantis/library/adodb/lang/adodb-cz.inc.php
 share/mantis/library/adodb/lang/adodb-da.inc.php
 share/mantis/library/adodb/lang/adodb-de.inc.php
 share/mantis/library/adodb/lang/adodb-en.inc.php
+share/mantis/library/adodb/lang/adodb-eo.inc.php
 share/mantis/library/adodb/lang/adodb-es.inc.php
-share/mantis/library/adodb/lang/adodb-esperanto.inc.php
 share/mantis/library/adodb/lang/adodb-fa.inc.php
 share/mantis/library/adodb/lang/adodb-fr.inc.php
 share/mantis/library/adodb/lang/adodb-hu.inc.php
@@ -462,11 +1404,10 @@ share/mantis/library/adodb/lang/adodb-nl
 share/mantis/library/adodb/lang/adodb-pl.inc.php
 share/mantis/library/adodb/lang/adodb-pt-br.inc.php
 share/mantis/library/adodb/lang/adodb-ro.inc.php
-share/mantis/library/adodb/lang/adodb-ru1251.inc.php
+share/mantis/library/adodb/lang/adodb-ru.inc.php
 share/mantis/library/adodb/lang/adodb-sv.inc.php
-share/mantis/library/adodb/lang/adodb-uk1251.inc.php
-share/mantis/library/adodb/lang/adodb_th.inc.php
-share/mantis/library/adodb/license.txt
+share/mantis/library/adodb/lang/adodb-th.inc.php
+share/mantis/library/adodb/lang/adodb-uk.inc.php
 share/mantis/library/adodb/perf/perf-db2.inc.php
 share/mantis/library/adodb/perf/perf-informix.inc.php
 share/mantis/library/adodb/perf/perf-mssql.inc.php
@@ -475,8 +1416,6 @@ share/mantis/library/adodb/perf/perf-mys
 share/mantis/library/adodb/perf/perf-oci8.inc.php
 share/mantis/library/adodb/perf/perf-postgres.inc.php
 share/mantis/library/adodb/pivottable.inc.php
-share/mantis/library/adodb/readme.txt
-share/mantis/library/adodb/readme_mantis.txt
 share/mantis/library/adodb/rsfilter.inc.php
 share/mantis/library/adodb/session/adodb-compress-bzip2.php
 share/mantis/library/adodb/session/adodb-compress-gzip.php
@@ -513,11 +1452,21 @@ share/mantis/library/adodb/xsl/remove-0.
 share/mantis/library/adodb/xsl/remove-0.3.xsl
 share/mantis/library/disposable/changelog.txt
 share/mantis/library/disposable/disposable.php
+share/mantis/library/disposable/forwarding_domains.txt
 share/mantis/library/disposable/index.html
 share/mantis/library/disposable/license.txt
-share/mantis/library/disposable/readme.txt
+share/mantis/library/disposable/open_domains.txt
+share/mantis/library/disposable/readme.md
 share/mantis/library/disposable/readme_mantis.txt
+share/mantis/library/disposable/shredder_domains.txt
+share/mantis/library/disposable/time_bound_domains.txt
+share/mantis/library/disposable/trash_domains.txt
+share/mantis/library/ezc/Base/CREDITS
+share/mantis/library/ezc/Base/ChangeLog
+share/mantis/library/ezc/Base/DESCRIPTION
+share/mantis/library/ezc/Base/NOTICE
 share/mantis/library/ezc/Base/src/base.php
+share/mantis/library/ezc/Base/src/base_autoload.php
 share/mantis/library/ezc/Base/src/exceptions/autoload.php
 share/mantis/library/ezc/Base/src/exceptions/double_class_repository_prefix.php
 share/mantis/library/ezc/Base/src/exceptions/exception.php
@@ -551,6 +1500,11 @@ share/mantis/library/ezc/Base/src/option
 share/mantis/library/ezc/Base/src/struct.php
 share/mantis/library/ezc/Base/src/structs/file_find_context.php
 share/mantis/library/ezc/Base/src/structs/repository_directory.php
+share/mantis/library/ezc/Graph/CREDITS
+share/mantis/library/ezc/Graph/ChangeLog
+share/mantis/library/ezc/Graph/DESCRIPTION
+share/mantis/library/ezc/Graph/NOTICE
+share/mantis/library/ezc/Graph/README.rst
 share/mantis/library/ezc/Graph/src/axis/container.php
 share/mantis/library/ezc/Graph/src/axis/date.php
 share/mantis/library/ezc/Graph/src/axis/labeled.php
@@ -615,6 +1569,7 @@ share/mantis/library/ezc/Graph/src/excep
 share/mantis/library/ezc/Graph/src/exceptions/unregular_steps.php
 share/mantis/library/ezc/Graph/src/exceptions/unsupported_image_type.php
 share/mantis/library/ezc/Graph/src/graph.php
+share/mantis/library/ezc/Graph/src/graph_autoload.php
 share/mantis/library/ezc/Graph/src/interfaces/axis_label_renderer.php
 share/mantis/library/ezc/Graph/src/interfaces/chart.php
 share/mantis/library/ezc/Graph/src/interfaces/dataset_property.php
@@ -667,64 +1622,71 @@ share/mantis/library/ezc/Graph/src/struc
 share/mantis/library/ezc/Graph/src/structs/coordinate.php
 share/mantis/library/ezc/Graph/src/structs/step.php
 share/mantis/library/ezc/Graph/src/tools.php
+share/mantis/library/ezc/Makefile
 share/mantis/library/ezc/autoload/base_autoload.php
 share/mantis/library/ezc/autoload/graph_autoload.php
-share/mantis/library/nusoap/0001-Fix-12312-NuSOAP-web-description-XSS-vulnerability.patch
-share/mantis/library/nusoap/changelog
-share/mantis/library/nusoap/class.nusoap_base.php
-share/mantis/library/nusoap/class.soap_fault.php
-share/mantis/library/nusoap/class.soap_parser.php
-share/mantis/library/nusoap/class.soap_server.php
-share/mantis/library/nusoap/class.soap_transport_http.php
-share/mantis/library/nusoap/class.soap_val.php
-share/mantis/library/nusoap/class.soapclient.php
-share/mantis/library/nusoap/class.wsdl.php
-share/mantis/library/nusoap/class.wsdlcache.php
-share/mantis/library/nusoap/class.xmlschema.php
-share/mantis/library/nusoap/index.html
-share/mantis/library/nusoap/nusoap.php
-share/mantis/library/nusoap/nusoapmime.php
-share/mantis/library/nusoap/readme_mantis.txt
 share/mantis/library/phpmailer/LICENSE
+share/mantis/library/phpmailer/PHPMailerAutoload.php
 share/mantis/library/phpmailer/README.md
+share/mantis/library/phpmailer/VERSION
 share/mantis/library/phpmailer/changelog.md
 share/mantis/library/phpmailer/class.phpmailer.php
+share/mantis/library/phpmailer/class.phpmaileroauth.php
+share/mantis/library/phpmailer/class.phpmaileroauthgoogle.php
 share/mantis/library/phpmailer/class.pop3.php
 share/mantis/library/phpmailer/class.smtp.php
+share/mantis/library/phpmailer/extras/EasyPeasyICS.php
+share/mantis/library/phpmailer/extras/README.md
+share/mantis/library/phpmailer/extras/htmlfilter.php
+share/mantis/library/phpmailer/extras/ntlm_sasl_client.php
+share/mantis/library/phpmailer/get_oauth_token.php
 share/mantis/library/phpmailer/index.html
+share/mantis/library/phpmailer/language/phpmailer.lang-am.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ar.php
+share/mantis/library/phpmailer/language/phpmailer.lang-az.php
+share/mantis/library/phpmailer/language/phpmailer.lang-be.php
+share/mantis/library/phpmailer/language/phpmailer.lang-bg.php
 share/mantis/library/phpmailer/language/phpmailer.lang-br.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ca.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ch.php
 share/mantis/library/phpmailer/language/phpmailer.lang-cz.php
 share/mantis/library/phpmailer/language/phpmailer.lang-de.php
 share/mantis/library/phpmailer/language/phpmailer.lang-dk.php
+share/mantis/library/phpmailer/language/phpmailer.lang-el.php
 share/mantis/library/phpmailer/language/phpmailer.lang-eo.php
 share/mantis/library/phpmailer/language/phpmailer.lang-es.php
 share/mantis/library/phpmailer/language/phpmailer.lang-et.php
+share/mantis/library/phpmailer/language/phpmailer.lang-fa.php
 share/mantis/library/phpmailer/language/phpmailer.lang-fi.php
 share/mantis/library/phpmailer/language/phpmailer.lang-fo.php
 share/mantis/library/phpmailer/language/phpmailer.lang-fr.php
+share/mantis/library/phpmailer/language/phpmailer.lang-gl.php
 share/mantis/library/phpmailer/language/phpmailer.lang-he.php
+share/mantis/library/phpmailer/language/phpmailer.lang-hr.php
 share/mantis/library/phpmailer/language/phpmailer.lang-hu.php
+share/mantis/library/phpmailer/language/phpmailer.lang-id.php
 share/mantis/library/phpmailer/language/phpmailer.lang-it.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ja.php
+share/mantis/library/phpmailer/language/phpmailer.lang-ka.php
+share/mantis/library/phpmailer/language/phpmailer.lang-ko.php
+share/mantis/library/phpmailer/language/phpmailer.lang-lt.php
+share/mantis/library/phpmailer/language/phpmailer.lang-lv.php
+share/mantis/library/phpmailer/language/phpmailer.lang-ms.php
 share/mantis/library/phpmailer/language/phpmailer.lang-nl.php
 share/mantis/library/phpmailer/language/phpmailer.lang-no.php
 share/mantis/library/phpmailer/language/phpmailer.lang-pl.php
+share/mantis/library/phpmailer/language/phpmailer.lang-pt.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ro.php
 share/mantis/library/phpmailer/language/phpmailer.lang-ru.php
 share/mantis/library/phpmailer/language/phpmailer.lang-se.php
 share/mantis/library/phpmailer/language/phpmailer.lang-sk.php
+share/mantis/library/phpmailer/language/phpmailer.lang-sl.php
+share/mantis/library/phpmailer/language/phpmailer.lang-sr.php
 share/mantis/library/phpmailer/language/phpmailer.lang-tr.php
+share/mantis/library/phpmailer/language/phpmailer.lang-uk.php
+share/mantis/library/phpmailer/language/phpmailer.lang-vi.php
 share/mantis/library/phpmailer/language/phpmailer.lang-zh.php
 share/mantis/library/phpmailer/language/phpmailer.lang-zh_cn.php
-share/mantis/library/projax/classes/JavaScript.php
-share/mantis/library/projax/classes/Prototype.php
-share/mantis/library/projax/classes/Scriptaculous.php
-share/mantis/library/projax/index.html
-share/mantis/library/projax/projax.php
-share/mantis/library/projax/readme_mantis.txt
 share/mantis/library/rssbuilder/class.ObjectIterator.inc.php
 share/mantis/library/rssbuilder/class.ObjectList.inc.php
 share/mantis/library/rssbuilder/class.RSSBase.inc.php
@@ -741,6 +1703,88 @@ share/mantis/library/rssbuilder/index.ht
 share/mantis/library/rssbuilder/interface.RSS.inc.php
 share/mantis/library/rssbuilder/readme_mantis.txt
 share/mantis/library/rssbuilder/rss_sample_script.php
+share/mantis/library/securimage/.htaccess
+share/mantis/library/securimage/AHGBold.ttf
+share/mantis/library/securimage/LICENSE.txt
+share/mantis/library/securimage/README.FONT.txt
+share/mantis/library/securimage/README.md
+share/mantis/library/securimage/README.txt
+share/mantis/library/securimage/WavFile.php
+share/mantis/library/securimage/audio/.htaccess
+share/mantis/library/securimage/audio/en/0.wav
+share/mantis/library/securimage/audio/en/1.wav
+share/mantis/library/securimage/audio/en/10.wav
+share/mantis/library/securimage/audio/en/11.wav
+share/mantis/library/securimage/audio/en/12.wav
+share/mantis/library/securimage/audio/en/13.wav
+share/mantis/library/securimage/audio/en/14.wav
+share/mantis/library/securimage/audio/en/15.wav
+share/mantis/library/securimage/audio/en/16.wav
+share/mantis/library/securimage/audio/en/17.wav
+share/mantis/library/securimage/audio/en/18.wav
+share/mantis/library/securimage/audio/en/19.wav
+share/mantis/library/securimage/audio/en/2.wav
+share/mantis/library/securimage/audio/en/20.wav
+share/mantis/library/securimage/audio/en/3.wav
+share/mantis/library/securimage/audio/en/4.wav
+share/mantis/library/securimage/audio/en/5.wav
+share/mantis/library/securimage/audio/en/6.wav
+share/mantis/library/securimage/audio/en/7.wav
+share/mantis/library/securimage/audio/en/8.wav
+share/mantis/library/securimage/audio/en/9.wav
+share/mantis/library/securimage/audio/en/A.wav
+share/mantis/library/securimage/audio/en/B.wav
+share/mantis/library/securimage/audio/en/C.wav
+share/mantis/library/securimage/audio/en/D.wav
+share/mantis/library/securimage/audio/en/E.wav
+share/mantis/library/securimage/audio/en/F.wav
+share/mantis/library/securimage/audio/en/G.wav
+share/mantis/library/securimage/audio/en/H.wav
+share/mantis/library/securimage/audio/en/I.wav
+share/mantis/library/securimage/audio/en/J.wav
+share/mantis/library/securimage/audio/en/K.wav
+share/mantis/library/securimage/audio/en/L.wav
+share/mantis/library/securimage/audio/en/M.wav
+share/mantis/library/securimage/audio/en/MINUS.wav
+share/mantis/library/securimage/audio/en/N.wav
+share/mantis/library/securimage/audio/en/O.wav
+share/mantis/library/securimage/audio/en/P.wav
+share/mantis/library/securimage/audio/en/PLUS.wav
+share/mantis/library/securimage/audio/en/Q.wav
+share/mantis/library/securimage/audio/en/R.wav
+share/mantis/library/securimage/audio/en/S.wav
+share/mantis/library/securimage/audio/en/T.wav
+share/mantis/library/securimage/audio/en/TIMES.wav
+share/mantis/library/securimage/audio/en/U.wav
+share/mantis/library/securimage/audio/en/V.wav
+share/mantis/library/securimage/audio/en/W.wav
+share/mantis/library/securimage/audio/en/X.wav
+share/mantis/library/securimage/audio/en/Y.wav
+share/mantis/library/securimage/audio/en/Z.wav
+share/mantis/library/securimage/audio/en/error.wav
+share/mantis/library/securimage/audio/noise/check-point-1.wav
+share/mantis/library/securimage/audio/noise/crowd-talking-1.wav
+share/mantis/library/securimage/audio/noise/crowd-talking-6.wav
+share/mantis/library/securimage/audio/noise/crowd-talking-7.wav
+share/mantis/library/securimage/audio/noise/kids-playing-1.wav
+share/mantis/library/securimage/backgrounds/bg3.jpg
+share/mantis/library/securimage/backgrounds/bg4.jpg
+share/mantis/library/securimage/backgrounds/bg5.jpg
+share/mantis/library/securimage/backgrounds/bg6.png
+share/mantis/library/securimage/composer.json
+share/mantis/library/securimage/database/.htaccess
+share/mantis/library/securimage/database/index.html
+share/mantis/library/securimage/database/securimage.sq3
+share/mantis/library/securimage/images/audio_icon.png
+share/mantis/library/securimage/images/loading.png
+share/mantis/library/securimage/images/refresh.png
+share/mantis/library/securimage/securimage.css
+share/mantis/library/securimage/securimage.js
+share/mantis/library/securimage/securimage.php
+share/mantis/library/securimage/securimage_play.php
+share/mantis/library/securimage/securimage_play.swf
+share/mantis/library/securimage/securimage_show.php
+share/mantis/library/securimage/words/words.txt
 share/mantis/library/utf8/ChangeLog
 share/mantis/library/utf8/LICENSE
 share/mantis/library/utf8/README
@@ -780,7 +1824,6 @@ share/mantis/logout_page.php
 share/mantis/lost_pwd.php
 share/mantis/lost_pwd_page.php
 share/mantis/main_page.php
-share/mantis/make_captcha_img.php
 share/mantis/manage_columns_copy.php
 share/mantis/manage_columns_inc.php
 share/mantis/manage_config_columns_page.php
@@ -791,6 +1834,7 @@ share/mantis/manage_config_email_set.php
 share/mantis/manage_config_revert.php
 share/mantis/manage_config_work_threshold_page.php
 share/mantis/manage_config_work_threshold_set.php
+share/mantis/manage_config_workflow_graph_page.php
 share/mantis/manage_config_workflow_page.php
 share/mantis/manage_config_workflow_set.php
 share/mantis/manage_custom_field_create.php
@@ -837,13 +1881,13 @@ share/mantis/manage_user_create.php
 share/mantis/manage_user_create_page.php
 share/mantis/manage_user_delete.php
 share/mantis/manage_user_edit_page.php
+share/mantis/manage_user_impersonate.php
 share/mantis/manage_user_page.php
 share/mantis/manage_user_proj_add.php
 share/mantis/manage_user_proj_delete.php
 share/mantis/manage_user_prune.php
 share/mantis/manage_user_reset.php
 share/mantis/manage_user_update.php
-share/mantis/meta_inc.php
 share/mantis/my_view_inc.php
 share/mantis/my_view_page.php
 share/mantis/news_add.php
@@ -856,9 +1900,15 @@ share/mantis/news_view_page.php
 share/mantis/permalink_page.php
 share/mantis/plugin.php
 share/mantis/plugin_file.php
+share/mantis/plugins/.htaccess
+share/mantis/plugins/Gravatar/Gravatar.php
+share/mantis/plugins/Gravatar/README.md
+share/mantis/plugins/Gravatar/lang/strings_english.txt
 share/mantis/plugins/MantisCoreFormatting/MantisCoreFormatting.php
 share/mantis/plugins/MantisCoreFormatting/lang/strings_afrikaans.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_arabic.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_asturian.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_basque.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_belarusian_tarask.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_breton.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_bulgarian.txt
@@ -873,6 +1923,7 @@ share/mantis/plugins/MantisCoreFormattin
 share/mantis/plugins/MantisCoreFormatting/lang/strings_french.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_galician.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_german.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_greek.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_hebrew.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_hungarian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_interlingua.txt
@@ -907,6 +1958,7 @@ share/mantis/plugins/MantisGraph/core/Pe
 share/mantis/plugins/MantisGraph/core/graph_api.php
 share/mantis/plugins/MantisGraph/lang/strings_arabic.txt
 share/mantis/plugins/MantisGraph/lang/strings_arabicegyptianspoken.txt
+share/mantis/plugins/MantisGraph/lang/strings_asturian.txt
 share/mantis/plugins/MantisGraph/lang/strings_belarusian_tarask.txt
 share/mantis/plugins/MantisGraph/lang/strings_breton.txt
 share/mantis/plugins/MantisGraph/lang/strings_bulgarian.txt
@@ -953,6 +2005,7 @@ share/mantis/plugins/MantisGraph/lang/st
 share/mantis/plugins/MantisGraph/lang/strings_ukrainian.txt
 share/mantis/plugins/MantisGraph/lang/strings_urdu.txt
 share/mantis/plugins/MantisGraph/lang/strings_vietnamese.txt
+share/mantis/plugins/MantisGraph/lang/strings_volapuk.txt
 share/mantis/plugins/MantisGraph/pages/bug_graph_bycategory.php
 share/mantis/plugins/MantisGraph/pages/bug_graph_bystatus.php
 share/mantis/plugins/MantisGraph/pages/bug_graph_page.php
@@ -974,13 +2027,13 @@ share/mantis/plugins/MantisGraph/pages/s
 share/mantis/plugins/MantisGraph/pages/summary_graph_bystatus.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_bystatus_pct.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_cumulative_bydate.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_cumulative_bydate2.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_imp_category.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_imp_priority.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_imp_resolution.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_imp_severity.php
 share/mantis/plugins/MantisGraph/pages/summary_graph_imp_status.php
 share/mantis/plugins/MantisGraph/pages/summary_jpgraph_page.php
+share/mantis/plugins/Web.config
 share/mantis/plugins/XmlImportExport/ImportXml.php
 share/mantis/plugins/XmlImportExport/ImportXml/Interface.php
 share/mantis/plugins/XmlImportExport/ImportXml/Issue.php
@@ -988,6 +2041,7 @@ share/mantis/plugins/XmlImportExport/Imp
 share/mantis/plugins/XmlImportExport/XmlImportExport.php
 share/mantis/plugins/XmlImportExport/lang/strings_afrikaans.txt
 share/mantis/plugins/XmlImportExport/lang/strings_arabic.txt
+share/mantis/plugins/XmlImportExport/lang/strings_asturian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_belarusian_tarask.txt
 share/mantis/plugins/XmlImportExport/lang/strings_breton.txt
 share/mantis/plugins/XmlImportExport/lang/strings_bulgarian.txt
@@ -1030,6 +2084,8 @@ share/mantis/plugins/XmlImportExport/lan
 share/mantis/plugins/XmlImportExport/lang/strings_ukrainian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_vietnamese.txt
 share/mantis/plugins/XmlImportExport/mantis.dtd
+share/mantis/plugins/XmlImportExport/pages/config.php
+share/mantis/plugins/XmlImportExport/pages/config_page.php
 share/mantis/plugins/XmlImportExport/pages/export.php
 share/mantis/plugins/XmlImportExport/pages/import.php
 share/mantis/plugins/XmlImportExport/pages/import_action.php
@@ -1053,12 +2109,15 @@ share/mantis/query_delete_page.php
 share/mantis/query_store.php
 share/mantis/query_store_page.php
 share/mantis/query_view_page.php
+share/mantis/readme.md
 share/mantis/return_dynamic_filters.php
 share/mantis/roadmap_page.php
+share/mantis/scripts/.htaccess
 share/mantis/scripts/README
-share/mantis/scripts/checkin.php
+share/mantis/scripts/Web.config
 share/mantis/scripts/send_emails.php
 share/mantis/scripts/travis_before_script.sh
+share/mantis/scripts/travis_script.sh
 share/mantis/search.php
 share/mantis/set_project.php
 share/mantis/signup.php
@@ -1079,4 +2138,5 @@ share/mantis/view_all_set.php
 share/mantis/view_filters_page.php
 share/mantis/view_user_page.php
 share/mantis/wiki.php
+share/mantis/workflow_graph_img.php
 share/mantis/xmlhttprequest.php
Index: pkgsrc/devel/mantis/distinfo
diff -u pkgsrc/devel/mantis/distinfo:1.18 pkgsrc/devel/mantis/distinfo:1.19
--- pkgsrc/devel/mantis/distinfo:1.18   Tue Nov  3 03:27:49 2015
+++ pkgsrc/devel/mantis/distinfo        Tue Aug 30 12:37:43 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/11/03 03:27:49 agc Exp $
+$NetBSD: distinfo,v 1.19 2016/08/30 12:37:43 ryoon Exp $
 
-SHA1 (mantisbt-1.2.17.tar.gz) = 7cfa03ca674eb6727ed6d9c3f79266a12c0a669c
-RMD160 (mantisbt-1.2.17.tar.gz) = 40a599a5be7868d13374d9b36bf8ce33ed55149e
-SHA512 (mantisbt-1.2.17.tar.gz) = afe36f6be2e17a56324c6306d8b4e57c0a25b8f0d7c4da1c59a0e8f2d1ad50c706e3369ceeb4500203446b13cf50a1b0c1f9a85843126b06b3e34572cf679c24
-Size (mantisbt-1.2.17.tar.gz) = 3958728 bytes
+SHA1 (mantisbt-1.3.1.tar.gz) = baa398bd59356ed4142270b38fcdf67c6df54a4c
+RMD160 (mantisbt-1.3.1.tar.gz) = 828fc4f24dc17e77dacd20c12fc7917f1834a8bc
+SHA512 (mantisbt-1.3.1.tar.gz) = bac797f7d744b5f8911d2674779c790f6770fbbe7e28203a108cd51d8360cdd0830d3e68459a4d1892ca20c414f1ed37a8e71102bf804deba7073ea53885a1c1
+Size (mantisbt-1.3.1.tar.gz) = 13444685 bytes

Index: pkgsrc/devel/mantis/options.mk
diff -u pkgsrc/devel/mantis/options.mk:1.1 pkgsrc/devel/mantis/options.mk:1.2
--- pkgsrc/devel/mantis/options.mk:1.1  Wed Sep 24 01:06:26 2014
+++ pkgsrc/devel/mantis/options.mk      Tue Aug 30 12:37:43 2016
@@ -1,11 +1,20 @@
-# $NetBSD: options.mk,v 1.1 2014/09/24 01:06:26 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2016/08/30 12:37:43 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mantis
-PKG_SUPPORTED_OPTIONS= charts
-PKG_SUGGESTED_OPTIONS+=        # blank
+PKG_OPTIONS_REQUIRED_GROUPS=   db
+PKG_OPTIONS_GROUP.db=          mysql pgsql
+PKG_SUPPORTED_OPTIONS= charts ldap
+PKG_SUGGESTED_OPTIONS+=        mysql
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mcharts)
 DEPENDS+=      ${PHP_PKG_PREFIX}-jpgraph-[0-9]*:../../graphics/php-jpgraph
 .endif
+
+.if !empty(PKG_OPTIONS:Mmysql)
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli-[0-9]*:../../databases/php-mysqli
+.elif !empty(PKG_OPTIONS:Mpgsql)
+DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
+.endif
+



Home | Main Index | Thread Index | Old Index