Search found 13 matches

by runner80
01 Oct 2007, 11:39
Forum: General Discussion
Topic: DB Abstraction
Replies: 14
Views: 34903

Any news about Mantis & Oracle? I'm interested in migrating from mySQL.

Regards,
Patrick
by runner80
12 Jun 2007, 08:40
Forum: Help
Topic: SYSTEM NOTICE when deleting project
Replies: 0
Views: 2410

SYSTEM NOTICE when deleting project

Hi all, I have a problem when deleting a project. If this project has one or more bugs listed and I want to delete this project, I get an System Notice "Undefined offset: 1". I could narrow the cause of this Message. It is in config_api.php in line 108: list( $t_type, $t_raw_value ) = expl...
by runner80
16 May 2007, 07:11
Forum: Help
Topic: Problem with pagination on My View
Replies: 2
Views: 4099

Hi,
I have exactly the same problem with Mantis 1.0.7. Is this a bug or intentional behavior (a feature :wink: )? Thanks for any suggestions!

Patrick
by runner80
07 May 2007, 11:30
Forum: Help
Topic: Bugnote Order DESC
Replies: 3
Views: 4925

Thanks for the quick reply! What parameter has the higher priority? I thought the $g_bugnote_order = 'DESC'; has a higher priority than $g_default_bugnote_order = ASC;. By the way, changing the parameter to $g_default_bugnote_order = DESC; doesn't work as well. In the debug mode query list there is ...
by runner80
07 May 2007, 09:33
Forum: Help
Topic: Bugnote Order DESC
Replies: 3
Views: 4925

Bugnote Order DESC

Hi all,

I have a problem concerning the bugnotes. I want them to be ordered DESC and set the parameter

Code: Select all

$g_bugnote_order = 'DESC';
But this isn't working :cry:

What am I doing wrong? (Mantis 1.0.7)

Regards
Patrick
by runner80
13 Apr 2007, 11:59
Forum: Help
Topic: Constant_inc error in 1.0.7
Replies: 1
Views: 3143

Constant_inc error in 1.0.7

Hi all,
is it possible that the file constant_inc.php is missing a statement like

Code: Select all

define( 'ERROR_USER_REAL_NAME_INVALID',    809 );
I got errors in Mantis until I added this line. Anybody else experienced this problem?

Patrick
by runner80
05 Apr 2007, 10:13
Forum: Help
Topic: Keep Reporter after removing him/her from project
Replies: 0
Views: 2580

Keep Reporter after removing him/her from project

Hi all! Is it possible to keep a reporter during an issue update even if the person who submitted a bug is no longer reporter of the project :?: In detail: I have the problem that a User submitted a bug and after submitting it he was removed from the project as a reporter. Now, when I want to update...
by runner80
30 Mar 2007, 08:33
Forum: General Discussion
Topic: Mantis still alive ?
Replies: 13
Views: 16052

Ati wrote:
They were promised for March, two posta above, so I guess it's just a matter of days now. :)

(I know I'm being overly optimistic, as always. ;))
Right, I'm counting the days so I couldn't pinch myself from asking :wink:
by runner80
29 Mar 2007, 08:04
Forum: General Discussion
Topic: Mantis still alive ?
Replies: 13
Views: 16052

Hi,
are there any news about the 1.0.7 release? It's because my company wants to upgrade from 1.0.1 and wants to wait for the .7 release instead of migrating to .6 and then again to .7. :)

Best regards
Patrick
by runner80
24 Jan 2007, 08:16
Forum: Help
Topic: Does Mantis detect 'Mid-Air collisions' when 2ppl edit a bug
Replies: 6
Views: 7176

Thanks for the reply! Your described workaround is just the way I implemented it yesterday. Only the data isn't preserved yet. This is the next thing I wanted to do.

Patrick
by runner80
23 Jan 2007, 11:55
Forum: Help
Topic: Need help with customized status dropdown value
Replies: 3
Views: 6001

If I understand correctly you changed the variable name and not the assigned "Text" in "\lang\strings_english.txt" or whatever language you use. In section #Enum Strings define: $s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:need more info,50:assigned,80:resolved,...
by runner80
23 Jan 2007, 11:37
Forum: Help
Topic: Custom Field - textarea
Replies: 6
Views: 9960

Textarea

Hi, in constant_inc.php you should add a line like define( 'CUSTOM_FIELD_TYPE_TEXTAREA', 9 ); in section "# Custom Field types" Next in strings_english.txt you find a line for the custom field strings. You should edit it this way: $s_custom_field_type_enum_string = '0:String,1:Numeric,2:Fl...
by runner80
23 Jan 2007, 10:34
Forum: Help
Topic: Does Mantis detect 'Mid-Air collisions' when 2ppl edit a bug
Replies: 6
Views: 7176

Problem with simultaneously editing of issues!

Hi, has anybody found a solution to this issue? I encountered the same problem with simultaneously editing of bugs in Mantis. The system simply overwrites changes without warning. I already searched the board for a solution but didn't found anything. Hope somebody can help me! Regards Patrick PS: Us...