Search found 74 matches

by Buga
01 Apr 2009, 12:24
Forum: Help
Topic: How to withdraw right to assign Manager rights as Manager
Replies: 0
Views: 1288

How to withdraw right to assign Manager rights as Manager

Hi

I need a possibilty to disalow Managers of a project to add users to their project with the right Manager. So they still should be able to add users with Viwer to Developer.

Is this possible with the config?
by Buga
17 Mar 2009, 09:07
Forum: Help
Topic: Access Level Renaming #1 solve now #2
Replies: 1
Views: 1132

Re: Access Level Renaming #1 solve now #2

You shouldnt change the standard access levels. There are many hocks in the code to these levels. Sure you can define them with the treshold variables for each thing but thats a lot of work.
Better create your own access levels between the standard levels and only change the tresholds you need.
by Buga
17 Mar 2009, 08:59
Forum: General Discussion
Topic: Adding resolution options
Replies: 1
Views: 3734

Re: Adding resolution options

If I rememer right you also need to define the translation for your new resolution.
Check the language files for the resolution strings and add your own one to the custom_strings_inc.php (I have no access to Mantis files atm so I am not 100% sure if i spelled the file correct)
by Buga
06 Mar 2009, 08:02
Forum: Help
Topic: Category Auto Assignment
Replies: 2
Views: 1845

Re: Category Auto Assignment

You can define the user when you edit the category.
the information is stored in the table mantis_project_category_table (colum user_id)
by Buga
15 Dec 2008, 08:11
Forum: Help
Topic: How to create user password?
Replies: 2
Views: 7846

Re: How to create user password?

if you create an account the user gets an email with a link where he can set his password.
by Buga
10 Dec 2008, 12:02
Forum: Announcements
Topic: Forum SPAM Crackdown
Replies: 21
Views: 58947

Re: Forum SPAM Crackdown

Yeah it would be better if all members with at least 5 or 10 posts get added to this group. Its quite annoying that I dont see immediatly the post and it slows down the support process.
by Buga
21 Nov 2008, 12:54
Forum: Customizations
Topic: How to remove Roadmap Feature
Replies: 5
Views: 7853

Re: How to remove Roadmap Feature

I tryed to remove the Roadmap this way but it didnt work. On the other hand I was able to remove the changelog this way with $g_view_changelog_threshold = NOBODY; I also tryed to switch the variablename as it looks inconsistent $g_view_changelog_threshold = NOBODY; $g_roadmap_view_threshold = NOBODY...
by Buga
12 Nov 2008, 09:01
Forum: Help
Topic: Customizing Summary
Replies: 0
Views: 1307

Customizing Summary

Hi I need to disable some Statistics in the Summarypage: [*]Reporter Stats [*]Reporter Effectiveness [*]Developer Stats [*]Reporter By Resolution [*]Developer By Resolution Best would be to disable these stats based on the role(disallow for Manger, allow for Admin). But for the start it would be eno...
by Buga
08 Nov 2008, 14:48
Forum: Help
Topic: migrating files from db to hard disk
Replies: 4
Views: 3629

Re: migrating files from db to hard disk

before you migrate your db you need to add the destination folders for each project manually.
just click edit project and you will see what I mean.
You need to create the folders before you can ssign them and I needed to give them 777 access. no idea why 700 didnt work
by Buga
31 Oct 2008, 11:09
Forum: Help
Topic: Time delay for relogin in admin section
Replies: 3
Views: 3222

Re: Time delay for relogin in admin section

I tryed to add this to the custom_constant_inc.php but it didnt work.
by Buga
31 Oct 2008, 10:49
Forum: Help
Topic: Maintain data from custom_strings.php in Database Config
Replies: 0
Views: 1180

Maintain data from custom_strings.php in Database Config

Hi I maintain the names for custom fileds in english and german in my Mantis 1.1.1 installation. Therefore I always need to update my custom_strings.php wiht an additional line like this: if ( $g_active_language === 'german' ) $s_PORJ_Testszenario="Testszenario"; else $s_PORJ_Testszenario=...
by Buga
31 Oct 2008, 08:00
Forum: Help
Topic: Plugins for Mantis 1.2
Replies: 0
Views: 1157

Plugins for Mantis 1.2

HI
Are there already plugins available for the Mantis 1.2 beta Release?
by Buga
27 Oct 2008, 07:51
Forum: Help
Topic: Time delay for relogin in admin section
Replies: 3
Views: 3222

Re: Time delay for relogin in admin section

thanks for the info.

is there also a way to define that in the config file?

If I update Mantis I need change this value also each time. Not that this would be a big deal but it would be much smoother if I could add it to my custom config file
by Buga
22 Oct 2008, 07:36
Forum: Help
Topic: Time delay for relogin in admin section
Replies: 3
Views: 3222

Time delay for relogin in admin section

Hi I would like to know if there is an option which defines the time until I need to relogin in the admin section(Manage). If I dont perform any Settings in the Admin Area of Mantis for like 5Minutes I always need to reenter my password. I checked already the config but I didnt find any option for t...
by Buga
19 Sep 2008, 06:51
Forum: Help
Topic: Tools for switching from DB to Files for attachements?
Replies: 1
Views: 1667

Re: Tools for switching from DB to Files for attachements?

just search the forum for this isue.
there is a tool for this in the admin menu mantis/admin