@@ -954,7 +954,7 @@ |
||
| 954 | 954 | to other environments, alongside the "Who can restore" permission.<br> |
| 955 | 955 | Should include all users with upload permissions, otherwise they can't download |
| 956 | 956 | their own uploads. |
| 957 | -PHP |
|
| 957 | +php |
|
| 958 | 958 | ), |
| 959 | 959 | |
| 960 | 960 | // The Main.PipelineApprovers |
@@ -257,7 +257,7 @@ |
||
| 257 | 257 | * @return string |
| 258 | 258 | */ |
| 259 | 259 | public function getTitle() { |
| 260 | - return "Pipeline {$this->ID} (Status: {$this->Status})"; |
|
| 260 | + return "pipeline {$this->ID} (Status: {$this->Status})"; |
|
| 261 | 261 | } |
| 262 | 262 | |
| 263 | 263 | /** |
@@ -201,7 +201,7 @@ |
||
| 201 | 201 | |
| 202 | 202 | public function start() { |
| 203 | 203 | $this->Status = 'Started'; |
| 204 | - $this->log("Starting {$this->Title}..."); |
|
| 204 | + $this->log("starting {$this->Title}..."); |
|
| 205 | 205 | $this->write(); |
| 206 | 206 | |
| 207 | 207 | // Get tests to run |
@@ -119,7 +119,7 @@ |
||
| 119 | 119 | if(!$this->Started) { |
| 120 | 120 | $this->Started = SS_Datetime::now()->Rfc2822(); |
| 121 | 121 | } |
| 122 | - $this->log("Starting {$this->Title}..."); |
|
| 122 | + $this->log("starting {$this->Title}..."); |
|
| 123 | 123 | $this->write(); |
| 124 | 124 | return true; |
| 125 | 125 | } |
@@ -282,7 +282,7 @@ |
||
| 282 | 282 | */ |
| 283 | 283 | public function startApproval() { |
| 284 | 284 | $this->Status = 'Started'; |
| 285 | - $this->log("Starting {$this->Title}..."); |
|
| 285 | + $this->log("starting {$this->Title}..."); |
|
| 286 | 286 | // Determine if we should use delayed notification |
| 287 | 287 | $recipientGroup = 'all'; |
| 288 | 288 | if($this->getConfigSetting('RecipientsDelay')) { |