Search found 1616 matches

by cas
04 Oct 2020, 07:45
Forum: Customizations
Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
Replies: 5
Views: 7405

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

see when I find time for it. This is mostly the problem. 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: ...
by cas
04 Oct 2020, 07:41
Forum: Deutsch
Topic: Add Relationship Event
Replies: 4
Views: 15916

Re: Add Relationship Event

Im Vergangenheit hat das schon functioniert bei einer meine Plugins. Gut zu wissen wie ich das sollte lösen wenn es nicht mehr geht :mrgreen:
by cas
03 Oct 2020, 10:52
Forum: Deutsch
Topic: Add Relationship Event
Replies: 4
Views: 15916

Re: Add Relationship Event

das geht auch in den Plugin.
Man muss nur hinzu fügen:
function init() {
event_declare('EVENT_MYVIEW');
by cas
02 Oct 2020, 13:56
Forum: Help
Topic: upgrade Mantis 1.2.19 to 2.24.3
Replies: 1
Views: 2245

Re: upgrade Mantis 1.2.19 to 2.24.3

Yes you can ( but do ensure a backup is available), MYSQL is fine, PHP is fine
First transfer the old version completely to the new server and ensure it is working, next follow the instructions as can be found in the admin guide :mrgreen:
by cas
02 Oct 2020, 13:51
Forum: Help
Topic: 2.20 to last version - lost administrators access
Replies: 2
Views: 2150

Re: 2.20 to last version - lost administrators access

Open your database with phpmyadmin or similar tool and open the matis_user_table. Look up the user-id and ensure it has access_level 90 Next set the password value to : 63a9f0ea7bb98050796b649e85481845 Now you can login with the user-id and the password would be : root Of course you need to change t...
by cas
01 Oct 2020, 08:38
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8801

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

Suggest you examine config_defaults_inc.php so you get a feel what is already standard available, most likely more than you expect :mrgreen:
by cas
30 Sep 2020, 19:23
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8801

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

it is a standard config as you can find in config_defaults_inc.php
by cas
30 Sep 2020, 18:28
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8801

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

Nice, will try it out. Just wondering about the action to give new status to issue when assigned since this is standard available 8O
by cas
30 Sep 2020, 09:31
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8801

Re: Redirect to table after bug creation / update?

With the standard available events it is not possible. Of course you can define your own events but then you need to adjust core files to add that event. So think you are stuck with adjusting core files. Biggest challenge there is to maintain a complete overview of all changes made in case of future...
by cas
30 Sep 2020, 07:35
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8801

Re: Redirect to table after bug creation / update?

I assume you adjusted bug_report.php since that is used to handle new issues.
Currently there is no alternative for what you ask :mrgreen:
by cas
26 Sep 2020, 14:51
Forum: General Discussion
Topic: Failed download Mantisbt 2.24.3 from sourceforge.net
Replies: 3
Views: 3862

Re: Failed download Mantisbt 2.24.3 from sourceforge.net

Just downloaded latest version from that page without issues 8O
by cas
24 Sep 2020, 15:39
Forum: Customizations
Topic: Adding custom fields to project page
Replies: 7
Views: 7980

Re: Adding custom fields to project page

Events are simply places in the code where custom plugin code will be called. There is a wiki on the plug-in functionality
by cas
24 Sep 2020, 08:08
Forum: Help
Topic: Query on date a Note was added
Replies: 4
Views: 3113

Re: Query on date a Note was added

stumbled across this plugin, maybe useful:
https://github.com/mantisbt-plugins/Activity
by cas
24 Sep 2020, 07:52
Forum: Customizations
Topic: Adding custom fields to project page
Replies: 7
Views: 7980

Re: Adding custom fields to project page

Not sure what fields you would like to add but have a look here:
https://github.com/vincentsels/ProjectManagement
Now this plugin is pretty old and not suitable for version 2x but at least gives you an idea :mrgreen:
by cas
23 Sep 2020, 14:49
Forum: Customizations
Topic: Adding custom fields to project page
Replies: 7
Views: 7980

Re: Adding custom fields to project page

That is currently not available, you would need a plugin for that ( not sure if one already exists). There is an event available within the project script.