Search found 12 matches

by rabbit
03 Jul 2023, 14:18
Forum: General Discussion
Topic: Custom field, Type "Date" only goes up to 31st Dec. 2027
Replies: 1
Views: 10221

Re: Custom field, Type "Date" only goes up to 31st Dec. 2027

Issue solved. Found solution https://www.mantisbt.org/forums/viewtopic.php?f=3&t=21652&p=52922&hilit=custom%20field%20date#p52922 . Add these lines to file config_inc.php and adjust to your needs /** * Number of years in the past that custom date fields will display in * drop down boxes....
by rabbit
03 Jul 2023, 14:09
Forum: General Discussion
Topic: Custom field, Type "Date" only goes up to 31st Dec. 2027
Replies: 1
Views: 10221

Custom field, Type "Date" only goes up to 31st Dec. 2027

I created a customfield type "date" and linked it to a project.

However, I can't choose a date later than 31st December 2027.

Any ideas?
Bild.png
Bild.png (23.91 KiB) Viewed 10221 times
by rabbit
23 Jun 2023, 11:32
Forum: General Plugin Discussion
Topic: ZIP-Export
Replies: 5
Views: 499344

ZIP-Export

Hi. I'm looking for a export function for one (or multiple) issues: Not only for the issue itself (there are many options already), but also for the attachments which comes with an issue (e.g. via attached via note). Best would be if I'll get a folder or a zip-folder with following content: - Folder...
by rabbit
25 Jan 2022, 12:25
Forum: Customizations
Topic: Do not Allow Managers to create/delete projects
Replies: 10
Views: 25855

Re: Do not Allow Managers to create/delete projects

Hi all. I had the same problem. Even if it not (yet) documented in the Admin Guide: At least $g_delete_project_threshold $g_create_project_threshold are working in MantisBT 2.25.2 as suggested (in config_inc.php). You can use the database-version by going to the tab "Configuration Report" ...
by rabbit
21 Dec 2021, 20:58
Forum: Help
Topic: Configure SMTP with Office365 account
Replies: 8
Views: 19706

Re: Configure SMTP with Office365 account

Hi. I used the code above and it worked fine for a while. Then, after resetting the password twice for a user it suddenly stopped. I receive the error in mantislog: CET MAIL email_api.php:1432 email_send() EROR: Message could not be sent - SMTP Error: data not accepted. Furthermore the email not sen...
by rabbit
21 Dec 2021, 20:46
Forum: Deutsch
Topic: PHPMAILER_METHOD_SMTP mit MS365 - Problem
Replies: 1
Views: 12805

Re: PHPMAILER_METHOD_SMTP mit MS365 - Problem

Hallo. Ich habe dasselbe Problem. Erst hat es super funktioniert, dann plötzlich (nach mehrmaligem Zurücksetzen des Passworts eines Users) nicht mehr. Im Mantis-Log erhalte ich folgende Meldung: CET MAIL email_api.php:1432 email_send() ERROR: Message could not be sent - SMTP Error: data not accepted...
by rabbit
13 Sep 2021, 20:16
Forum: General Discussion
Topic: Create Issue via macro from Excel - solved
Replies: 3
Views: 4392

Re: Create Issue via macro from Excel

Hi rfeldbauer. Problem solved. set reference to Microsoft XML,v6.0 Dim httpRequest As New MSXML2.ServerXMLHTTP60 ' or use late binding... ' Dim httpRequest As Object ' Set httpRequest = CreateObject("MSXML2.ServerXMLHTTP60") I had to uncomment the last two lines and to use "late bindi...
by rabbit
13 Sep 2021, 14:56
Forum: General Discussion
Topic: Create Issue via macro from Excel - solved
Replies: 3
Views: 4392

Re: Create Issue via macro from Excel

Hi rfeldbauer. Thanks for your reply. Very helpful! Looks quite simple (except of creating the data ;-) ). However, I receive a Error 91 (objectvariable not defined) in line httpRequest.Open "POST", bugtrackerBaseURL, False [/b] Even googling it I can't find any reasonable solution. Autoco...
by rabbit
08 Sep 2021, 15:15
Forum: General Discussion
Topic: Computer System Validation in pharma
Replies: 2
Views: 4562

Re: Computer System Validation in pharma

Hi Matteo. I'm currently working in the medical device industry, so we do have similar topics. Yes, mantis is working great as deviation tracking from audits, internal deviation reports, or changes etc. Most important thing is to configure it correctly, e.g. renaming many fields, remove unnecessary ...
by rabbit
08 Sep 2021, 14:07
Forum: General Discussion
Topic: Create Issue via macro from Excel - solved
Replies: 3
Views: 4392

Create Issue via macro from Excel - solved

Hi. Just a question with an easy answer (yes or no): Is there a way to create issues to a certain project with a macro from excel? If yes (which is hopefully the answer), it may turn to a more difficult question: How? Any suggestions? Greetings, Rabbit Edit: Maybe it helps, if I write down a quick d...
by rabbit
12 Jun 2021, 13:09
Forum: Customizations
Topic: Create new button
Replies: 1
Views: 4744

Re: Create new button

Almost there. After doing the whole morning some research in mantisbt code, I think, option 2 will be the easiest option. Modifying Label: set new caption in config/custom_strings_inc.php: $s_create_child_bug_button = 'CAPA' Changing default relationship value in config/config_inc.php: $g_default_bu...
by rabbit
12 Jun 2021, 06:59
Forum: Customizations
Topic: Create new button
Replies: 1
Views: 4744

Create new button

Hi. I couldn't find much helpful information in the forum nor on the internet itself about modification/creation of buttons in mantis. I'm not necessarily a noob regarding coding, however I'm not very familiar with php. Requirements: I would like to have a button (similar to "Clone" button...