Search found 26 matches

by ziohausam
20 Oct 2010, 08:40
Forum: Help
Topic: Changing Bulk of issues
Replies: 3
Views: 3023

Re: Changing Bulk of issues

max_execution_time = 30 sec
by ziohausam
18 Oct 2010, 15:27
Forum: Help
Topic: Changing Bulk of issues
Replies: 3
Views: 3023

Changing Bulk of issues

Hello All,

Mantis works fine with me, however, when i try to make a change on a bulk of issues, the sites just keep loading until it times out, when i refresh, i find actions applied.
This happens when I try to close 50 issues at the same time. what exactly I need to check?

Mantis version: 1.2.1 ...
by ziohausam
02 Oct 2010, 17:19
Forum: Help
Topic: Filter by build number
Replies: 7
Views: 5482

Re: Filter by build number

atrol wrote:Do you have more than one project and selected "All Projects" when filtering?
If yes, try selecting just one of the projects and check whether you see the build filter.
I have Only one project. when i try 1.1.1 version, i can see the product build filter !

Regards.
by ziohausam
02 Oct 2010, 09:08
Forum: Help
Topic: Filter by build number
Replies: 7
Views: 5482

Re: Filter by build number

atrol wrote:Did you set $g_enable_product_build = ON; in config_inc.php ?
Yes i do. however, i can't see product build in filter. I already can set build when reporting issues.

Thanks
by ziohausam
30 Sep 2010, 17:24
Forum: Help
Topic: Filter by build number
Replies: 7
Views: 5482

Filter by build number

Hi All,

version 1.2.1
I can't see build number among set of filters. how can i add it?
If there is no configuration to do so, can any one help by supporting coding modifications to add it?

Regards,
Hossam
by ziohausam
23 Aug 2010, 11:54
Forum: Help
Topic: Attaches are missing when copying issues
Replies: 3
Views: 2703

Re: Attaches are missing when copying issues

Thanks,

any fix or workaround for it?

Regards,
Hossam
by ziohausam
23 Aug 2010, 11:06
Forum: Help
Topic: Attaches are missing when copying issues
Replies: 3
Views: 2703

Attaches are missing when copying issues

Hello,

I am using mantis 1.2.1

when i copy issues from a project to another projects, attachments are lost. it is still there in the original issues. but the copied ones miss attachments (Attach name is there but striked-through)

The target project has other issues with attaches normally.

Any ...
by ziohausam
06 Jul 2010, 17:27
Forum: Help
Topic: Sending Emails is not working with the same configuration
Replies: 2
Views: 2394

Sending Emails is not working with the same configuration

Hello,

I am evaluating 1.2.1 for upgrading. I have both versions on my localhost
my current live one 1.1.1, and the new 1.2.1 one

same email configurations in config_defaults_inc.php and config_inc.php

when i try to reset password from new version. doesn't send an email
when i try to reset the ...
by ziohausam
17 May 2009, 08:36
Forum: Help
Topic: Make version and build as mandatory fields for specific proj
Replies: 0
Views: 1615

Make version and build as mandatory fields for specific proj

Hi all

i think i can make product version and product build as mandatory fields when reporting bugs by adding this parameter to the td tag:

'<span class="required">*</span>


but i can't figure out how i can make this possible for specific project? i don't want these fields to be mandatory for ...
by ziohausam
17 Aug 2008, 13:56
Forum: Help
Topic: Hide project combobox 1.1.1
Replies: 1
Views: 2027

Hide project combobox 1.1.1

Hi All

I want for a specific project, to hide the project comb box from the reporter view and to set him automatically specific project as a default. is it possible by configuration?

if not, is there is a piece of PHP code i can put in config_inc file to handle this ? i don't know PHP to write it ...
by ziohausam
13 Aug 2008, 12:57
Forum: Help
Topic: Hide "Monitored By:" filter list from reporters
Replies: 4
Views: 3722

Re: Hide "Monitored By:" filter list from reporters

Thanks v much

I really needed this solution
by ziohausam
13 Aug 2008, 11:12
Forum: Help
Topic: Hide monitored by filter 1.1.1
Replies: 0
Views: 1598

Hide monitored by filter 1.1.1

i want for a specific project to hide monitored by filter list from the reporters view. i've tried to uncheck 'Show list of users monitoring issue' but it didn't work for me. any solution for this ?

Thanks
by ziohausam
13 Aug 2008, 10:54
Forum: Help
Topic: Limit reporter's access to their own issues 1.1.1
Replies: 0
Views: 1589

Limit reporter's access to their own issues 1.1.1

Limit reporter's access to their own issues works on ALL projects. i need to set this option for specific project. is this possible ?

Thanks
by ziohausam
06 Aug 2008, 06:05
Forum: Help
Topic: How to Send an email when new issue reported (V1.1.1)
Replies: 5
Views: 5122

Re: How to Send an email when new issue reported (V1.1.1)

I've copied those lines to config_inc:

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:c:/mantis/mantis.log';

and this is what i can see in this log after reporting a new issue (manager level is configured to receive an email, but no emails):

August 06, 2008 08:56 EEST ...
by ziohausam
30 Jul 2008, 07:20
Forum: Help
Topic: How to Send an email when new issue reported (V1.1.1)
Replies: 5
Views: 5122

Re: How to Send an email when new issue reported (V1.1.1)

Yes email notification is on. we receive email normally according to email notification configurations.

Thanks