Search found 8366 matches

by atrol
22 Apr 2010, 13:13
Forum: Help
Topic: anonymantis fatal error with 1.2.0
Replies: 4
Views: 2310

Re: anonymantis fatal error with 1.2.0

Is this a fresh installation or upgrade?
by atrol
22 Apr 2010, 07:16
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12223

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

Yes, why the file name is "custom_strings_inc.php"? This file is included in source code of MantisBT and used to localize custom strings have a look at function lang_load in file lang_api.php how it works and/or see the documentation http://docs.mantisbt.org/master/en/administration_guide...
by atrol
21 Apr 2010, 21:39
Forum: General Discussion
Topic: What does ETA mean ?
Replies: 2
Views: 7211

Re: What does ETA mean ?

I am no native english speaker and also a little bit confused. AFAIK ETA is the abbreviation for E stimated T ime of A rrival I think this field can also be used to estimate the efforts to resolve an issue. I hope other users will also give comments for this. You are able to configure the available ...
by atrol
21 Apr 2010, 21:34
Forum: Help
Topic: Creating custom statuses
Replies: 9
Views: 16490

Re: Creating custom statuses

If you are following the given instructions how to add a new status, you don't have to do anything more.
The new status will appear in bar without any further modification.
by atrol
21 Apr 2010, 21:28
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12223

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

I am not sure whether I understand your question.
Do you wan't to know why the file name is custom_strings_inc.php ?
by atrol
21 Apr 2010, 21:24
Forum: Customizations
Topic: How to customize bug report and view issue report pages?
Replies: 7
Views: 17877

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: 4240

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: 5822

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: 6406

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: 5822

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: 3458

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: 3508

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: 3458

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: 4240

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