Search found 21 matches

by C4Vette
10 Apr 2012, 11:34
Forum: Customizations
Topic: Better progress bar based in ETA (code included)
Replies: 2
Views: 7308

Re: Better progress bar based in ETA (code included)

Looked promissing but doesn't do a thing in 1.2.9 :(
Just a http 500.
by C4Vette
27 Mar 2012, 12:59
Forum: EmailReporting
Topic: mail cutoff on 'special' caharacter
Replies: 1
Views: 5711

mail cutoff on 'special' caharacter

Hi,

I'm running the dev-version 0.9.0
I know; "not for production" but wanted this version because off the ability to strip the signature of the mail.

That said, I noticed something else. If there is a special character (punctuation) e.g. " é " in the content of the mail then the imported message ...
by C4Vette
20 Mar 2012, 06:15
Forum: EmailReporting
Topic: Feature req: strip picture from signature
Replies: 2
Views: 7125

Re: Feature req: strip picture from signature

Blocking based on a hash sounds good!

Blocking a file-type altogether, in my case .jpg's, would block attachments like screenshots people send as well. And that is the dilemma.
I hope you will succeed.

Ed
by C4Vette
27 Feb 2012, 12:06
Forum: General Discussion
Topic: export list of issues via roadmap not correct
Replies: 3
Views: 5933

Re: export list of issues via roadmap not correct

Thanks for the reply!
That workaround is actualy quite workable and I'm a little :oops: that I didn't discover that myself

Ed
by C4Vette
27 Feb 2012, 10:22
Forum: General Discussion
Topic: export list of issues via roadmap not correct
Replies: 3
Views: 5933

export list of issues via roadmap not correct

Hi,

when I use the roadmap and then click on [View Issues] Mantis shows correctly the issues for a specific version. But when I want to export that selection by clicking on [CSV Export] it gives me ALL the issues in the entire project instead of just the ones for that specific version.

Should I ...
by C4Vette
22 Feb 2012, 08:01
Forum: EmailReporting
Topic: Feature req: strip picture from signature
Replies: 2
Views: 7125

Feature req: strip picture from signature

Hi,

I'm very pleased with the plugin; great work, thanks.

Already on my todo-list was to have a look at a possibility to strip the signature from emails. I discovered this was already (more or less) in the dev-version and works pretty well.
But then, all of a sudden, our management decided in ...
by C4Vette
04 Dec 2006, 13:29
Forum: Help
Topic: Custom fields' relationship
Replies: 1
Views: 2983

same question

by C4Vette
04 Dec 2006, 13:06
Forum: Customizations
Topic: Reporting for someone else possible?
Replies: 2
Views: 6382

Victor, thanks very much for the reply.

I created the file 'custom_functions_inc.php' and copied/pasted your example from your blog.
Changed the line:

function custom_function_default_enum_categories() {
to:
function custom_function_override_enum_mylist() {
and created the custom-field 'test ...
by C4Vette
02 Dec 2006, 20:33
Forum: Help
Topic: is 1.1.0a version stable enough for production?
Replies: 2
Views: 4694

Installed it soon after its release and think its fine. We have 50 users online and just about 150 issues in the db.
The server is a Suse-OES box with MySQL-4 and php-4 talking ldap to eDirectory. We have customized Mantis to our needs with the custom-files for views, jpgraph, ldap, email and ...
by C4Vette
30 Nov 2006, 09:15
Forum: Customizations
Topic: JPGraph with altered Status and Severity items
Replies: 5
Views: 9336

my mistake, sorry

Oops, you are so right Victor, it is:

$s_severity_enum_string = '10:feature,30:text,50:minor,60:major,70:crash,80:block';
$s_status_enum_string = '10:new,20:feedback,50:assigned,80:resolved,90:closed';

made the mistake in copy/paste to the forum.

Great application and thanks for monitoring.
by C4Vette
29 Nov 2006, 15:06
Forum: Customizations
Topic: Field only visable for certain item....
Replies: 0
Views: 4230

Field only visable for certain item....

Running version 1.1.0a1

Is it possible to show a custom field just for one choosen 'Category'?
So I have a 'Category'-item called "Choose from list" and if I use that there apears a custom defined list. Creating the custom-list is no problem btw.

thanks, Ed
by C4Vette
29 Nov 2006, 14:46
Forum: Customizations
Topic: Reporting for someone else possible?
Replies: 2
Views: 6382

Reporting for someone else possible?

Running version 1.1.0a1

Our IT-department needs the ability the report an issue and fill in a reporter name (instead of their own). This because some bugs/issues are reported by phone or email to the helpdesk and we want the original reporter in the Issue.
I know it is possible to change the ...
by C4Vette
29 Nov 2006, 14:22
Forum: Customizations
Topic: JPGraph with altered Status and Severity items
Replies: 5
Views: 9336

solved

Solved it by adding the same lines to "custom_strings_inc.php" :

$g_severity_enum_string = '10:feature,30:text,50:minor,60:major,70:crash,80:block';
$g_status_enum_string = '10:new,20:feedback,50:assigned,80:resolved,90:closed';


Done!!
by C4Vette
15 Nov 2006, 20:06
Forum: Customizations
Topic: JPGraph with altered Status and Severity items
Replies: 5
Views: 9336

@costanm,

thanks for thinking with me, but that wasn't it.
At first there indeed were some bugs with the no longer used status and they showed up as @20@ , @40@ etc. (if I recall correctly) in de 'View reports'.
I changed the few bugs to another status so the old ones are no longer in use.
Besides ...
by C4Vette
03 Nov 2006, 14:45
Forum: Customizations
Topic: JPGraph with altered Status and Severity items
Replies: 5
Views: 9336

JPGraph with altered Status and Severity items

To simplify the use of Mantis for our needs I removed a few items from the 'Status' and 'Severity' enum_strings by adding the following to config_inc.php :

# --- enum strings ----------------
$g_severity_enum_string = '10:feature,30:text,50:minor,60:major,70:crash,80:block';
$g_status_enum_string ...