Lines Matching refs:status
53 // toggle status of a single task
72 $status = $hlp->toggleTaskStatus($id, $_REQUEST['do_md5'], $_REQUEST['do_commit']);
78 echo json_encode($status);
81 // read status for a bunch of tasks
89 $status = array();
93 $status = $hlp->getAllPageStatuses($page);
97 echo json_encode($status);
113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
137 $status = '';
147 $status = $hlp->toggleTaskStatus($pageid, $_REQUEST['do_md5']);
148 if ($status == -2) {
153 if ($status) {
163 msg(sprintf($jslang[$key], $status), $lvl);