Home
last modified time | relevance | path

Searched refs:create_date (Results 1 – 21 of 21) sorted by relevance

/plugin/bez/ctl/
Dstart.php63 …$timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thr…
65 … $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread);
81 …$timeline->push($thread_comment->create_date, 'thread_comment_added', $thread_comment->author, $th…
83 …$timeline->push($thread_comment->create_date, 'thread_comment_cause_added', $thread_comment->autho…
90 $timeline->push($task->create_date, 'task_opened', $task->assignee, $task);
100 …$timeline->push($task_comment->create_date, 'task_comment_added', $task_comment->author, $task_com…
Dthread.php31 if ($a->create_date == $b->create_date) {
34 return ($a->create_date < $b->create_date) ? -1 : 1;
/plugin/bez/mdl/
DTask_comment.php8 … protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html;
42 $this->create_date = date('c');
43 $this->last_modification_date = $this->create_date;
92 $tpl->set('when', $this->create_date);
DThread_comment.php11 …protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $conte…
56 $this->create_date = date('c');
57 $this->last_modification_date = $this->create_date;
122 $tpl->set('when', $this->create_date);
DThread.php20 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
76 $this->create_date = date('c');
77 $this->last_activity_date = $this->create_date;
78 $this->last_modification_date = $this->create_date;
DTask.php22 protected $create_date, $last_activity_date, $last_modification_date, $close_date;
106 $this->create_date = date('c');
107 $this->last_activity_date = $this->create_date;
108 $this->last_modification_date = $this->create_date;
/plugin/bez/tpl/cron/
Dweekly-message.php62 …<td><?php echo $issue->create_date ?> (<?php echo $tpl->date_fuzzy_age($issue->create_date) ?>)</t…
Dweekly-message-tasks.php26 <td><?php echo $tpl->date($task->create_date) ?></td>
/plugin/bez/db/
Dupdate0001.sql15 create_date TEXT NOT NULL, -- ISO8601 field
57 create_date TEXT NOT NULL, -- ISO8601 field
149 create_date TEXT NOT NULL, -- ISO8601 field
340 create_date TEXT NOT NULL, -- ISO8601 field
376 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0013.sql9 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0014.sql7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0011.sql7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
Dupdate0002.sql24 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
/plugin/bez/tpl/
Dthread_box.php36 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
48 …<?php echo $tpl->date_diff_days($tpl->get('thread')->create_date, $tpl->get('thread')->close_date,…
Dtask_box.php14 <?php echo $tpl->date($tpl->get('task')->create_date) ?>
26 …<?php echo $tpl->date_diff_days($tpl->get('task')->create_date, $tpl->get('task')->close_date, '%a…
Dthreads.php191 <?php echo $tpl->date($thread->create_date) ?>
200 $tpl->date_diff_days($thread->create_date, $thread->close_date, '%a') ?>
Dtask_comment_box.php28 <?php echo $tpl->datetime($tpl->get('task_comment')->create_date) ?>
Dkp.php25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
Dcommcause_box.php26 <?php echo $tpl->datetime($tpl->get('thread_comment')->create_date) ?>
D8d.php40 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
/plugin/advanced/admin/
Dexport.php197 $create_date = dformat(p_get_metadata($page_id, 'date created'));
210 $create_user, $create_date,