Search found 509 matches

by thraxisp
22 Feb 2005, 23:58
Forum: Help
Topic: Workflow: close by Manager
Replies: 5
Views: 12713

You can do this already in 0.19.2. Look at $g__set_status_threshold. Setting this to array( CLOSED=>MANAGER) will only allow managers to close the issue.

The full workflow implementation is also in 0.19.2. See $g_status_enum_workflow in the manual.
by thraxisp
22 Feb 2005, 18:02
Forum: General Discussion
Topic: bug with Preferences in my account?
Replies: 1
Views: 8668

I fixed some bugs in this area in the next release (e.g., #5132, #5133).
by thraxisp
22 Feb 2005, 17:59
Forum: Help
Topic: Default View
Replies: 1
Views: 7404

You could add

Code: Select all

$g_default_home_page = 'view_all_bug_page.php';
to your config_inc.php file.
by thraxisp
22 Feb 2005, 17:56
Forum: Customizations
Topic: tool to structurally change a word?
Replies: 6
Views: 11051

There is really no reason to change the name of the php files in the program (e.g., bug_report_page.php to issue_report_page.php) as this is a lot of work and will cause problems with future releases. Beyond that, everythink on the displays should be in the language files.
by thraxisp
22 Feb 2005, 00:57
Forum: Customizations
Topic: changing the term bug
Replies: 3
Views: 9411

All of the strings used in Mantis are in the lang directory. In your case, the file you are looking for is "lang/strings_dutch.txt".
by thraxisp
21 Feb 2005, 16:47
Forum: Help
Topic: error after login
Replies: 1
Views: 7276

What page are you accessing? Have you created the initial database using the sql/db_generate.sql file?
by thraxisp
21 Feb 2005, 01:53
Forum: Help
Topic: file upload not working
Replies: 9
Views: 14169

You may want to file this in the bug tracker.

The error is specifically that the file uploaded is not accessible to the script. Might the server be running is SAFE MODE?
by thraxisp
21 Feb 2005, 01:46
Forum: Help
Topic: summary by date not working
Replies: 2
Views: 9119

The chart graphs the number of bugs that were submitted less than or equal to n days ago, where n is the number listed in the right hand column. If you added 6 bugs on one day, all of the numbers would be the same until after the 7th day.
by thraxisp
19 Feb 2005, 18:45
Forum: Help
Topic: Problem with Upgrade.
Replies: 1
Views: 101647

This has been fixed in CVS. the admin check doesn't open the database properly.
by thraxisp
19 Feb 2005, 18:38
Forum: Help
Topic: When anybody add the issue, only admin is notificated.
Replies: 1
Views: 7629

by thraxisp
19 Feb 2005, 18:36
Forum: Help
Topic: Sort order of users while sending a remider
Replies: 3
Views: 7982

I fixed this a few weeks ago in CVS.
by thraxisp
19 Feb 2005, 18:35
Forum: Help
Topic: Problem downloading file with IE6
Replies: 2
Views: 8769

I think that this has been bugged already. The problem is that the file download turns caching off, but IE needs it on if it is to launch the appropriate application. If you turn caching on, large files may fail due to lack of cache space.
by thraxisp
15 Feb 2005, 23:37
Forum: General Discussion
Topic: Summary per 'Fixed In Release', or better filter on it.
Replies: 2
Views: 8671

Filter on Fixed-in Version

The ability to filter on blank fields ([none]) is in CVS and should be available in the next release.
by thraxisp
14 Feb 2005, 03:44
Forum: General Discussion
Topic: Announcements Forum
Replies: 1
Views: 8773

Announcements Forum

Is there any reason that the Announcement is readable only by moderators?