Hi!
I'am very interested :)
Could you send me instructions what modifications you've made and what code you've added?
Thanks!
Search found 8 matches
- 22 Aug 2006, 13:19
- Forum: Customizations
- Topic: Mantis linked with AD & SMS
- Replies: 5
- Views: 15956
- 20 Apr 2006, 12:31
- Forum: Help
- Topic: Mantis 1.0.*, SLES 9.0 SP3 and LDAP authentication problem
- Replies: 0
- Views: 3233
Mantis 1.0.*, SLES 9.0 SP3 and LDAP authentication problem
Hi everyone!
We're migrating from Debian Woody to SLES 9.0. On both servers are Apache, MySQL and PHP in versions:
- 1.3.33; 4.0.23; 4.3.10 on Debian
- 1.3.34; 4.0.26; 4.3.10 on SLES.
There are no problems with Mantis LDAP authentication on Debian. On SLES when we try to log in we get following ...
We're migrating from Debian Woody to SLES 9.0. On both servers are Apache, MySQL and PHP in versions:
- 1.3.33; 4.0.23; 4.3.10 on Debian
- 1.3.34; 4.0.26; 4.3.10 on SLES.
There are no problems with Mantis LDAP authentication on Debian. On SLES when we try to log in we get following ...
- 25 Jan 2006, 11:09
- Forum: Help
- Topic: [HELP]giving acces to user who is monitoring the bug
- Replies: 1
- Views: 3831
Re: [HELP]giving acces to user who is monitoring the bug
Hi!cauchy wrote:[...]
I solved it in previous version, but it slowed down mantis a lot.
[...]
Could you tell how did you solve it? I also have all bugs private and have the same problem.
I'm using Mantis 1.0.3.
- 17 Jan 2006, 12:13
- Forum: Help
- Topic: Changing the main menu
- Replies: 1
- Views: 3497
Changing the main menu
Hi again!
Can I change content of the main menu, so in one project all links are visible and in another some links aren't?
Thanks.
Can I change content of the main menu, so in one project all links are visible and in another some links aren't?
Thanks.
- 17 Jan 2006, 11:30
- Forum: Customizations
- Topic: Users only being able to view their bugs
- Replies: 2
- Views: 6768
- 17 Jan 2006, 11:13
- Forum: Help
- Topic: Different view status for different projects
- Replies: 0
- Views: 2695
Different view status for different projects
Hi everyone!
Is it possible, to define different view status per project?
I have several projects in Mantis and I want to define, that new bugs in one of them have for default private view status.
I've already found $g_default_view_status [VS_PRIVATE | VS_PUBLIC] constant, but it works for all ...
Is it possible, to define different view status per project?
I have several projects in Mantis and I want to define, that new bugs in one of them have for default private view status.
I've already found $g_default_view_status [VS_PRIVATE | VS_PUBLIC] constant, but it works for all ...
- 16 Dec 2005, 11:20
- Forum: Help
- Topic: Upgrade from rc3 to rc4 - htmlspecialchars() system warning
- Replies: 2
- Views: 5239
thanks
Thanks, it works now.
To be precise, I've changed line:
return htmlspecialchars( $p_string, ENT_COMPAT, lang_get( 'charset' ));
to
return htmlspecialchars( $p_string, ENT_COMPAT );
To be precise, I've changed line:
return htmlspecialchars( $p_string, ENT_COMPAT, lang_get( 'charset' ));
to
return htmlspecialchars( $p_string, ENT_COMPAT );
- 16 Dec 2005, 10:49
- Forum: Help
- Topic: Upgrade from rc3 to rc4 - htmlspecialchars() system warning
- Replies: 2
- Views: 5239
Upgrade from rc3 to rc4 - htmlspecialchars() system warning
After upgrading Mantis from version 1.0.0rc3 to 1.0.0rc4, following warning is displayed at login page:
SYSTEM WARNING: htmlspecialchars(): charset `iso-8859-2' not supported, assuming iso-8859-1
After loging in, that warning is displayed in every field where polish chars were used.
Upgrade was ...
SYSTEM WARNING: htmlspecialchars(): charset `iso-8859-2' not supported, assuming iso-8859-1
After loging in, that warning is displayed in every field where polish chars were used.
Upgrade was ...