Search found 8376 matches

by atrol
21 Apr 2010, 21:24
Forum: Customizations
Topic: How to customize bug report and view issue report pages?
Replies: 7
Views: 17932

Re: How to customize bug report and view issue report pages?

You shouldn't change config_defaults_inc.php because your changes will be lost when upgrading to a newer version.
Instead add the lines you need to config_inc.php.
by atrol
21 Apr 2010, 21:15
Forum: Help
Topic: trouble with paths in 1.2.0
Replies: 5
Views: 4242

Re: trouble with paths in 1.2.0

I should have written that you probably will not have a solution by following just one of the three steps.
At least AFAIK #2 and #3 will just work by following both
by atrol
21 Apr 2010, 20:51
Forum: Customizations
Topic: Remove native fields
Replies: 3
Views: 5830

Re: Remove native fields

There are comments in config_defaults_inc.php related to overloading this array * The following fields must be included: * category_id, summary, description. This is a hint which should not be ignored. Maybe there will be problems if there exists a category with auto assignment to an user, maybe no ...
by atrol
21 Apr 2010, 20:24
Forum: Deutsch
Topic: User der NUR zugewiesene Issues sieht, keine public
Replies: 3
Views: 6415

Re: User der NUR zugewiesene Issues sieht, keine public

Klingt so, als ob der externe Mitarbeiter abgeschottet werden soll? Finde ich erst mal nicht gut, da ihm so eine Menge Information nicht zur Verfügung steht, die ihm eventuell bei der Lösung seiner zugewiesenen Aufgabe helfen könnte. Die einfachste Lösung: Der externe Mitarbeiter wird eingestellt :w...
by atrol
21 Apr 2010, 13:51
Forum: Customizations
Topic: Remove native fields
Replies: 3
Views: 5830

Re: Remove native fields

Profiles can be disabled by adding the following line to your config_inc.php $g_enable_profiles = OFF; AFAIK there is nothing comparable for categories, what you can is: a) disable global categories by unchecking the "Inherit Global Categories " checkbox when creating a project b) allow to...
by atrol
21 Apr 2010, 10:26
Forum: Help
Topic: My Mantis seems to be slow ?
Replies: 5
Views: 3501

Re: My Mantis seems to be slow ?

Do you use phpMyAdmin ?

If yes, there is an option to optimize tables when viewing the database structure.
If not, use mysql command "optimize table <tablename>" for all MantisBT tables
by atrol
21 Apr 2010, 07:42
Forum: Customizations
Topic: Questions about writing a plugin
Replies: 3
Views: 3509

Re: Questions about writing a plugin

What is the preferred way to query the database? MantisBT uses ADOdb to access database Can someone point to a function or something, even if undocumented I can grep it out of the codebase. for instance to display status reports and bug entry pages that differ from the standard interface You should...
by atrol
21 Apr 2010, 07:25
Forum: Help
Topic: My Mantis seems to be slow ?
Replies: 5
Views: 3501

Re: My Mantis seems to be slow ?

Did you optimize database tables?
by atrol
21 Apr 2010, 07:12
Forum: Help
Topic: trouble with paths in 1.2.0
Replies: 5
Views: 4242

Re: trouble with paths in 1.2.0

I recommend the following steps:

1. Update your PHP to the latest stable version of 5.2 (ATM 5.2.13)
2. Install the latest nightly build of MantisBT 1.2 (or wait until 1.2.1 is official available)
3. remove "$g_path = 'http://mantis.wilhelm-tech.com/';" from you config_inc.php
by atrol
20 Apr 2010, 13:06
Forum: Deutsch
Topic: User der NUR zugewiesene Issues sieht, keine public
Replies: 3
Views: 6415

Re: User der NUR zugewiesene Issues sieht, keine public

Ich bin mir recht sicher, dass das ohne Modifikationen nicht möglich ist.
Ehrlich gesagt erkenne ich erst mal keinen Sinn in dieser Anforderung.
Kannst Du mal beispielhaft beschreiben wie so ein Anwendungsfall in der Praxis aussieht?
Vielleicht ergibt sich daraus eine andere Lösung.
by atrol
20 Apr 2010, 11:49
Forum: Help
Topic: My Mantis seems to be slow ?
Replies: 5
Views: 3501

Re: My Mantis seems to be slow ?

jithinkcs wrote: Version : Mantis 1.0.6
Seems to be an older installation?

Was it slow from beginning or did it become slower and slower when the number of issues/users/projects was growing?
Or did the system become slow suddenly?
by atrol
20 Apr 2010, 11:45
Forum: Help
Topic: Mantis not reachable most of the time in LAN
Replies: 3
Views: 1900

Re: Mantis not reachable most of the time in LAN

Monkeyhead wrote: I downgraded to php 5.2.11 and it did help indeed.
PHP 5.3.0 seems not to be the best PHP ever
by atrol
20 Apr 2010, 08:43
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12246

Re: How to customize the label in my_view_page.php?

You should read what I write :wink:
atrol wrote: This is just an example for changing "Report Issue", for more message identifiers check <YourMantisBT>/lang/strings_english.txt