Search found 8403 matches

by atrol
30 May 2024, 21:08
Forum: Help
Topic: Issue and note text truncated silently if too large
Replies: 1
Views: 72

Re: Issue and note text truncated silently if too large

I am not able to reproduce.
Tried latest MantisBT and MariaDB 10.4.32.

What is the data type on your database of column note in table mantis_bugnote_text_table?
by atrol
28 May 2024, 08:18
Forum: Help
Topic: upgrade from version 2.21.0 to 2.26.2
Replies: 2
Views: 82

Re: upgrade from version 2.21.0 to 2.26.2

Did you run .../admin/check/index.php and fixed all errors and warnings you might have seen?
Which PHP version, operating system version, web server version do you use?
Do you see any errors or warnings in your webserver and/or PHP logs?
by atrol
27 May 2024, 11:12
Forum: Help
Topic: How to install Graphviz
Replies: 10
Views: 5142

Re: How to install Graphviz

Does it work if you install (or copy) the Graphviz installation to a path without blanks in it?
E.g. something like

Code: Select all

$g_dot_tool = 'C:\MyPrograms\Graphviz\bin\dot.exe';
by atrol
27 May 2024, 05:52
Forum: Help
Topic: Problem with upgrade
Replies: 8
Views: 2175

Re: Problem with upgrade

What is your problem?
Did you read the documentation and set $g_path?
by atrol
24 May 2024, 14:18
Forum: Help
Topic: How to install Graphviz
Replies: 10
Views: 5142

Re: How to install Graphviz

Which MantisBT version do you use?
by atrol
16 May 2024, 07:18
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 402

Re: Error messages within admin/test_langs.php#plugins

WAD = Works as designed
by atrol
15 May 2024, 21:35
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 402

Re: Error messages within admin/test_langs.php#plugins

Even if the array syntax work for you, I wouldn't recommend it. Our own translations are managed via translatewiki.net, see https://mantisbt.org/wiki/doku.php/mantisbt:translationshowto I didn't ask them, but I am pretty sure that their tools to convert our format to their internal format and push i...
by atrol
14 May 2024, 21:46
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 402

Re: Error messages within admin/test_langs.php#plugins

Looks like nobody used arrays until now to define messages. Typically there is one variable per message. Independent from that: - using latest 2.26.2 is recommended - I suspect your signature is outdated. If not, keep in mind that PHP 5.5.9 is no longer supported by MantisBT, see https://mantisbt.or...
by atrol
13 May 2024, 16:09
Forum: Help
Topic: Can I set reports and graphs to a timeframe?
Replies: 5
Views: 348

Re: Can I set reports and graphs to a timeframe?

@Dari, maybe you pushed the "Summary" button on the left side.
There is one more "Summary" button in the "Viewing Issues" section.
by atrol
13 May 2024, 15:22
Forum: Help
Topic: Can I set reports and graphs to a timeframe?
Replies: 5
Views: 348

Re: Can I set reports and graphs to a timeframe?

Goto "View Issues" page.
Apply any filter you want, e. g. "Filter by date submitted"
Click on "Summary" button.
by atrol
12 May 2024, 17:47
Forum: Announcements
Topic: MantisBT 2.26.2 released
Replies: 0
Views: 598

MantisBT 2.26.2 released

MantisBT 2.26.2 released, have a look at our Blog for more details.

This is a security and maintenance release.
All installations are strongly advised to upgrade as soon as possible!
by atrol
10 May 2024, 18:34
Forum: Help
Topic: how to mass delete users
Replies: 1
Views: 328

Re: how to mass delete users

mushu wrote: 08 May 2024, 20:27 Or am I missing something?
No, there is no functionality like this in standard MantisBT.
by atrol
09 May 2024, 08:55
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 441

Re: inconsistent username treatment

That's exactly what I saw in source code / why I asked.
I am not sure if the current behavior is intended to prevent performance issues / stressing the LDAP server.
by atrol
08 May 2024, 21:45
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 441

Re: inconsistent username treatment

Shot in the dark: Does this happen for all users, or just users that do no longer exist in LDAP?
by atrol
08 May 2024, 21:27
Forum: Help
Topic: tooltip text may be wrong
Replies: 3
Views: 307

Re: tooltip text may be wrong

As a side note: I would set users to disabled instead of deleting them.