Search found 4 matches

by polzin
07 Mar 2005, 17:09
Forum: Help
Topic: Projectdepended Configuration
Replies: 4
Views: 10995

Change of "current project" could be interesting..

How do you currently treat the issue, that if a user jumps to a bug e.g. by entering the bug-number and pressing "JUMP", the project of the displayed bug and the "current project" do not necessarily match?
Wouldn´t it be also for your changes a good thing to automatically adjust the "current ...
by polzin
04 Mar 2005, 16:32
Forum: Help
Topic: Projectdepended Configuration
Replies: 4
Views: 10995

What I did...

As some parts (e.g. bug_change_page) need a change of configuration before custom_strings is called the first time, I had to split up the changes:

a) project depended string changes go into custom_strings
b) project depended config changes go into a config_project_inc.php that is required_once at ...
by polzin
04 Mar 2005, 08:57
Forum: Help
Topic: Projectdepended Configuration
Replies: 4
Views: 10995

@thraxisp

If I got it right... Not quite. I have to configure the names of the statuses and the available priorities. This can´t be done by this database configuration, right?

Tobias
by polzin
03 Mar 2005, 12:58
Forum: Help
Topic: Projectdepended Configuration
Replies: 4
Views: 10995

Projectdepended Configuration

Hi,

I am looking for a possibility to have the configuration (e.g. status, some strings) depended of the currently selected project, because I have different projects where there is need for different statuses etc.

What I do currently is to have some

if ( auth_is_user_authenticated() ) {
$t ...