Search found 8378 matches

by atrol
14 May 2010, 06:56
Forum: General Discussion
Topic: Where is the EXPORT function? REALLY!
Replies: 6
Views: 6013

Re: Where is the EXPORT function? REALLY!

Links to various exports are available at "View Issues" page
by atrol
12 May 2010, 18:52
Forum: Customizations
Topic: Custom Field Update after a status change
Replies: 3
Views: 3241

Re: Custom Field Update after a status change

I think understood your idea, I just wrote that IMO this is not a good idea.
Maybe I don't understand your question the right way.
Why do you don't want to choose the cleaner way, which means to write a SQL-Statement which calculates the values the same way you do this manually at the moment?
by atrol
12 May 2010, 18:26
Forum: Customizations
Topic: Custom Field Update after a status change
Replies: 3
Views: 3241

Re: Custom Field Update after a status change

Creating a custom field for this is not the best solution because you would create unnecessary redundant information.
All information you need is contained in history table.
by atrol
12 May 2010, 13:30
Forum: Help
Topic: updating to 1.2 version problem
Replies: 9
Views: 4933

Re: updating to 1.2 version problem

you could create one, which should look like this <?php $g_hostname = 'yourHost'; $g_db_type = 'mysql'; $g_database_name = 'yourDatabaseName'; $g_db_username = 'yourDatabaseUser'; $g_db_password = 'yourDatabasePassword'; ?> Or make a fresh dummy installation which you throw away later. This will cre...
by atrol
12 May 2010, 12:33
Forum: Help
Topic: updating to 1.2 version problem
Replies: 9
Views: 4933

Re: updating to 1.2 version problem

Does this mean that you have no access to the old installation?
There must be a config_inc.php
by atrol
12 May 2010, 11:53
Forum: Help
Topic: Storing LDAP password to database
Replies: 2
Views: 1735

Re: Storing LDAP password to database

There was a discussion of the developers whether this is a good or bad feature.
pro: you can login into MantisBT even if your LDAP server is not available
con: redundancy

I think you should enter an issue as feature request to have this configurable.
by atrol
12 May 2010, 11:32
Forum: Help
Topic: updating to 1.2 version problem
Replies: 9
Views: 4933

Re: updating to 1.2 version problem

after step 1) copy your old config_inc.php to the new directory before starting step 2)
by atrol
12 May 2010, 11:30
Forum: Customizations
Topic: Remove Relationships field from view/update bug pages
Replies: 7
Views: 22786

Re: Remove Relationships field from view/update bug pages

Phileas, thank you for providing this information, I overlooked this @vida to get what you want, ignore my previous post, you have to add the following lines to your config_inc.php $g_move_bug_threshold = NOBODY; $g_set_bug_sticky_threshold = NOBODY; To remove the clone button, there you have to cha...
by atrol
12 May 2010, 07:39
Forum: Help
Topic: Cloning a Full Project
Replies: 1
Views: 2118

Re: Cloning a Full Project

This is a known feature request http://www.mantisbt.org/bugs/view.php?id=8170 ATM it can't be done with one click, but using the features "Copy categories from", "Copy versions from", "Copy custom fields from", "Copy users from" in project management page is n...
by atrol
12 May 2010, 07:29
Forum: Deutsch
Topic: Versionsüberprüfung
Replies: 2
Views: 5705

Re: Versionsüberprüfung

ob gewisse custom fields gesetzt sind. In meinem Fall sind das "Produktversion", "Zielversion" und "Behoben in Version". Meinst Du wirklich custom fields, oder die Standardfelder? Zweites Problem ist, daß es anscheinend einen Status und einen View Status gibt in den Bu...
by atrol
12 May 2010, 07:12
Forum: Customizations
Topic: Remove Relationships field from view/update bug pages
Replies: 7
Views: 22786

Re: Remove Relationships field from view/update bug pages

I agree that "move" is obsolet if you have just one project. "clone" is a nice convenience feature if you have an issue which is nearly the same as an existing one,I would not remove it. "stick" is also not dependant on having one or more project Nethertheless if you wa...
by atrol
11 May 2010, 07:38
Forum: Deutsch
Topic: Bilddateien in Anzeige als Vorschau (thumbnail) anzeigen
Replies: 5
Views: 7869

Re: Bilddateien in Anzeige als Vorschau (thumbnail) anzeigen

Reine Textdateien (.txt) lassen sich zumindest in meiner MantisBT 1.1.6 Version problemlos ein- und ausblenden.
by atrol
11 May 2010, 07:34
Forum: Customizations
Topic: Remove Relationships field from view/update bug pages
Replies: 7
Views: 22786

Re: Remove Relationships field from view/update bug pages

There is no way to disable this by normal customization, so you would have to change the code.
If you use MantisBt version 1.2.1 this can be done by changing the file bug_view_inc.php
Just comment out line 696 by adding at # at the beginning of the line
# relationship_view_box ( $tpl_bug->id );
by atrol
10 May 2010, 20:48
Forum: Customizations
Topic: Email notification issue with new statuses
Replies: 6
Views: 5239

Re: Email notification issue with new statuses

Sorry, I don't have the time to test this with 1.2.x at the moment.
Just to be sure, did you read and follow all the instructions: http://docs.mantisbt.org/master/en/admi ... IZE.STATUS
If yes, and it's still not working, enter a bug report for this.