Subject: | LDAP-related code cleanup |
If you're using RTx-EmailCompletion on a non-LDAP system you'll get a bunch of uninitialized variable errors from html/SelfService/Ajax/EmailCompletion. It seems like this
should really get refactored into the main class so the HTML page doesn't have all of that setup logic inline:
[Mon Feb 9 21:02:29 2009] [warning]: Use of uninitialized value $RT::EmailCompletionLdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)
[Mon Feb 9 21:02:29 2009] [warning]: Use of uninitialized value $RT::LdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)
[Mon Feb 9 21:02:30 2009] [warning]: Use of uninitialized value $RT::EmailCompletionLdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)
[Mon Feb 9 21:02:30 2009] [warning]: Use of uninitialized value $RT::LdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)
[Mon Feb 9 21:02:33 2009] [warning]: Use of uninitialized value $RT::EmailCompletionLdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)
[Mon Feb 9 21:02:34 2009] [warning]: Use of uninitialized value $RT::LdapServer in string eq at /usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion line 11. (/usr/local/share/request-tracker3.8/plugins/RTx-
EmailCompletion/html/SelfService/Ajax/EmailCompletion:11)