Search found 226 matches

by istvanb
19 Feb 2012, 21:18
Forum: Help
Topic: New tab within mantis
Replies: 6
Views: 6900

Re: New tab within mantis

At the end I'd like to have a new tab and I'd like this tab to show the contents of an html file. The first part looks really easy (I have tried it and the new menu item appears), but I have no clue about the hooks you have mentioned. Can you give me or point to an example? 2. Write a plugin which h...
by istvanb
19 Feb 2012, 20:34
Forum: Help
Topic: New tab within mantis
Replies: 6
Views: 6900

New tab within mantis

I have created a program which monitors PLCs via an OPC server and I'd like to make these data visible in Mantis. The code can easily create a static HTML source everytime when it refreshes the data. I'd like to make this HTML source visible within mantis either on the main page, but preferably on a...
by istvanb
19 Feb 2012, 18:28
Forum: Help
Topic: Cant get install to complete
Replies: 1
Views: 2414

Re: Cant get install to complete

Actually you have a missing semicolon right at the end of the password line.

Can you login via phpmyadmin?
by istvanb
15 Feb 2012, 15:25
Forum: Help
Topic: Email notification header encoding goes wrong sometimes
Replies: 1
Views: 2473

Re: Email notification header encoding goes wrong sometimes

I dont know what could cause an issue like this but there are couple things maybe worth to try: whenever you receive a mail like this try to perform exactly the same operation as what triggered the mail. So if there was a change in status move back the issue and do the same, if it was a comment, the...
by istvanb
14 Feb 2012, 16:42
Forum: Help
Topic: Workflow issue with new mantis install
Replies: 1
Views: 3106

Re: Workflow issue with new mantis install

The $s_status_strings_enum must be in the custom_strings_inc.php and then it will work. I think this topic can be closed now.
by istvanb
14 Feb 2012, 14:13
Forum: Help
Topic: Workflow issue with new mantis install
Replies: 1
Views: 3106

Workflow issue with new mantis install

Hi, I have a fresh installation of mantis 1.2.8 (xampp is new as well and no issues have been created in the system yet). I have tried to change the workflow as the code shows below (custom_inc.php), but for some reasons the resolved status shows up as @70@. (see the attached picture) Also as you se...
by istvanb
26 Jan 2012, 15:37
Forum: Help
Topic: Mass resolution change
Replies: 7
Views: 7565

Re: Mass resolution change

Sorry... I have misread "will change the status TO $g_bug_resolved_status_threshold," as "will change the status OF $g_bug_resolved_status_threshold"

thanks for checking.
by istvanb
26 Jan 2012, 15:22
Forum: Help
Topic: Mass resolution change
Replies: 7
Views: 7565

Re: Mass resolution change

I dont think so, that variable just specifies in which status the issue is considered "resolved".
by istvanb
25 Jan 2012, 18:04
Forum: Help
Topic: Send a notification, to all project users, on new issue
Replies: 14
Views: 12769

Re: Send a notification, to all project users, on new issue

I am 99.9% sure that it works as you wish. So only users who have updater credentials on that specific project will receive emails.

the 0.1% is measurement uncertainty :)
by istvanb
25 Jan 2012, 15:12
Forum: Help
Topic: Send a notification, to all project users, on new issue
Replies: 14
Views: 12769

Re: Send a notification, to all project users, on new issue

Yeap, just check the reporter checkboxes on the email notification page. That will flood all of your reporters though. What you can do is to use the updater credential on a project basis. With this you can notify all the updater users and the system will not spam each and every reporter. (instead of...
by istvanb
24 Jan 2012, 12:51
Forum: Help
Topic: graphs
Replies: 11
Views: 11450

Re: graphs

Sorry mate, I have ran out of ideas. You can submit an issue to www.mantisbt.org
Maybe others can help you out.
by istvanb
24 Jan 2012, 12:16
Forum: Help
Topic: graphs
Replies: 11
Views: 11450

Re: graphs

are you an admin?
by istvanb
24 Jan 2012, 12:05
Forum: Help
Topic: graphs
Replies: 11
Views: 11450

Re: graphs

Check the image attached
by istvanb
24 Jan 2012, 10:24
Forum: Help
Topic: graphs
Replies: 11
Views: 11450

Re: graphs

Not really. I have used it a long time ago. Download the jpgraph lib from their page, copy it to your mantis folder and as far as I remember it works right out of the box.

For sure it gives you better looking graphs.
by istvanb
24 Jan 2012, 09:26
Forum: Help
Topic: graphs
Replies: 11
Views: 11450

Re: graphs

Go to manage/manage plugins and install the "mantis graphs 1.0" plugin.

Then if you go to the summary page you will have new options there for show different graphs.

related variable: $g_view_summary_threshold = MANAGER;