问题标签 [mantis]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
3506 浏览

vba - Mantis BT 导出请求通过“WinHttp.WinHttpRequest.5.1”

我的老板让我将公司的 Mantis 错误数据库导出到 Excel,但他不能让我访问 SQL Server,并且这个过程必须自动化。

我唯一可以使用的是 Excel(没有 ODBC,没有手动导出)。

所以我设法做到了:

(* : cf the code) 前一行,ResponseText 显示“2200 个错误”,所以在最后一次查询 (csv_export.php) 之前一切都很好。通过浏览器调用该脚本时,显示的页面与调用它的页面完全相同(如果页面显示 2 个错误,则 CSV 将包含 2 个错误)。在 IE / Firefox 中显示了我的 2200 个错误,CSV 给我带来了 2200 个错误。但是在 Excel 中,即使 ResponseText 显示了 2200 个错误,CSV 也给我带来了 624 个错误......好像我没有调用“高级过滤器”页面 :(

我希望有人能理解和帮助我;)

提前致谢,

大卫

0 投票
1 回答
2381 浏览

version-control - Mantis:查看问题时如何更改以自动显示附加图像?

我能够将图像上传到螳螂问题。我想调整螳螂代码或配置以自动显示图像(gif、png、jpg)。

有没有人成功地做到了这一点?

0 投票
3 回答
3309 浏览

migration - Mantis 到 Bugzilla 的迁移?

所以我们有这个项目,它使用 Mantis 作为错误跟踪工具,在公司中,公司的错误跟踪工具是 Bugzilla。这意味着我们将不得不很快使用 Bugzilla。我搜索了可用于从 Mantis 迁移到 Bugzilla 的工具,我只发现了这个m2bz工具,它似乎适用于 Mantis 0.17.5 和 Bugzilla 2.16.3,但自 2003 年以来似乎也有点死了......

你们是否已经尝试过进行这样的迁移?使用的 Mantis 版本是 1.1.8,Bugzilla 版本是 3.0.1。

提前致谢!

0 投票
4 回答
5409 浏览

php - 螳螂 - Integrate Wiki

我正在使用Mantis(PHP 和 Mysql)作为错误跟踪工具,我想扩展它以记录需求和技术规范。理想情况下,我应该能够将缺陷与需求联系起来。

有没有办法将Wiki工具(最好是基于 PHP 和 MySQL)集成到 Mantis 中?

编辑:

建议的 Mantis 替代品:(带有集成 Wiki 的开源 bugtrackers)

  1. TikiWiki (PHP)
  2. PhpWiki (PHP)
  3. Trac (Python) (感谢 ax)
  4. Redmine(Ruby on Rails)(感谢 Paul)
0 投票
1 回答
2372 浏览

version - Mantis - 添加版本字段

是否可以为Mantis中提出的每个缺陷/问题提供一个版本号,并在缺陷的生命周期内跟踪其价值?

例如 v0.1 - 报告的问题 v0.2 - 分配的问题 v0.5 - 问题已解决 v0.6 - 问题已关闭

我从未在 Mantis 中使用过自定义字段——它们可以用于这样的目的吗?

更新:

与此同时,我找到了这些参考资料:

  1. 自定义字段
  2. 管理自定义字段
0 投票
2 回答
348 浏览

mantis - Mantis:显示分配给我的案例列表

无论如何,在Mantis中是否有分配给我的案例列表?

0 投票
2 回答
811 浏览

php - exec() text redirection for PHP on Windows on SVN post-commit hook

I have been following the post below trying to hook my SubVersion installation to my Mantis bug tracker.

How To Integrate Subversion and Mantis

Everything works fine until the last line where it calls the Mantis checkin.php script and feeds it the message string that has been created in the script.

I understand the purpose of the line is to send the message string to STDIN which Mantis' checkin.php reads in order to check for an appropriate matching string and update the Mantis tracking database.

Anyways, I know the above convention is for a Linux installation. My question is how would I use the PHP exec() function in a Windows environment to call the PHP script(checkin.php) and pass the string built in this program to STDIN.

NOTE: I would prefer not to change the logic in checkin.php to read from STDIN.

Thanks!!

0 投票
1 回答
212 浏览

mantis - 螳螂票问题

我想为不同的企业固定票号,以便于查看。

我面临的问题是,当您尝试对一个企业的工单 ID 进行排序时,您会发现不同的工单号,所以我没有安排顺序。

例如:我想将票号从(1-1000)调整到我的一个企业,将(1000-2000)调整到另一个,这在螳螂票上是可能的。

0 投票
1 回答
624 浏览

php - Mantis Bug Tracker 发送邮件的日期格式

我正在使用 Mantis 错误跟踪器 v1.1.8。当 mantis 发送的邮件到达我公司的收件箱时,收件箱页面上显示的日期为邮件的“未知日期”。在打开消息时,我可以看到实际日期。Mantis 收到邮件的日期格式为 Thu, 31 Dec 2009 12:30:28 +0580,而其他邮件的日期格式为 Mon, 21 Dec 2009 06:56:18 +0100 [12/21/ 2009 年上午 11:26:18 IST]。

有什么办法可以解决这个问题?谢谢你

0 投票
2 回答
624 浏览

php - Webmail 中从 Mantis 收到的邮件显示日期未知

我使用 Mantis bug tracker v1.1.8 和 Horde Webmail System 来处理我的公司电子邮件。当 Mantis 发送的电子邮件到达我公司的收件箱时,我在收件箱视图的日期字段中收到未知日期。当我打开消息时,我看到了像 Thu, 31 Dec 2009 14:32:15 +0580 这样的日期。我可以在收件箱视图中看到其日期的其他邮件的日期格式为 Mon, 21 Dec 2009 06:56:18 +0100 [12/21/2009 11:26:18 AM IST] 。供您参考,我已将 config_inc.php 的内容粘贴在下面

有什么办法可以解决这个问题?谢谢你