Search found 13 matches

by kmet
04 Jul 2006, 14:11
Forum: General Discussion
Topic: Using mantis for project management!?
Replies: 17
Views: 41098

I think that you have dotproject on mind.

the integration discussion is here:
http://www.dotproject.net/vbulletin/sho ... php?t=4614

regards
by kmet
07 Sep 2005, 14:07
Forum: General Discussion
Topic: description in polish
Replies: 1
Views: 5143

In my case, since 0.19 till 1.0.0.rc1
works fine ...
by kmet
06 Sep 2005, 13:52
Forum: Customizations
Topic: q : Enumeration Custom Fields with Dynamic Possible Values
Replies: 1
Views: 6128

q : Enumeration Custom Fields with Dynamic Possible Values

Mantis 1.0.0rc1

http://www.futureware.biz/blog/index.php?title=custom_fields_with_dynamic_possible_valu&more=1&c=1&tb=1&pb=1

Im not sure, If i uderestand this feature, but Is it possible with this feature to make something like subcategories ?

I would like to have a custom field (enum type ...
by kmet
26 Aug 2005, 09:39
Forum: Customizations
Topic: custom field/function
Replies: 2
Views: 9012

custom field/function

I would like to have a field, which value is based upon two other fields. Is it possible ?

For example:
on bug_report_page you can chose : immediacy (1,2,3,4) and impact/influence(1,2,3,4).

value of priority field (custom field) is calculated from matrix :

1 2 3 4
2 3 4 5
3 4 5 6
4 5 6 7 ...
by kmet
27 Jul 2005, 08:01
Forum: Help
Topic: broken http link in "add note" field
Replies: 2
Views: 5326

Indeed
I have just upgraded mantis to 1.0.0rc1, and it works fine.

Thank you
by kmet
19 Jul 2005, 14:21
Forum: Help
Topic: broken http link in "add note" field
Replies: 2
Views: 5326

broken http link in "add note" field

0.19.2
I have updated a bug - I have just added http link in "add note " field. But the link is broken on the view_page.

I tried to add :
http://192.168.0.12/faq/index.asp?CATE=7#3

But in view bug page I can see :
http://192.168.0.12/ [^]FAQ/index.asp?CATE=7#3

I tried to quote whole link, and ...
by kmet
27 May 2005, 13:23
Forum: Help
Topic: Reporter cann't report an issue after upgrade 0.19->100a2
Replies: 2
Views: 5863

I have found a solution (but I think it's a BUG !!!):

in 0.19.2 i had
$g_view_changelog_threshold = MANAGER;


after upgrade to 1.0.0a2 I had to change it. ( Manage Configuration -> Workflow Thresholds -> View Change Log -> reporters - on

Without this reporters couldn't report an issue...

regards
by kmet
24 May 2005, 08:46
Forum: Help
Topic: Reporter cann't report an issue after upgrade 0.19->100a2
Replies: 2
Views: 5863

Reporter cann't report an issue after upgrade 0.19->100a2

When reporter tries to report an issue "bug_report_page" shows only:


Enter Report Details
Category [empty list]

nothing more...

When I try to report issue as a manager everything works fine. All rights seems to be ok (it worked before upgrade).

regars
by kmet
05 May 2005, 12:46
Forum: Help
Topic: email-notification problem on_(auto)assign (0.19.2),
Replies: 1
Views: 5757

email-notification problem on_(auto)assign (0.19.2),

Generaly works fine.

Everyone are notified (standard). Developer gets emails, when he is auto-assigned (by his category) and when someone makes him assigned by hand (new issue).

PROBLEM :

When I add following lines (i want all developers get also email on_new) :

$g_notify_flags['new ...
by kmet
28 Apr 2005, 13:37
Forum: Help
Topic: email-notification
Replies: 1
Views: 5817

email-notification

What is relation between $g_default_notify_flags,
user preferences and user_pref_table ?

I have
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => MANAGER,
'threshold_max' => MANAGER);
I also tried :
$g_notify_flags['new ...
by kmet
22 Apr 2005, 13:12
Forum: Help
Topic: $variable from a file
Replies: 0
Views: 4324

$variable from a file

Is it possible to take value (string) of variable from a file ?

I would like something like this:

## custom_string_inc.php ##

$s_new_account_greeting = file_get_contents (./file.txt)

Of coure above example doesn't work, but could it be done ? how ?
(Im not a php programmer).

regards

Kmet
by kmet
13 Apr 2005, 10:49
Forum: Help
Topic: custom fields on reports
Replies: 4
Views: 6304

custom fields on reports

I need to print/export(cvs) reports with resolved issues - it works fine.
But I also need some of my custom fields to appear on these reports.

Is it possible ?

Mantis 19.2

regards

Kmet