在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Mantis1.2.19问题管理系统官方原版

Mantis1.2.19问题管理系统官方原版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.27M
  • 下载次数:0
  • 浏览次数:77
  • 发布时间:2020-10-08
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Mantis1.2.19问题管理系统官方程序原版,只有源代码,需要自己完成Apache、mysql、php等的工具的安装。
【实例截图】
【核心代码】
mantisbt-1.2.19
└── mantisbt-1.2.19
├── account_delete.php
├── account_manage_columns_page.php
├── account_page.php
├── account_prefs_inc.php
├── account_prefs_page.php
├── account_prefs_reset.php
├── account_prefs_update.php
├── account_prof_edit_page.php
├── account_prof_menu_page.php
├── account_prof_update.php
├── account_sponsor_page.php
├── account_sponsor_update.php
├── account_update.php
├── adm_config_delete.php
├── adm_config_report.php
├── adm_config_set.php
├── admin
│   ├── admin.css
│   ├── check.php
│   ├── copy_field.php
│   ├── db_stats.php
│   ├── email_queue.php
│   ├── index.php
│   ├── install_functions.php
│   ├── install_helper_functions.php
│   ├── install.php
│   ├── move_attachments_page.php
│   ├── move_attachments.php
│   ├── schema.php
│   ├── system_utils.php
│   ├── test_email.php
│   ├── test_icons.php
│   ├── test_langs.php
│   ├── upgrade_unattended.php
│   └── upgrade_warning.php
├── adm_permissions_report.php
├── api
│   └── soap
│   ├── mantisconnect.php
│   ├── mantisconnect.wsdl
│   ├── mc_account_api.php
│   ├── mc_api.php
│   ├── mc_config_api.php
│   ├── mc_config_defaults_inc.php
│   ├── mc_core.php
│   ├── mc_custom_field_api.php
│   ├── mc_enum_api.php
│   ├── mc_file_api.php
│   ├── mc_filter_api.php
│   ├── mc_issue_api.php
│   ├── mc_issue_attachment_api.php
│   ├── mc_project_api.php
│   ├── mc_project_attachment_api.php
│   ├── mc_tag_api.php
│   ├── mc_user_pref_api.php
│   ├── mc_user_profile_api.php
│   └── wsdl-viewer.xsl
├── billing_inc.php
├── billing_page.php
├── browser_search_plugin.php
├── bug_actiongroup_add_note_inc.php
├── bug_actiongroup_attach_tags_inc.php
├── bug_actiongroup_ext_page.php
├── bug_actiongroup_ext.php
├── bug_actiongroup_page.php
├── bug_actiongroup.php
├── bug_actiongroup_update_product_build_inc.php
├── bug_actiongroup_update_severity_inc.php
├── bug_assign.php
├── bug_change_status_page.php
├── bug_file_add.php
├── bug_file_delete.php
├── bug_file_upload_inc.php
├── bug_monitor_add.php
├── bug_monitor_delete.php
├── bug_monitor_list_view_inc.php
├── bugnote_add_inc.php
├── bugnote_add.php
├── bugnote_delete.php
├── bugnote_edit_page.php
├── bugnote_set_view_state.php
├── bugnote_stats_inc.php
├── bugnote_update.php
├── bugnote_view_inc.php
├── bug_relationship_add.php
├── bug_relationship_delete.php
├── bug_relationship_graph_img.php
├── bug_relationship_graph.php
├── bug_reminder_page.php
├── bug_reminder.php
├── bug_report_advanced_page.php
├── bug_report_page.php
├── bug_report.php
├── bug_revision_drop.php
├── bug_revision_view_page.php
├── bug_set_sponsorship.php
├── bug_sponsorship_list_view_inc.php
├── bug_stick.php
├── bug_update_advanced_page.php
├── bug_update_page.php
├── bug_update.php
├── bug_view_advanced_page.php
├── bug_view_inc.php
├── bug_view_page.php
├── changelog_page.php
├── config_defaults_inc.php
├── config_filter_defaults_inc.php
├── config_inc.php.sample
├── core
│   ├── access_api.php
│   ├── ajax_api.php
│   ├── authentication_api.php
│   ├── bug_api.php
│   ├── bug_group_action_api.php
│   ├── bugnote_api.php
│   ├── bug_revision_api.php
│   ├── category_api.php
│   ├── cfdefs
│   │   └── cfdef_standard.php
│   ├── classes
│   │   ├── MantisColumn.class.php
│   │   ├── MantisCoreWikiPlugin.class.php
│   │   ├── MantisEnum.class.php
│   │   ├── MantisFilter.class.php
│   │   ├── MantisFormattingPlugin.class.php
│   │   ├── MantisPlugin.class.php
│   │   └── MantisWikiPlugin.class.php
│   ├── collapse_api.php
│   ├── columns_api.php
│   ├── compress_api.php
│   ├── config_api.php
│   ├── constant_inc.php
│   ├── csv_api.php
│   ├── current_user_api.php
│   ├── custom_field_api.php
│   ├── custom_function_api.php
│   ├── database_api.php
│   ├── date_api.php
│   ├── email_api.php
│   ├── email_queue_api.php
│   ├── error_api.php
│   ├── event_api.php
│   ├── events_inc.php
│   ├── excel_api.php
│   ├── file_api.php
│   ├── filter_api.php
│   ├── form_api.php
│   ├── gpc_api.php
│   ├── graphviz_api.php
│   ├── helper_api.php
│   ├── history_api.php
│   ├── html_api.php
│   ├── http_api.php
│   ├── icon_api.php
│   ├── json_api.php
│   ├── lang_api.php
│   ├── last_visited_api.php
│   ├── ldap_api.php
│   ├── logging_api.php
│   ├── mobile_api.php
│   ├── news_api.php
│   ├── obsolete.php
│   ├── php_api.php
│   ├── plugin_api.php
│   ├── prepare_api.php
│   ├── print_api.php
│   ├── profile_api.php
│   ├── projax_api.php
│   ├── project_api.php
│   ├── project_hierarchy_api.php
│   ├── relationship_api.php
│   ├── relationship_graph_api.php
│   ├── rss_api.php
│   ├── session_api.php
│   ├── sponsorship_api.php
│   ├── string_api.php
│   ├── summary_api.php
│   ├── tag_api.php
│   ├── tokens_api.php
│   ├── twitter_api.php
│   ├── url_api.php
│   ├── user_api.php
│   ├── user_pref_api.php
│   ├── utility_api.php
│   ├── version_api.php
│   ├── wiki_api.php
│   └── xmlhttprequest_api.php
├── core.php
├── css
│   ├── calendar-blue.css
│   ├── default.css
│   └── rtl.css
├── csv_export.php
├── doc
│   ├── CREDITS
│   ├── CUSTOMIZATION
│   ├── INSTALL
│   ├── LICENSE
│   └── RELEASE
├── excel_xml_export.php
├── file_download.php
├── history_inc.php
├── images
│   ├── attachment.png
│   ├── blank.gif
│   ├── calendar-img.gif
│   ├── clock.png
│   ├── delete.png
│   ├── dollars.gif
│   ├── down.gif
│   ├── favicon.ico
│   ├── fileicons
│   │   ├── chm.gif
│   │   ├── cpp.gif
│   │   ├── css.gif
│   │   ├── csv.gif
│   │   ├── doc.gif
│   │   ├── eml.gif
│   │   ├── generic.gif
│   │   ├── gif.gif
│   │   ├── html.gif
│   │   ├── jpg.gif
│   │   ├── mhtml.gif
│   │   ├── mid.gif
│   │   ├── mov.gif
│   │   ├── one.gif
│   │   ├── pcx.gif
│   │   ├── pdf.gif
│   │   ├── png.gif
│   │   ├── pot.gif
│   │   ├── pps.gif
│   │   ├── ppt.gif
│   │   ├── pub.gif
│   │   ├── reg.gif
│   │   ├── text.gif
│   │   ├── unknown.gif
│   │   ├── vsd.gif
│   │   ├── vsl.gif
│   │   ├── vst.gif
│   │   ├── wav.gif
│   │   ├── wbk.gif
│   │   ├── wri.gif
│   │   ├── xls.gif
│   │   ├── xlt.gif
│   │   ├── xml.gif
│   │   └── zip.gif
│   ├── ie.gif
│   ├── mantis_logo.gif
│   ├── mantis_logo.png
│   ├── mantis_space.gif
│   ├── minus.png
│   ├── notice.gif
│   ├── ok.gif
│   ├── overdue.png
│   ├── plus.png
│   ├── priority_1.gif
│   ├── priority_2.gif
│   ├── priority_3.gif
│   ├── priority_low_1.gif
│   ├── priority_low_2.gif
│   ├── priority_low_3.gif
│   ├── priority_normal.gif
│   ├── protected.gif
│   ├── rel_dependant.png
│   ├── rel_duplicate.png
│   ├── rel_related.png
│   ├── rss.png
│   ├── synthese.gif
│   ├── synthgraph.gif
│   ├── unread.gif
│   ├── update.png
│   └── up.gif
├── index.php
├── issues_rss.php
├── javascript
│   └── min
│   ├── addLoadEvent.js
│   ├── ajax.js
│   ├── common.js
│   ├── dynamic_filters.js
│   ├── jscalendar
│   │   ├── calendar-blue.css
│   │   ├── calendar.js
│   │   ├── calendar-setup.js
│   │   └── lang
│   │   └── calendar-en.js
│   ├── projax
│   │   ├── builder.js
│   │   ├── controls.js
│   │   ├── dragdrop.js
│   │   ├── effects.js
│   │   ├── license.html
│   │   ├── MIT-LICENSE
│   │   ├── prototype_b.js
│   │   ├── prototype.js
│   │   ├── scriptaculous.js
│   │   └── slider.js
│   ├── time_tracking_stopwatch.js
│   └── xmlhttprequest.js
├── jump_to_bug.php
├── lang
│   ├── langreadme.txt
│   ├── strings_aeb.txt
│   ├── strings_afrikaans.txt
│   ├── strings_amharic.txt
│   ├── strings_arabicegyptianspoken.txt
│   ├── strings_arabic.txt
│   ├── strings_belarusian_tarask.txt
│   ├── strings_breton.txt
│   ├── strings_bulgarian.txt
│   ├── strings_catalan.txt
│   ├── strings_chinese_simplified.txt
│   ├── strings_chinese_traditional.txt
│   ├── strings_croatian.txt
│   ├── strings_czech.txt
│   ├── strings_danish.txt
│   ├── strings_diq.txt
│   ├── strings_dutch.txt
│   ├── strings_english.txt
│   ├── strings_estonian.txt
│   ├── strings_finnish.txt
│   ├── strings_french.txt
│   ├── strings_galician.txt
│   ├── strings_german.txt
│   ├── strings_greek.txt
│   ├── strings_hebrew.txt
│   ├── strings_hungarian.txt
│   ├── strings_icelandic.txt
│   ├── strings_interlingua.txt
│   ├── strings_italian.txt
│   ├── strings_japanese.txt
│   ├── strings_korean.txt
│   ├── strings_latvian.txt
│   ├── strings_lb.txt
│   ├── strings_lithuanian.txt
│   ├── strings_macedonian.txt
│   ├── strings_norwegian_bokmal.txt
│   ├── strings_norwegian_nynorsk.txt
│   ├── strings_occitan.txt
│   ├── strings_polish.txt
│   ├── strings_portuguese_brazil.txt
│   ├── strings_portuguese_standard.txt
│   ├── strings_qqq.txt
│   ├── strings_ripoarisch.txt
│   ├── strings_romanian.txt
│   ├── strings_russian.txt
│   ├── strings_serbian_latin.txt
│   ├── strings_serbian.txt
│   ├── strings_slovak.txt
│   ├── strings_slovene.txt
│   ├── strings_spanish.txt
│   ├── strings_swedish.txt
│   ├── strings_swissgerman.txt
│   ├── strings_tagalog.txt
│   ├── strings_ta.txt
│   ├── strings_turkish.txt
│   ├── strings_ukrainian.txt
│   ├── strings_urdu.txt
│   ├── strings_vietnamese.txt
│   └── strings_volapuk.txt
├── library
│   ├── adodb
│   │   ├── adodb-active-record.inc.php
│   │   ├── adodb-active-recordx.inc.php
│   │   ├── adodb-csvlib.inc.php
│   │   ├── adodb-datadict.inc.php
│   │   ├── adodb-errorhandler.inc.php
│   │   ├── adodb-error.inc.php
│   │   ├── adodb-errorpear.inc.php
│   │   ├── adodb-exceptions.inc.php
│   │   ├── adodb.inc.php
│   │   ├── adodb-iterator.inc.php
│   │   ├── adodb-lib.inc.php
│   │   ├── adodb-memcache.lib.inc.php
│   │   ├── adodb-pager.inc.php
│   │   ├── adodb-pear.inc.php
│   │   ├── adodb-perf.inc.php
│   │   ├── adodb-php4.inc.php
│   │   ├── adodb-time.inc.php
│   │   ├── adodb-xmlschema03.inc.php
│   │   ├── adodb-xmlschema.inc.php
│   │   ├── datadict
│   │   │   ├── datadict-access.inc.php
│   │   │   ├── datadict-db2.inc.php
│   │   │   ├── datadict-firebird.inc.php
│   │   │   ├── datadict-generic.inc.php
│   │   │   ├── datadict-ibase.inc.php
│   │   │   ├── datadict-informix.inc.php
│   │   │   ├── datadict-mssql.inc.php
│   │   │   ├── datadict-mssqlnative.inc.php
│   │   │   ├── datadict-mysql.inc.php
│   │   │   ├── datadict-oci8.inc.php
│   │   │   ├── datadict-postgres.inc.php
│   │   │   ├── datadict-sapdb.inc.php
│   │   │   └── datadict-sybase.inc.php
│   │   ├── drivers
│   │   │   ├── adodb-access.inc.php
│   │   │   ├── adodb-ado5.inc.php
│   │   │   ├── adodb-ado_access.inc.php
│   │   │   ├── adodb-ado.inc.php
│   │   │   ├── adodb-ado_mssql.inc.php
│   │   │   ├── adodb-ads.inc.php
│   │   │   ├── adodb-borland_ibase.inc.php
│   │   │   ├── adodb-csv.inc.php
│   │   │   ├── adodb-db2.inc.php
│   │   │   ├── adodb-db2oci.inc.php
│   │   │   ├── adodb-fbsql.inc.php
│   │   │   ├── adodb-firebird.inc.php
│   │   │   ├── adodb-ibase.inc.php
│   │   │   ├── adodb-informix72.inc.php
│   │   │   ├── adodb-informix.inc.php
│   │   │   ├── adodb-ldap.inc.php
│   │   │   ├── adodb-mssql.inc.php
│   │   │   ├── adodb-mssqlnative.inc.php
│   │   │   ├── adodb-mssql_n.inc.php
│   │   │   ├── adodb-mssqlpo.inc.php
│   │   │   ├── adodb-mysqli.inc.php
│   │   │   ├── adodb-mysql.inc.php
│   │   │   ├── adodb-mysqlpo.inc.php
│   │   │   ├── adodb-mysqlt.inc.php
│   │   │   ├── adodb-netezza.inc.php
│   │   │   ├── adodb-oci805.inc.php
│   │   │   ├── adodb-oci8.inc.php
│   │   │   ├── adodb-oci8po.inc.php
│   │   │   ├── adodb-odbc_db2.inc.php
│   │   │   ├── adodb-odbc.inc.php
│   │   │   ├── adodb-odbc_mssql.inc.php
│   │   │   ├── adodb-odbc_oracle.inc.php
│   │   │   ├── adodb-odbtp.inc.php
│   │   │   ├── adodb-odbtp_unicode.inc.php
│   │   │   ├── adodb-oracle.inc.php
│   │   │   ├── adodb-pdo.inc.php
│   │   │   ├── adodb-pdo_mssql.inc.php
│   │   │   ├── adodb-pdo_mysql.inc.php
│   │   │   ├── adodb-pdo_oci.inc.php
│   │   │   ├── adodb-pdo_pgsql.inc.php
│   │   │   ├── adodb-pdo_sqlite.inc.php
│   │   │   ├── adodb-postgres64.inc.php
│   │   │   ├── adodb-postgres7.inc.php
│   │   │   ├── adodb-postgres8.inc.php
│   │   │   ├── adodb-postgres.inc.php
│   │   │   ├── adodb-proxy.inc.php
│   │   │   ├── adodb-sapdb.inc.php
│   │   │   ├── adodb-sqlanywhere.inc.php
│   │   │   ├── adodb-sqlite.inc.php
│   │   │   ├── adodb-sqlitepo.inc.php
│   │   │   ├── adodb-sybase_ase.inc.php
│   │   │   ├── adodb-sybase.inc.php
│   │   │   └── adodb-vfp.inc.php
│   │   ├── index.html
│   │   ├── lang
│   │   │   ├── adodb-ar.inc.php
│   │   │   ├── adodb-bg.inc.php
│   │   │   ├── adodb-bgutf8.inc.php
│   │   │   ├── adodb-ca.inc.php
│   │   │   ├── adodb-cn.inc.php
│   │   │   ├── adodb-cz.inc.php
│   │   │   ├── adodb-da.inc.php
│   │   │   ├── adodb-de.inc.php
│   │   │   ├── adodb-en.inc.php
│   │   │   ├── adodb-es.inc.php
│   │   │   ├── adodb-esperanto.inc.php
│   │   │   ├── adodb-fa.inc.php
│   │   │   ├── adodb-fr.inc.php
│   │   │   ├── adodb-hu.inc.php
│   │   │   ├── adodb-it.inc.php
│   │   │   ├── adodb-nl.inc.php
│   │   │   ├── adodb-pl.inc.php
│   │   │   ├── adodb-pt-br.inc.php
│   │   │   ├── adodb-ro.inc.php
│   │   │   ├── adodb-ru1251.inc.php
│   │   │   ├── adodb-sv.inc.php
│   │   │   ├── adodb_th.inc.php
│   │   │   └── adodb-uk1251.inc.php
│   │   ├── license.txt
│   │   ├── perf
│   │   │   ├── perf-db2.inc.php
│   │   │   ├── perf-informix.inc.php
│   │   │   ├── perf-mssql.inc.php
│   │   │   ├── perf-mssqlnative.inc.php
│   │   │   ├── perf-mysql.inc.php
│   │   │   ├── perf-oci8.inc.php
│   │   │   └── perf-postgres.inc.php
│   │   ├── pivottable.inc.php
│   │   ├── readme_mantis.txt
│   │   ├── readme.txt
│   │   ├── rsfilter.inc.php
│   │   ├── session
│   │   │   ├── adodb-compress-bzip2.php
│   │   │   ├── adodb-compress-gzip.php
│   │   │   ├── adodb-cryptsession2.php
│   │   │   ├── adodb-cryptsession.php
│   │   │   ├── adodb-encrypt-mcrypt.php
│   │   │   ├── adodb-encrypt-md5.php
│   │   │   ├── adodb-encrypt-secret.php
│   │   │   ├── adodb-encrypt-sha1.php
│   │   │   ├── adodb-session2.php
│   │   │   ├── adodb-session-clob2.php
│   │   │   ├── adodb-session-clob.php
│   │   │   ├── adodb-session.php
│   │   │   ├── adodb-sessions.mysql.sql
│   │   │   ├── adodb-sessions.oracle.clob.sql
│   │   │   ├── adodb-sessions.oracle.sql
│   │   │   ├── adodb-sess.txt
│   │   │   ├── crypt.inc.php
│   │   │   ├── old
│   │   │   │   ├── adodb-cryptsession.php
│   │   │   │   ├── adodb-session-clob.php
│   │   │   │   ├── adodb-session.php
│   │   │   │   └── crypt.inc.php
│   │   │   ├── session_schema2.xml
│   │   │   └── session_schema.xml
│   │   ├── toexport.inc.php
│   │   ├── tohtml.inc.php
│   │   ├── xmlschema03.dtd
│   │   ├── xmlschema.dtd
│   │   └── xsl
│   │   ├── convert-0.1-0.2.xsl
│   │   ├── convert-0.1-0.3.xsl
│   │   ├── convert-0.2-0.1.xsl
│   │   ├── convert-0.2-0.3.xsl
│   │   ├── remove-0.2.xsl
│   │   └── remove-0.3.xsl
│   ├── disposable
│   │   ├── changelog.txt
│   │   ├── disposable.php
│   │   ├── index.html
│   │   ├── license.txt
│   │   ├── readme_mantis.txt
│   │   └── readme.txt
│   ├── ezc
│   │   ├── autoload
│   │   │   ├── base_autoload.php
│   │   │   └── graph_autoload.php
│   │   ├── Base
│   │   │   └── src
│   │   │   ├── base.php
│   │   │   ├── exceptions
│   │   │   │   ├── autoload.php
│   │   │   │   ├── double_class_repository_prefix.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── extension_not_found.php
│   │   │   │   ├── file_exception.php
│   │   │   │   ├── file_io.php
│   │   │   │   ├── file_not_found.php
│   │   │   │   ├── file_permission.php
│   │   │   │   ├── functionality_not_supported.php
│   │   │   │   ├── init_callback_configured.php
│   │   │   │   ├── invalid_callback_class.php
│   │   │   │   ├── invalid_parent_class.php
│   │   │   │   ├── property_not_found.php
│   │   │   │   ├── property_permission.php
│   │   │   │   ├── setting_not_found.php
│   │   │   │   ├── setting_value.php
│   │   │   │   ├── value.php
│   │   │   │   └── whatever.php
│   │   │   ├── ezc_bootstrap.php
│   │   │   ├── features.php
│   │   │   ├── file.php
│   │   │   ├── init.php
│   │   │   ├── interfaces
│   │   │   │   ├── configuration_initializer.php
│   │   │   │   ├── exportable.php
│   │   │   │   └── persistable.php
│   │   │   ├── metadata
│   │   │   │   ├── pear.php
│   │   │   │   └── tarball.php
│   │   │   ├── metadata.php
│   │   │   ├── options
│   │   │   │   └── autoload.php
│   │   │   ├── options.php
│   │   │   ├── struct.php
│   │   │   └── structs
│   │   │   ├── file_find_context.php
│   │   │   └── repository_directory.php
│   │   └── Graph
│   │   └── src
│   │   ├── axis
│   │   │   ├── container.php
│   │   │   ├── date.php
│   │   │   ├── labeled.php
│   │   │   ├── logarithmic.php
│   │   │   └── numeric.php
│   │   ├── charts
│   │   │   ├── bar.php
│   │   │   ├── horizontal_bar.php
│   │   │   ├── line.php
│   │   │   ├── odometer.php
│   │   │   ├── pie.php
│   │   │   └── radar.php
│   │   ├── colors
│   │   │   ├── color.php
│   │   │   ├── linear_gradient.php
│   │   │   └── radial_gradient.php
│   │   ├── data_container
│   │   │   ├── base.php
│   │   │   └── single.php
│   │   ├── datasets
│   │   │   ├── array.php
│   │   │   ├── average.php
│   │   │   ├── base.php
│   │   │   ├── numeric.php
│   │   │   └── property
│   │   │   ├── axis.php
│   │   │   ├── boolean.php
│   │   │   ├── color.php
│   │   │   ├── integer.php
│   │   │   └── string.php
│   │   ├── driver
│   │   │   ├── cairo_oo.php
│   │   │   ├── cairo.php
│   │   │   ├── flash.php
│   │   │   ├── gd.php
│   │   │   ├── svg_font.php
│   │   │   ├── svg.php
│   │   │   └── verbose.php
│   │   ├── element
│   │   │   ├── axis.php
│   │   │   ├── background.php
│   │   │   ├── legend.php
│   │   │   └── text.php
│   │   ├── exceptions
│   │   │   ├── date_parsing.php
│   │   │   ├── exception.php
│   │   │   ├── flash_bitmap_type.php
│   │   │   ├── font_rendering.php
│   │   │   ├── font_type.php
│   │   │   ├── incompatible_driver.php
│   │   │   ├── invalid_assignement.php
│   │   │   ├── invalid_data.php
│   │   │   ├── invalid_data_source.php
│   │   │   ├── invalid_dimensions.php
│   │   │   ├── invalid_display_type.php
│   │   │   ├── invalid_id.php
│   │   │   ├── invalid_image_file.php
│   │   │   ├── invalid_keys.php
│   │   │   ├── invalid_step_size.php
│   │   │   ├── no_data.php
│   │   │   ├── no_such_data.php
│   │   │   ├── no_such_dataset.php
│   │   │   ├── no_such_element.php
│   │   │   ├── not_rendered.php
│   │   │   ├── out_of_boundings.php
│   │   │   ├── out_of_logarithmical_boundings.php
│   │   │   ├── reducement_failed.php
│   │   │   ├── too_many_datasets.php
│   │   │   ├── unknown_color_definition.php
│   │   │   ├── unregular_steps.php
│   │   │   └── unsupported_image_type.php
│   │   ├── graph.php
│   │   ├── interfaces
│   │   │   ├── axis_label_renderer.php
│   │   │   ├── chart.php
│   │   │   ├── dataset_property.php
│   │   │   ├── driver.php
│   │   │   ├── element.php
│   │   │   ├── horizontal_bar_renderer.php
│   │   │   ├── odometer_renderer.php
│   │   │   ├── palette.php
│   │   │   ├── radar_renderer.php
│   │   │   ├── renderer.php
│   │   │   └── stacked_bar_renderer.php
│   │   ├── math
│   │   │   ├── boundings.php
│   │   │   ├── matrix.php
│   │   │   ├── polynom.php
│   │   │   ├── rotation.php
│   │   │   ├── transformation.php
│   │   │   ├── translation.php
│   │   │   └── vector.php
│   │   ├── options
│   │   │   ├── cairo_driver.php
│   │   │   ├── chart.php
│   │   │   ├── driver.php
│   │   │   ├── flash_driver.php
│   │   │   ├── font.php
│   │   │   ├── gd_driver.php
│   │   │   ├── line_chart.php
│   │   │   ├── odometer_chart.php
│   │   │   ├── pie_chart.php
│   │   │   ├── radar_chart.php
│   │   │   ├── renderer_2d.php
│   │   │   ├── renderer_3d.php
│   │   │   ├── renderer.php
│   │   │   └── svg_driver.php
│   │   ├── palette
│   │   │   ├── black.php
│   │   │   ├── ez_blue.php
│   │   │   ├── ez_green.php
│   │   │   ├── ez.php
│   │   │   ├── ez_red.php
│   │   │   └── tango.php
│   │   ├── renderer
│   │   │   ├── 2d.php
│   │   │   ├── 3d.php
│   │   │   ├── axis_label_boxed.php
│   │   │   ├── axis_label_centered.php
│   │   │   ├── axis_label_exact.php
│   │   │   ├── axis_label_none.php
│   │   │   ├── axis_label_radar.php
│   │   │   ├── axis_label_rotated_boxed.php
│   │   │   ├── axis_label_rotated.php
│   │   │   └── horizontal_bar.php
│   │   ├── structs
│   │   │   ├── context.php
│   │   │   ├── coordinate.php
│   │   │   └── step.php
│   │   └── tools.php
│   ├── nusoap
│   │   ├── 0001-Fix-12312-NuSOAP-web-description-XSS-vulnerability.patch
│   │   ├── changelog
│   │   ├── class.nusoap_base.php
│   │   ├── class.soapclient.php
│   │   ├── class.soap_fault.php
│   │   ├── class.soap_parser.php
│   │   ├── class.soap_server.php
│   │   ├── class.soap_transport_http.php
│   │   ├── class.soap_val.php
│   │   ├── class.wsdlcache.php
│   │   ├── class.wsdl.php
│   │   ├── class.xmlschema.php
│   │   ├── index.html
│   │   ├── nusoapmime.php
│   │   ├── nusoap.php
│   │   └── readme_mantis.txt
│   ├── phpmailer
│   │   ├── changelog.md
│   │   ├── class.phpmailer.php
│   │   ├── class.pop3.php
│   │   ├── class.smtp.php
│   │   ├── index.html
│   │   ├── language
│   │   │   ├── phpmailer.lang-ar.php
│   │   │   ├── phpmailer.lang-br.php
│   │   │   ├── phpmailer.lang-ca.php
│   │   │   ├── phpmailer.lang-ch.php
│   │   │   ├── phpmailer.lang-cz.php
│   │   │   ├── phpmailer.lang-de.php
│   │   │   ├── phpmailer.lang-dk.php
│   │   │   ├── phpmailer.lang-eo.php
│   │   │   ├── phpmailer.lang-es.php
│   │   │   ├── phpmailer.lang-et.php
│   │   │   ├── phpmailer.lang-fi.php
│   │   │   ├── phpmailer.lang-fo.php
│   │   │   ├── phpmailer.lang-fr.php
│   │   │   ├── phpmailer.lang-he.php
│   │   │   ├── phpmailer.lang-hu.php
│   │   │   ├── phpmailer.lang-it.php
│   │   │   ├── phpmailer.lang-ja.php
│   │   │   ├── phpmailer.lang-nl.php
│   │   │   ├── phpmailer.lang-no.php
│   │   │   ├── phpmailer.lang-pl.php
│   │   │   ├── phpmailer.lang-ro.php
│   │   │   ├── phpmailer.lang-ru.php
│   │   │   ├── phpmailer.lang-se.php
│   │   │   ├── phpmailer.lang-sk.php
│   │   │   ├── phpmailer.lang-tr.php
│   │   │   ├── phpmailer.lang-zh_cn.php
│   │   │   └── phpmailer.lang-zh.php
│   │   ├── LICENSE
│   │   └── README.md
│   ├── projax
│   │   ├── classes
│   │   │   ├── JavaScript.php
│   │   │   ├── Prototype.php
│   │   │   └── Scriptaculous.php
│   │   ├── index.html
│   │   ├── projax.php
│   │   └── readme_mantis.txt
│   ├── README.libs
│   ├── rssbuilder
│   │   ├── class.ObjectIterator.inc.php
│   │   ├── class.ObjectList.inc.php
│   │   ├── class.RSSBase.inc.php
│   │   ├── class.RSSBuilder.inc.php
│   │   ├── class.RSSItem.inc.php
│   │   ├── class.RSSItemList.inc.php
│   │   ├── class.RSS_V_091.inc.php
│   │   ├── class.RSS_V_100.inc.php
│   │   ├── class.RSS_V_200.inc.php
│   │   ├── class.RSS_V_abstract.inc.php
│   │   ├── doc
│   │   │   ├── changelog_rssbuilder.htm
│   │   │   └── doc.css
│   │   ├── index.html
│   │   ├── interface.RSS.inc.php
│   │   ├── readme_mantis.txt
│   │   └── rss_sample_script.php
│   └── utf8
│   ├── ChangeLog
│   ├── exp
│   │   └── regexunicode.php
│   ├── index.html
│   ├── LICENSE
│   ├── mbstring
│   │   └── core.php
│   ├── native
│   │   └── core.php
│   ├── ord.php
│   ├── README
│   ├── readme_mantis.txt
│   ├── strcasecmp.php
│   ├── strcspn.php
│   ├── str_ireplace.php
│   ├── stristr.php
│   ├── str_pad.php
│   ├── strrev.php
│   ├── str_split.php
│   ├── strspn.php
│   ├── substr_replace.php
│   ├── TODO.tsk
│   ├── trim.php
│   ├── ucfirst.php
│   ├── ucwords.php
│   ├── utf8.php
│   └── utils
│   ├── ascii.php
│   ├── bad.php
│   ├── patterns.php
│   ├── position.php
│   ├── specials.php
│   ├── unicode.php
│   └── validation.php
├── login_anon.php
├── login_cookie_test.php
├── login_page.php
├── login.php
├── login_select_proj_page.php
├── logout_page.php
├── lost_pwd_page.php
├── lost_pwd.php
├── main_page.php
├── make_captcha_img.php
├── manage_columns_copy.php
├── manage_columns_inc.php
├── manage_config_columns_page.php
├── manage_config_columns_reset.php
├── manage_config_columns_set.php
├── manage_config_email_page.php
├── manage_config_email_set.php
├── manage_config_revert.php
├── manage_config_workflow_page.php
├── manage_config_workflow_set.php
├── manage_config_work_threshold_page.php
├── manage_config_work_threshold_set.php
├── manage_custom_field_create.php
├── manage_custom_field_delete.php
├── manage_custom_field_edit_page.php
├── manage_custom_field_page.php
├── manage_custom_field_proj_add.php
├── manage_custom_field_update.php
├── manage_overview_page.php
├── manage_plugin_install.php
├── manage_plugin_page.php
├── manage_plugin_uninstall.php
├── manage_plugin_update.php
├── manage_plugin_upgrade.php
├── manage_prof_menu_page.php
├── manage_proj_cat_add.php
├── manage_proj_cat_copy.php
├── manage_proj_cat_delete.php
├── manage_proj_cat_edit_page.php
├── manage_proj_cat_update.php
├── manage_proj_create_page.php
├── manage_proj_create.php
├── manage_proj_custom_field_add_existing.php
├── manage_proj_custom_field_copy.php
├── manage_proj_custom_field_remove.php
├── manage_proj_custom_field_update.php
├── manage_proj_delete.php
├── manage_proj_edit_page.php
├── manage_proj_page.php
├── manage_proj_subproj_add.php
├── manage_proj_subproj_delete.php
├── manage_proj_update_children.php
├── manage_proj_update.php
├── manage_proj_user_add.php
├── manage_proj_user_copy.php
├── manage_proj_user_remove.php
├── manage_proj_ver_add.php
├── manage_proj_ver_copy.php
├── manage_proj_ver_delete.php
├── manage_proj_ver_edit_page.php
├── manage_proj_ver_update.php
├── manage_tags_page.php
├── manage_user_create_page.php
├── manage_user_create.php
├── manage_user_delete.php
├── manage_user_edit_page.php
├── manage_user_page.php
├── manage_user_proj_add.php
├── manage_user_proj_delete.php
├── manage_user_prune.php
├── manage_user_reset.php
├── manage_user_update.php
├── mantis_offline.php.sample
├── meta_inc.php
├── my_view_inc.php
├── my_view_page.php
├── news_add.php
├── news_edit_page.php
├── news_list_page.php
├── news_menu_page.php
├── news_rss.php
├── news_update.php
├── news_view_page.php
├── permalink_page.php
├── plugin_file.php
├── plugin.php
├── plugins
│   ├── MantisCoreFormatting
│   │   ├── lang
│   │   │   ├── strings_afrikaans.txt
│   │   │   ├── strings_arabic.txt
│   │   │   ├── strings_belarusian_tarask.txt
│   │   │   ├── strings_breton.txt
│   │   │   ├── strings_bulgarian.txt
│   │   │   ├── strings_catalan.txt
│   │   │   ├── strings_chinese_simplified.txt
│   │   │   ├── strings_chinese_traditional.txt
│   │   │   ├── strings_czech.txt
│   │   │   ├── strings_danish.txt
│   │   │   ├── strings_dutch.txt
│   │   │   ├── strings_english.txt
│   │   │   ├── strings_finnish.txt
│   │   │   ├── strings_french.txt
│   │   │   ├── strings_galician.txt
│   │   │   ├── strings_german.txt
│   │   │   ├── strings_hebrew.txt
│   │   │   ├── strings_hungarian.txt
│   │   │   ├── strings_interlingua.txt
│   │   │   ├── strings_italian.txt
│   │   │   ├── strings_japanese.txt
│   │   │   ├── strings_korean.txt
│   │   │   ├── strings_lithuanian.txt
│   │   │   ├── strings_macedonian.txt
│   │   │   ├── strings_norwegian_bokmal.txt
│   │   │   ├── strings_occitan.txt
│   │   │   ├── strings_polish.txt
│   │   │   ├── strings_portuguese_brazil.txt
│   │   │   ├── strings_portuguese_standard.txt
│   │   │   ├── strings_qqq.txt
│   │   │   ├── strings_ripoarisch.txt
│   │   │   ├── strings_romanian.txt
│   │   │   ├── strings_russian.txt
│   │   │   ├── strings_serbian_latin.txt
│   │   │   ├── strings_serbian.txt
│   │   │   ├── strings_slovak.txt
│   │   │   ├── strings_spanish.txt
│   │   │   ├── strings_swedish.txt
│   │   │   ├── strings_swissgerman.txt
│   │   │   ├── strings_tagalog.txt
│   │   │   ├── strings_turkish.txt
│   │   │   ├── strings_ukrainian.txt
│   │   │   └── strings_vietnamese.txt
│   │   ├── MantisCoreFormatting.php
│   │   └── pages
│   │   ├── config_edit.php
│   │   └── config.php
│   ├── MantisGraph
│   │   ├── core
│   │   │   ├── graph_api.php
│   │   │   └── Period.php
│   │   ├── lang
│   │   │   ├── strings_arabicegyptianspoken.txt
│   │   │   ├── strings_arabic.txt
│   │   │   ├── strings_belarusian_tarask.txt
│   │   │   ├── strings_breton.txt
│   │   │   ├── strings_bulgarian.txt
│   │   │   ├── strings_catalan.txt
│   │   │   ├── strings_chinese_simplified.txt
│   │   │   ├── strings_chinese_traditional.txt
│   │   │   ├── strings_czech.txt
│   │   │   ├── strings_danish.txt
│   │   │   ├── strings_dutch.txt
│   │   │   ├── strings_english.txt
│   │   │   ├── strings_estonian.txt
│   │   │   ├── strings_finnish.txt
│   │   │   ├── strings_french.txt
│   │   │   ├── strings_galician.txt
│   │   │   ├── strings_german.txt
│   │   │   ├── strings_greek.txt
│   │   │   ├── strings_hebrew.txt
│   │   │   ├── strings_hungarian.txt
│   │   │   ├── strings_icelandic.txt
│   │   │   ├── strings_interlingua.txt
│   │   │   ├── strings_italian.txt
│   │   │   ├── strings_japanese.txt
│   │   │   ├── strings_korean.txt
│   │   │   ├── strings_lithuanian.txt
│   │   │   ├── strings_macedonian.txt
│   │   │   ├── strings_norwegian_bokmal.txt
│   │   │   ├── strings_norwegian_nynorsk.txt
│   │   │   ├── strings_occitan.txt
│   │   │   ├── strings_polish.txt
│   │   │   ├── strings_portuguese_brazil.txt
│   │   │   ├── strings_portuguese_standard.txt
│   │   │   ├── strings_qqq.txt
│   │   │   ├── strings_ripoarisch.txt
│   │   │   ├── strings_romanian.txt
│   │   │   ├── strings_russian.txt
│   │   │   ├── strings_serbian_latin.txt
│   │   │   ├── strings_serbian.txt
│   │   │   ├── strings_slovak.txt
│   │   │   ├── strings_spanish.txt
│   │   │   ├── strings_swedish.txt
│   │   │   ├── strings_swissgerman.txt
│   │   │   ├── strings_tagalog.txt
│   │   │   ├── strings_turkish.txt
│   │   │   ├── strings_ukrainian.txt
│   │   │   ├── strings_urdu.txt
│   │   │   └── strings_vietnamese.txt
│   │   ├── MantisGraph.php
│   │   └── pages
│   │   ├── bug_graph_bycategory.php
│   │   ├── bug_graph_bystatus.php
│   │   ├── bug_graph_page.php
│   │   ├── config_edit.php
│   │   ├── config.php
│   │   ├── summary_graph_bycategory_pct.php
│   │   ├── summary_graph_bycategory.php
│   │   ├── summary_graph_bydeveloper.php
│   │   ├── summary_graph_bypriority_mix.php
│   │   ├── summary_graph_bypriority_pct.php
│   │   ├── summary_graph_bypriority.php
│   │   ├── summary_graph_byreporter.php
│   │   ├── summary_graph_byresolution_mix.php
│   │   ├── summary_graph_byresolution_pct.php
│   │   ├── summary_graph_byresolution.php
│   │   ├── summary_graph_byseverity_mix.php
│   │   ├── summary_graph_byseverity_pct.php
│   │   ├── summary_graph_byseverity.php
│   │   ├── summary_graph_bystatus_pct.php
│   │   ├── summary_graph_bystatus.php
│   │   ├── summary_graph_cumulative_bydate2.php
│   │   ├── summary_graph_cumulative_bydate.php
│   │   ├── summary_graph_imp_category.php
│   │   ├── summary_graph_imp_priority.php
│   │   ├── summary_graph_imp_resolution.php
│   │   ├── summary_graph_imp_severity.php
│   │   ├── summary_graph_imp_status.php
│   │   └── summary_jpgraph_page.php
│   └── XmlImportExport
│   ├── ImportXml
│   │   ├── Interface.php
│   │   ├── Issue.php
│   │   └── Mapper.php
│   ├── ImportXml.php
│   ├── lang
│   │   ├── strings_afrikaans.txt
│   │   ├── strings_arabic.txt
│   │   ├── strings_belarusian_tarask.txt
│   │   ├── strings_breton.txt
│   │   ├── strings_bulgarian.txt
│   │   ├── strings_catalan.txt
│   │   ├── strings_chinese_simplified.txt
│   │   ├── strings_chinese_traditional.txt
│   │   ├── strings_czech.txt
│   │   ├── strings_danish.txt
│   │   ├── strings_dutch.txt
│   │   ├── strings_english.txt
│   │   ├── strings_finnish.txt
│   │   ├── strings_french.txt
│   │   ├── strings_galician.txt
│   │   ├── strings_german.txt
│   │   ├── strings_greek.txt
│   │   ├── strings_hebrew.txt
│   │   ├── strings_hungarian.txt
│   │   ├── strings_interlingua.txt
│   │   ├── strings_italian.txt
│   │   ├── strings_japanese.txt
│   │   ├── strings_korean.txt
│   │   ├── strings_lithuanian.txt
│   │   ├── strings_macedonian.txt
│   │   ├── strings_norwegian_bokmal.txt
│   │   ├── strings_occitan.txt
│   │   ├── strings_polish.txt
│   │   ├── strings_portuguese_brazil.txt
│   │   ├── strings_portuguese_standard.txt
│   │   ├── strings_ripoarisch.txt
│   │   ├── strings_romanian.txt
│   │   ├── strings_russian.txt
│   │   ├── strings_serbian_latin.txt
│   │   ├── strings_serbian.txt
│   │   ├── strings_slovak.txt
│   │   ├── strings_spanish.txt
│   │   ├── strings_swedish.txt
│   │   ├── strings_swissgerman.txt
│   │   ├── strings_tagalog.txt
│   │   ├── strings_turkish.txt
│   │   ├── strings_ukrainian.txt
│   │   └── strings_vietnamese.txt
│   ├── mantis.dtd
│   ├── pages
│   │   ├── config_page.php
│   │   ├── config.php
│   │   ├── export.php
│   │   ├── import_action.php
│   │   └── import.php
│   └── XmlImportExport.php
├── print_all_bug_options_inc.php
├── print_all_bug_options_page.php
├── print_all_bug_options_reset.php
├── print_all_bug_options_update.php
├── print_all_bug_page.php
├── print_all_bug_page_word.php
├── print_bugnote_inc.php
├── print_bug_page.php
├── proj_doc_add_page.php
├── proj_doc_add.php
├── proj_doc_delete.php
├── proj_doc_edit_page.php
├── proj_doc_page.php
├── proj_doc_update.php
├── project_page.php
├── query_delete_page.php
├── query_delete.php
├── query_store_page.php
├── query_store.php
├── query_view_page.php
├── return_dynamic_filters.php
├── roadmap_page.php
├── scripts
│   ├── checkin.php
│   ├── README
│   ├── send_emails.php
│   └── travis_before_script.sh
├── search.php
├── set_project.php
├── signup_page.php
├── signup.php
├── summary_page.php
├── tag_attach.php
├── tag_create.php
├── tag_delete.php
├── tag_detach.php
├── tag_update_page.php
├── tag_update.php
├── tag_view_page.php
├── verify.php
├── view_all_bug_page.php
├── view_all_inc.php
├── view_all_set.php
├── view_filters_page.php
├── view.php
├── view_user_page.php
├── wiki.php
└── xmlhttprequest.php

78 directories, 1071 files

标签:

实例下载地址

Mantis1.2.19问题管理系统官方原版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警