Search found 33 matches

by Tagirijus
22 Jul 2022, 07:57
Forum: Help
Topic: [v2.25.5] Mail sending works but not always [solved]
Replies: 3
Views: 1624

Re: [v2.25.5] Mail sending works but not always [solved]

Set logging to $g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_EMAIL_VERBOSE; Hey, thanks for the info. I already solved the "issue". It was due to one of my own plugins. To be more precise (in case it might help somebody in the future) : My plugin has a hook to EVENT_UPDATE_BUG , wh...
by Tagirijus
21 Jul 2022, 10:15
Forum: Help
Topic: [v2.25.5] Mail sending works but not always [solved]
Replies: 3
Views: 1624

Re: [v2.25.5] Mail sending works but not always

I think I found some kind of bug maybe: When switching a status of an issue, you can also enter a note. In that case neither the change of the status nor the note will call a mail notification. But if I only write a new note to the issue, the mail notification seem to work. Switching the status with...
by Tagirijus
21 Jul 2022, 09:19
Forum: Help
Topic: [v2.25.5] Mail sending works but not always [solved]
Replies: 3
Views: 1624

[v2.25.5] Mail sending works but not always [solved]

EDIT ----- Sorry for bothering; I think I have found out what it was: it is a plugin I wrote myself! I will do further tests, but for now I call the issue "solved". People: when testing: always test the workflow without plugins activated! :D EDIT ----- Hey there, I tried different kinds of...
by Tagirijus
05 Oct 2020, 12:53
Forum: Customizations
Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
Replies: 5
Views: 7358

Re: [solved] Change / modify issue / bug lists HTML with plugin or so?

code is so unbelievable unstructured and unorganized I disagree here. You are new to Mantisbt so need to l"learn" how it is working. You will find overtime that is less unstructured and unorganized than you feel right now :mrgreen: So keep on learning :D Well, sorry for offtopic and also ...
by Tagirijus
03 Oct 2020, 19:47
Forum: Customizations
Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
Replies: 5
Views: 7358

Re: Change / modify issue / bug lists HTML with plugin or so?

Every helping hand is welcome. Maybe you want to fork the repository on GitHub and send pull requests to enhance the product / documentation. I also thought about that! At least helping with the docs or providing some examples for plugin development out of my experience. I'll keep it in mind and se...
by Tagirijus
01 Oct 2020, 09:01
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: [solved] Redirect to table after bug creation / update?

I just took some time to watch through the whole file: thanks for the hint, since I found some development and logging / error display options, which might become handy in the future, when developing, hehe. Besides this, I did not find anything useful for my workflow wishes, unfortunately. The $g_bu...
by Tagirijus
30 Sep 2020, 20:17
Forum: Customizations
Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
Replies: 5
Views: 7358

Re: Change / modify issue / bug lists HTML with plugin or so?

Okay, I finally started to manage this as well (like my other threads, yeah!). It is now possible to get a new kind of column with my recently created "MantisBTTagiWorkflow" plugin. Regarding this thread here, the plugin will add (if this option is enabled) a new column "mantisbttagiw...
by Tagirijus
30 Sep 2020, 20:10
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: [solved] Redirect to table after bug creation / update?

Ah okay ... maybe I should have digged this then. But too late and nevermind. Thanks, though! (=
by Tagirijus
30 Sep 2020, 19:21
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: [solved] Redirect to table after bug creation / update?

Just wondering about the action to give new status to issue when assigned since this is standard available 8O Do you mean the option on the work threshold page? Somehow this option has no effect here ... or I simply don't understand it. But in the end my plugin works like I want it to, for now, hehe.
by Tagirijus
30 Sep 2020, 12:47
Forum: Customizations
Topic: [solved] Change status, when bug is created with assigned user
Replies: 1
Views: 4093

Re: Change status, when bug is created with assigned user

Yezz, I managed to write a plugin for it. Actually I started to write a plugin which allows me (or others) to optionally enable some of my personal workflow tweaks. I am still working on it and will extend it in the future (at least 2 or 3 points are still on my list): https://github.com/Tagirijus/M...
by Tagirijus
30 Sep 2020, 12:45
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: Redirect to table after bug creation / update?

Weeeeeeell, haha. :D I made it! I actually started to write a plugin, which allows me (or others, since I made it public!) to enable some workflow tweaks. The "redirect to table after report or update" is one of these points. Feel free to use it: https://github.com/Tagirijus/MantisBTTagiWo...
by Tagirijus
30 Sep 2020, 09:35
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: Redirect to table after bug creation / update?

cas wrote: 30 Sep 2020, 09:31 Biggest challenge there is to maintain a complete overview of all changes made in case of future updates.
Exactly, haha. :D

cas wrote: 30 Sep 2020, 09:31 Possibly for other customizations plugins do exist, so do not give up :mrgreen:
Thanks for your help, though. (=
by Tagirijus
30 Sep 2020, 08:33
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8731

Re: Redirect to table after bug creation / update?

I assume you adjusted bug_report.php since that is used to handle new issues. Eh, that could also be, sorry, yes. I had so many files open yesterday, while I wrote this thread, haha. :D Currently there is no alternative for what you ask Hm, what a bummer. :( ... I am still trying to dig the plugin ...
by Tagirijus
29 Sep 2020, 16:25
Forum: Customizations
Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
Replies: 5
Views: 7358

[solved] Change / modify issue / bug lists HTML with plugin or so?

Hey there (again and again), again, like in my other recent threads, I want to customize MantisBT without the need to change core files. I know how to change this thing with modifying the core files, but my question here is: if it is possible (and how) to do it with configuration or plugins only: I ...
by Tagirijus
29 Sep 2020, 15:41
Forum: Customizations
Topic: [solved] Change status, when bug is created with assigned user
Replies: 1
Views: 4093

[solved] Change status, when bug is created with assigned user

Hey there, like my other thread already shows: I am currently trying to customize MantisBT without changing the core files. I commented out the "$p_new_status < $t_assigned_status &&" in the "bug_get_status_for_assign" function in the "core/bug_api.php" file so ...