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 ...
Search found 4 matches
- 07 Mar 2005, 17:09
- Forum: Help
- Topic: Projectdepended Configuration
- Replies: 4
- Views: 10995
- 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 ...
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 ...
- 04 Mar 2005, 08:57
- Forum: Help
- Topic: Projectdepended Configuration
- Replies: 4
- Views: 10995
- 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 ...
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 ...