Search found 75 matches

by dregad
03 Jan 2020, 01:58
Forum: General Discussion
Topic: APPLICATION ERROR #1502
Replies: 7
Views: 10853

Re: APPLICATION ERROR #1502

It was removed from the admin guide, as it was no longer necessary.

See https://github.com/mantisbt/mantisbt/co ... ff5638ed46
by dregad
03 Jan 2020, 01:50
Forum: General Discussion
Topic: Product Matrix
Replies: 4
Views: 7272

Re: Product Matrix

Look at pull request #3 which was an attempt to make it compatible with MantisBT 1.3, back in 2016. I had started to review it, then got sidetracked and it never went through. It may even be mergeable, but I don't have time to check now. Anyway you should probably start from that point. Adapting 1.3...
by dregad
25 Nov 2019, 14:42
Forum: Help
Topic: BUG in Mantis - Forbidden in google chrome + firefox with Steps to reproduce when "user" is typed in that field.
Replies: 2
Views: 2359

Re: BUG in Mantis - Forbidden in google chrome + firefox with Steps to reproduce when "user" is typed in that field.

This is not reproducible in a fresh installation of MantisBT 2.22.1.

Are you using any plugins or custom functions ? Was the MantisBT source code modified in any way ?
by dregad
30 Oct 2019, 11:37
Forum: Help
Topic: mantisbt.org website broken
Replies: 1
Views: 2243

Re: mantisbt.org website broken

We have been suffering from DDOS attacks lately, which probably explains the web site being unresponsive or even not available. We're trying our best to resolve issues, but it is not always possible to do so in a timely manner as we do this in our spare time. Apologies for the inconvenience. PS: fee...
by dregad
28 Oct 2019, 13:46
Forum: Help
Topic: Mantis 2.22 is web responsive?
Replies: 1
Views: 1992

Re: Mantis 2.22 is web responsive?

Yes it is, although some screens do require horizontal scrolling
by dregad
15 Oct 2019, 07:57
Forum: General Plugin Discussion
Topic: Extend rest api
Replies: 13
Views: 19556

Re: Extend rest api

by dregad
17 Sep 2019, 08:00
Forum: General Discussion
Topic: Turn off paste image when adding a note
Replies: 5
Views: 5160

Re: Turn off paste image when adding a note

That depends how the application from which you copied the text sends it to the clipboard. Sometimes it allows multiple formats (e.g. Microsoft Excel).

FYI this issue was reported here https://mantisbt.org/bugs/view.php?id=26127
by dregad
17 Sep 2019, 07:56
Forum: General Discussion
Topic: Post same issue to multiple subprojects
Replies: 2
Views: 2952

Re: Post same issue to multiple subprojects

it looks like I have to create the same (similar) issue 75 times, once for each subproject
Yep, this is it. There is a clone button which may help somewhat.

Considering the volume, you may want to try writing a quick script to do this via the REST API .
by dregad
17 Sep 2019, 07:52
Forum: General Discussion
Topic: Need a help
Replies: 4
Views: 5183

Re: Need a help

I would advise not to do this kind of configuration, but if you must, try overriding the appropriate language strings in config/custom_strings_inc.php (create the file if needed) with something like switch( helper_get_current_project() ) { case 1: $s_summary = 'Alarm'; break; case 2: $s_summary = 'I...
by dregad
04 Sep 2019, 15:15
Forum: Help
Topic: Can't Upgrade MantisBT 1.1.8 to 2.22.0
Replies: 2
Views: 2649

Re: Can't Upgrade MantisBT 1.1.8 to 2.22.0

I've tried through the admin/install.php script, but no lucky with that. The process cant be completed. Can you be a bit more specific as to why it can't be completed ? Error messages, etc ? I would assume the upgrade process fails because the database has been altered. You could try reverting thes...
by dregad
04 Sep 2019, 15:02
Forum: General Discussion
Topic: Timeline for 2.23.0 release?
Replies: 2
Views: 2998

Re: Timeline for 2.23.0 release?

Generally, we try to follow a more-or-less monthly release cycle, but that is subject to change for various reasons, as explained by atrol.
by dregad
28 Aug 2019, 15:58
Forum: General Plugin Discussion
Topic: Extend rest api
Replies: 13
Views: 19556

Re: Extend rest api

As an example of extending the REST API from a plugin, you can have a look at the Announce plugin. You need to hook EVENT_REST_API_ROUTES (see https://github.com/mantisbt-plugins/Announce/blob/v2.4.1/Announce.php#L46) define your routes (https://github.com/mantisbt-plugins/Announce/blob/v2.4.1/Annou...
by dregad
04 Jul 2019, 13:00
Forum: Help
Topic: Create user REST API password problem
Replies: 3
Views: 3242

Re: Create user REST API password problem

Please check your e-mail notification settings. More specifically, if send_reset_password and enable_email_notification are set to ON, then the password you provide as payload via REST API is discarded, a random one is generated and the user is sent an e-mail requesting account verification includin...
by dregad
18 Sep 2017, 08:09
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 436976

Re: Gantt Chart for Mantis

i have problem with this pluging: SYSTEM NOTICE: 'Use of undefined constant ACTYPE_NORMAL - assumed 'ACTYPE_NORMAL'' in 'C:\wamp\www\mantisbug3\plugins\GanttChart\core\gantt_api.php' line 831 i have teste with the version 1.3.0 It would probably be best to report this in the plugin's issue tracker ...
by dregad
21 Sep 2016, 14:33
Forum: Help
Topic: Not able to upgrade to v1.3.1 from v1.2
Replies: 5
Views: 11055

Re: Not able to upgrade to v1.3.1 from v1.2

In 1.3, we upgraded ADOdb (the underlying database library used by MantisBT) to a later version, that could explain why it was working in 1.2 and no longer in 1.3. I'm not sure why you're trying to use mssql, it is no longer supported with PHP >= 5.3, and removed entirely in 7.0 (see http://php.net/...