Search found 14 matches

by mcmo
16 May 2024, 07:10
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 5218

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

Thanks for your answer.

I understand now the full picture.
Hence if I want to get rid of those errors in admin/test_langs.php#plugins then I need to fix my plugins.
I won't enter a bug report as there is nothing to fix in the code.
The documentation might need some improvement in that respect for ...
by mcmo
15 May 2024, 08:02
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 5218

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

Good morning!

Thanks for your answer.
I am pleased to be a pioneer in this domain!
More seriously, when I did the plugin, it appeared to me that it would be easier to make the link between the field label and the field hint in a simple table.
I have the feeling that I can ignore these errors ...
by mcmo
14 May 2024, 20:38
Forum: Help
Topic: Error messages within admin/test_langs.php#plugins
Replies: 5
Views: 5218

Error messages within admin/test_langs.php#plugins

Hi All

I am currently validating the upgrade of our MantisBT server from the version 2.1 to 2.26.1.
Years ago I created a plugin to add some hints to some fields when entering a ticket.
It worked correctly so far. In v2.26.1, it works. At least, I haven't seen yet any issue.
But when I run the ...
by mcmo
17 Aug 2017, 08:13
Forum: General Discussion
Topic: adding 2 files with the same name to the same issue
Replies: 3
Views: 6112

adding 2 files with the same name to the same issue

Hi

Why can't we add 2 files with the same name to the same issue? The database table for the files (mantis_bug_file_table) has an ID which seems to be unique. Hence I think that forbidding to have 2 files with the same name makes no sense.
I have quickly checked the code of MantisBT 2.1, but I don ...
by mcmo
15 May 2017, 21:06
Forum: General Discussion
Topic: Project Organization
Replies: 8
Views: 8823

Re: Project Organization

$g_report_bug_threshold is a global variable.
You should use this syntax when setting the value in a php file.
But when using the configuration report, you have to enter report_bug_threshold only.
by mcmo
12 May 2017, 12:32
Forum: Help
Topic: Writing a plugin that removes and moves elements
Replies: 0
Views: 2681

Writing a plugin that removes and moves elements

Hi All

I am trying to figure out the best way to customise MantisBT; I have been asked to hide some fields, change the displayed value of some others (like removing the parent project name in the product version fields selectors) and moving custom fields into the standard fields when reporting ...
by mcmo
09 May 2017, 11:20
Forum: General Discussion
Topic: Project Organization
Replies: 8
Views: 8823

Re: Project Organization

$g_report_bug_threshold idea would be set per project using Manage > Manage Configuration > Configuration Report.
No need to edit any PHP file, the setting being stored in the database.
by mcmo
08 May 2017, 20:57
Forum: General Discussion
Topic: How Install MantisBT with Email Notfication Worked
Replies: 9
Views: 18072

Re: How Install MantisBT with Email Notfication Worked

Have you googled the error message?
I found this
http://stackoverflow.com/questions/3855 ... figuration
Hope this helps.
by mcmo
08 May 2017, 20:50
Forum: General Discussion
Topic: Project Organization
Replies: 8
Views: 8823

Re: Project Organization

Hi

Why don't you assign the users as VIEWER in the parent projects?
Or you could change $g_report_bug_threshold in those projects to the ADMINISTRATOR level.
by mcmo
17 Mar 2017, 16:11
Forum: Help
Topic: Cannot Move attachments stored in database schema to disk
Replies: 4
Views: 6466

Re: Cannot Move attachments stored in database schema to dis

thanks it has worked fine.
it seems that this is not described in the admin manual.
by mcmo
27 Feb 2017, 14:46
Forum: Help
Topic: Cannot Move attachments stored in database schema to disk
Replies: 4
Views: 6466

Re: Cannot Move attachments stored in database schema to dis

Hi

thanks for your answer.
I tried to set that value in the database but it appears that it can only be set in config_inc.php
I found no field to configure this per project in the project settings view.
I set this : $g_absolute_path_default_upload_folder = '/var/www/html/MantisBT_FilesExport ...
by mcmo
17 Feb 2017, 14:16
Forum: Help
Topic: Cannot Move attachments stored in database schema to disk
Replies: 4
Views: 6466

Cannot Move attachments stored in database schema to disk

Hi All
I tried the system utility "Move attachments stored in database schema to disk files." but it does not work.
MantisBT Administration - Moving Attachments.png
it states that no project was selected
MantisBT Administration - Moving Attachments - Error.png

However there's no checkbox or ...
by mcmo
30 Jan 2017, 13:50
Forum: General Discussion
Topic: Assign custom fields to categories to ask for information de
Replies: 0
Views: 2726

Assign custom fields to categories to ask for information de

Hi

Is it possible to show only some custom fields in a project depending on the selected category when reporting an issue or a feature?
I would like to be able to ask only for the needed custom fields, not for all custom fields that are available in a project.

Thanks in advance,
by mcmo
18 Oct 2016, 07:12
Forum: Help
Topic: The red stars do not appear any more for required fields
Replies: 1
Views: 3333

The red stars do not appear any more for required fields

Hi All

I wanted to report a bug in the bug tracker but I cannot find where I can request a new account.
I guess this could be done using the forums.
I started using MantisBT 2.0.0 Beta 3, and first of all, I must say that this is really looking good. congratulations for this work!

I played a bit ...