Search found 1629 matches

by cas
Today, 09:47
Forum: Help
Topic: report issue with formatted text
Replies: 1
Views: 29

Re: report issue with formatted text

There is a plugin that might help you here.
Have a look @ https://github.com/mantisbt-plugins/VEditor
by cas
06 May 2024, 16:16
Forum: General Plugin Discussion
Topic: BanSpam plugin
Replies: 1
Views: 66

Re: BanSpam plugin

Released a new version including basic quarantaining options for new notes/issues.
Feedback (@ github) is appreciated.
by cas
06 May 2024, 16:14
Forum: Customizations
Topic: Status custmozing (per project)
Replies: 4
Views: 2801

Re: Status custmozing (per project)

forgot about that one, maybe it "sticks" now in my brain :D
by cas
06 May 2024, 13:36
Forum: Customizations
Topic: Status custmozing (per project)
Replies: 4
Views: 2801

Re: Status custmozing (per project)

You could do that in confic/custom_strings_inc.php. Try coding something like: $t_cookie_name = config_get_global( 'project_cookie' ); if ( $_COOKIE[$t_cookie_name] ){ $t_project_id = $_COOKIE[$t_cookie_name]; if ($t_project_id === '11'){ $g_project_status_enum_string = '10:status10,30:status30,50:s...
by cas
03 May 2024, 14:28
Forum: General Plugin Discussion
Topic: BanSpam plugin
Replies: 1
Views: 66

BanSpam plugin

Developed a plugin to help in keeping spam from your Mantis installation.
It looks at the language issues/notes are posted in and allows for banning ip addresses/ranges.
see here https://github.com/mantisbt-plugins/BanSpam
by cas
30 Apr 2024, 10:53
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 74
Views: 524725

Re: Gantt Chart for Mantis

The version available on Github is far from compliant with mantis 2.25 or later.
There is a lot of work to be done to get this too work properly :roll:
by cas
29 Apr 2024, 19:17
Forum: Help
Topic: Built in Time Tracking - changing of date
Replies: 6
Views: 2086

Re: Built in Time Tracking - changing of date

Check out initial version here:
https://github.com/mantisbt-plugins/TimeTrack

Remarks/suggestions/issues please via the same platform (Github)
by cas
23 Apr 2024, 15:22
Forum: Help
Topic: Built in Time Tracking - changing of date
Replies: 6
Views: 2086

Re: Built in Time Tracking - changing of date

I do have a plugin that facilates tiemtracking not in combination with the notes but similar functionality.
Need to do some work on it to have it run nicely under version 2.x.
Will look into this in the coming days :mrgreen:
by cas
23 Apr 2024, 13:12
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 11
Views: 469

Re: Due date show 01/01/1970

Perhaps caused by one of your plugins, I cannot reproduce with similar settings as you. So I am out of ideas :(
by cas
23 Apr 2024, 12:47
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 11
Views: 469

Re: Due date show 01/01/1970

I have trouble replaying your issue.
When you do the update, whicg role are you using (Developer/admin/updater)?
by cas
22 Apr 2024, 16:10
Forum: General Discussion
Topic: LDAP intergration doesnt seem to be working
Replies: 3
Views: 158

Re: LDAP intergration doesnt seem to be working

did you try this setting in core/config_inc.php: $g_show_detailed_errors=ON; This may give you a clue. In addition you can setup logging by setting this: /** * System logging * This controls the type of logging information recorded. * The available log channels are: * * LOG_NONE, LOG_EMAIL, LOG_EMAI...
by cas
22 Apr 2024, 12:20
Forum: Customizations
Topic: Admin approval for new users
Replies: 0
Views: 119

Admin approval for new users

if you want to enable admin approval for new users, you can find instructuions here: https://www.nuy.info/smf/index.php?topic=24.0
This is a basic solution but is does do the trick.

The Mantis dev team are discussing a more sophisticated solution but there is no timeline on this (yet).
by cas
19 Apr 2024, 13:13
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 11
Views: 469

Re: Due date show 01/01/1970

What are your settings for $g_due_date_update_threshold and $g_due_date_view_threshold ?
by cas
19 Apr 2024, 09:51
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 11
Views: 469

Re: Due date show 01/01/1970

Joselyne, can you not attach some files?