<?
// assemble json response
$response = array();
$response['form'] = $this->render('branch/pull.partial.phtml');
$response['errors'] = isset($this->errors) ? $this->errors : null;
$response['message'] = isset($this->message) ? $this->message : '';
$response['severity'] = isset($this->severity) ? $this->severity : null;
print $this->json($response);
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/site/views/scripts/branch/pull.json.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|