Search found 330 matches

by mushu
25 May 2023, 14:41
Forum: Help
Topic: is there a variable to control #event entries on my_view page?
Replies: 2
Views: 108

Re: is there a variable to control #event entries on my_view page?

Thanks atrol, I'm surprised since there is so many other variables that control stuff like that. I will change it directly in the file I guess because it causes scrolling and nobody really uses it in our organization but sometimes the boss will glance at it to make sure we are actually doing work lo...
by mushu
24 May 2023, 21:49
Forum: Help
Topic: is there a variable to control #event entries on my_view page?
Replies: 2
Views: 108

is there a variable to control #event entries on my_view page?

windows
mantis 2.25.7

On the my view page is there a config variable to set the max number of events to display on the timeline in the right-side column?
by mushu
12 May 2023, 18:50
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 72
Views: 50451

Re: Email output could be much prettier

Not really mad per se, just frustrated. I'm not a php coder and don't have this kind of time to spend on things like this. Myself and the other developers really like Mantis and we understand the open-source concept and support it, but it's hard when we rely on a product and need to add functionalit...
by mushu
11 May 2023, 23:34
Forum: EmailReporting
Topic: Need help troubleshooting error
Replies: 3
Views: 107

Re: Need help troubleshooting error

I think I figured it out. It was the new fix for their 15 year old memory leak that I had to undo to get everything to work again. See: viewtopic.php?p=74203#p74203
by mushu
11 May 2023, 23:31
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 72
Views: 50451

Re: Email output could be much prettier

NEVERMIND I figured out the problem. It was the recent fix for the Mantis memory leak when processing emails. They changed the code and I had to change it back to make everything work again. In /core/email_api.php is the following code: $t_log_msg = 'ERROR: Message could not be sent - '; if( is_null...
by mushu
11 May 2023, 22:53
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 72
Views: 50451

Re: Email output could be much prettier

I just updated Mantis from v2.25.2 to v2.25.7 and using latest EmailReporting plugin (V0.11-DEV) but with the new Mantis version email isn't being processed. I've duplicated all of the code changes in the new files from the old ones, but mail_api.php is giving me a headache. Been working on it all d...
by mushu
11 May 2023, 21:10
Forum: EmailReporting
Topic: Need help troubleshooting error
Replies: 3
Views: 107

Re: Need help troubleshooting error

Okay I see this in the log file: C:\MantisBT2257\core\template_api.php: 150: - - - - error_handler( <integer>8, <string>'Undefined variable: t_private', <string>'C:\\MantisBT2257\\core\\template_api.php', <integer>150, <array> { ['p_bugnote'] => <Object><BugnoteData> ( [id] => '11158', [bug_id] => 4...
by mushu
11 May 2023, 17:48
Forum: EmailReporting
Topic: Need help troubleshooting error
Replies: 3
Views: 107

Need help troubleshooting error

Updated Mantis from 2.25.2 to 2.25.7 and then updated EmailReporting to 0.11-DEV version (although git still only shows 0.10 as latest). When I'm testing my changes I get the following error and not sure where to go to start troubleshooting, need suggestions please! Done checking all mailboxes SYSTE...
by mushu
20 Apr 2023, 15:17
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 28
Views: 10351

Re: OAuth2 email authentication method needed

Correct, your code looks perfect.
by mushu
19 Apr 2023, 16:02
Forum: EmailReporting
Topic: OAuth2 email authentication method needed
Replies: 28
Views: 10351

Re: OAuth2 email authentication method needed

xcesiv wrote: 19 Apr 2023, 13:30 Curious to try this solution too. @mushu is this how you're still accomplishing this with POP?
Yes, still working perfectly. Task Manager on the server is set to launch the batch file every 5 minutes.
by mushu
18 Apr 2023, 18:37
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 217

Re: Looong text from email message imports without wrapping

Here is an image of the ticket Mantis created by sending the long text message to Mantis and having it handled by the EmailReporting plugin. Note the scroll bar on the bottom of the image showing how I scrolled it to the right before taking the screenshot. This is the original ticket body as importe...
by mushu
18 Apr 2023, 18:07
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 217

Re: Looong text from email message imports without wrapping

Do you have an email address that I can send it to so you get all of the headers and stuff you need, plus the body of the message will be one long line of text (Lorem Ipsum from above)?
by mushu
13 Apr 2023, 20:50
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 217

Re: Looong text from email message imports without wrapping

I would have to edit out all domains and server names because of where I work so that's a pain. Do you really need a full log and copy of the original email? You can duplicate this issue yourself. step 1. create a mantis ticket either by emailing one through the EmailReporting plugin or manually ent...
by mushu
13 Apr 2023, 14:51
Forum: EmailReporting
Topic: Email password
Replies: 6
Views: 330

Re: Email password

Thank you! Yes, it is contained in a type "complex" item in that report. Where are the filter files on disk?

EDIT: never mind, got it! It is stored as a value in that array and I simply decoded the base64 string and got the original p/w. Thanks again for pointing me in the right direction!
by mushu
12 Apr 2023, 18:16
Forum: EmailReporting
Topic: Looong text from email message imports without wrapping
Replies: 5
Views: 217

Looong text from email message imports without wrapping

Mantis 2.25.2 EmailReporting 0.10.1 When a Note is imported into the ticket via EmailReporting plugin it doesn't seem to know how to wrap text. The text should be wrapped to the window size of the Notes section but unless there are hard carriage returns it is one looooong line of text. This pushes t...