Home
last modified time | relevance | path

Searched +full:ltdreport +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/issuetracker/conf/
H A Ddefault.php42 $conf['ltdReport'] = ''; // empty by default
H A Dmetadata.php42 $meta['ltdReport'] = array('multicheckbox', '_choices' => array('Version', 'Components', 'Test…
/plugin/issuetracker/
H A Dsyntax.php1295 if(strpos($this->getConf('ltdReport'),'Version')!==false){
1306 if(strpos($this->getConf('ltdReport'),'Components')!==false){
1317 if(strpos($this->getConf('ltdReport'),'Test blocking')!==false){
1336 if(strpos($this->getConf('ltdReport'),'User phone')!==false){
1346 if(strpos($this->getConf('ltdReport'),'Add contact')!==false){
1357 if(strpos($this->getConf('ltdReport'),'Severity')!==false){
1418 elseif(strpos($this->getConf('ltdReport'),'Symptom link 1')!==false){
1425 if(strpos($this->getConf('ltdReport'),'Symptom link 2')!==false){
1432 if(strpos($this->getConf('ltdReport'),'Symptom link 3')!==false){
H A Daction.php2169 if((strpos($this->getConf('ltdReport'),'Symptom link 1')===false) || ($this->getConf('upload')>0)) {
2177 if(strpos($this->getConf('ltdReport'),'Symptom link 2')===false){
2182 if(strpos($this->getConf('ltdReport'),'Symptom link 3')===false){
2213 if(strpos($this->getConf('ltdReport'),'Symptom link 1')!==false){
2219 if(strpos($this->getConf('ltdReport'),'Symptom link 2')!==false){
2225 if(strpos($this->getConf('ltdReport'),'Symptom link 3')!==false){