Search found 6 matches

by mike
17 Nov 2005, 16:47
Forum: Help
Topic: Prevent certain access levels from changing status of issues
Replies: 1
Views: 3069

Prevent certain access levels from changing status of issues

Is there any way to prevent users with specified access levels from using the "Change Status To:" feature when viewing an issue? And more specifically, when viewing issues that are set to certain status levels? Example: I only want Managers and Administrators to be able to change the statu...
by mike
12 Jul 2005, 23:24
Forum: Help
Topic: Setting a project to auto-assign new issues to specific user
Replies: 1
Views: 4804

Setting a project to auto-assign new issues to specific user

I know this could be done before, as I have it set up for a few projects. But I probably haven't done it since version 0.19.0 and am now running 1.0.0a3. For the life of me, I can not find where to set a project so that new issues are automatically assigned to a specified user (effectively causing a...
by mike
17 May 2005, 17:15
Forum: Customizations
Topic: select what columns to view
Replies: 12
Views: 28144

1.0.0 alpha is out and supports this functionality, although it's not thoroughly documented. To modify the columns displayed, create a file in the root directory called: custom_functions_inc.php Add this following code to the file (taken from /core/custom_functions_api.php lines 139-178, but with th...
by mike
28 Feb 2005, 20:57
Forum: Help
Topic: file upload not working
Replies: 9
Views: 14212

This may be a permissions error. The specific error is because the file (once uploaded) is not readable by the Mantis php code. This is interesting now. I added user "Everyone" with "Read" permission to my C:\WINDOWS\Temp folder and 0.19.2 file uploading now works . So here's th...
by mike
26 Feb 2005, 22:37
Forum: Help
Topic: file upload not working
Replies: 9
Views: 14212

I did a little further investigating. On the IIS 6.0 server, I copied my 0.19.0 installation over and file uploading worked . I tried testing a 0.19.1 installation and file uploading did not work. On the IIS 4.0 server, I copied my 0.19.2 installation over and file uploading worked . It seems IIS 6....
by mike
26 Feb 2005, 22:00
Forum: Help
Topic: file upload not working
Replies: 9
Views: 14212

I think I am having the same problem, sdabel. I'm running 0.19.2 on IIS 6.0 with PHP 4.3.10. The database is MySQL 4.0.21 on a separate machine. Running the /admin/check.php reports the same as sdabel, but I get APPLICATION ERROR #15 when trying to upload any files. I turned on detailed error report...