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:           Sun May 21 07:16:49 UTC 2017

Modified Files:
        pkgsrc/devel/mantis: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/mantis/patches: patch-verify.php

Log Message:
Update to 2.4.1

* This version works with PHP 7.1.5

Changelog:
2.4.1:
0022428: [markdown] CSV and Excel exports with markdown on (vboctor)
0022906: [security] CVE-2017-7620: Open redirection vulnerability in /login_page.php (dregad)
0022909: [security] CVE-2017-7620: CSRF - Arbitrary Permalink Injection (dregad)
0022867: [markdown] Markdown formatting is broken for notes column on View Issues page (vboctor)

2.4.0:
0021558: [ui] log destination for page produces messed output (syncguru)
0022665: [documentation] Wrong documentation of option bug_resolution_fixed_threshold (atrol)
0022689: [bugtracker] HTTP_X_FORWARDED_PROTO is not honored when loading Gravatar (vboctor)
0022744: [signup] Signup is not working on mantisbt.org/bugs (vboctor)
0022740: [performance] Allowed memory size of 268435456 bytes exhausted (vboctor)
0004235: [authentication] Support Generic Authentication through Plug-ins (vboctor)
0022140: [administration] Getting error dialog when reporting issues and file upload is disabled (cproensa)
0022635: [time tracking] Empty notes with time tracking show as empty notes for users that can't view time tracking (vboctor)
0022673: [attachments] Dropzone uploads files when submitting other forms (cproensa)
0022762: [api rest] Bug in error handling when user doesn't have access level to handle issue (vboctor)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/mantis/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/mantis/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/mantis/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/mantis/patches/patch-verify.php

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/Makefile
diff -u pkgsrc/devel/mantis/Makefile:1.49 pkgsrc/devel/mantis/Makefile:1.50
--- pkgsrc/devel/mantis/Makefile:1.49   Mon Apr 17 09:57:14 2017
+++ pkgsrc/devel/mantis/Makefile        Sun May 21 07:16:49 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2017/04/17 09:57:14 maya Exp $
+# $NetBSD: Makefile,v 1.50 2017/05/21 07:16:49 ryoon Exp $
 
-DISTNAME=      mantisbt-1.3.1
-PKGREVISION=   2
+DISTNAME=      mantisbt-2.4.1
 PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -11,7 +10,7 @@ HOMEPAGE=     http://www.mantisbt.org/
 COMMENT=       PHP/MySQL/web based bugtracking system
 LICENSE=       gnu-gpl-v2
 
