Search found 33 matches

by frentmeister
14 Dec 2011, 00:46
Forum: Deutsch
Topic: Letzte Aktivitäten Page
Replies: 0
Views: 3019

Letzte Aktivitäten Page

Hallo,

ich hoffe ihr könnt mir helfen, da ich hier im Forum keine passende Antwort gefunden habe, versuche ich euch meine Frage näher zu bringen.

Unter "my view" gibt es den Filter "Recently Modified" ich würde mir wünschen die letzten Aktivitäten auf einer Extra Page unterzubringen, darunter ...
by frentmeister
03 Jun 2011, 11:30
Forum: Deutsch
Topic: Mantis als CR-Management
Replies: 2
Views: 4469

Re: Mantis als CR-Management

Grundsätzlich kann man das auch ganz gut über einen anderen Workflow regeln, Mantis bietet über die config.inc entsprechende Anpassungsmöglichkeiten, sofern sie einen speziellen Feature Workflow nutzen wollen.
by frentmeister
20 Feb 2009, 11:15
Forum: Customizations
Topic: (Question) Mantis +Tikiwiki integration
Replies: 0
Views: 18729

(Question) Mantis +Tikiwiki integration

Hello,

i hope anyone can help me with some information about a integration of Mantis Bugtracker in Tikiwiki. I found a Modul from 2004 but this is not Working with a new version of mantis :cry: We use Tikiwiki for Task Planing and other stuff. I didn´t find any help for this problem in tikiwiki ...
by frentmeister
16 Dec 2008, 22:41
Forum: General Discussion
Topic: Mantis users capacity
Replies: 2
Views: 2589

Re: Mantis users capacity

Hey, we use for our Projekt more then 4k User in our Mantis, and this is not the end!

:mrgreen:

http://www.sacred2.com
by frentmeister
14 Mar 2007, 14:23
Forum: Help
Topic: MD 5 Upload Problems (1,5 GB in DB)
Replies: 0
Views: 2836

MD 5 Upload Problems (1,5 GB in DB)

Hello, we have a serious issue at the moment.

Currently we have 5601 files in the database (bugfile_table) with a total size of around 1.5GB.

The problem is that Mantis tests each individual file using MD5,with each individual upload, comparing it to all existing entries.

As you can imagine, this ...
by frentmeister
02 Feb 2007, 15:34
Forum: Customizations
Topic: Tags in Reports
Replies: 0
Views: 5938

Tags in Reports

What think you about Tags in reports?

maybe i think this will be good to sort and find any report when you have more than 20k reports....

have anyone a idea to implemented this in Mantis?

Tags
Tags used on this project:

spell - 1 object(s)
fire - 1 object(s)
warrior - 1 object(s)

like this ...
by frentmeister
21 Jan 2007, 02:02
Forum: Help
Topic: What is the maximum number of issues that can be tracked ?
Replies: 2
Views: 4423

Re: What is the maximum number of issues that can be tracked

powerboots wrote:I would like to get an idea about the scalability of Mantis.
What is the maximum number of issues that can be tracked, while still having a smoothly working system?
:?
We have over 70 k in our Mantis in, and it´s still fast....and have no prob!
by frentmeister
25 Dec 2006, 13:18
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 40904

Need more Information about that!
by frentmeister
07 Dec 2006, 12:49
Forum: Customizations
Topic: Changes in My View/ See all Blocks and Crashes in My View
Replies: 0
Views: 4085

Changes in My View/ See all Blocks and Crashes in My View

The Problem:

I will in My View see "Crashes/Blocks/Major" Bugreports have anyone a Idea how i can make this change?

Thanks!
by frentmeister
03 Dec 2006, 20:18
Forum: Customizations
Topic: Search like google with + and -
Replies: 1
Views: 5747

New version....

/ / * New Searching *

$x_searching = "(";

for($i=0;$i<count($split_str);$i++) {

$wort_neu = "";
$wort = trim($split_str[$i]);


if(substr($wort,0,1) == "+") {

if($i>0) $wort_neu = "AND";

$wort = str_replace("+","",$wort);
$wort_neu .= " (summary LIKE '%".$wort."%' OR $t ...
by frentmeister
01 Dec 2006, 22:36
Forum: Help
Topic: is 1.1.0a version stable enough for production?
Replies: 2
Views: 4772

Re: is 1.1.0a version stable enough for production?

we are using currently in my company mantis 1.0.5 and we've been interested in upgrading to 1.1.0a because this version contains a lot of interesting features to us, is this version is stable enough to use it in production?otherwise when is it gonna be a stable version?
thank you in advance

Oh we ...
by frentmeister
30 Nov 2006, 17:28
Forum: Customizations
Topic: Search like google with + and -
Replies: 1
Views: 5747

Search like google with + and -

In our software department we make some good changes, one of this change is search like google, with + and - for the search....

it is realy pretty to work with that: (Version 1.01)

// * Old Function *

$t_textsearch_where_clause = "((summary LIKE '%$c_search%')
OR ($t_bug_text_table.description ...
by frentmeister
14 Nov 2006, 09:39
Forum: Help
Topic: Mantis Workflow Graphic
Replies: 2
Views: 5776

Mantis Workflow Graphic

My question:

For 1-2 Years on the Mantis Site was a Workflow Graphic, where can i find it now?

Is the realy Workflow Graphic and not the implented
(Mantis) Workflow.... :D
by frentmeister
27 Oct 2006, 10:32
Forum: Help
Topic: Workflow Problem/Need Your Help! *Thanks*
Replies: 1
Views: 3879

Here is my Realy Problem the new Workflow Points are White, and when i use it, i get a String Error, has anyone a Hint, Info, need it realy...PLEASE!

Image[/img]
by frentmeister
25 Oct 2006, 21:49
Forum: Help
Topic: Workflow Problem/Need Your Help! *Thanks*
Replies: 1
Views: 3879

Workflow Problem/Need Your Help! *Thanks*

Hello, my Problem i will make a new Workflow for our QA, but i have a realy Problem...i dont now why ?

The Funktion Dont run, no of the new Workflow runs in my System....*g*

I need Your Help! Thanks!

Here the Custom Strings:

<?php

$t_lang = lang_get_current();

if ( $t_lang == 'french ...