Search found 1635 matches

by cas
17 May 2024, 12:16
Forum: Help
Topic: To sort mantis users
Replies: 1
Views: 36

Re: To sort mantis users

Only possible if you re-format the realname field :oops:
by cas
16 May 2024, 11:18
Forum: General Discussion
Topic: Email reception
Replies: 2
Views: 96

Re: Email reception

Perhaps you have the following setting active:
$g_email_receive_own = OFF;
Copy this to config/config_inc.php as follows:
$g_email_receive_own = ON;
by cas
15 May 2024, 08:21
Forum: General Plugin Discussion
Topic: Query plugin
Replies: 0
Views: 60

Query plugin

The query plugin has been reviewed and promoted to version 2.17.
See here https://github.com/mantisbt-plugins/Query
by cas
13 May 2024, 16:03
Forum: Help
Topic: Can I set reports and graphs to a timeframe?
Replies: 5
Views: 102

Re: Can I set reports and graphs to a timeframe?

Summary does filter on project but that is it.
You can look $ the statistics plug-in though: https://github.com/mantisbt-plugins/Statistics
by cas
13 May 2024, 11:55
Forum: Help
Topic: How to disable the error description
Replies: 1
Views: 56

Re: How to disable the error description

Where do you get that error message, what exactly are you doing? Did you make changes to standard mantis?
by cas
09 May 2024, 06:07
Forum: General Plugin Discussion
Topic: adLogin plugin issues
Replies: 2
Views: 95

Re: adLogin plugin issues

This (2.01) is the latest version.
Please post your issue on github so I can review this next week.
by cas
08 May 2024, 09:47
Forum: Help
Topic: report issue with formatted text
Replies: 1
Views: 56

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: 102

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: 3333

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: 3333

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: 102

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: 540954

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: 2157

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: 2157

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: 726

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 :(