Searched +full:user +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 8 of 8) sorted by relevance
/plugin/do/ |
D | helper.php | 55 * 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 …]
|
D | action.php | 109 $user = $INPUT->server->str('REMOTE_USER'); 113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
|
D | LICENSE | 109 these conditions, and telling the user how to view a copy of this
|
/plugin/do/db/ |
D | update0007.sql | 3 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
|
D | update0001.sql | 5 user, field
|
/plugin/do/syntax/ |
D | do.php | 254 $R->doc .= $this->getLang('user');
|
D | dolist.php | 55 // 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/ |
D | PluginDo.js | 464 // if the bureaucracy plugin is installed, use its user autocompletion
|