Search found 509 matches

by thraxisp
27 Mar 2005, 15:42
Forum: Help
Topic: Pressing the Back button erases all information!
Replies: 1
Views: 4976

This is an interaction between Internet Explorer and caching, that has been reported.
by thraxisp
27 Mar 2005, 15:40
Forum: Help
Topic: Bug Notes HTML
Replies: 4
Views: 8589

The text fields are processed through "string_display" in core/strings_api.php. You probably want to modify string_nl2br to remove the insertion of the <br />.
by thraxisp
27 Mar 2005, 15:37
Forum: Help
Topic: Mantis User Documentation
Replies: 3
Views: 7666

by thraxisp
27 Mar 2005, 15:36
Forum: Help
Topic: required fields
Replies: 4
Views: 7311

This is probably related to Internet Explorer not caching values properly. It has been reported in the tracker.
by thraxisp
27 Mar 2005, 15:35
Forum: Help
Topic: unusual long delays when adding bugs
Replies: 1
Views: 4937

This has been reported intermittently.

In many cases, it has been diagnosed back to intermittent network problems, potentially with DNS resolutions. Beyond that, there has been no common thread.
by thraxisp
27 Mar 2005, 15:26
Forum: Help
Topic: Bug Notes HTML
Replies: 4
Views: 8589

Not without changing the code. Sorry.
by thraxisp
27 Mar 2005, 15:25
Forum: Help
Topic: can anyone explain this behaviour?
Replies: 2
Views: 6251

This sounds like some confusion in the proxy server. Most of Mantis depends on a cookie value being set for each user uniquely to allow for authentication. It soulds like these are being confused somewhere. (I had a similar experience with VPNs remembering the last login name for a particular connec...
by thraxisp
27 Mar 2005, 15:20
Forum: Help
Topic: filter config
Replies: 3
Views: 7066

There currently isn't a simple way to do this. The easiest approach would be to default the filters pane to collapsed, but this would require some code changes.
by thraxisp
27 Mar 2005, 15:10
Forum: Help
Topic: Where can I change the FILTERS-Capabilitys?
Replies: 1
Views: 5290

For completeness, from my email: > Can you tell me where i can change the other two capabilitys, too? It would > be great! Thanks! > > 1. "Save filters" --> ?? $g_stored_query_create_threshold = DEVELOPER; > 2. "Save filters as shared" --> $g_stored_query_create_shared_threshold ...
by thraxisp
27 Mar 2005, 15:05
Forum: Help
Topic: Can't reopen a closed bug.
Replies: 1
Views: 5119

You need to upgrade the database as well. Open the admin page at http://example.com/mantisbt/admin/upgrade.php and make the upgrades.
by thraxisp
27 Mar 2005, 15:01
Forum: Help
Topic: Private Project
Replies: 1
Views: 5465

If you set $g_limit_reporter = ON, a reporter can only see what he submitted, even in private projects. Otherwise, they can't see the issues in a private project.
by thraxisp
27 Mar 2005, 14:47
Forum: General Discussion
Topic: Email on new bug
Replies: 1
Views: 6693

These are configured that same as other email notifications. See the notes half way down on http://manual.mantisbt.org/manual.confi ... .email.php and http://manual.mantisbt.org/manual.custo ... ations.php

Note that all of this is replaced by a UI on 1.0.0.
by thraxisp
22 Mar 2005, 00:36
Forum: General Discussion
Topic: Terrible Mantis Performance
Replies: 8
Views: 12768

There is no SQL log, per se. You can get the timing for all queries by setting the variable $g_show_queries_list = ON; This will display a list of all of the queries run and their timing. Since you are using your own table, I would suggest looking at whether the indexes are in place, and that mySQL ...
by thraxisp
21 Mar 2005, 23:55
Forum: Customizations
Topic: Where can we customize ?
Replies: 7
Views: 15538

Mantis is currently (0.19.2) cofigured through a php file (config_inc.php). See http://manual.mantisbt.org/manual.configuration.php for more details. This covers many things, except for the layout of the pages.

Beyond this, you will have to edit the code.
by thraxisp
19 Mar 2005, 16:36
Forum: Help
Topic: Fatal Error 401 database_api.php
Replies: 2
Views: 9378

This is a database query failing.

This may be due to missing upgrades in the database. Have you run admin/upgrade.php?

If you have, could you provide us with more information by setting

Code: Select all

$g_show_detailed_errors	= ON;
and sending the resulting traceback in an issue on http://bugs.mantisbt.org/ ?