-PHP_VERSIONS_ACCEPTED= 56
+#PHP_VERSIONS_ACCEPTED=        56
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 
@@ -53,10 +52,6 @@ INSTALLATION_DIRS+=  share/doc/mantis ${E
 post-extract:
        ${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
 
-# Get rid of patch leftovers
-post-patch:
-       ${RM} ${WRKSRC}/*.orig
-
 do-install:
        cd ${WRKSRC}/doc && \
                pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis

Index: pkgsrc/devel/mantis/PLIST
diff -u pkgsrc/devel/mantis/PLIST:1.19 pkgsrc/devel/mantis/PLIST:1.20
--- pkgsrc/devel/mantis/PLIST:1.19      Tue Aug 30 12:37:43 2016
+++ pkgsrc/devel/mantis/PLIST   Sun May 21 07:16:49 2017
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.19 2016/08/30 12:37:43 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/05/21 07:16:49 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/MantisBT-2.0-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
@@ -220,7 +220,7 @@ share/doc/mantis/en-US/Admin_Guide/html-
 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/MantisBT-2.0-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
@@ -486,6 +486,77 @@ share/mantis/admin/schema.php
 share/mantis/admin/system_utils.php
 share/mantis/admin/test_langs.php
 share/mantis/admin/upgrade_unattended.php
+share/mantis/api/rest/.htaccess
+share/mantis/api/rest/index.php
+share/mantis/api/rest/restcore/.htaccess
+share/mantis/api/rest/restcore/ApiEnabledMiddleware.php
+share/mantis/api/rest/restcore/AuthMiddleware.php
+share/mantis/api/rest/restcore/CacheMiddleware.php
+share/mantis/api/rest/restcore/OfflineMiddleware.php
+share/mantis/api/rest/restcore/VersionMiddleware.php
+share/mantis/api/rest/restcore/config_rest.php
+share/mantis/api/rest/restcore/internal_rest.php
+share/mantis/api/rest/restcore/issues_rest.php
+share/mantis/api/rest/restcore/lang_rest.php
+share/mantis/api/rest/restcore/users_rest.php
+share/mantis/api/rest/swagger.json
+share/mantis/api/rest/swagger/.dockerignore
+share/mantis/api/rest/swagger/.jshintignore
+share/mantis/api/rest/swagger/.jshintrc
+share/mantis/api/rest/swagger/.npmignore
+share/mantis/api/rest/swagger/css/print.css
+share/mantis/api/rest/swagger/css/reset.css
+share/mantis/api/rest/swagger/css/screen.css
+share/mantis/api/rest/swagger/css/style.css
+share/mantis/api/rest/swagger/css/typography.css
+share/mantis/api/rest/swagger/fonts/DroidSans-Bold.ttf
+share/mantis/api/rest/swagger/fonts/DroidSans.ttf
+share/mantis/api/rest/swagger/images/collapse.gif
+share/mantis/api/rest/swagger/images/expand.gif
+share/mantis/api/rest/swagger/images/explorer_icons.png
+share/mantis/api/rest/swagger/images/favicon-16x16.png
+share/mantis/api/rest/swagger/images/favicon-32x32.png
+share/mantis/api/rest/swagger/images/favicon.ico
+share/mantis/api/rest/swagger/images/logo_small.png
+share/mantis/api/rest/swagger/images/pet_store_api.png
+share/mantis/api/rest/swagger/images/throbber.gif
+share/mantis/api/rest/swagger/images/wordnik_api.png
+share/mantis/api/rest/swagger/index.php
+share/mantis/api/rest/swagger/lang/ca.js
+share/mantis/api/rest/swagger/lang/el.js
+share/mantis/api/rest/swagger/lang/en.js
+share/mantis/api/rest/swagger/lang/es.js
+share/mantis/api/rest/swagger/lang/fr.js
+share/mantis/api/rest/swagger/lang/geo.js
+share/mantis/api/rest/swagger/lang/it.js
+share/mantis/api/rest/swagger/lang/ja.js
+share/mantis/api/rest/swagger/lang/ko-kr.js
+share/mantis/api/rest/swagger/lang/pl.js
+share/mantis/api/rest/swagger/lang/pt.js
+share/mantis/api/rest/swagger/lang/ru.js
+share/mantis/api/rest/swagger/lang/tr.js
+share/mantis/api/rest/swagger/lang/translator.js
+share/mantis/api/rest/swagger/lang/zh-cn.js
+share/mantis/api/rest/swagger/lib/backbone-min.js
+share/mantis/api/rest/swagger/lib/es5-shim.js
+share/mantis/api/rest/swagger/lib/handlebars-4.0.5.js
+share/mantis/api/rest/swagger/lib/highlight.9.1.0.pack.js
+share/mantis/api/rest/swagger/lib/highlight.9.1.0.pack_extended.js
+share/mantis/api/rest/swagger/lib/jquery-1.8.0.min.js
+share/mantis/api/rest/swagger/lib/jquery.ba-bbq.min.js
+share/mantis/api/rest/swagger/lib/jquery.slideto.min.js
+share/mantis/api/rest/swagger/lib/jquery.wiggle.min.js
+share/mantis/api/rest/swagger/lib/js-yaml.min.js
+share/mantis/api/rest/swagger/lib/jsoneditor.min.js
+share/mantis/api/rest/swagger/lib/lodash.min.js
+share/mantis/api/rest/swagger/lib/marked.js
+share/mantis/api/rest/swagger/lib/object-assign-pollyfill.js
+share/mantis/api/rest/swagger/lib/sanitize-html.min.js
+share/mantis/api/rest/swagger/lib/swagger-oauth.js
+share/mantis/api/rest/swagger/o2c.html
+share/mantis/api/rest/swagger/readme.md
+share/mantis/api/rest/swagger/swagger-ui.js
+share/mantis/api/rest/swagger/swagger-ui.min.js
 share/mantis/api/soap/mantisconnect.php
 share/mantis/api/soap/mantisconnect.wsdl
 share/mantis/api/soap/mc_account_api.php
@@ -521,9 +592,7 @@ 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_change_status_page.php
-share/mantis/bug_file_add.php
 share/mantis/bug_file_delete.php
-share/mantis/bug_file_upload_inc.php
 share/mantis/bug_monitor_add.php
 share/mantis/bug_monitor_delete.php
 share/mantis/bug_monitor_list_view_inc.php
@@ -554,6 +623,8 @@ share/mantis/bugnote_stats_inc.php
 share/mantis/bugnote_update.php
 share/mantis/bugnote_view_inc.php
 share/mantis/changelog_page.php
+share/mantis/composer.json
+share/mantis/composer.lock
 share/mantis/config/.htaccess
 share/mantis/config/Web.config
 share/mantis/config_defaults_inc.php
@@ -565,12 +636,14 @@ 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_activity_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/AuthFlags.class.php
 share/mantis/core/classes/Avatar.class.php
 share/mantis/core/classes/ConfigParser.class.php
 share/mantis/core/classes/IssueAssignedTimelineEvent.class.php
@@ -610,6 +683,7 @@ 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/filter_form_api.php
 share/mantis/core/form_api.php
 share/mantis/core/gpc_api.php
 share/mantis/core/graphviz_api.php
@@ -622,6 +696,7 @@ share/mantis/core/install_helper_functio
 share/mantis/core/json_api.php
 share/mantis/core/lang_api.php
 share/mantis/core/last_visited_api.php
+share/mantis/core/layout_api.php
 share/mantis/core/ldap_api.php
 share/mantis/core/logging_api.php
 share/mantis/core/mention_api.php
@@ -652,17 +727,32 @@ 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/ace-ie.css
+share/mantis/css/ace-ie.min.css
+share/mantis/css/ace-mantis.css
+share/mantis/css/ace-part2.css
+share/mantis/css/ace-part2.min.css
+share/mantis/css/ace-rtl.css
+share/mantis/css/ace-rtl.min.css
+share/mantis/css/ace-skins.css
+share/mantis/css/ace-skins.min.css
+share/mantis/css/ace.css
+share/mantis/css/ace.min.css
+share/mantis/css/bootstrap-3.3.6.css
+share/mantis/css/bootstrap-3.3.6.min.css
+share/mantis/css/bootstrap-datetimepicker-4.17.43.min.css
 share/mantis/css/common_config.php
 share/mantis/css/default.css
+share/mantis/css/dropzone-4.3.0.css
+share/mantis/css/dropzone-4.3.0.min.css
+share/mantis/css/font-awesome-4.6.3.min.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/pattern.jpg
 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
@@ -688,8 +778,8 @@ share/mantis/css/images/ui-icons_cd0a0a_
 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/open-sans.css
 share/mantis/css/rtl.css
 share/mantis/css/status_config.php
 share/mantis/csv_export.php
@@ -697,8 +787,9 @@ share/mantis/doc/.htaccess
 share/mantis/doc/CREDITS
 share/mantis/doc/LICENSE
 share/mantis/doc/Web.config
+share/mantis/doc/ace-theme-license.txt
 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/MantisBT-2.0-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
@@ -918,7 +1009,7 @@ share/mantis/doc/en-US/Admin_Guide/html-
 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/MantisBT-2.0-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
@@ -1139,94 +1230,54 @@ share/mantis/doc/en-US/Developers_Guide/
 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/doc/modern_my_view.png
+share/mantis/doc/modern_view_issue.png
+share/mantis/doc/modern_view_issues.png
 share/mantis/excel_xml_export.php
 share/mantis/file_download.php
+share/mantis/fonts/.htaccess
+share/mantis/fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff
+share/mantis/fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff
+share/mantis/fonts/fontawesome-webfont.eot
+share/mantis/fonts/fontawesome-webfont.svg
+share/mantis/fonts/fontawesome-webfont.ttf
+share/mantis/fonts/fontawesome-webfont.woff
+share/mantis/fonts/fontawesome-webfont.woff2
+share/mantis/fonts/glyphicons-halflings-regular.eot
+share/mantis/fonts/glyphicons-halflings-regular.svg
+share/mantis/fonts/glyphicons-halflings-regular.ttf
+share/mantis/fonts/glyphicons-halflings-regular.woff
+share/mantis/fonts/glyphicons-halflings-regular.woff2
 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
-share/mantis/images/delete.png
-share/mantis/images/dollars.gif
-share/mantis/images/down.gif
 share/mantis/images/favicon.ico
-share/mantis/images/fileicons/chm.gif
-share/mantis/images/fileicons/cpp.gif
-share/mantis/images/fileicons/css.gif
-share/mantis/images/fileicons/csv.gif
-share/mantis/images/fileicons/doc.gif
-share/mantis/images/fileicons/eml.gif
-share/mantis/images/fileicons/generic.gif
-share/mantis/images/fileicons/gif.gif
-share/mantis/images/fileicons/html.gif
-share/mantis/images/fileicons/jpg.gif
-share/mantis/images/fileicons/mhtml.gif
-share/mantis/images/fileicons/mid.gif
-share/mantis/images/fileicons/mov.gif
-share/mantis/images/fileicons/one.gif
-share/mantis/images/fileicons/pcx.gif
-share/mantis/images/fileicons/pdf.gif
-share/mantis/images/fileicons/png.gif
-share/mantis/images/fileicons/pot.gif
-share/mantis/images/fileicons/pps.gif
-share/mantis/images/fileicons/ppt.gif
-share/mantis/images/fileicons/pub.gif
-share/mantis/images/fileicons/reg.gif
-share/mantis/images/fileicons/text.gif
-share/mantis/images/fileicons/unknown.gif
-share/mantis/images/fileicons/vsd.gif
-share/mantis/images/fileicons/vsl.gif
-share/mantis/images/fileicons/vst.gif
-share/mantis/images/fileicons/wav.gif
-share/mantis/images/fileicons/wbk.gif
-share/mantis/images/fileicons/wri.gif
-share/mantis/images/fileicons/xls.gif
-share/mantis/images/fileicons/xlt.gif
-share/mantis/images/fileicons/xml.gif
-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
-share/mantis/images/ok.gif
-share/mantis/images/overdue.png
-share/mantis/images/plus.png
-share/mantis/images/priority_1.gif
-share/mantis/images/priority_2.gif
-share/mantis/images/priority_3.gif
-share/mantis/images/priority_low_1.gif
-share/mantis/images/priority_low_2.gif
-share/mantis/images/priority_low_3.gif
-share/mantis/images/priority_normal.gif
-share/mantis/images/protected.gif
 share/mantis/images/rel_dependant.png
 share/mantis/images/rel_duplicate.png
 share/mantis/images/rel_related.png
-share/mantis/images/rss.png
-share/mantis/images/synthese.gif
-share/mantis/images/synthgraph.gif
-share/mantis/images/unread.gif
-share/mantis/images/up.gif
-share/mantis/images/update.png
 share/mantis/index.php
 share/mantis/issues_rss.php
 share/mantis/javascript_config.php
 share/mantis/javascript_translations.php
+share/mantis/js/ace.js
+share/mantis/js/ace.min.js
+share/mantis/js/bootstrap-3.3.6.min.js
+share/mantis/js/bootstrap-datetimepicker-4.17.43.min.js
 share/mantis/js/bugFilter.js
 share/mantis/js/common.js
+share/mantis/js/dropzone-4.3.0.js
+share/mantis/js/dropzone-4.3.0.min.js
+share/mantis/js/html5shiv.min.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/jquery-2.2.4.min.js
+share/mantis/js/list-1.4.1.min.js
 share/mantis/js/login.js
 share/mantis/js/manage_custom_field_edit_page.js
+share/mantis/js/moment-with-locales-2.15.2.min.js
+share/mantis/js/respond.min.js
+share/mantis/js/typeahead.jquery-1.1.1.min.js
 share/mantis/jump_to_bug.php
 share/mantis/lang/.htaccess
 share/mantis/lang/README
@@ -1326,7 +1377,6 @@ share/mantis/library/adodb/datadict/data
 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
@@ -1461,173 +1511,13 @@ share/mantis/library/disposable/readme_m
 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
-share/mantis/library/ezc/Base/src/exceptions/extension_not_found.php
-share/mantis/library/ezc/Base/src/exceptions/file_exception.php
-share/mantis/library/ezc/Base/src/exceptions/file_io.php
-share/mantis/library/ezc/Base/src/exceptions/file_not_found.php
-share/mantis/library/ezc/Base/src/exceptions/file_permission.php
-share/mantis/library/ezc/Base/src/exceptions/functionality_not_supported.php
-share/mantis/library/ezc/Base/src/exceptions/init_callback_configured.php
-share/mantis/library/ezc/Base/src/exceptions/invalid_callback_class.php
-share/mantis/library/ezc/Base/src/exceptions/invalid_parent_class.php
-share/mantis/library/ezc/Base/src/exceptions/property_not_found.php
-share/mantis/library/ezc/Base/src/exceptions/property_permission.php
-share/mantis/library/ezc/Base/src/exceptions/setting_not_found.php
-share/mantis/library/ezc/Base/src/exceptions/setting_value.php
-share/mantis/library/ezc/Base/src/exceptions/value.php
-share/mantis/library/ezc/Base/src/exceptions/whatever.php
-share/mantis/library/ezc/Base/src/ezc_bootstrap.php
-share/mantis/library/ezc/Base/src/features.php
-share/mantis/library/ezc/Base/src/file.php
-share/mantis/library/ezc/Base/src/init.php
-share/mantis/library/ezc/Base/src/interfaces/configuration_initializer.php
-share/mantis/library/ezc/Base/src/interfaces/exportable.php
-share/mantis/library/ezc/Base/src/interfaces/persistable.php
-share/mantis/library/ezc/Base/src/metadata.php
-share/mantis/library/ezc/Base/src/metadata/pear.php
-share/mantis/library/ezc/Base/src/metadata/tarball.php
-share/mantis/library/ezc/Base/src/options.php
-share/mantis/library/ezc/Base/src/options/autoload.php
-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
-share/mantis/library/ezc/Graph/src/axis/logarithmic.php
-share/mantis/library/ezc/Graph/src/axis/numeric.php
-share/mantis/library/ezc/Graph/src/charts/bar.php
-share/mantis/library/ezc/Graph/src/charts/horizontal_bar.php
-share/mantis/library/ezc/Graph/src/charts/line.php
-share/mantis/library/ezc/Graph/src/charts/odometer.php
-share/mantis/library/ezc/Graph/src/charts/pie.php
-share/mantis/library/ezc/Graph/src/charts/radar.php
-share/mantis/library/ezc/Graph/src/colors/color.php
-share/mantis/library/ezc/Graph/src/colors/linear_gradient.php
-share/mantis/library/ezc/Graph/src/colors/radial_gradient.php
-share/mantis/library/ezc/Graph/src/data_container/base.php
-share/mantis/library/ezc/Graph/src/data_container/single.php
-share/mantis/library/ezc/Graph/src/datasets/array.php
-share/mantis/library/ezc/Graph/src/datasets/average.php
-share/mantis/library/ezc/Graph/src/datasets/base.php
-share/mantis/library/ezc/Graph/src/datasets/numeric.php
-share/mantis/library/ezc/Graph/src/datasets/property/axis.php
-share/mantis/library/ezc/Graph/src/datasets/property/boolean.php
-share/mantis/library/ezc/Graph/src/datasets/property/color.php
-share/mantis/library/ezc/Graph/src/datasets/property/integer.php
-share/mantis/library/ezc/Graph/src/datasets/property/string.php
-share/mantis/library/ezc/Graph/src/driver/cairo.php
-share/mantis/library/ezc/Graph/src/driver/cairo_oo.php
-share/mantis/library/ezc/Graph/src/driver/flash.php
-share/mantis/library/ezc/Graph/src/driver/gd.php
-share/mantis/library/ezc/Graph/src/driver/svg.php
-share/mantis/library/ezc/Graph/src/driver/svg_font.php
-share/mantis/library/ezc/Graph/src/driver/verbose.php
-share/mantis/library/ezc/Graph/src/element/axis.php
-share/mantis/library/ezc/Graph/src/element/background.php
-share/mantis/library/ezc/Graph/src/element/legend.php
-share/mantis/library/ezc/Graph/src/element/text.php
-share/mantis/library/ezc/Graph/src/exceptions/date_parsing.php
-share/mantis/library/ezc/Graph/src/exceptions/exception.php
-share/mantis/library/ezc/Graph/src/exceptions/flash_bitmap_type.php
-share/mantis/library/ezc/Graph/src/exceptions/font_rendering.php
-share/mantis/library/ezc/Graph/src/exceptions/font_type.php
-share/mantis/library/ezc/Graph/src/exceptions/incompatible_driver.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_assignement.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_data.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_data_source.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_dimensions.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_display_type.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_id.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_image_file.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_keys.php
-share/mantis/library/ezc/Graph/src/exceptions/invalid_step_size.php
-share/mantis/library/ezc/Graph/src/exceptions/no_data.php
-share/mantis/library/ezc/Graph/src/exceptions/no_such_data.php
-share/mantis/library/ezc/Graph/src/exceptions/no_such_dataset.php
-share/mantis/library/ezc/Graph/src/exceptions/no_such_element.php
-share/mantis/library/ezc/Graph/src/exceptions/not_rendered.php
-share/mantis/library/ezc/Graph/src/exceptions/out_of_boundings.php
-share/mantis/library/ezc/Graph/src/exceptions/out_of_logarithmical_boundings.php
-share/mantis/library/ezc/Graph/src/exceptions/reducement_failed.php
-share/mantis/library/ezc/Graph/src/exceptions/too_many_datasets.php
-share/mantis/library/ezc/Graph/src/exceptions/unknown_color_definition.php
-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
-share/mantis/library/ezc/Graph/src/interfaces/driver.php
-share/mantis/library/ezc/Graph/src/interfaces/element.php
-share/mantis/library/ezc/Graph/src/interfaces/horizontal_bar_renderer.php
-share/mantis/library/ezc/Graph/src/interfaces/odometer_renderer.php
-share/mantis/library/ezc/Graph/src/interfaces/palette.php
-share/mantis/library/ezc/Graph/src/interfaces/radar_renderer.php
-share/mantis/library/ezc/Graph/src/interfaces/renderer.php
-share/mantis/library/ezc/Graph/src/interfaces/stacked_bar_renderer.php
-share/mantis/library/ezc/Graph/src/math/boundings.php
-share/mantis/library/ezc/Graph/src/math/matrix.php
-share/mantis/library/ezc/Graph/src/math/polynom.php
-share/mantis/library/ezc/Graph/src/math/rotation.php
-share/mantis/library/ezc/Graph/src/math/transformation.php
-share/mantis/library/ezc/Graph/src/math/translation.php
-share/mantis/library/ezc/Graph/src/math/vector.php
-share/mantis/library/ezc/Graph/src/options/cairo_driver.php
-share/mantis/library/ezc/Graph/src/options/chart.php
-share/mantis/library/ezc/Graph/src/options/driver.php
-share/mantis/library/ezc/Graph/src/options/flash_driver.php
-share/mantis/library/ezc/Graph/src/options/font.php
-share/mantis/library/ezc/Graph/src/options/gd_driver.php
-share/mantis/library/ezc/Graph/src/options/line_chart.php
-share/mantis/library/ezc/Graph/src/options/odometer_chart.php
-share/mantis/library/ezc/Graph/src/options/pie_chart.php
-share/mantis/library/ezc/Graph/src/options/radar_chart.php
-share/mantis/library/ezc/Graph/src/options/renderer.php
-share/mantis/library/ezc/Graph/src/options/renderer_2d.php
-share/mantis/library/ezc/Graph/src/options/renderer_3d.php
-share/mantis/library/ezc/Graph/src/options/svg_driver.php
-share/mantis/library/ezc/Graph/src/palette/black.php
-share/mantis/library/ezc/Graph/src/palette/ez.php
-share/mantis/library/ezc/Graph/src/palette/ez_blue.php
-share/mantis/library/ezc/Graph/src/palette/ez_green.php
-share/mantis/library/ezc/Graph/src/palette/ez_red.php
-share/mantis/library/ezc/Graph/src/palette/tango.php
-share/mantis/library/ezc/Graph/src/renderer/2d.php
-share/mantis/library/ezc/Graph/src/renderer/3d.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_boxed.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_centered.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_exact.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_none.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_radar.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_rotated.php
-share/mantis/library/ezc/Graph/src/renderer/axis_label_rotated_boxed.php
-share/mantis/library/ezc/Graph/src/renderer/horizontal_bar.php
-share/mantis/library/ezc/Graph/src/structs/context.php
-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/parsedown/LICENSE.txt
+share/mantis/library/parsedown/Parsedown.php
+share/mantis/library/parsedown/README.md
 share/mantis/library/phpmailer/LICENSE
 share/mantis/library/phpmailer/PHPMailerAutoload.php
 share/mantis/library/phpmailer/README.md
+share/mantis/library/phpmailer/SECURITY.md
 share/mantis/library/phpmailer/VERSION
 share/mantis/library/phpmailer/changelog.md
 share/mantis/library/phpmailer/class.phpmailer.php
@@ -1646,12 +1536,11 @@ share/mantis/library/phpmailer/language/
 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-cs.php
+share/mantis/library/phpmailer/language/phpmailer.lang-da.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
@@ -1672,16 +1561,17 @@ share/mantis/library/phpmailer/language/
 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-nb.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-pt_br.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-sv.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
@@ -1819,6 +1709,7 @@ share/mantis/login.php
 share/mantis/login_anon.php
 share/mantis/login_cookie_test.php
 share/mantis/login_page.php
+share/mantis/login_password_page.php
 share/mantis/login_select_proj_page.php
 share/mantis/logout_page.php
 share/mantis/lost_pwd.php
@@ -1843,6 +1734,10 @@ share/mantis/manage_custom_field_edit_pa
 share/mantis/manage_custom_field_page.php
 share/mantis/manage_custom_field_proj_add.php
 share/mantis/manage_custom_field_update.php
+share/mantis/manage_filter_delete.php
+share/mantis/manage_filter_edit_page.php
+share/mantis/manage_filter_edit_update.php
+share/mantis/manage_filter_page.php
 share/mantis/manage_overview_page.php
 share/mantis/manage_plugin_install.php
 share/mantis/manage_plugin_page.php
@@ -1905,18 +1800,23 @@ share/mantis/plugins/Gravatar/Gravatar.p
 share/mantis/plugins/Gravatar/README.md
 share/mantis/plugins/Gravatar/lang/strings_english.txt
 share/mantis/plugins/MantisCoreFormatting/MantisCoreFormatting.php
+share/mantis/plugins/MantisCoreFormatting/core/MantisMarkdown.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_bn.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_breton.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_bs.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_bulgarian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_catalan.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_chinese_simplified.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_chinese_traditional.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_czech.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_danish.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_diq.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_dsb.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_dutch.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_english.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_finnish.txt
@@ -1925,15 +1825,20 @@ share/mantis/plugins/MantisCoreFormattin
 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_hsb.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_hungarian.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_id.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_interlingua.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_italian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_japanese.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_korean.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_lb.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_lithuanian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_macedonian.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_ms.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_norwegian_bokmal.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_occitan.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_pms.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_polish.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_portuguese_brazil.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_portuguese_standard.txt
@@ -1943,6 +1848,7 @@ share/mantis/plugins/MantisCoreFormattin
 share/mantis/plugins/MantisCoreFormatting/lang/strings_russian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_serbian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_serbian_latin.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_shi.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_slovak.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_spanish.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_swedish.txt
@@ -1951,14 +1857,21 @@ share/mantis/plugins/MantisCoreFormattin
 share/mantis/plugins/MantisCoreFormatting/lang/strings_turkish.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_ukrainian.txt
 share/mantis/plugins/MantisCoreFormatting/lang/strings_vietnamese.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-cn.txt
+share/mantis/plugins/MantisCoreFormatting/lang/strings_zh-hk.txt
 share/mantis/plugins/MantisCoreFormatting/pages/config.php
 share/mantis/plugins/MantisCoreFormatting/pages/config_edit.php
 share/mantis/plugins/MantisGraph/MantisGraph.php
 share/mantis/plugins/MantisGraph/core/Period.php
 share/mantis/plugins/MantisGraph/core/graph_api.php
+share/mantis/plugins/MantisGraph/files/MantisGraph.js
+share/mantis/plugins/MantisGraph/files/chart-2.1.6.min.js
+share/mantis/plugins/MantisGraph/files/chart.bundle-2.1.6.min.js
+share/mantis/plugins/MantisGraph/lang/strings_afrikaans.txt
 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_basque.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
@@ -1967,6 +1880,7 @@ share/mantis/plugins/MantisGraph/lang/st
 share/mantis/plugins/MantisGraph/lang/strings_chinese_traditional.txt
 share/mantis/plugins/MantisGraph/lang/strings_czech.txt
 share/mantis/plugins/MantisGraph/lang/strings_danish.txt
+share/mantis/plugins/MantisGraph/lang/strings_diq.txt
 share/mantis/plugins/MantisGraph/lang/strings_dutch.txt
 share/mantis/plugins/MantisGraph/lang/strings_english.txt
 share/mantis/plugins/MantisGraph/lang/strings_estonian.txt
@@ -1982,11 +1896,13 @@ share/mantis/plugins/MantisGraph/lang/st
 share/mantis/plugins/MantisGraph/lang/strings_italian.txt
 share/mantis/plugins/MantisGraph/lang/strings_japanese.txt
 share/mantis/plugins/MantisGraph/lang/strings_korean.txt
+share/mantis/plugins/MantisGraph/lang/strings_lb.txt
 share/mantis/plugins/MantisGraph/lang/strings_lithuanian.txt
 share/mantis/plugins/MantisGraph/lang/strings_macedonian.txt
 share/mantis/plugins/MantisGraph/lang/strings_norwegian_bokmal.txt
 share/mantis/plugins/MantisGraph/lang/strings_norwegian_nynorsk.txt
 share/mantis/plugins/MantisGraph/lang/strings_occitan.txt
+share/mantis/plugins/MantisGraph/lang/strings_pms.txt
 share/mantis/plugins/MantisGraph/lang/strings_polish.txt
 share/mantis/plugins/MantisGraph/lang/strings_portuguese_brazil.txt
 share/mantis/plugins/MantisGraph/lang/strings_portuguese_standard.txt
@@ -2006,33 +1922,18 @@ share/mantis/plugins/MantisGraph/lang/st
 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
-share/mantis/plugins/MantisGraph/pages/config.php
-share/mantis/plugins/MantisGraph/pages/config_edit.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bycategory.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bycategory_pct.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bydeveloper.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bypriority.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bypriority_mix.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_bypriority_pct.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byreporter.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byresolution.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byresolution_mix.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byresolution_pct.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byseverity.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byseverity_mix.php
-share/mantis/plugins/MantisGraph/pages/summary_graph_byseverity_pct.php
-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_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/MantisGraph/lang/strings_zh-cn.txt
+share/mantis/plugins/MantisGraph/pages/category_graph.php
+share/mantis/plugins/MantisGraph/pages/developer_graph.php
+share/mantis/plugins/MantisGraph/pages/issues_trend_bycategory_table.php
+share/mantis/plugins/MantisGraph/pages/issues_trend_bystatus_table.php
+share/mantis/plugins/MantisGraph/pages/issues_trend_graph.php
+share/mantis/plugins/MantisGraph/pages/issues_trend_page.php
+share/mantis/plugins/MantisGraph/pages/priority_graph.php
+share/mantis/plugins/MantisGraph/pages/reporter_graph.php
+share/mantis/plugins/MantisGraph/pages/resolution_graph.php
+share/mantis/plugins/MantisGraph/pages/severity_graph.php
+share/mantis/plugins/MantisGraph/pages/status_graph.php
 share/mantis/plugins/Web.config
 share/mantis/plugins/XmlImportExport/ImportXml.php
 share/mantis/plugins/XmlImportExport/ImportXml/Interface.php
@@ -2041,6 +1942,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_arabicegyptianspoken.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
@@ -2050,6 +1952,7 @@ share/mantis/plugins/XmlImportExport/lan
 share/mantis/plugins/XmlImportExport/lang/strings_chinese_traditional.txt
 share/mantis/plugins/XmlImportExport/lang/strings_czech.txt
 share/mantis/plugins/XmlImportExport/lang/strings_danish.txt
+share/mantis/plugins/XmlImportExport/lang/strings_diq.txt
 share/mantis/plugins/XmlImportExport/lang/strings_dutch.txt
 share/mantis/plugins/XmlImportExport/lang/strings_english.txt
 share/mantis/plugins/XmlImportExport/lang/strings_finnish.txt
@@ -2059,17 +1962,21 @@ share/mantis/plugins/XmlImportExport/lan
 share/mantis/plugins/XmlImportExport/lang/strings_greek.txt
 share/mantis/plugins/XmlImportExport/lang/strings_hebrew.txt
 share/mantis/plugins/XmlImportExport/lang/strings_hungarian.txt
+share/mantis/plugins/XmlImportExport/lang/strings_id.txt
 share/mantis/plugins/XmlImportExport/lang/strings_interlingua.txt
 share/mantis/plugins/XmlImportExport/lang/strings_italian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_japanese.txt
 share/mantis/plugins/XmlImportExport/lang/strings_korean.txt
+share/mantis/plugins/XmlImportExport/lang/strings_lb.txt
 share/mantis/plugins/XmlImportExport/lang/strings_lithuanian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_macedonian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_norwegian_bokmal.txt
 share/mantis/plugins/XmlImportExport/lang/strings_occitan.txt
+share/mantis/plugins/XmlImportExport/lang/strings_pms.txt
 share/mantis/plugins/XmlImportExport/lang/strings_polish.txt
 share/mantis/plugins/XmlImportExport/lang/strings_portuguese_brazil.txt
 share/mantis/plugins/XmlImportExport/lang/strings_portuguese_standard.txt
+share/mantis/plugins/XmlImportExport/lang/strings_qqq.txt
 share/mantis/plugins/XmlImportExport/lang/strings_ripoarisch.txt
 share/mantis/plugins/XmlImportExport/lang/strings_romanian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_russian.txt
@@ -2083,6 +1990,7 @@ share/mantis/plugins/XmlImportExport/lan
 share/mantis/plugins/XmlImportExport/lang/strings_turkish.txt
 share/mantis/plugins/XmlImportExport/lang/strings_ukrainian.txt
 share/mantis/plugins/XmlImportExport/lang/strings_vietnamese.txt
+share/mantis/plugins/XmlImportExport/lang/strings_zh-cn.txt
 share/mantis/plugins/XmlImportExport/mantis.dtd
 share/mantis/plugins/XmlImportExport/pages/config.php
 share/mantis/plugins/XmlImportExport/pages/config_page.php
@@ -2095,8 +2003,6 @@ share/mantis/print_all_bug_options_reset
 share/mantis/print_all_bug_options_update.php
 share/mantis/print_all_bug_page.php
 share/mantis/print_all_bug_page_word.php
-share/mantis/print_bug_page.php
-share/mantis/print_bugnote_inc.php
 share/mantis/proj_doc_add.php
 share/mantis/proj_doc_add_page.php
 share/mantis/proj_doc_delete.php
@@ -2104,11 +2010,8 @@ share/mantis/proj_doc_edit_page.php
 share/mantis/proj_doc_page.php
 share/mantis/proj_doc_update.php
 share/mantis/project_page.php
-share/mantis/query_delete.php
-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
@@ -2130,6 +2033,149 @@ share/mantis/tag_detach.php
 share/mantis/tag_update.php
 share/mantis/tag_update_page.php
 share/mantis/tag_view_page.php
+share/mantis/vendor/autoload.php
+share/mantis/vendor/composer/ClassLoader.php
+share/mantis/vendor/composer/LICENSE
+share/mantis/vendor/composer/autoload_classmap.php
+share/mantis/vendor/composer/autoload_files.php
+share/mantis/vendor/composer/autoload_namespaces.php
+share/mantis/vendor/composer/autoload_psr4.php
+share/mantis/vendor/composer/autoload_real.php
+share/mantis/vendor/composer/autoload_static.php
+share/mantis/vendor/composer/installed.json
+share/mantis/vendor/container-interop/container-interop/LICENSE
+share/mantis/vendor/container-interop/container-interop/README.md
+share/mantis/vendor/container-interop/container-interop/composer.json
+share/mantis/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md
+share/mantis/vendor/container-interop/container-interop/docs/ContainerInterface.md
+share/mantis/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md
+share/mantis/vendor/container-interop/container-interop/docs/Delegate-lookup.md
+share/mantis/vendor/container-interop/container-interop/docs/images/interoperating_containers.png
+share/mantis/vendor/container-interop/container-interop/docs/images/priority.png
+share/mantis/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png
+share/mantis/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php
+share/mantis/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php
+share/mantis/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php
+share/mantis/vendor/nikic/fast-route/.hhconfig
+share/mantis/vendor/nikic/fast-route/FastRoute.hhi
+share/mantis/vendor/nikic/fast-route/LICENSE
+share/mantis/vendor/nikic/fast-route/README.md
+share/mantis/vendor/nikic/fast-route/composer.json
+share/mantis/vendor/nikic/fast-route/phpunit.xml
+share/mantis/vendor/nikic/fast-route/src/BadRouteException.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator/CharCountBased.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupCountBased.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator/GroupPosBased.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator/MarkBased.php
+share/mantis/vendor/nikic/fast-route/src/DataGenerator/RegexBasedAbstract.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher/CharCountBased.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher/GroupCountBased.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher/GroupPosBased.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher/MarkBased.php
+share/mantis/vendor/nikic/fast-route/src/Dispatcher/RegexBasedAbstract.php
+share/mantis/vendor/nikic/fast-route/src/Route.php
+share/mantis/vendor/nikic/fast-route/src/RouteCollector.php
+share/mantis/vendor/nikic/fast-route/src/RouteParser.php
+share/mantis/vendor/nikic/fast-route/src/RouteParser/Std.php
+share/mantis/vendor/nikic/fast-route/src/bootstrap.php
+share/mantis/vendor/nikic/fast-route/src/functions.php
+share/mantis/vendor/nikic/fast-route/test/Dispatcher/CharCountBasedTest.php
+share/mantis/vendor/nikic/fast-route/test/Dispatcher/DispatcherTest.php
+share/mantis/vendor/nikic/fast-route/test/Dispatcher/GroupCountBasedTest.php
+share/mantis/vendor/nikic/fast-route/test/Dispatcher/GroupPosBasedTest.php
+share/mantis/vendor/nikic/fast-route/test/Dispatcher/MarkBasedTest.php
+share/mantis/vendor/nikic/fast-route/test/HackTypechecker/HackTypecheckerTest.php
+share/mantis/vendor/nikic/fast-route/test/HackTypechecker/fixtures/all_options.php
+share/mantis/vendor/nikic/fast-route/test/HackTypechecker/fixtures/empty_options.php
+share/mantis/vendor/nikic/fast-route/test/HackTypechecker/fixtures/no_options.php
+share/mantis/vendor/nikic/fast-route/test/RouteCollectorTest.php
+share/mantis/vendor/nikic/fast-route/test/RouteParser/StdTest.php
+share/mantis/vendor/nikic/fast-route/test/bootstrap.php
+share/mantis/vendor/pimple/pimple/CHANGELOG
+share/mantis/vendor/pimple/pimple/LICENSE
+share/mantis/vendor/pimple/pimple/README.rst
+share/mantis/vendor/pimple/pimple/composer.json
+share/mantis/vendor/pimple/pimple/ext/pimple/README.md
+share/mantis/vendor/pimple/pimple/ext/pimple/config.m4
+share/mantis/vendor/pimple/pimple/ext/pimple/config.w32
+share/mantis/vendor/pimple/pimple/ext/pimple/php_pimple.h
+share/mantis/vendor/pimple/pimple/ext/pimple/pimple.c
+share/mantis/vendor/pimple/pimple/ext/pimple/pimple_compat.h
+share/mantis/vendor/pimple/pimple/phpunit.xml.dist
+share/mantis/vendor/pimple/pimple/src/Pimple/Container.php
+share/mantis/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php
+share/mantis/vendor/pimple/pimple/src/Pimple/Tests/PimpleTest.php
+share/mantis/vendor/psr/container/LICENSE
+share/mantis/vendor/psr/container/README.md
+share/mantis/vendor/psr/container/composer.json
+share/mantis/vendor/psr/container/src/ContainerExceptionInterface.php
+share/mantis/vendor/psr/container/src/ContainerInterface.php
+share/mantis/vendor/psr/container/src/NotFoundExceptionInterface.php
+share/mantis/vendor/psr/http-message/CHANGELOG.md
+share/mantis/vendor/psr/http-message/LICENSE
+share/mantis/vendor/psr/http-message/README.md
+share/mantis/vendor/psr/http-message/composer.json
+share/mantis/vendor/psr/http-message/src/MessageInterface.php
+share/mantis/vendor/psr/http-message/src/RequestInterface.php
+share/mantis/vendor/psr/http-message/src/ResponseInterface.php
+share/mantis/vendor/psr/http-message/src/ServerRequestInterface.php
+share/mantis/vendor/psr/http-message/src/StreamInterface.php
+share/mantis/vendor/psr/http-message/src/UploadedFileInterface.php
+share/mantis/vendor/psr/http-message/src/UriInterface.php
+share/mantis/vendor/slim/slim/LICENSE.md
+share/mantis/vendor/slim/slim/Slim/App.php
+share/mantis/vendor/slim/slim/Slim/CallableResolver.php
+share/mantis/vendor/slim/slim/Slim/CallableResolverAwareTrait.php
+share/mantis/vendor/slim/slim/Slim/Collection.php
+share/mantis/vendor/slim/slim/Slim/Container.php
+share/mantis/vendor/slim/slim/Slim/DefaultServicesProvider.php
+share/mantis/vendor/slim/slim/Slim/DeferredCallable.php
+share/mantis/vendor/slim/slim/Slim/Exception/ContainerException.php
+share/mantis/vendor/slim/slim/Slim/Exception/ContainerValueNotFoundException.php
+share/mantis/vendor/slim/slim/Slim/Exception/MethodNotAllowedException.php
+share/mantis/vendor/slim/slim/Slim/Exception/NotFoundException.php
+share/mantis/vendor/slim/slim/Slim/Exception/SlimException.php
+share/mantis/vendor/slim/slim/Slim/Handlers/AbstractError.php
+share/mantis/vendor/slim/slim/Slim/Handlers/AbstractHandler.php
+share/mantis/vendor/slim/slim/Slim/Handlers/Error.php
+share/mantis/vendor/slim/slim/Slim/Handlers/NotAllowed.php
+share/mantis/vendor/slim/slim/Slim/Handlers/NotFound.php
+share/mantis/vendor/slim/slim/Slim/Handlers/PhpError.php
+share/mantis/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php
+share/mantis/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponseArgs.php
+share/mantis/vendor/slim/slim/Slim/Http/Body.php
+share/mantis/vendor/slim/slim/Slim/Http/Cookies.php
+share/mantis/vendor/slim/slim/Slim/Http/Environment.php
+share/mantis/vendor/slim/slim/Slim/Http/Headers.php
+share/mantis/vendor/slim/slim/Slim/Http/Message.php
+share/mantis/vendor/slim/slim/Slim/Http/Request.php
+share/mantis/vendor/slim/slim/Slim/Http/RequestBody.php
+share/mantis/vendor/slim/slim/Slim/Http/Response.php
+share/mantis/vendor/slim/slim/Slim/Http/Stream.php
+share/mantis/vendor/slim/slim/Slim/Http/UploadedFile.php
+share/mantis/vendor/slim/slim/Slim/Http/Uri.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/CallableResolverInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/CollectionInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/Http/CookiesInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/Http/EnvironmentInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/Http/HeadersInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/RouteInterface.php
+share/mantis/vendor/slim/slim/Slim/Interfaces/RouterInterface.php
+share/mantis/vendor/slim/slim/Slim/MiddlewareAwareTrait.php
+share/mantis/vendor/slim/slim/Slim/Routable.php
+share/mantis/vendor/slim/slim/Slim/Route.php
+share/mantis/vendor/slim/slim/Slim/RouteGroup.php
+share/mantis/vendor/slim/slim/Slim/Router.php
+share/mantis/vendor/slim/slim/composer.json
 share/mantis/verify.php
 share/mantis/view.php
 share/mantis/view_all_bug_page.php

Index: pkgsrc/devel/mantis/distinfo
diff -u pkgsrc/devel/mantis/distinfo:1.20 pkgsrc/devel/mantis/distinfo:1.21
--- pkgsrc/devel/mantis/distinfo:1.20   Mon Apr 17 09:57:14 2017
+++ pkgsrc/devel/mantis/distinfo        Sun May 21 07:16:49 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/04/17 09:57:14 maya Exp $
+$NetBSD: distinfo,v 1.21 2017/05/21 07:16:49 ryoon Exp $
 
-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
-SHA1 (patch-verify.php) = 7e312200115639ad950009d75dae92b675166eb9
+SHA1 (mantisbt-2.4.1.tar.gz) = 2790dc4f5458bf2792fb31614d08729859b64c87
+RMD160 (mantisbt-2.4.1.tar.gz) = a1ac7172314ea7ebe0682bb73fb448b742ce2a47
+SHA512 (mantisbt-2.4.1.tar.gz) = bd43af5542e44d99a848f9df79593d5510e13ada936ffa7bfb49853ab44e40788651098ae28a9ce822073b180d3d3064220654f8f078601a8b7d15103d5c7f51
+Size (mantisbt-2.4.1.tar.gz) = 15948586 bytes



Home | Main Index | Thread Index | Old Index