Home
last modified time | relevance | path

Searched refs:tthlp (Results 1 – 3 of 3) sorted by relevance

/plugin/timetrack/
Daction.php21 var $tthlp = null; variable in action_plugin_timetrack
27 $this->tthlp = plugin_load('helper', 'timetrack');
49 …if(p_get_metadata($cache->page,'plugin_timetrack update_time') < $this->tthlp->getMaxUpdateTime($c…
63 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
73 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
122 …if($cmd === 'current' && (auth_quickaclcheck($pageid) < AUTH_READ || !$this->tthlp->isPageTracked(…
133 $daterange = $this->tthlp->getDateRangeByYearWeek($yearweek);
136 $project_ids = $this->tthlp->getProjectIdsByPageId($pageid);
137 …$dbUserValues = $this->tthlp->getUserTimeData($this->tthlp->getCurrentUser(),$daterange,$project_i…
149 $dbTasks = $this->tthlp->getTasks($project_ids);
[all …]
Dsyntax.php22 public $tthlp = null; variable in syntax_plugin_timetrack
28 $this->tthlp = plugin_load('helper', 'timetrack');
29 …if(!$this->tthlp) msg('Loading the timetrack helper failed. Make sure the timetrack plugin is inst…
42 if($this->tthlp->checkPageInNamespace($ID,$namespace) === false) return false;
63 if(!$this->tthlp->ready()) {
78 $project_id = $this->tthlp->getProject($ID, $project_abbr);
81 $range = $this->tthlp->getMinMaxDayByProject($project_id);
82 $data = $this->tthlp->getProjectSumByWeek($project_id);
170 'update_time'=>$this->tthlp->getMaxUpdateTime($ID)
175 …$project_id = $this->tthlp->updateProject($ID, $project_abbr, $project_name,$flags['from'],$flags[…
[all …]
Dadmin.php21 public $tthlp = null; variable in admin_plugin_timetrack
28 $this->tthlp = plugin_load('helper', 'timetrack');
29 …if(!$this->tthlp) msg('Loading the timetrack helper failed. Make sure the timetrack plugin is inst…
41 $data = $this->tthlp->getAll();