There is no timeline / progress / clear statement around this topic.
https://www.mantisbt.org/bugs/view.php?id=21572
https://github.com/mantisbt-plugins/tim ... /tree/next
Search found 7916 matches
- 11 Apr 2021, 10:21
- Forum: General Discussion
- Topic: Time tracking deprecation
- Replies: 1
- Views: 83
- 01 Apr 2021, 07:33
- Forum: Help
- Topic: How can use custom fields in search?
- Replies: 5
- Views: 1117
Re: How can use custom fields in search?
Known feature request https://www.mantisbt.org/bugs/view.php?id=26447
- 25 Mar 2021, 21:21
- Forum: Help
- Topic: Blank Page after update
- Replies: 3
- Views: 135
Re: Blank Page after update
It would have been better if you had used master-2.25, which will become 2.25.1 when it's released, but that's not a big issue.
So yes, wait until the official 2.26.0 will be released and update your current 2.26.0-devmaster-abc6c71 to it.
- 25 Mar 2021, 21:12
- Forum: General Plugin Discussion
- Topic: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
- Replies: 4
- Views: 86
Re: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
There is alreay a report without progress for this functionality, see https://manual.mantisbt.org/bugs/view.php?id=25906
- 24 Mar 2021, 15:26
- Forum: General Plugin Discussion
- Topic: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
- Replies: 4
- Views: 86
Re: Looking for a plugin from Mantishub for Mantisbt that uses the @user reference
Unfortunately some of the plugins that are available on MantisHub (e.g. the mentioned Live Links) are not available as open source.
- 24 Mar 2021, 07:06
- Forum: Help
- Topic: Blank Page after update
- Replies: 3
- Views: 135
Re: Blank Page after update
There were bugs in 2.25.0 related to project manage page that will be fixed in 2.25.1 https://mantisbt.org/bugs/view.php?id=28082 I have notime to have a deeper look at the moment. Not sure, maybe the mentioned fix fixes also your issue. You could download a nightly build to try it https://mantisbt....
- 21 Mar 2021, 10:12
- Forum: Deutsch
- Topic: Bei neuer Notiz: Text der Übersicht fett
- Replies: 1
- Views: 200
Re: Bei neuer Notiz: Text der Übersicht fett
In MantisBT 2.x wird nur noch das Datum fett dargestellt.
Es gibt keine Konfigurationsoption um das Verhalten zu ändern.
Änderungen müssten ggf. in my_view_inc.php vorgenommen werden.
Es gibt keine Konfigurationsoption um das Verhalten zu ändern.
Änderungen müssten ggf. in my_view_inc.php vorgenommen werden.
- 15 Mar 2021, 21:52
- Forum: General Discussion
- Topic: Photos for user accounts
- Replies: 5
- Views: 418
Re: Photos for user accounts
Could be an option if you are using LDAP https://mantisbt.org/bugs/view.php?id=23392
Might help some way https://mantisbt.org/bugs/view.php?id=8257
Might help some way https://mantisbt.org/bugs/view.php?id=8257
- 15 Mar 2021, 20:57
- Forum: General Discussion
- Topic: Photos for user accounts
- Replies: 5
- Views: 418
Re: Photos for user accounts
Upload is not possible out of the box.
You could
- install the "Avatars via Gravatar" plugin that comes out of the box with MantisBT and supports www.gravatar.com
- write your own plugin
You could
- install the "Avatars via Gravatar" plugin that comes out of the box with MantisBT and supports www.gravatar.com
- write your own plugin
- 14 Mar 2021, 10:51
- Forum: General Plugin Discussion
- Topic: Pass variables from PHP to JS
- Replies: 3
- Views: 92
Re: Pass variables from PHP to JS
Might help, check javascript_config.php and javascript_translations.php
- 12 Mar 2021, 14:29
- Forum: Deutsch
- Topic: Zeiterfassung Export Button fehlen
- Replies: 2
- Views: 116
Re: Zeiterfassung Export Button fehlen
Mit $g_time_tracking_enabled = ON; wird das MantisBT interne Timetracking aktiviert. Dazu ist kein Plugin erforderlich. Das genannte Plugin ist ein möglicher Ersatz für das interne Timetracking falls jemandem die gebotenen Funktionen besser gefallen. Es gab Ansätze die interne Funktionalität durch e...
- 10 Mar 2021, 06:54
- Forum: Deutsch
- Topic: es werden keine eMails an Reporter gesendet
- Replies: 6
- Views: 281
Re: es werden keine eMails an Reporter gesendet
Danke für die Rückmeldung.
Falls es Probleme mit dem Versand einer Email gibt, bleibt bei Defaultsettings die Email für 7 Tage in der Tabelle mantis_email_table erhalten, s. Option $g_email_retry_in_days
Falls es Probleme mit dem Versand einer Email gibt, bleibt bei Defaultsettings die Email für 7 Tage in der Tabelle mantis_email_table erhalten, s. Option $g_email_retry_in_days
- 08 Mar 2021, 20:59
- Forum: Deutsch
- Topic: es werden keine eMails an Reporter gesendet
- Replies: 6
- Views: 281
Re: es werden keine eMails an Reporter gesendet
Ich empfehle gleich auf das aktuellste 2.25.0 / Schema-Version 211 upzugraden.
Dabei nicht vergessen
5. Execute the upgrade script. From your web browser, access
https://mantisbt.org/docs/master/en-US/ ... ll.upgrade
- 08 Mar 2021, 20:28
- Forum: Deutsch
- Topic: es werden keine eMails an Reporter gesendet
- Replies: 6
- Views: 281
Re: es werden keine eMails an Reporter gesendet
Am einfachsten vorübergehend Logging aktivieren, z.B. $g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT; $g_log_destination = 'file:/var/log/mantis.log'; Frage am Rande, möglicherweise auch relevant für das Problem $g_default_bug_view_status = VS_PRIVAT;E $g_default_bugnote_view_status = VS_PRIVATE; Is...
- 08 Mar 2021, 06:47
- Forum: Announcements
- Topic: MantisBT 2.25.0 released
- Replies: 0
- Views: 277
MantisBT 2.25.0 released
MantisBT 2.25.0 released, have a look at our Blog for more details. Version 2.25.0 is the last release supporting PHP 5. Starting with MantisBT 2.26.0, the minimum PHP version will be 7.0, Read the official announcement on our Blog . Do not forget to upgrade the database as documented in the Admin G...