Search found 33 matches

by KenTech
28 Feb 2012, 16:04
Forum: Help
Topic: From: field in emails not consistent (v.1.2.8)
Replies: 7
Views: 5933

Re: From: field in emails not consistent (v.1.2.8)

I am not able to reproduce the issue with one project. I had a look at the source code and at the moment I don't see any other option than setting §g_from_name which influences the behaviour. If you set from_name in database configuration you can set it per project, that's why I asked if the issues...
by KenTech
27 Feb 2012, 17:41
Forum: Help
Topic: From: field in emails not consistent (v.1.2.8)
Replies: 7
Views: 5933

From: field in emails not consistent (v.1.2.8)

When a change to an existing bug record triggers an email, the From: field shows the correct name. In our case it is Write Brothers - Beta Testing . However, when someone submits a new bug, the From: field shows Dprobeta , which is part of the email address from which the email is sent. Why the diff...
by KenTech
02 Feb 2012, 16:46
Forum: General Discussion
Topic: How can I use the "CSV Export" for selected issues?
Replies: 4
Views: 4653

Re: How can I use the "CSV Export" for selected issues?

I see, so if I use the filter to narrow down to the one bug, then I will be able to export just that one?
by KenTech
02 Feb 2012, 15:49
Forum: Help
Topic: User Access Threshold for View Issues buttons
Replies: 3
Views: 3589

Re: User Access Threshold for View Issues buttons

Don't get me wrong, Mantis is a great program, but that seems a little silly. Why not make a class that is reusable for any of the control buttons on top, not just one specific one?
by KenTech
02 Feb 2012, 00:37
Forum: General Discussion
Topic: How can I use the "CSV Export" for selected issues?
Replies: 4
Views: 4653

Re: How can I use the "CSV Export" for selected issues?

I would like to know the answer to that question as well. One would expect to only have the selected bugs included in the export, but I get all that are visible on the page.
by KenTech
01 Feb 2012, 21:59
Forum: Help
Topic: User Access Threshold for View Issues buttons
Replies: 3
Views: 3589

User Access Threshold for View Issues buttons

Is there any way to assign user access thresholds to the buttons that appear on the View Issues page?

Code: Select all

Print Reports | CSV Export | Excel Export | XML Export | Graph
by KenTech
25 Jan 2012, 15:58
Forum: Help
Topic: RSS Feed icon error
Replies: 2
Views: 2611

Re: RSS Feed icon error

atrol wrote:Not the same error output, but Chrome and RSS seems to be a known issue http://www.mantisbt.org/bugs/view.php?id=10772
Atrol, thank you for pointing me to that link. I'm going to try some of the code mods that are in that post to see if that fixes the issue.
by KenTech
25 Jan 2012, 01:05
Forum: Help
Topic: RSS Feed icon error
Replies: 2
Views: 2611

RSS Feed icon error

Code: Select all

MantisBT Version	1.2.8
Schema Version	183
When I click on the RSS feed icon, I get the error below. Any ideas?

Image
by KenTech
24 Jan 2012, 22:15
Forum: Help
Topic: Legend for Priority
Replies: 0
Views: 2890

Legend for Priority

As far as I can tell there isn't a built-in option to do this, but what would be the easiest way to create a legend for pages that use the priority icons? I'm thinking to just create an image of a legend and modify the code of any page to use that legend. Comments? Suggestions?
by KenTech
23 Jan 2012, 20:27
Forum: Help
Topic: Status on Auto-assign not working
Replies: 3
Views: 3582

Re: Status on Auto-assign not working

I was not able to reproduce this issue with a fresh installation of mantis. You can go to "manage/manage configuration/workflow threshold" and check the status in the "Status to set auto-assigned issues to" field. I think this field may have "new" in it instead of &quo...
by KenTech
23 Jan 2012, 20:06
Forum: Help
Topic: Status on Auto-assign not working
Replies: 3
Views: 3582

Status on Auto-assign not working

The following option is not working $g_auto_set_status_to_assigned = ON; If my understanding is correct, the above option would automatically set the Status of a bug if it is assigned to a person. During the creation of the bug, I selected our developer (who is actually an admin in Mantis), but the ...
by KenTech
21 Dec 2011, 22:26
Forum: Help
Topic: Hide "Manage Columns" from certain groups
Replies: 11
Views: 11541

Re: Hide "Manage Columns" from certain groups

In file: core\html_api.php Line 1112:if( config_get ( 'enable_profiles' ) == ON && access_has_project_level( config_get( 'add_profile_threshold' ) ) ) { print_bracket_link( helper_mantis_url( $t_account_profile_menu_page ), lang_get( 'manage_profiles_link' ) ); } Add after //Mod to control v...
by KenTech
21 Dec 2011, 21:42
Forum: Help
Topic: Hide "Manage Columns" from certain groups
Replies: 11
Views: 11541

Re: Hide "Manage Columns" from certain groups

atrol wrote:
KenTech wrote:Is there a variable for the manage columns threshold?
Still no ;-)
atrol wrote: There is is no option to prevent changing the columns.
Darn it! Any idea where in the code the option for the profile threshold is located? I might take a peek at the code for a possible mod.
by KenTech
21 Dec 2011, 17:36
Forum: Help
Topic: Hide "Manage Columns" from certain groups
Replies: 11
Views: 11541

Re: Hide "Manage Columns" from certain groups

It is my understanding that the "Manage Columns" and "Profiles" buttons that reporters (and every other user) sees under the "My Account" section only applies to that user. So when I added "Reporter" to my columns in the view page, no one else sees that chang...