Search found 226 matches

by istvanb
01 Nov 2010, 22:41
Forum: Help
Topic: Filter by user on the All Project level
Replies: 7
Views: 6465

Re: Filter by user on the All Project level

I talked to dhx on the IRC, he confirmed that this is an issue. I have created a report about the problem here:

http://www.mantisbt.org/bugs/view.php?id=12501
by istvanb
01 Nov 2010, 22:39
Forum: Help
Topic: Applying custom fields to existing issues
Replies: 9
Views: 8527

Re: Applying custom fields to existing issues

I was able to apply a custom checkbox, however it behaved funky at my side. I assumed that if I create a checkbox then I can assign a value for FALSE and a value for TRUE and also one of them can be the default. If I tried this then I actually got 2 checkboxes, which is not exactly as I thought it w...
by istvanb
01 Nov 2010, 08:43
Forum: Help
Topic: Can change status to Released in Mantis 1.2.3 ?
Replies: 11
Views: 11083

Re: Can change status to Released in Mantis 1.2.3 ?

You have to change it in the custom_strings_inc.php like this: $s_status_enum_string = '10:Reported, 20:Assigned, 30:In work, 40:Solution under review, 50:Implementation, 60:Verification, 85:Resolved, 90:Closed'; And in the config_inc.php like this $g_status_enum_string = '10:Reported,20:Assigned,30...
by istvanb
31 Oct 2010, 14:33
Forum: Help
Topic: Filter by user on the All Project level
Replies: 7
Views: 6465

Re: Filter by user on the All Project level

Most interestingly this function just works fine on my home PC which has 1.2.2 (I can filter based on whatever user I want even if the All project is selected)

Is this a change implemented in 1.2.3?
by istvanb
30 Oct 2010, 14:15
Forum: Help
Topic: FTP Upload - APPLICATION ERROR #503
Replies: 10
Views: 12737

Re: FTP Upload - APPLICATION ERROR #503

Is there a "recommended" method to store the attachments? I store everything in the database, I am wondering if the others have an advantage over this one. (besides the fact that files are easy to access if they are not in the database)
by istvanb
30 Oct 2010, 10:18
Forum: Help
Topic: Email configuration
Replies: 2
Views: 2708

Re: Email configuration

Hey karthic,

check out this topic: http://www.mantisbt.org/forums/viewtopi ... =3&t=11737

Its about something similar. Anyways it looks like your mail server is not configured properly. Check out the issue above, it most likely will solve your problem.

let me know,
i-
by istvanb
29 Oct 2010, 21:03
Forum: Help
Topic: Applying custom fields to existing issues
Replies: 9
Views: 8527

Re: Applying custom fields to existing issues

Thanks both of you for the reply. As far as I understand the radio, listbox and enumerated will cause me a problem if I do not apply the patch. What about the checkbox? Is that the same?

thx,
i-
by istvanb
29 Oct 2010, 13:25
Forum: Help
Topic: Applying custom fields to existing issues
Replies: 9
Views: 8527

Re: Applying custom fields to existing issues

MANTIS 1.2.3 I have difficulties use the custom field: If the write access is "developer" then no matter if the "display when reporting issues" is checked or unchecked the field wont appear on the issue reporting page which is GOOD. But now a user with a reporter credentials can ...
by istvanb
29 Oct 2010, 12:51
Forum: Help
Topic: Applying custom fields to existing issues
Replies: 9
Views: 8527

Re: Applying custom fields to existing issues

OK... so these things are stored in the 'mantis_custom_field_string_table' there is only a sql command has to be executed which assigns a value to all the issues. I am not that experienced in SQL. I can do it one by one, but is there anybody who can give me a command which performs this. I will exec...
by istvanb
29 Oct 2010, 11:49
Forum: Help
Topic: Applying custom fields to existing issues
Replies: 9
Views: 8527

Applying custom fields to existing issues

I have created a new custom field. If I create a new issue then the field is there, everything is all right. The existing issues also have this new field, but without the default value (I understand this from coding standpoint). Is there a way to force the default value to all the existing issues?
by istvanb
27 Oct 2010, 09:12
Forum: Help
Topic: Filter by due date
Replies: 2
Views: 2842

Re: Filter by due date

Thanks man!
by istvanb
27 Oct 2010, 09:11
Forum: Help
Topic: Filter by user on the All Project level
Replies: 7
Views: 6465

Re: Filter by user on the All Project level

Go to "My View" an click "Assigned to Me (Unresolved)" This lists all my open issues Geez... pretty obvious, thanks for your help! The issues list appears can not be sorted though by severity or so, because then it starts to display all issues again. Is there a way to resolve th...
by istvanb
27 Oct 2010, 08:45
Forum: Help
Topic: Filter by user on the All Project level
Replies: 7
Views: 6465

Filter by user on the All Project level

We have several projects and several subprojects and some of the developers have issues under multiple projects. These users has a difficulty to list ALL their issues at once because if they go to the All Projects level then the "Assigned to" filter shows only the users with admin access (...
by istvanb
27 Oct 2010, 08:40
Forum: Help
Topic: Filter by due date
Replies: 2
Views: 2842

Filter by due date

Is it possible to filter by due date? The only issue I have found about this is http://www.mantisbt.org/bugs/view.php?id=11977
but it has no solution yet.

thx,
i-
by istvanb
17 Oct 2010, 18:09
Forum: Help
Topic: Change work flow items
Replies: 2
Views: 2700

Re: Change work flow items

Hi,

please read the following topic: http://www.mantisbt.org/forums/viewtopi ... 772#p32772

That topic is about a different problem, however you will find the answer to your question!

let me know if you need more help!
i-