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 D | README | 10 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 D | syntax.php | 458 // 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 D | action.php | 959 // Build string to load products select 960 $products = explode(',', $this->getConf('products')) ; 961 foreach ($products as $x_products)
|
/plugin/issuetracker/conf/ |
H A D | default.php | 37 $conf['products'] = ''; // Configure list of products, empty by defa…
|
H A D | metadata.php | 37 $meta['products'] = array('string'); // Configure list of products
|