Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs DifferentialRevisionViewController

final class DifferentialRevisionViewController
Phabricator Technical Documentation (Differential)

This class is not documented.

Methods

public function setDelegatingController($delegating_controller)
Inherited

This method is not documented.
Parameters
AphrontController$delegating_controller
Return
wild

public function getDelegatingController()
Inherited

This method is not documented.
Return
wild

public function willBeginExecution()
Inherited

This method is not documented.
Return
wild

public function willProcessRequest($uri_data)
Inherited

This method is not documented.
Parameters
array$uri_data
Return
wild

public function handleRequest($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function willSendResponse($response)
Inherited

This method is not documented.
Parameters
AphrontResponse$response
Return
wild

final public function setRequest($request)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

final public function getRequest()
Inherited

This method is not documented.
Return
wild

final public function getViewer()
Inherited

This method is not documented.
Return
wild

final public function delegateToController($controller)
Inherited

This method is not documented.
Parameters
AphrontController$controller
Return
wild

final public function setCurrentApplication($current_application)
Inherited

This method is not documented.
Parameters
PhabricatorApplication$current_application
Return
wild

final public function getCurrentApplication()
Inherited

This method is not documented.
Return
wild

public function getDefaultResourceSource()
Inherited

This method is not documented.
Return
wild

public function requireResource($symbol)
Inherited

This method is not documented.
Parameters
$symbol
Return
wild

public function initBehavior($name, $config)
Inherited

This method is not documented.
Parameters
$name
$config
Return
wild

public function shouldRequireLogin()
Inherited

This method is not documented.
Return
wild

public function shouldRequireAdmin()
Inherited

This method is not documented.
Return
wild

public function shouldRequireEnabledUser()
Inherited

This method is not documented.
Return
wild

public function shouldAllowPublic()

This method is not documented.
Return
wild

public function shouldAllowPartialSessions()
Inherited

This method is not documented.
Return
wild

public function shouldRequireEmailVerification()
Inherited

This method is not documented.
Return
wild

public function shouldAllowRestrictedParameter($parameter_name)
Inherited

This method is not documented.
Parameters
$parameter_name
Return
wild

public function shouldRequireMultiFactorEnrollment()
Inherited

This method is not documented.
Return
wild

public function shouldAllowLegallyNonCompliantUsers()
Inherited

This method is not documented.
Return
wild

public function isGlobalDragAndDropUploadEnabled()
Inherited

This method is not documented.
Return
wild

public function getApplicationURI($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

protected function loadViewerHandles($phids)
Inherited

PhabricatorController
WARNING: Do not call this in new code.
Parameters
array$phids
Return
wild

public function buildApplicationMenu()
Inherited

This method is not documented.
Return
wild

protected function buildApplicationCrumbs()
Inherited

This method is not documented.
Return
wild

protected function hasApplicationCapability($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

protected function requireApplicationCapability($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

protected function explainApplicationCapability($capability, $positive_message, $negative_message)
Inherited

This method is not documented.
Parameters
$capability
$positive_message
$negative_message
Return
wild

public function newDialog()
Inherited

PhabricatorController

Create a new AphrontDialogView with defaults filled in.

Return
AphrontDialogViewNew dialog.

public function newPage()
Inherited

This method is not documented.
Return
wild

public function newApplicationMenu()
Inherited

This method is not documented.
Return
wild

public function newCurtainView($object)
Inherited

This method is not documented.
Parameters
$object
Return
wild

protected function buildTransactionTimeline($object, $query, $engine, $view_data)
Inherited

This method is not documented.
Parameters
PhabricatorApplicationTransactionInterface$object
PhabricatorApplicationTransactionQuery$query
PhabricatorMarkupEngine$engine
$view_data
Return
wild

public function buildApplicationCrumbsForEditEngine()
Inherited

This method is not documented.
Return
wild

private function requireLegalpadSignatures()
Inherited

This method is not documented.
Return
wild

public function buildStandardPageView()
Inherited

PhabricatorController

DEPRECATED. Use newPage().

Return
wild

public function buildStandardPageResponse($view, $data)
Inherited

PhabricatorController

DEPRECATED. Use newPage().

Parameters
$view
array$data
Return
wild

public function buildSideNavView($for_app)
Inherited

This method is not documented.
Parameters
$for_app
Return
wild

protected function buildPackageMaps($changesets)
Inherited

This method is not documented.
Parameters
array$changesets
Return
wild

protected function getAuthorityPackages()
Inherited

This method is not documented.
Return
wild

protected function getChangesetPackages($changeset)
Inherited

This method is not documented.
Parameters
DifferentialChangeset$changeset
Return
wild

protected function getPackageChangesets($package_phid)
Inherited

This method is not documented.
Parameters
$package_phid
Return
wild

protected function buildTableOfContents($changesets, $visible_changesets, $coverage)
Inherited

This method is not documented.
Parameters
array$changesets
array$visible_changesets
array$coverage
Return
wild

protected function loadDiffProperties($diffs)
Inherited

This method is not documented.
Parameters
array$diffs
Return
wild

protected function loadHarbormasterData($diffs)
Inherited

This method is not documented.
Parameters
array$diffs
Return
wild

private function getModernUnitMessageDictionary($map)
Inherited

This method is not documented.
Parameters
array$map
Return
wild

protected function getDiffTabLabels($diffs)
Inherited

This method is not documented.
Parameters
array$diffs
Return
wild

public function isLargeDiff()

This method is not documented.
Return
wild

public function isVeryLargeDiff()

This method is not documented.
Return
wild

public function getLargeDiffLimit()

This method is not documented.
Return
wild

public function getVeryLargeDiffLimit()

This method is not documented.
Return
wild

public function getChangesetCount()

This method is not documented.
Return
wild

public function setChangesetCount($count)

This method is not documented.
Parameters
$count
Return
wild

private function buildHeader($revision)

This method is not documented.
Parameters
DifferentialRevision$revision
Return
wild

private function buildSubheaderView($revision)

This method is not documented.
Parameters
DifferentialRevision$revision
Return
wild

private function buildDetails($revision, $custom_fields)

This method is not documented.
Parameters
DifferentialRevision$revision
$custom_fields
Return
wild

private function buildCurtain($revision)

This method is not documented.
Parameters
DifferentialRevision$revision
Return
wild

private function loadHistoryDiffStatus($diffs)

This method is not documented.
Parameters
array$diffs
Return
wild

private function loadChangesetsAndVsMap($target, $diff_vs, $repository)

This method is not documented.
Parameters
DifferentialDiff$target
DifferentialDiff$diff_vs
PhabricatorRepository$repository
Return
wild

private function buildSymbolIndexes($repository, $unfolded_changesets)

This method is not documented.
Parameters
PhabricatorRepository$repository
array$unfolded_changesets
Return
wild

private function loadOtherRevisions($changesets, $target, $repository)

This method is not documented.
Parameters
array$changesets
DifferentialDiff$target
PhabricatorRepository$repository
Return
wild

private function renderOtherRevisions($revisions)

This method is not documented.
Parameters
array$revisions
Return
wild

private function buildRawDiffResponse($revision, $changesets, $vs_changesets, $vs_map, $repository)

This method is not documented.
Parameters
DifferentialRevision$revision
array$changesets
array$vs_changesets
array$vs_map
PhabricatorRepository$repository
Return
wild

private function buildTransactions($revision, $left_diff, $right_diff, $old_ids, $new_ids)

This method is not documented.
Parameters
DifferentialRevision$revision
DifferentialDiff$left_diff
DifferentialDiff$right_diff
array$old_ids
array$new_ids
Return
wild

private function buildRevisionWarnings($revision, $field_list, $warning_handle_map, $handles)

This method is not documented.
Parameters
DifferentialRevision$revision
PhabricatorCustomFieldList$field_list
array$warning_handle_map
array$handles
Return
wild

private function buildDiffDetailView($diffs, $revision, $field_list)

This method is not documented.
Parameters
array$diffs
DifferentialRevision$revision
PhabricatorCustomFieldList$field_list
Return
wild

private function buildDiffPropertyList($diff, $revision, $fields)

This method is not documented.
Parameters
DifferentialDiff$diff
DifferentialRevision$revision
array$fields
Return
wild

private function buildOperationsBox($revision)

This method is not documented.
Parameters
DifferentialRevision$revision
Return
wild

private function buildUnitMessagesView($diff, $revision)

This method is not documented.
Parameters
$diff
DifferentialRevision$revision
Return
wild

private function getOldDiffID($revision, $diffs)

This method is not documented.
Parameters
DifferentialRevision$revision
array$diffs
Return
wild

private function getNewDiffID($revision, $diffs)

This method is not documented.
Parameters
DifferentialRevision$revision
array$diffs
Return
wild