Search found 7 matches

by sameerj
05 Apr 2010, 05:12
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 7142

Re: Increase the length of summary field.

Thank you. it's done now.initially i didn't find that code in bug_report_page.php.
by sameerj
03 Apr 2010, 11:28
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 7142

Re: Increase the length of summary field.

I found bug_report_page.php.
but
Code which i given above (maxlength="128" to maxlength="225") is not present on this page.

So i want help for this purpose only.
Where can i find the page to change the code (maxlength="128" to maxlength="225")


I wrote: you have to change one line in file bug ...
by sameerj
01 Apr 2010, 10:53
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 7142

Re: Increase the length of summary field.

I am not sure whether I understand your question,
you have to change one line in file bug_report_page.php from maxlength="128" to maxlength="225"
Be aware that there might be other pages which could be affected, I didn't check


but how can i do this. that is my question?
it is difficult to find ...
by sameerj
31 Mar 2010, 06:20
Forum: Help
Topic: How to change status of bugs?
Replies: 1
Views: 1518

Re: How to change status of bugs?

I would like to know the same thing.

What can be done if we want to add
some new tags to "Change status to" field.

for e.g. "Notfixed", "invalid.".
by sameerj
31 Mar 2010, 05:28
Forum: Help
Topic: Increase the length of summary field.
Replies: 7
Views: 7142

Increase the length of summary field.

Hello

I want to increase the length of summary field while reporting a bug.
one thing i done is that i changed the length in the db.

VARCHAR(128) to VARCHAR(225).


But again there is a UI validation for this.
If user start typing a text in summary field, it can not type anything beyond the ...
by sameerj
09 Mar 2010, 12:17
Forum: Help
Topic: mantis working at first instance only until restart apache
Replies: 8
Views: 8187

Re: mantis working at first instance only until restart apac

According to tips given in 0011535 by bmencke ,

Commenting following lines in core/authentication_api.php:

396: /*if( $p_method !== null ) {
397: $t_login_method = $p_method;
398: }*/

it seems to be working.

but what is side effect of this
or anybody have different solution other than this?
by sameerj
18 Dec 2009, 08:22
Forum: Help
Topic: mantis working at first instance only until restart apache
Replies: 8
Views: 8187

mantis working at first instance only until restart apache

I migrate a mantis database on another machine.
mantis version is same at both places - 1.1.8.
but for installing Mantis, i used xampp (bundled apache, php, perl and mysql)

Now when i starting mantis by giving username & password, this first session works fine.
But when i am getting logout or close ...