| /plugin/bez/ctl/ |
| H A D | start.php | 63 …$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…
|
| H A D | thread.php | 31 if ($a->create_date == $b->create_date) { 34 return ($a->create_date < $b->create_date) ? -1 : 1;
|
| /plugin/bez/mdl/ |
| H A D | Task_comment.php | 8 … 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);
|
| H A D | Thread_comment.php | 11 …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);
|
| H A D | Thread.php | 20 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;
|
| H A D | Task.php | 22 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/ |
| H A D | weekly-message.php | 62 …<td><?php echo $issue->create_date ?> (<?php echo $tpl->date_fuzzy_age($issue->create_date) ?>)</t…
|
| H A D | weekly-message-tasks.php | 26 <td><?php echo $tpl->date($task->create_date) ?></td>
|
| /plugin/bez/db/ |
| H A D | update0001.sql | 15 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,
|
| H A D | update0013.sql | 9 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0014.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0011.sql | 7 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| H A D | update0002.sql | 24 … thread.create_date, thread.last_activity_date, thread.last_modification_date, thread.close_date,
|
| /plugin/bez/tpl/ |
| H A D | thread_box.php | 36 <?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,…
|
| H A D | task_box.php | 14 <?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…
|
| H A D | threads.php | 191 <?php echo $tpl->date($thread->create_date) ?> 200 $tpl->date_diff_days($thread->create_date, $thread->close_date, '%a') ?>
|
| H A D | task_comment_box.php | 28 <?php echo $tpl->datetime($tpl->get('task_comment')->create_date) ?>
|
| H A D | kp.php | 25 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
|
| H A D | commcause_box.php | 26 <?php echo $tpl->datetime($tpl->get('thread_comment')->create_date) ?>
|
| H A D | 8d.php | 40 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
|
| /plugin/advanced/admin/ |
| D | export.php | 197 $create_date = dformat(p_get_metadata($page_id, 'date created')); 210 $create_user, $create_date,
|