/ */ $this->headTitle()->set($project->getName()); $this->bodyClass()->append('login-reload'); $services = $this->getHelperPluginManager()->getServiceLocator(); $p4 = $services->get('p4'); $user = $services->get('user')->getId(); echo $this->projectToolbar($project); $canEdit = $project->hasOwners() ? $this->permissions()->isOne(array('admin', 'owner' => $project)) : $this->permissions()->isOne(array('admin', 'member' => $project)); ?>

About

getDescription()): ?>
preformat($project->getDescription()) ?>

  • Members

  • Followers

  • Branches
Members
avatars($members, 5) ?>
Followers
avatars($followers, 5) ?>
Branches

Connection Settings: getPort(); ?>

p4 clone -p getPort() . ' -f' ?>

Readme

If your project's main branch had a readme.md file present, it would show here.

To add a readme file:

Clone the project: p4 getName() ?> clone -p getPort() . ' -f ' ?> //path/to/main/branch/...

Change to the project directory: cd getName() ?>

Create a readme file: echo "My first readme" > README.md

Reconcile the workspace: p4 reconcile

Submit the changes: p4 submit -d "adding readme file"

Push changes to server: p4 push