public function buildApplicationMenu()Inherited
public function buildApplicationMenu()
Inherited
Return
| wild |
public function buildSideNavView()Inherited
public function buildSideNavView()
Inherited
Return
| wild |
protected function buildApplicationCrumbs()Inherited
protected function buildApplicationCrumbs()
Inherited
Return
| wild |
final protected function newTaskGraphDropdownMenu($task, $has_parents, $has_subtasks, $include_standalone)Inherited
final protected function newTaskGraphDropdownMenu($task, $has_parents, $has_subtasks, $include_standalone)
Inherited
Parameters
| ManiphestTask | $task | |
| $has_parents | ||
| $has_subtasks | ||
| $include_standalone |
Return
| wild |
final protected function newTaskGraphOverflowView($task, $overflow_message, $include_standalone)Inherited
final protected function newTaskGraphOverflowView($task, $overflow_message, $include_standalone)
Inherited
Parameters
| ManiphestTask | $task | |
| $overflow_message | ||
| $include_standalone |
Return
| wild |
public function handleRequest($request)
public function handleRequest($request)
Parameters
| AphrontRequest | $request |
Return
| wild |
public function renderBurn()
public function renderBurn()
Return
| wild |
private function renderReportFilters($tokens, $has_window)
private function renderReportFilters($tokens, $has_window)
Parameters
| array | $tokens | |
| $has_window |
Return
| wild |
private function buildSeries($data)
private function buildSeries($data)
Parameters
| array | $data |
Return
| wild |
private function formatBurnRow($label, $info)
private function formatBurnRow($label, $info)
Parameters
| $label | ||
| $info |
Return
| wild |
public function renderOpenTasks()
public function renderOpenTasks()
Return
| wild |
private function loadRecentlyClosedTasks()
private function loadRecentlyClosedTasks()
Load all the tasks that have been recently closed.
Return
| wild |
private function getWindow()
private function getWindow()
Parse the "Recently Means" filter into:
- A string representation, like "12 AM 7 days ago" (default);
- a locale-aware epoch representation; and
- a possible error.
Return
| wild |
private function renderOldest($tasks)
private function renderOldest($tasks)
Parameters
| array | $tasks |
Return
| wild |