Home
last modified time | relevance | path

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

/plugin/timetrack/
H A Daction.php21 var $tthlp = null; variable in action_plugin_timetrack
63 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
73 if(!$this->tthlp->isPageTracked($ID) && !$this->tthlp->isUserInDb()) return true;
137 …$dbUserValues = $this->tthlp->getUserTimeData($this->tthlp->getCurrentUser(),$daterange,$project_i…
149 $dbTasks = $this->tthlp->getTasks($project_ids);
151 $dialogHtml .= $this->tthlp->html_week(
167 …'dialog' => $this->tthlp->html_prepareDialog('overview',$this->tthlp->html_overview($this->tthlp->…
172 $dbUserValues = $this->tthlp->getUserTimeData($this->tthlp->getCurrentUser(), $daterange);
183 $dbUserTasks = $this->tthlp->getRecentTasks($this->tthlp->getCurrentUser(), $daterange);
221 …if($datevalue + $this->tthlp->getHoursNotInTasksOnDate($this->tthlp->getCurrentUser(),$date,$task_…
[all …]
H A 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)
180 $this->tthlp->updateTask($project_id,$task_id,$task_name);
[all …]
H A 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();