Search found 509 matches

by thraxisp
30 Dec 2005, 13:56
Forum: General Discussion
Topic: Is there still time/room for some minor changes?
Replies: 5
Views: 8116

You can request changes through the bug tracker at http://bugs.mantisbt.org/ . As long as they are minor, someone may sneak them in.
by thraxisp
30 Dec 2005, 13:54
Forum: General Discussion
Topic: Developers
Replies: 1
Views: 5196

There is a plan to move that way. It just takes some time and effort to convert the documentation over.
by thraxisp
10 Sep 2005, 18:22
Forum: Customizations
Topic: Timeout?
Replies: 1
Views: 5212

$g_cookie_time_length
by thraxisp
10 Sep 2005, 18:08
Forum: Help
Topic: Max File Upload Size?
Replies: 1
Views: 3584

by thraxisp
10 Sep 2005, 17:57
Forum: Help
Topic: Custom Status Values
Replies: 8
Views: 10825

Thanks! I was wondering about that one too! I have a couple of questions to add: 1. When you are editing the workflow, should you use spaces or underscores if you have a status that is more than one word? e.g. $g_status_enum_workflow[RESOLVED IN QA] = '50:assigned,80:resolved,90:closed'; Should it ...
by thraxisp
10 Sep 2005, 17:50
Forum: Help
Topic: New bug email notification not being sent
Replies: 6
Views: 8011

With 1.0.0rc1, you can do this in the GUI from Manage -> Manage Configuration -> Email Notifications.
by thraxisp
10 Sep 2005, 17:47
Forum: Help
Topic: "Build" field on "Resolve Issue" screen
Replies: 2
Views: 4142

This isn't possible right now without editting the code. Could you please add a feature request to http://bugs.mantisbt.org/ ?
by thraxisp
09 Sep 2005, 19:57
Forum: Help
Topic: Suddenly sending all emails fail, including the test one
Replies: 1
Views: 3829

phpMailer has no logs for failed messages. I would try to send a message using a regular mailer on that machine. I expect that the authentication is failing.
by thraxisp
09 Sep 2005, 19:56
Forum: Help
Topic: Mantis Cookies
Replies: 5
Views: 7877

Mantis uses cookies to pass information between pages. Your browser is probably configured not to accept cookies, or the cookie domain and the web page domain don't match.
by thraxisp
09 Sep 2005, 19:53
Forum: General Discussion
Topic: DOCUMENTS OF ALL PROJECTS VISIBLE TO ALL USERS
Replies: 1
Views: 5064

This has been reported and fixed (#6020).
by thraxisp
02 Sep 2005, 23:04
Forum: Help
Topic: Where do I customize the tables on the Issues view pages ???
Replies: 1
Views: 3100

Are you looking to change the arrangement of the information, or the language? If the latter, there are language files that define all of the strings and allow customization. See http://manual.mantisbt.org/manual.customizing.mantis.enumerations.php for some pointers on adding language strings. If yo...
by thraxisp
02 Sep 2005, 22:53
Forum: Help
Topic: Saving "Status to set auto-assigned issues to" don
Replies: 1
Views: 3181

You should report this in the tracker at http://bugs.mantisbt.org/ .
by thraxisp
02 Sep 2005, 22:50
Forum: General Discussion
Topic: MySQL 5.0?
Replies: 1
Views: 4763

I don't see why it wouldn't work given that MySQL5 is backwards compatible. We won't use any of the new features, however.
by thraxisp
02 Sep 2005, 22:49
Forum: General Discussion
Topic: It seems some bugs
Replies: 1
Views: 4759

I think that all of these have been reported in the tracker at http://bugs.mantisbt.org/ . I believe that all but the first one (escaping) have been resolved.
by thraxisp
01 Sep 2005, 15:38
Forum: Help
Topic: Automatic login
Replies: 1
Views: 3700

This should be saved in a permanent cookie if you select the "save login" box on the logic screen. Once saved, you should be able to access any page from your machine without login (for the next year until the cookie expires).