Search found 8366 matches

by atrol
20 Apr 2010, 13:06
Forum: Deutsch
Topic: User der NUR zugewiesene Issues sieht, keine public
Replies: 3
Views: 6406

Re: User der NUR zugewiesene Issues sieht, keine public

Ich bin mir recht sicher, dass das ohne Modifikationen nicht möglich ist.
Ehrlich gesagt erkenne ich erst mal keinen Sinn in dieser Anforderung.
Kannst Du mal beispielhaft beschreiben wie so ein Anwendungsfall in der Praxis aussieht?
Vielleicht ergibt sich daraus eine andere Lösung.
by atrol
20 Apr 2010, 11:49
Forum: Help
Topic: My Mantis seems to be slow ?
Replies: 5
Views: 3455

Re: My Mantis seems to be slow ?

jithinkcs wrote: Version : Mantis 1.0.6
Seems to be an older installation?

Was it slow from beginning or did it become slower and slower when the number of issues/users/projects was growing?
Or did the system become slow suddenly?
by atrol
20 Apr 2010, 11:45
Forum: Help
Topic: Mantis not reachable most of the time in LAN
Replies: 3
Views: 1898

Re: Mantis not reachable most of the time in LAN

Monkeyhead wrote: I downgraded to php 5.2.11 and it did help indeed.
PHP 5.3.0 seems not to be the best PHP ever
by atrol
20 Apr 2010, 08:43
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12219

Re: How to customize the label in my_view_page.php?

You should read what I write :wink:
atrol wrote: This is just an example for changing "Report Issue", for more message identifiers check <YourMantisBT>/lang/strings_english.txt
by atrol
20 Apr 2010, 07:41
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12219

Re: How to customize the label in my_view_page.php?

Go to page [ My Account ] -> [Preferences]
Have a look at the list behind "Languages" for the available language values

For example if you want to have it for german, your file should look like

Code: Select all

if ( lang_get_current() == 'german' ) {
  $s_report_bug_link = 'Frage';
}
by atrol
20 Apr 2010, 07:15
Forum: Help
Topic: mantis 1.1.8 and gmail
Replies: 1
Views: 1541

Re: mantis 1.1.8 and gmail

rexhuh wrote: 3. Download PHPMailer(ver5.1) from the below site.
- http://sourceforge.net/projects/phpmail ... %20php5_6/
Was there any reason to do this?
Try the one which is delivered with MantisBT
by atrol
20 Apr 2010, 07:10
Forum: Help
Topic: Mantis not reachable most of the time in LAN
Replies: 3
Views: 1898

Re: Mantis not reachable most of the time in LAN

- have a look at webserver logfiles
- upgrade php to 5.3.2 (or downgrade to php 5.2.x)
- temporary disable email notification to exclude email related problems
by atrol
20 Apr 2010, 07:00
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12219

Re: How to customize the label in my_view_page.php?

Create a file custom_strings_inc.php in root directory of your MantisBT installation Add the following lines if ( lang_get_current() == 'english' ) { $s_report_bug_link = 'Question'; } This is just an example for changing "Report Issue", for more message identifiers check <YourMantisBT>/la...
by atrol
19 Apr 2010, 19:48
Forum: Help
Topic: PHP version for Mantis BT 1.2.0
Replies: 4
Views: 2637

Re: PHP version for Mantis BT 1.2.0

have a look at http://www.mantisforge.org/irclogs/%23m ... tml#t16:18
seems that you don't have to worry about this
by atrol
19 Apr 2010, 12:38
Forum: Customizations
Topic: Where are stored Administrations Console information ?
Replies: 1
Views: 2124

Re: Where are stored Administrations Console information ?

The information is stored in database table mantis_custom_field_table
by atrol
19 Apr 2010, 10:35
Forum: General Discussion
Topic: Problem removing Feedback and Resolved states
Replies: 2
Views: 2377

Re: Problem removing Feedback and Resolved states

I had a short look at the sourcecode to find hardcoded status related things. At first sight I just found the following default settings. $g_bug_reopen_status = FEEDBACK; $g_bug_feedback_status = FEEDBACK; $g_bug_readonly_status_threshold = RESOLVED; $g_bug_resolved_status_threshold = RESOLVED; Chan...
by atrol
19 Apr 2010, 06:22
Forum: Help
Topic: Mantis/Twitter Integration
Replies: 8
Views: 3667

Re: Mantis/Twitter Integration

Seem's there is a known problem with this
http://getsatisfaction.com/iwantsandy/t ... in_twitter

You should enter an issue at www.mantisbt.org/bugs and contact the author of the plugin.
Maybe escaping special chars can fix it (not beeing a twitter specialist)
by atrol
17 Apr 2010, 19:52
Forum: Help
Topic: Mantis/Twitter Integration
Replies: 8
Views: 3667

Re: Mantis/Twitter Integration

Just a speculation concerning the truncated message: Try another issue without the character & (maybe there is a problem with special chars) Maybe this can help with CURL problems http://www.francesco-castaldo.com/2009/10/warning-curl_setopt-function-curl-setopt-curlopt_followlocation-cannot-be-...
by atrol
17 Apr 2010, 19:32
Forum: Help
Topic: APPLICATION WARNING #100: "database_version" not found
Replies: 2
Views: 2389

Re: APPLICATION WARNING #100: "database_version" not found

MMBI wrote:I recently installed mantis 1.2,
Was it a fresh install or update from older version?
MMBI wrote: but i guess the scripts were not proper done
Did you get any error message?