Search found 27 matches

by webwesen
12 Dec 2005, 22:12
Forum: Help
Topic: explanation of status
Replies: 1
Views: 2888

Acknowledged - a developer has reviewed the bug
Confirmed - a developer has confirmed that this bug is a valid issue
by webwesen
12 Dec 2005, 19:58
Forum: Customizations
Topic: Mantis Add-On - Time Tracker - Easy to run & install
Replies: 59
Views: 180014

i have added the table to bug_view_page.php (~line 370)
by webwesen
12 Dec 2005, 17:43
Forum: General Discussion
Topic: Spended time
Replies: 3
Views: 8010

by webwesen
07 Dec 2005, 23:49
Forum: Help
Topic: check if issue exists
Replies: 0
Views: 2473

check if issue exists

could someone please help me with pointers on how to check if, say, issue #1234 exists?

I need this for CVS-Mantis integration, so that if a commit msg contains wrong issue id, it would bail out.
by webwesen
28 Nov 2005, 17:20
Forum: Help
Topic: problem with cvs export on 1.0.0RC2
Replies: 1
Views: 2861

you are probably talking about csv export...

have you added a duplicate_id field to a custom list of columns to export?
take a look @ http://www.futureware.biz/blog/index.ph ... &tb=1&pb=1

for details on adding new columns to a csv export.
by webwesen
22 Nov 2005, 17:30
Forum: Help
Topic: CSV export help
Replies: 12
Views: 15150

for the benefit of other noobies like myself... what I ended up doing is (not sure if it is the best way - am a php noobie as well): csv_export.php : $t_function = 'csv_format_' . $t_column; # patch start if ( $t_column === 'description' ) { $f_bug_id = $t_row ['id' ]; $t_bug = bug_prepare_display (...
by webwesen
21 Nov 2005, 21:45
Forum: Help
Topic: Mantis v.1.0.0 RC3: Problems with russian text.
Replies: 2
Views: 3171

privet,

http://bugs.mantisbt.org/bug_view_page.php?bug_id=5401 - apparently not resolved yet...
by webwesen
17 Nov 2005, 23:21
Forum: Help
Topic: CSV export help
Replies: 12
Views: 15150

I am trying to do the same... in custom_functions_inc.php : function custom_function_override_get_columns_to_view( $p_columns_target = COLUMNS_TARGET_VIEW_PAGE ) { $t_columns = array(); if ( $p_columns_target == COLUMNS_TARGET_CSV_PAGE ) { ...skip... $t_columns[] = 'description'; ...skip... } } func...
by webwesen
16 Nov 2005, 22:48
Forum: General Discussion
Topic: Thanks!
Replies: 3
Views: 5960

another happy camper here...
the more I work with your tool the more I like the flexibility and easiness of configuration.

thx a lot
by webwesen
01 Nov 2005, 17:35
Forum: Customizations
Topic: Attachment problem in Mandrake Linux
Replies: 1
Views: 5013

are those very big files you are trying to attach?
by webwesen
31 Oct 2005, 21:04
Forum: Customizations
Topic: spellchecker
Replies: 2
Views: 6634

spellchecker

has someone been able to add a spellchecker to Mantis?
thx
by webwesen
09 Aug 2005, 20:49
Forum: Help
Topic: 1.00.rc1 : report -> timeout issue
Replies: 1
Views: 3436

1.00.rc1 : report -> timeout issue

hello, when I am trying to run a report on a 600+ issues list - the script responds with "server not found" after a while. http://xyz.com/mantis/print_all_bug_page_word.php?search=&sort=&dir=DESC&type_page=word&export=-1&show_flag=0 I know about 30 seconds timeout for p...