Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A DREADME10 Simply spoken a user can easily report an issue for defined products which will
79 Define tracked products = define products of the project where
H A Dsyntax.php458 // Build string to load products select
459 $products = explode(',', $this->getConf('products')) ;
460 foreach ($products as $x_products)
1153 $temp2 = explode(',', $this->getConf('products'));
1162 $products = explode(',', $temp);
1165 $products = explode(',', $this->getConf('products'));
1169 foreach ($products as $_products)
H A Daction.php959 // Build string to load products select
960 $products = explode(',', $this->getConf('products')) ;
961 foreach ($products as $x_products)
/plugin/issuetracker/conf/
H A Ddefault.php37 $conf['products'] = ''; // Configure list of products, empty by defa…
H A Dmetadata.php37 $meta['products'] = array('string'); // Configure list of products