Search found 32 matches

by kelson
09 Feb 2015, 10:15
Forum: Customizations
Topic: FUI - Friendly User Interface plugin
Replies: 3
Views: 6971

Re: FUI - Friendly User Interface plugin

Hi Atrol,

Nice work in the pull request.
However, I thought a template system would be implemented in MantisBT.
Will MantisBT 2.0 allow us to develop some custom templates ?
Or the look and feel remain static ?
by kelson
06 Feb 2015, 16:20
Forum: Customizations
Topic: FUI - Friendly User Interface plugin
Replies: 3
Views: 6971

FUI - Friendly User Interface plugin

Hi, Before starting any development, I would like to have some feedbacks. So here is a first mockup of what I plan to do. view_bug_page.png What do you think about having this layout for the view issue page ? 3 columns : -> first one will be a sidebar menu. You will find action buttons on the issue,...
by kelson
15 May 2014, 11:43
Forum: Customizations
Topic: Custom CSS/Theme for 1.2.8
Replies: 16
Views: 61074

Re: Custom CSS/Theme for 1.2.8

@jolienai I use version 1.2.15 and how do I use the theme? Just move the folder in the plugins folder. The plugin require jquery plugin to be installed @maximkletsov What about to make a new skin based on new version of bootstrap? I know that bootstrap 3 is available, but I did not find any time to ...
by kelson
14 May 2014, 11:08
Forum: Help
Topic: Login thrown LDAP and MD5
Replies: 1
Views: 3376

Login thrown LDAP and MD5

Hi, When I used LDAP method, new accounts are created with the default access level reporter. That is fine, but the old accounts are no more usable. Furthermore, I cannot use my admin account. First question : How can I get the admin access level back ? (Without updating the access level in the data...
by kelson
14 Apr 2014, 09:29
Forum: Help
Topic: Display "Change status to" for all users
Replies: 1
Views: 2794

Re: Display "Change status to" for all users

Hello,

I were searching how to configure the display of "Change status to" in the forum.

Finally, I found the solution.
Just configure "update_bug_status_threshold" in configuration page.
by kelson
21 Jan 2014, 14:31
Forum: General Discussion
Topic: Migration data from BugZilla to MantisBT
Replies: 4
Views: 6281

Re: Migration data from BugZilla to MantisBT

In plugin MantisCoreFormatting, MantisCoreFormatting.php if( ON == $s_buglinks ) { $t_string = string_process_bug_link( $t_string ); // $t_string = string_process_bugnote_link( $t_string ); } The problem come from string_process_bugnote_link. Too bad that we cannot set/unset bug link and bugnote lin...
by kelson
21 Jan 2014, 14:16
Forum: General Discussion
Topic: Migration data from BugZilla to MantisBT
Replies: 4
Views: 6281

Re: Migration data from BugZilla to MantisBT

By curiosity, I set "MantisBT Links ( Issue/Issuenote )" to Off, and all &0000057:0000160; disappear.
But I want to keep the link function active.

I think, I will check the code =)

Thanks !
by kelson
21 Jan 2014, 14:00
Forum: General Discussion
Topic: Migration data from BugZilla to MantisBT
Replies: 4
Views: 6281

Re: Migration data from BugZilla to MantisBT

Hi Atrol,

Actually, the problem do not come from the character #, it is on character space.
by kelson
21 Jan 2014, 10:18
Forum: General Discussion
Topic: Migration data from BugZilla to MantisBT
Replies: 4
Views: 6281

Migration data from BugZilla to MantisBT

Hi guys, I have migrated data from BugZilla to MantisBT successfully, but I am facing to a strange behavior of description field. If a line starts by a space, space seems to be replaced by the following code : &0000057:0000160; By the way, MantisBT proccesses &0000057:0000160; as a link to a...
by kelson
15 Jan 2014, 08:32
Forum: Customizations
Topic: Give access to manage_config_workflow_set.php
Replies: 3
Views: 5661

Re: Give access to manage_config_workflow_set.php

Thanks Atrol.
I will take a look at the bug.
by kelson
14 Jan 2014, 10:29
Forum: Customizations
Topic: Give access to manage_config_workflow_set.php
Replies: 3
Views: 5661

Re: Give access to manage_config_workflow_set.php

By the way, if I look at the code of manage_config_workflow_set.php 50. $t_can_change_level = min( config_get_access( 'notify_flags' ), config_get_access( 'default_notify_flags' ) ); 51. access_ensure_project_level( $t_can_change_level ); Does it mean that a notify_flags config option should be set ...
by kelson
14 Jan 2014, 08:27
Forum: Customizations
Topic: Give access to manage_config_workflow_set.php
Replies: 3
Views: 5661

Give access to manage_config_workflow_set.php

Hi, How to give access to manage_config_workflow_set.php for a specific project manager ? I tried by setting the access level of status_enum_workflow config option to manager. However, the specific project manager still has an access denied error message when he update the workflow of a specific pro...
by kelson
08 Jul 2013, 15:14
Forum: Customizations
Topic: Event in plugin A not usable in plugin B
Replies: 0
Views: 17696

Event in plugin A not usable in plugin B

Hi, I would like to know how to declare a new plugin event in order to use it in another plugin without dependency ? I try this way : Plugin A : class APlugin extends MantisPlugin { function events(){ return array( 'EVENT_A' => EVENT_TYPE_OUTPUT, ); } } Plugin B : class BPlugin extends MantisPlugin ...
by kelson
19 Jun 2013, 07:58
Forum: General Discussion
Topic: Filters without any name in mantis_filters_table
Replies: 1
Views: 3106

Filters without any name in mantis_filters_table

Hi,

I took a look at mantis_filters_table table, and I were surprised to find a lot of filters without any name.
Is it normal to have those filters ? However, filter name is required at saving of custom filters.

Regards,
by kelson
10 Jun 2013, 09:34
Forum: Help
Topic: Changelog for schema version
Replies: 4
Views: 5016

Re: Changelog for schema version

Ok, thanks !