* getFormattedTitle(true); ?> * $updated_by->getNameWithUsername()));?> $issue->getPostedBy()->getNameWithUsername())); ?> * $comment->getPostedBy()->getNameWithUsername()));?> * getContent(); ?> * * getChangeType()) { case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_CREATED: case \thebuggenie\core\entities\tables\Log::LOG_COMMENT: break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_CLOSE: echo ' * ' . __('Issue closed'); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_REOPEN: echo ' * ' . __('Issue reopened'); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_UPDATE: echo ' * ' . $item->getText(); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PAIN_BUG_TYPE: echo ' * ' . __('Triaged bug type: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PAIN_LIKELIHOOD: echo ' * ' . __('Triaged likelihood: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PAIN_EFFECT: echo ' * ' . __('Triaged effect: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PAIN_CALCULATED: echo ' * ' . __('Calculated user pain: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_CATEGORY: echo ' * ' . __('Category changed: %text', array('%text' => str_replace("⇒", '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_CUSTOMFIELD_CHANGED: echo ' * ' . __('Custom field changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_STATUS: echo ' * ' . __('Status changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_REPRODUCABILITY: echo ' * ' . __('Reproducability changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PRIORITY: echo ' * ' . __('Priority changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_SEVERITY: echo ' * ' . __('Severity changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_RESOLUTION: echo ' * ' . __('Resolution changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_PERCENT: echo ' * ' . __('Percent completed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_MILESTONE: echo ' * ' . __('Target milestone changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_ISSUETYPE: echo ' * ' . __('Issue type changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_TIME_ESTIMATED: echo ' * ' . __('Estimation changed: %text', array('%text' => str_replace('⇒', '->', \thebuggenie\core\entities\common\Timeable::formatTimeableLog($item->getText(), $item->getPreviousValue(), $item->getCurrentValue(), true, true)))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_TIME_SPENT: echo ' * ' . __('Time spent: %text', array('%text' => str_replace('⇒', '->', \thebuggenie\core\entities\common\Timeable::formatTimeableLog($item->getText(), $item->getPreviousValue(), $item->getCurrentValue(), true, true)))); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_ASSIGNED: echo ' * ' . __('Assignee changed: %text', array('%text' => $item->getText())); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_OWNED: echo ' * ' . __('Owner changed: %text', array('%text' => $item->getText())); break; case \thebuggenie\core\entities\tables\Log::LOG_ISSUE_POSTED: echo ' * ' . __('Posted by changed: %text', array('%text' => str_replace('⇒', '->', $item->getText()))); break; default: if (!$item->getText()) { echo ' * ' . __('Issue updated'); } else { echo ' * ' . $item->getText(); } break; } ?> generateURL('viewissue', array('project_key' => $issue->getProject()->getKey(), 'issue_no' => $issue->getFormattedIssueNo())); ?> generateURL('viewissue', array('project_key' => $issue->getProject()->getKey(), 'issue_no' => $issue->getFormattedIssueNo())) . '#comment_' . $comment->getID(); } ?> $issue->getProject()->getName())) . ' ' . $module->generateURL('project_dashboard', array('project_key' => $issue->getProject()->getKey())); ?> generateURL('account'); ?>