Search found 8 matches

by Uno-Di-Noi
03 Aug 2021, 06:57
Forum: Help
Topic: Problem with the "Lost password" link on the login page
Replies: 6
Views: 9764

Re: Problem with the "Lost password" link on the login page

Hello. I've recently discovered an odd issue with a Mantis site that I have set up. When a user visits login_page.php, if they are not logged in and click on the "Lost your password?" or the "Signup for a new account" links instead of being sent to the appropriate page, the logi...
by Uno-Di-Noi
11 Jun 2020, 13:31
Forum: General Discussion
Topic: Resolution drop down is not displayed while status change
Replies: 6
Views: 9184

Re: Resolution drop down is not displayed while status change

Just for the record, I've done this change to our MantisBT 1.2.19: in file "bug_change_status_page.php", I changed this code block: <?php $t_current_resolution = $t_bug->resolution; $t_bug_is_open = in_array( $t_current_resolution, array( config_get( 'default_bug_resolution' ), config_get(...
by Uno-Di-Noi
09 Jun 2020, 13:30
Forum: General Discussion
Topic: Resolution drop down is not displayed while status change
Replies: 6
Views: 9184

Re: Resolution drop down is not displayed while status chang

The drop down is displayed if status >= configuration of ('bug_resolved_status_threshold') AND (status < configuration of ('bug_closed_status_threshold') OR current_resolution >= configuration of ('bug_resolution_fixed_threshold')) Hello. I'm curious about what is the rationale for that "if&qu...
by Uno-Di-Noi
19 May 2020, 20:28
Forum: General Discussion
Topic: Document uploaded into project - history of who did that?
Replies: 3
Views: 4941

Re: Document uploaded into project - history of who did that?

it definitely is recorded in the database, just not printed. There is no config option to display it. You would need to adjust the proj_doc_page.php script :mrgreen: ( every time when you update Mantisbt) Thanks for the info. I see that column "user_id" in table "mantis_project_file_...
by Uno-Di-Noi
18 May 2020, 22:29
Forum: General Discussion
Topic: Document uploaded into project - history of who did that?
Replies: 3
Views: 4941

Document uploaded into project - history of who did that?

Hello. In the "Docs" main menu ("proj_doc_page.php"), there is date and time metadata for every uploaded file, but (at least in my installation, Mantis v.1.2.19) there is no visible info about which user uploaded those files. Is this info recorded in the database? Can it be shown...
by Uno-Di-Noi
17 May 2020, 14:27
Forum: General Discussion
Topic: About Mantis performance and scalability
Replies: 5
Views: 6049

Re: About Mantis performance and scalability

Thank you @atrol for your reply. You have been most helpful, and I appreciate that. I will keep going, hopefully for 10 more years, with our current Mantis installation, and then we will see what the future brings. I am confident our current Mantis installation will be able to endure 50,000 issues a...
by Uno-Di-Noi
16 May 2020, 20:49
Forum: General Discussion
Topic: About Mantis performance and scalability
Replies: 5
Views: 6049

Re: About Mantis performance and scalability

The maximum number of files per directory and also the number where you get performance issues depends on the file system you use https://stackoverflow.com/questions/466521/how-many-files-can-i-put-in-a-directory/ If you have more than one project in Mantis, you can configure one directory per proj...
by Uno-Di-Noi
16 May 2020, 18:47
Forum: General Discussion
Topic: About Mantis performance and scalability
Replies: 5
Views: 6049

About Mantis performance and scalability

Hello all. I've inherited a Mantis installation at the company I work for, where it has been used as a Ticketing Management System since about 5 years. Our installation of the MantisBT software works fine and has a very low maintenance burden, which is great. This Mantis installation (v1.2.19) I've ...