Search found 349 matches

by mushu
21 Mar 2024, 21:35
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 6592

Re: How to add CC: email to incoming message?

I downloaded EmailReporting 0.10.1. from GitHub. There is not any call of function str_contains in it. Looks like you changed the original source code of the plugin. No. The code came from the author himself, as I showed the version of the plugin above, which is higher than the github version becau...
by mushu
21 Mar 2024, 21:18
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 6592

Re: How to add CC: email to incoming message?

Okay so I added this function to the bug_report_mail.php file near the top and it seems to be working without errors now: public function str_contains(string $haystack, string $needle): bool { return strlen($needle) === 0 || strpos($haystack, $needle) !== false; } Any reason to not just keep adding ...
by mushu
21 Mar 2024, 20:53
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 6592

Re: How to add CC: email to incoming message?

I thought mantis was still compatible with version 7, it's not any more?

Code: Select all

PHP 7.4.33 (cli) (built: Nov  2 2022 15:06:48) ( NTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
by mushu
21 Mar 2024, 17:31
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 6592

Re: How to add CC: email to incoming message?

Okay, after more testing you can mostly ignore the previous post above. Here is a command-line run of bug_report_mail: >php bug_report_mail.php Message.txt Call to undefined function str_contains() C:\MantisBT2257\plugins\EmailReporting\core\mail_api.php: 1185: ERP_mailbox_api - -> - add_monitors( <...
by mushu
21 Mar 2024, 17:07
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 6592

Re: How to add CC: email to incoming message?

Bumping this topic because a while ago I noticed our incoming mantis emails were not being processed properly in the EmailReporting plugin, NOT due to the author of the awesome plugin. It was code I had added in private function parse_content( &$p_msg ) just before the final " return "...
by mushu
18 Jan 2024, 21:42
Forum: Help
Topic: Comments marked private being sent on ticket close - is this a plugin issue instead?
Replies: 6
Views: 7304

Re: Comments marked private being sent on ticket close - is this a plugin issue instead?

Thanks for testing that. Can you move this thread or do I need to enter a new post over there and have you close this one?
by mushu
18 Jan 2024, 19:50
Forum: Help
Topic: Better solution than MantisBT
Replies: 13
Views: 7579

Re: Better solution than MantisBT

Perhaps there is a plugin to allow for voting on a topic? That would then give everyone a chance to prioritize things for the devs to focus on, similar to how Plex does it on their forum. And they have a TON of users globally, so something like that was needed.
by mushu
18 Jan 2024, 19:40
Forum: Help
Topic: Comments marked private being sent on ticket close - is this a plugin issue instead?
Replies: 6
Views: 7304

Comments marked private being sent on ticket close - is this a plugin issue instead?

Mantis 2.25.7, Email Reporting 0.11.0-DEV So I just closed a ticket with "Resolved" status (though I doubt status matters as long as the statuscode is higher than the limit, etc, etc) and entered in the reason text and marked the box [Private] assuming the note text would be redacted in th...
by mushu
05 Dec 2023, 00:36
Forum: EmailReporting
Topic: How to block addition to 'monitored by'?
Replies: 2
Views: 11523

Re: How to block addition to 'monitored by'?

Thank you! It appears that I simply need to add that mailbox email address to line 1843 to prevent it from being added.
by mushu
04 Dec 2023, 20:15
Forum: EmailReporting
Topic: How to block addition to 'monitored by'?
Replies: 2
Views: 11523

How to block addition to 'monitored by'?

Windows, Mantis v2.25.7 We have an automated mailbox that sends emails to Mantis and gets processed with the Email plugin. Where in the code would I insert a test for that mailbox name to prevent it from being added as a "Monitored By" user? I made the account in Mantis for that mailbox an...
by mushu
08 Nov 2023, 21:52
Forum: Help
Topic: Status Icons Black
Replies: 7
Views: 20965

Re: Status Icons Black

Perhaps you switched from HDMI to HDI connection type on your video? Maybe the cable is loose? Maybe the video card itself isn't seated all the way in the slot? Maybe you enabled HDR output and mantis doesn't like that? Have no other suggestions really at this point, sorry.
by mushu
08 Nov 2023, 21:49
Forum: Help
Topic: Status Icons Black
Replies: 7
Views: 20965

Re: Status Icons Black

Are there any errors/warnings showing in the developer console of the browser? And which browser are you using?
by mushu
08 Nov 2023, 17:17
Forum: Help
Topic: in MyView the window collapse state is not saved, possible regression?
Replies: 1
Views: 10214

Re: in MyView the window collapse state is not saved, possible regression?

Suddenly started working again??? I did *nothing* and now it is working.

I keep telling our customers/users that "it isn't magic" but now I'm string to think i may need to stop telling them that...
by mushu
08 Nov 2023, 16:14
Forum: Help
Topic: How to delete multiple attachments at once?
Replies: 4
Views: 13774

Re: How to delete multiple attachments at once?

Perhaps better option is to have the option in the mail plugin just to add the primary attachment(s). Not sure if that is an option but perhaps @SL-Gundam can give his view. That would make anything posted in the body of the message such as a screenshot to be left out. This is a difficult problem t...