Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | foreach ($changesets as $key => $changeset) { | ||||
| } | } | ||||
| $output[] = $detail->render(); | $output[] = $detail->render(); | ||||
| $ids[] = $detail->getID(); | $ids[] = $detail->getID(); | ||||
| } | } | ||||
| $this->requireResource('aphront-tooltip-css'); | $this->requireResource('aphront-tooltip-css'); | ||||
| $show_objectives = | |||||
| PhabricatorEnv::getEnvConfig('phabricator.show-prototypes'); | |||||
| $this->initBehavior( | $this->initBehavior( | ||||
| 'differential-populate', | 'differential-populate', | ||||
| array( | array( | ||||
| 'changesetViewIDs' => $ids, | 'changesetViewIDs' => $ids, | ||||
| 'inlineURI' => $this->inlineURI, | 'inlineURI' => $this->inlineURI, | ||||
| 'showObjectives' => $show_objectives, | |||||
| 'pht' => array( | 'pht' => array( | ||||
| 'Open in Editor' => pht('Open in Editor'), | 'Open in Editor' => pht('Open in Editor'), | ||||
| 'Show All Context' => pht('Show All Context'), | 'Show All Context' => pht('Show All Context'), | ||||
| 'All Context Shown' => pht('All Context Shown'), | 'All Context Shown' => pht('All Context Shown'), | ||||
| "Can't Toggle Unloaded File" => pht("Can't Toggle Unloaded File"), | "Can't Toggle Unloaded File" => pht("Can't Toggle Unloaded File"), | ||||
| 'Expand File' => pht('Expand File'), | 'Expand File' => pht('Expand File'), | ||||
| 'Collapse File' => pht('Collapse File'), | 'Collapse File' => pht('Collapse File'), | ||||
| 'Browse in Diffusion' => pht('Browse in Diffusion'), | 'Browse in Diffusion' => pht('Browse in Diffusion'), | ||||
| ▲ Show 20 Lines • Show All 165 Lines • Show Last 20 Lines | |||||