Search found 1586 matches

by cas
11 Jan 2024, 07:28
Forum: Help
Topic: Issues in export to excel (.xlsx)
Replies: 2
Views: 10378

Re: Issues in export to excel (.xlsx)

You can open the xml with excel so no issue :mrgreen:
by cas
11 Jan 2024, 07:23
Forum: Help
Topic: Delete button
Replies: 1
Views: 7648

Re: Delete button

Which plugins have you installed? This button is not standard afaik.
by cas
11 Jan 2024, 07:20
Forum: Help
Topic: where are these buttons?
Replies: 1
Views: 8092

Re: where are these buttons?

So that is normal, what do you want? Remove them also?
by cas
11 Jan 2024, 07:18
Forum: General Plugin Discussion
Topic: Clone Project plugin
Replies: 5
Views: 73701

Re: Clone Project plugin

No, this was a bug I missed. Fixed in version 2.04.
Download updated version on the same place ( https://github.com/mantisbt-plugins/Cloneproject).
by cas
07 Jan 2024, 11:38
Forum: General Plugin Discussion
Topic: Plugin updates for version 2.26
Replies: 0
Views: 101564

Plugin updates for version 2.26

Within Mantis 2.26 , a function (print_succesful_redirect) has been deprecated, to be used is function print_header_redirect. Many plugins used this function which may generate a warning (depends on your error-level set). Many plugins already have been updated and are available on Github :D Updates ...
by cas
05 Jan 2024, 12:12
Forum: Help
Topic: Due date issue
Replies: 2
Views: 8534

Re: Due date issue

Did youmake any change to these settings: /** * Date format strings defaults to ISO 8601 formatting. * For detailed instructions on date formatting * @see http://www.php.net/manual/en/function.date.php * @global string $g_short_date_format */ $g_short_date_format = 'Y-m-d'; /** * Date format strings...
by cas
02 Jan 2024, 08:11
Forum: Help
Topic: Is it possible to update the status by sending an email?
Replies: 1
Views: 8743

Re: Is it possible to update the status by sending an email?

This is not available out of the box :(
by cas
26 Dec 2023, 09:33
Forum: Customizations
Topic: Remove Button
Replies: 3
Views: 14669

Re: Remove Button

where did you add that lione? It really is the correct way for suppressing that option.
by cas
21 Dec 2023, 09:04
Forum: Help
Topic: E-Mail-Notification without full content
Replies: 1
Views: 9947

Re: E-Mail-Notification without full content

check out this topic: mantisbt.org/forums/viewtopic.php?p=73282
by cas
20 Dec 2023, 08:24
Forum: Help
Topic: automatic task assignment
Replies: 3
Views: 15208

Re: automatic task assignment

if you only want "TI" to be informed once finished, that you can configure via the email workflow.
by cas
19 Dec 2023, 11:58
Forum: Help
Topic: Fatal error: 401 in C:\xampp\htdocs\mantisbt\core\classes\DbQuery.class.php on line 301
Replies: 3
Views: 15396

Re: Fatal error: 401 in C:\xampp\htdocs\mantisbt\core\classes\DbQuery.class.php on line 301

This error is related to your mysql installation.
please google "mysql log Plugin 'FEEDBACK' is disabled" and you will find quite a number of hits :mrgreen:
by cas
19 Dec 2023, 08:20
Forum: Help
Topic: Remove Button
Replies: 1
Views: 9566

Re: Remove Button

if you want to diable filtering in total, you can addthe following line to core/config-inc.php: $g_filter_position = FILTER_POSITION_NONE; Removing the X (which is used to reset the filter in collapsed mode) can only be done via adjusting the code which is not advised. it is defined in filter_api ar...
by cas
18 Dec 2023, 15:19
Forum: Help
Topic: Fatal error: 401 in C:\xampp\htdocs\mantisbt\core\classes\DbQuery.class.php on line 301
Replies: 3
Views: 15396

Re: Fatal error: 401 in C:\xampp\htdocs\mantisbt\core\classes\DbQuery.class.php on line 301

add the following 2 lines to core/config_inc.php in order to get (hoefully) clearer error message:
$g_show_detailed_errors = ON;
$g_display_errors = array(E_ALL => DISPLAY_ERROR_HALT,);
by cas
18 Dec 2023, 15:16
Forum: Help
Topic: Reset filter
Replies: 1
Views: 8676

Re: Reset filter

Just click on rest op left corner :mrgreen:
by cas
18 Dec 2023, 14:13
Forum: Help
Topic: Remove buttons
Replies: 3
Views: 9741

Re: Remove buttons

As far as I know, you would need to adjust the code (which is not advised) :mrgreen: