Home
last modified time | relevance | path

Searched +full:user +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/do/
Dhelper.php55 * keys are: page, md5, date, user, text, creator
77 'INSERT INTO task_assignees (page,md5,user)
94 * - user all tasks to a given user
168 $argn = array('user', 'creator');
175 // replace current user's placeholder
177 function ($user) {
178 return (strtolower($user) === '@user@' && $_SERVER['REMOTE_USER']) ?
180 $user;
211 C.user AS user
229 unset($result[$key]['user']);
[all …]
Daction.php109 $user = $INPUT->server->str('REMOTE_USER');
113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/do/db/
Dupdate0007.sql3 CREATE TABLE task_assignees (page, md5, user); field
6 INSERT INTO task_assignees (page, md5, user) SELECT page,md5,user FROM tasks WHERE user != '';
8 -- Remove the user column from tasks
Dupdate0001.sql5 user, field
/plugin/do/syntax/
Ddo.php254 $R->doc .= $this->getLang('user');
Ddolist.php55 // if there is no ? but a & the user has probably forgot the ? befor the first arg.
120 $R->doc .= $this->buildTasklistHTML($tasks, isset($data['user']), isset($data['creator']));
140 $table .= ' <th' . $userstyle . '>' . $this->getLang('user') . '</th>';
157 foreach ($row['users'] as &$user) {
158 $user = $hlp->getPrettyUser($user);
160 unset($user);
/plugin/do/scripts/
DPluginDo.js464 // if the bureaucracy plugin is installed, use its user autocompletion