Search found 7896 matches
- 27 Oct 2020, 11:33
- Forum: Help
- Topic: Export from Mantis 1.2.10 -> Import to Mantis
- Replies: 1
- Views: 938
Re: Export from Mantis 1.2.10 -> Import to Mantis
I recommend to try database export/import to try upgrade in a first step Run the upgrade on the copy of the database as described in the manual https://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.upgrade Depending on the experience, run the upgrade on the production databa...
- 26 Oct 2020, 11:31
- Forum: Help
- Topic: Links created when using pound sign in notes
- Replies: 2
- Views: 1078
Re: Links created when using pound sign in notes
There is a setting "MantisBT internal links (Issues and Issue Notes) " in plugin "MantisBT Formatting" where you can deactivate the processing of "#". You could also change setting $g_bug_link_tag in config_inc.php if you don't like the character "#" for it. /...
- 16 Oct 2020, 16:39
- Forum: Help
- Topic: Rest API is not activated.
- Replies: 1
- Views: 1371
Re: Rest API is not activated.
Someone installed mantis on the server of my company. Why don't you ask this "someone" to find the difference between your local installation and his installation? Maybe he removed the scripts, deactivated the API by configuration option, did a wrong install of Mantis, runs another versio...
- 14 Oct 2020, 18:20
- Forum: Deutsch
- Topic: Kommentar "Löschfunktion" [Historie]
- Replies: 1
- Views: 1415
Re: Kommentar "Löschfunktion" [Historie]
Hab's mir nicht im Detail angeschaut, nehme aber an es handelt sich um das folgende Thema https://mantisbt.org/bugs/view.php?id=23031
- 07 Oct 2020, 19:28
- Forum: Help
- Topic: set the same comment to multiple issues (not copies)
- Replies: 3
- Views: 1256
Re: set the same comment to multiple issues (not copies)
This is not possible out of the box.
You would have to change source code of Mantis or write a plugin to get what you want.
You would have to change source code of Mantis or write a plugin to get what you want.
- 04 Oct 2020, 09:54
- Forum: Deutsch
- Topic: Mail-Priorität in Abhängigkeit eines Feldwertes setzen
- Replies: 1
- Views: 1222
Re: Mail-Priorität in Abhängigkeit eines Feldwertes setzen
Eine derartige Funktionalität wird auch im aktuellsten Mantis nicht im Standard angeboten.
Bei einer Implementierung wäre unter anderem zu beachten, dass es keinen garantierten Standard im E-Mail Transfer gibt, der sicher auf allen E-Mail Clients funktioniert.
Bei einer Implementierung wäre unter anderem zu beachten, dass es keinen garantierten Standard im E-Mail Transfer gibt, der sicher auf allen E-Mail Clients funktioniert.
- 04 Oct 2020, 08:54
- Forum: General Discussion
- Topic: privileges to prevent user from accessing tickets based on category
- Replies: 1
- Views: 1202
Re: privileges to prevent user from accessing tickets based on category
Category based access control is not supportd out of the box. Example : reported to able to access any ticket with category "testing " and manager can do it Category "testing"? I would not use category for it, but introduce a new status "testing" (read the admin guide f...
- 03 Oct 2020, 17:29
- Forum: Customizations
- Topic: [solved] Change / modify issue / bug lists HTML with plugin or so?
- Replies: 5
- Views: 1393
Re: Change / modify issue / bug lists HTML with plugin or so?
I have to say it: the MantisBT API docs etc. are cruel and the code is so unbelievable unstructured and unorganized. It was a real pain to dig through the principles and I guess that I even did not understand he most things yet. :D MantisBT is open source, driven by community, no one is paid for wo...
- 25 Sep 2020, 20:33
- Forum: Announcements
- Topic: MantisBT 2.24.3 released
- Replies: 0
- Views: 4518
MantisBT 2.24.3 released
MantisBT 2.24.3 released, have a look at our Blog for more details.
- 25 Sep 2020, 09:17
- Forum: General Discussion
- Topic: Upgrade and config files
- Replies: 7
- Views: 2033
Re: Upgrade and config files
@cas I understand your points, but IMO there is a big advantage in keeping it as it is: You can try the new version without any rush and test if everything is ok (run admin/check, test manually, adjust plugins, ...), in best case even parallel to your current version. e.g. we had no database schema ...
- 25 Sep 2020, 09:02
- Forum: General Discussion
- Topic: Custom access level
- Replies: 2
- Views: 1324
Re: Custom access level
Didn't have a deeper look, but this is certainly wrong $g_stored_query_create_threshold = editor; editor is not a defined constant, you have to change it to EDITOR and i also modify strings_english.txt Changing original files of Mantis is not recommended, as you will loose the changes after an upgra...
- 24 Sep 2020, 12:33
- Forum: Help
- Topic: Can't increase max file upload size
- Replies: 2
- Views: 1245
- 22 Sep 2020, 20:34
- Forum: Deutsch
- Topic: Application Error nach Update
- Replies: 7
- Views: 1806
Re: Application Error nach Update
Die Seite ersetzt kein vollständiges Debugging.
Im konkreten Fall hätte man nach "view_issues_page_columns" filtern können und hätte vermutlich auffällige Einträge gefunden.
Im konkreten Fall hätte man nach "view_issues_page_columns" filtern können und hätte vermutlich auffällige Einträge gefunden.
- 22 Sep 2020, 20:21
- Forum: General Discussion
- Topic: Upgrade and config files
- Replies: 7
- Views: 2033
Re: Upgrade and config files
However most people do not want the new version to be in another place, they want it to be in the same place. Right, that's why the Amin Guide tells as a post upgrade task to move the old mantis version and to move the new mantis version https://mantisbt.org/docs/master/en-US/Admin_Guide/html-deskt...
- 21 Sep 2020, 16:55
- Forum: Deutsch
- Topic: Application Error nach Update
- Replies: 7
- Views: 1806
Re: Application Error nach Update
Hinweis am Rande: Es gibt auch die Administrations-Seite "Konfigurations-Report" mit der man derartige Probleme ohne direkten Datenbankzugriff finden und beseitigen kann.