Search found 36 matches

by Ernesto
15 Sep 2014, 10:16
Forum: Help
Topic: OS Version (os_build) field on View Issues query
Replies: 3
Views: 4964

Re: OS Version (os_build) field on View Issues query

Hi Atrol,
please where you can insert the version in order to see it on the "View Issues" (http://www.xxx.xx.com/mantis/test/view_all_bug_page.php) query instead to insert it manually?
Inside the "Manage Project" URL (http://www.xxx.xx.com/mantis/test/manage_proj_edit_page.php?project_id=19 ...
by Ernesto
05 Sep 2014, 10:24
Forum: Help
Topic: OS Version (os_build) field on View Issues query
Replies: 3
Views: 4964

OS Version (os_build) field on View Issues query

Hi Guru,
we are using Mantis with version 1.2.3 on Linux server.
I noticed that clicking on the " View Issues " (http://www.xxx.xx.com/mantis/test/view_all_bug_page.php) and clicking on OS Version (the field is " os_build ") always appears " [any] " and I can't see the possible choices for example ...
by Ernesto
08 Oct 2013, 14:46
Forum: Help
Topic: Graphs stop working with 1.2.15
Replies: 3
Views: 5518

Re: Graphs stop working with 1.2.15

Hi atrol,
these are the answers to ur questions:

Is this a new installation or an update?
It is a new installation (we have 4 installation with 1.2.15 version of Mantis).

Does it work with the bundled graph library?
No

No errors or warnings when running admin/check.php?
See attached file ...
by Ernesto
08 Oct 2013, 12:52
Forum: Help
Topic: Graphs stop working with 1.2.15
Replies: 3
Views: 5518

Graphs stop working with 1.2.15

Hi all, I have installed many Mantis versions with many Architectures in my Linux server:

1.0.5
1.0.7
1.1.1
1.1.2
1.2.3
1.2.7
1.2.8
1.2.15

using the same JPGRAPH library but only the Architectures with 1.2.15 version doesn't work fine.
I check the other suggestion in this site:

http://fluffy ...
by Ernesto
16 Sep 2011, 14:29
Forum: Help
Topic: Manage Dynamic Custom Fields for Projects
Replies: 1
Views: 2587

Re: Manage Dynamic Custom Fields for Projects

I solved my issue.
I have created the custom_functions_inc.php file with success in the following mode:

<?php
function custom_function_override_enum_affected_version() {
$t_project_name = project_get_name( helper_get_current_project() );
switch($t_project_name) {
case "Project1":
$t_possible ...
by Ernesto
16 Sep 2011, 13:39
Forum: Help
Topic: Manage Dynamic Custom Fields for Projects
Replies: 1
Views: 2587

Manage Dynamic Custom Fields for Projects

Hi guru,
I need to create Dynamic Custom Fields values for Projects.
For Example
If have two projects ( Project1 and Project2 ) and I have " Affected Version " as custom field:

Type=Enumeration
Possible Values=-|Alpha1|Alpha2|Beta1|Beta2
Default Value is "-"

If I have to insert a new issue for ...
by Ernesto
01 Sep 2011, 15:14
Forum: Help
Topic: Graphs by category
Replies: 0
Views: 2296

Graphs by category

Hi all,
I installed the new Mantis Platform (v. 1.2.7) and I only using Global Categories (Bug and Change Request) but I am not able to see category graphs (in the summary menu):


http://synccad.xxx.xxx.com/mantis/mcd-127/plugin.php?page=MantisGraph/summary_graph_imp_category.php



All other ...
by Ernesto
01 Sep 2011, 14:57
Forum: Help
Topic: Can't view custom fields in the summary page
Replies: 9
Views: 10526

Re: Can't view custom fields in the summary page

You have to change the file strings_<LANGUAGE>.txt.
For example if you use italian, spanish and english you have to change:

strings_italian.txt
strings_spanish.txt
strings_english.txt


let me know.
BR.
Ernesto
by Ernesto
01 Sep 2011, 14:34
Forum: Help
Topic: Can't view custom fields in the summary page
Replies: 9
Views: 10526

Re: Can't view custom fields in the summary page

... sorry the right filename is:

strings_english.txt


BR.
Ernesto
by Ernesto
01 Sep 2011, 14:31
Forum: Help
Topic: Can't view custom fields in the summary page
Replies: 9
Views: 10526

Re: Can't view custom fields in the summary page

Have you changed the file string_english.txt available in mantis_PATH/lang directory?

These are my changes:

# Ernesto Modified Enum Strings
#$s_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,70:manager,90:administrator'; (ORIG)
$s_access_levels_enum_string = '10:viewer ...
by Ernesto
01 Sep 2011, 14:01
Forum: Help
Topic: Can't view custom fields in the summary page
Replies: 9
Views: 10526

Re: Can't view custom fields in the summary page

Hi,
have you created the file:

custom_strings_inc.php

this is my file:

<?php

$s_access_levels_enum_string = '10:Viewer,25:Reporter,56:Designer,61:Verifier,71:Project_Leader,90:Administrator';
$s_severity_enum_string = '11:5 - Very minor defect,21:4 - Defect of minor significance ,31:3 - Failure ...
by Ernesto
08 Jul 2011, 14:43
Forum: General Discussion
Topic: Platform Field Issue
Replies: 1
Views: 3171

Platform Field Issue

Hi Gurus.
I've installed Mantis version 1.2.3 on a Linux Server but I seen a little problem:

When i try to search some PLATFORM by "View Issue" link:

http://synccad.xxx.xxx.com/mantis_123/view_all_bug_page.php

I see only "any" field and I don't see the various platforms inserted on my issues ...
by Ernesto
25 Jan 2011, 09:25
Forum: General Discussion
Topic: Import data from ClearDDTS to Mantis
Replies: 3
Views: 3962

Re: Import data from ClearDDTS to Mantis

Hi Atrol,
we have to create a new Mantis Architecture (we suppose to use the last stable version 2.1.4) and at the end we have to import all ClearDDTS issues (~100) on Mantis.
Do you know if the import patch (http://www.mantisbt.org/bugs/view.php?id=4220) is available inside the Mantis?
Let me know ...
by Ernesto
24 Jan 2011, 15:15
Forum: General Discussion
Topic: Import data from ClearDDTS to Mantis
Replies: 3
Views: 3962

Import data from ClearDDTS to Mantis

Hi guru,
is it possible import data from ClearDDTS to Mantis?
Let me know.
Best regards.
Ernesto
by Ernesto
18 Oct 2010, 07:56
Forum: Customizations
Topic: Mantis Graph error
Replies: 11
Views: 13080

Re: Mantis Graph error

Hi,
I saw the solution is available in 1.3.x version.
Could I know when this version will be released?
BR.
Ernesto