Home
last modified time | relevance | path

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

/plugin/issuetracker/conf/
H A Ddefault.php36 $conf['projects'] = ''; // Configure list of projects, empty by defa…
H A Dmetadata.php36 $meta['projects'] = array('string'); // Configure list of projects
/plugin/issuetracker/
H A Dsyntax.php333 // a) loop through the matrix and collect all defined projects
334 // initially we start with projects
1139 // load set of projects defined by admin
1142 $l_projects = explode(',', $this->getConf('projects')) ;
1283 if($this->getConf('projects')==""){
1875 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));
1881 return $projects;
1916 * Load current $project or all projects of it_data_store
H A Daction.php293 // 2. get list of projects and issues
3681 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));
3687 return $projects;
3694 * Load current $project or all projects of it_data_store
3699 * @param bool $all determines if all projects to be retrieved