pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis Update to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0c2c5a4c324
branches:  trunk
changeset: 351845:c0c2c5a4c324
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Aug 30 12:37:43 2016 +0000

description:
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.

diffstat:

 devel/mantis/MESSAGE    |     4 +-
 devel/mantis/Makefile   |    19 +-
 devel/mantis/PLIST      |  1242 +++++++++++++++++++++++++++++++++++++++++++---
 devel/mantis/distinfo   |    10 +-
 devel/mantis/options.mk |    15 +-
 5 files changed, 1179 insertions(+), 111 deletions(-)

diffs (truncated from 1791 to 300 lines):

diff -r d7b49de54b25 -r c0c2c5a4c324 devel/mantis/MESSAGE
--- a/devel/mantis/MESSAGE      Tue Aug 30 12:34:39 2016 +0000
+++ b/devel/mantis/MESSAGE      Tue Aug 30 12:37:43 2016 +0000
@@ -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 @@
 
        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
diff -r d7b49de54b25 -r c0c2c5a4c324 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Tue Aug 30 12:34:39 2016 +0000
+++ b/devel/mantis/Makefile     Tue Aug 30 12:37:43 2016 +0000
@@ -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 @@
 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 @@
 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 @@
        ${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 @@
                ${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 
 .include "../../lang/php/phpversion.mk"
-.include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d7b49de54b25 -r c0c2c5a4c324 devel/mantis/PLIST
--- a/devel/mantis/PLIST        Tue Aug 30 12:34:39 2016 +0000
+++ b/devel/mantis/PLIST        Tue Aug 30 12:37:43 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index