Search found 509 matches

by thraxisp
09 Mar 2005, 14:12
Forum: Help
Topic: email-notification at new problem
Replies: 7
Views: 11925

If you let me know what you want to do, I can send you the appropriate parameters to add to your config_inc.php file. On the first manual page, there is a desciption of how the notification receiver list is created. The user settings only server to filter (e.g., stop) notifications from reaching a p...
by thraxisp
09 Mar 2005, 13:30
Forum: General Discussion
Topic: Rqst: Change 'threshold' parameters to Arrays
Replies: 16
Views: 37329

Re: arrays vs threshold

With arrays Mantis would become much more powerful; you could program that certain statechanges may or may not be done by certain people, according to their role. This is already available in 0.19.2 using the older threshold method. There is a configuration variable ($g_set_status_threshold) that c...
by thraxisp
09 Mar 2005, 01:27
Forum: Help
Topic: Two directories pointing to one database
Replies: 4
Views: 9337

On the surface, the only thing that I can think of is that MySQL doesn't support locking. There might be the possibility of a collision in some of the tables, say, if two issues are logged at the same time.
by thraxisp
09 Mar 2005, 01:10
Forum: Help
Topic: Apache won't translate the php to html
Replies: 1
Views: 7757

You probably need the following lines in your http.conf file.

LoadModule php4_module /<path to php4>/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php

Then restart apache to activate the changes.
by thraxisp
09 Mar 2005, 00:52
Forum: Help
Topic: "Encrypted" notifications?
Replies: 3
Views: 9559

Is the message sent from the admin/check.php page legible?

Could you post a copy of the message privately (or attach it to a bug in the tracker)?
by thraxisp
09 Mar 2005, 00:43
Forum: Help
Topic: email-notification at new problem
Replies: 7
Views: 11925

by thraxisp
09 Mar 2005, 00:36
Forum: Help
Topic: want to create a dropdown-field
Replies: 2
Views: 7721

The possible value field should be "yes|no" (without the quotes). The values are separated by a vertical bar.
by thraxisp
09 Mar 2005, 00:10
Forum: General Discussion
Topic: Last Visit date incorrect
Replies: 3
Views: 10616

It currently shows the time of the last page you displayed. Your suggestion is good, but with the "save my login" checkbox checked, I don't have log in again for a few months.
by thraxisp
07 Mar 2005, 13:22
Forum: General Discussion
Topic: status of configs being moved to db
Replies: 3
Views: 10412

Re: More questions...

Two issues/questions about this and the workflow in general: - If I add or delete workflow-states, how will this screen be affected? How is the workflow affected in general? For example, several actions seem to have certain status(ses) hardcoded to them. - Will this screen use the translations? I n...
by thraxisp
06 Mar 2005, 21:14
Forum: Customizations
Topic: Moving Configuration to the Database
Replies: 1
Views: 6966

Moving Configuration to the Database

This thread will be a follow up to #4416.

Comments on the list of config parameters and their 'settability' should be made here.
by thraxisp
05 Mar 2005, 23:07
Forum: Customizations
Topic: Reset Stagus on Custom Field Change
Replies: 5
Views: 12504

There is a custom function that is called after a bug is updated. See http://manual.mantisbt.org/manual.custo ... ctions.php for more details.
by thraxisp
05 Mar 2005, 23:05
Forum: Help
Topic: All Projects View
Replies: 1
Views: 6712

"All Projects" is all of the project that the user has access to. If you make all of the projects private and set up the user's lists appropriately, I think that this accomplishes what you want.
by thraxisp
05 Mar 2005, 23:03
Forum: Help
Topic: Attachment saved in single bugnote?
Replies: 1
Views: 6786

You can't do this right now, but it sounds like a good idea. Could you submit it to the bug tracker as a feature request?
by thraxisp
05 Mar 2005, 22:53
Forum: Help
Topic: Mail notification
Replies: 1
Views: 6459

If you look at adm_permissions_report.php (at the bottom), you can see what messages a reporter will get.

I'd expect that you either need to change the notifications ($g_default_notify_flags, or $g_notify_flags), or change the permissions of the user that wants to get the message.
by thraxisp
05 Mar 2005, 22:49
Forum: Help
Topic: Display Filter name
Replies: 1
Views: 6258

Not easily. The filter is a structure that comes from the database (mantis_filters_table). Please submit this as an enhancement request on the tracker. It would be pretty simple to add the filter name to the structure when it was fetched.