Search found 16 matches

by mantisiator
05 May 2018, 15:57
Forum: Help
Topic: Connection via URL with user/password
Replies: 1
Views: 3322

Connection via URL with user/password

Hi,
I am currently trying to connect to Mantis via an URL as follows, after having activated the anonymous account:
http://mywebsite.fr/view_all_bug_page.php?m_param1=value1&&m_param2=value2

I am connected using the anonymous account to wich I have given the role of reporter. I was wondering if ...
by mantisiator
01 Aug 2017, 08:47
Forum: Help
Topic: MAntis 2.0 - White page after issue group deletion
Replies: 5
Views: 4935

Re: MAntis 2.0 - White page after issue group deletion

Hi atrol,
As said we are planning the migration asap, as soon as I have finished my migration. In fact, I have started when 2.0 was the latest version (I have added some internal implementation and plugins since then).
Having said that, I have found the problem.
In fact, a token of type 3 is ...
by mantisiator
30 Jul 2017, 13:42
Forum: Help
Topic: MAntis 2.0 - White page after issue group deletion
Replies: 5
Views: 4935

Re: MAntis 2.0 - White page after issue group deletion

I have found the following error in the error_log file. Does it give you any additional hine ?

Thaks a lot !

[Sun Jul 30 15:34:05.807490 2017] [:error] [pid 4748] [client 147.196.159.32:51109] PHP Catchable fatal error: Argument 1 passed to BugData::loadrow() must be of the type array, boolean ...
by mantisiator
30 Jul 2017, 13:04
Forum: Help
Topic: MAntis 2.0 - White page after issue group deletion
Replies: 5
Views: 4935

Re: MAntis 2.0 - White page after issue group deletion

Hi atrol,
We are planning the migration into 2.5.1 version asap.
Additional hints:
- there is no running "pending request" in the database,
- only the user who did raise the delete request is "blocked", other users can still manipulate via the Mantis tool,
- the "restore" of the user "rights ...
by mantisiator
25 Jul 2017, 10:26
Forum: Help
Topic: MAntis 2.0 - White page after issue group deletion
Replies: 5
Views: 4935

MAntis 2.0 - White page after issue group deletion

Dear all,
I am currently migrating a former remedy system into the Mantis system.
I am using an admin role and create/delete issues when not correctly imported into Mantis.
The problem is that:
- -sometimes- after issues deletion for instance, Mantis returns a white page (only the left side of ...
by mantisiator
01 Feb 2017, 07:29
Forum: Customizations
Topic: how to customize the bug_change_status_page
Replies: 2
Views: 6560

Re: how to customize the bug_change_status_page

If I may, may be what is meant is "is there a configuration setting where the manager could set the layout of the page" as for the bug_view_page..."?
by mantisiator
30 Jan 2017, 11:08
Forum: General Discussion
Topic: Mantis 2.0 - Limitation - customise new status values
Replies: 0
Views: 2807

Mantis 2.0 - Limitation - customise new status values

Hi,
I have implemented a list of new status - using the documentation advisories and I think that I have encountered a Limitation (which might be here before version 2.0).
Pratically, all my tests were OK while using admin rights, but when granting the rights to reporter, developper..., problems ...
by mantisiator
31 Aug 2016, 11:09
Forum: General Discussion
Topic: Remove default summary field from report issue page
Replies: 11
Views: 13161

Re: Remove default summary field from report issue page

Hi,
I am indeed using the csv import plugin https://github.com/mantisbt-plugins/csv-import

After review, it appears that the Readme file has been updated since my last check:

-A csv importer plugin for MantisBT v1.2.
+Compatibility
+-------------
+- Supports MantisBT v1.3.x -- use master ...
by mantisiator
30 Aug 2016, 15:10
Forum: General Discussion
Topic: Remove default summary field from report issue page
Replies: 11
Views: 13161

Re: Remove default summary field from report issue page

Hi,
Thank you for the porting description from 1.2.19 to 1.3.x versions.
The problem is fixed and works fine now.
I am preparing my migration roadmap (but still blocked by a non-migrated 1.2.19 plugin - related to csv import)

Thank you very much !
by mantisiator
30 Aug 2016, 08:44
Forum: Help
Topic: Customization : Simplify the bug filter table
Replies: 14
Views: 18148

Re: Customization : Simplify the bug filter table

Hi,
You are correct. the status filed is filled in, together with the resolution. (I have mapped the status defintion of the former (Remedy) system with Mantis status/resolution values.
The "Hide status" can be left. But the other fields, ie Monitored by, category, severity, show status (private ...
by mantisiator
29 Aug 2016, 14:06
Forum: General Discussion
Topic: Remove default summary field from report issue page
Replies: 11
Views: 13161

Re: Remove default summary field from report issue page

Hi again,
I am using version 1.2.19. There must indeed have been an error (probably a hidden character in the Windows/Linux editor - as a lessons learnt).

I therefore assumer there is no particular difference between 1.2.19 an 1.3 version for that thema ?

$s_summary = 'Title';
$s_email_summary ...
by mantisiator
29 Aug 2016, 12:27
Forum: Help
Topic: Customization : Simplify the bug filter table
Replies: 14
Views: 18148

Re: Customization : Simplify the bug filter table

Thanks for your answer.
Based on the last users feedback (of a subset of projects), the fields the users would like to remove are:

Monitored by, category, severity, Hide status, show status, show sticky issues

For these fields, apart of the "mandatory" categor field, no data is filled in the ...
by mantisiator
29 Aug 2016, 12:14
Forum: General Discussion
Topic: Remove default summary field from report issue page
Replies: 11
Views: 13161

Re: Remove default summary field from report issue page

More precisely, please find hereafter the implementation I have used:

$s_summary = 'Title';
$s_summary_title = 'Title';
$s_email_summary = 'Title';
$s_summary_updated' = 'Title Update';

Removing that implementation returns to a normal situation.
by mantisiator
29 Aug 2016, 12:02
Forum: General Discussion
Topic: Remove default summary field from report issue page
Replies: 11
Views: 13161

Re: Remove default summary field from report issue page

Hi atrol,
I have tried this out in version 1.2.19 using s_summary_title parameter (as described in mantis/lang/strings_english.php file) instead of the s_summary parameter mentionned in your post - maybe this field name has changed in 1.3 ? but I could then no more have access to my mantis ...
by mantisiator
24 Aug 2016, 14:16
Forum: Help
Topic: Customization : Simplify the bug filter table
Replies: 14
Views: 18148

Re: Customization : Simplify the bug filter table

Hello,
Sorry to come back on such an old post but I am not sure the discussion was closed, in particular when cheking the last comment.
What is meant by "make a simple filter page" ? Do you mean reducing the number of displayed fields in the displayed filter ? If yes, can you please explain how to ...