@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove duplicate duplicate words which are not requires

Summary: Change 'the the' to 'the' where appropriate.

Test Plan: eyeball it

Reviewers: joshuaspence, chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D13412

authored by

Eitan Adler and committed by
epriestley
3c7f4e5c 520e70a3

+7 -7
+1 -1
src/applications/diffusion/controller/DiffusionRepositoryCreateController.php
··· 596 596 597 597 $page->addRemarkupInstructions( 598 598 pht( 599 - 'Choose or add the SSH credentials to use to connect to the the '. 599 + 'Choose or add the SSH credentials to use to connect to the '. 600 600 'repository hosted at:'. 601 601 "\n\n". 602 602 " lang=text\n".
+1 -1
src/applications/diviner/query/DivinerAtomQuery.php
··· 219 219 } 220 220 221 221 // If we found matches in the same documentation book, prefer them 222 - // over other matches. Otherwise, look at all the the matches. 222 + // over other matches. Otherwise, look at all the matches. 223 223 $matches = $xatoms[$xref->getName()][$xref->getType()]; 224 224 if (isset($matches[$atom->getBookPHID()])) { 225 225 $maybe = $matches[$atom->getBookPHID()];
+1 -1
src/applications/files/storage/PhabricatorFile.php
··· 542 542 // just bail out. 543 543 throw $status; 544 544 } else { 545 - // This is HTTP 2XX, so use the the response body to save the 545 + // This is HTTP 2XX, so use the response body to save the 546 546 // file data. 547 547 $params = $params + array( 548 548 'name' => basename($uri),
+1 -1
src/applications/files/storage/__tests__/PhabricatorFileTestCase.php
··· 161 161 162 162 $second_file = PhabricatorFile::newFromFileData($other_data, $params); 163 163 164 - // Test that the the second file uses different storage handle from 164 + // Test that the second file uses different storage handle from 165 165 // the first file. 166 166 $first_handle = $first_file->getStorageHandle(); 167 167 $second_handle = $second_file->getStorageHandle();
+1 -1
src/docs/user/configuration/troubleshooting_https.diviner
··· 12 12 13 13 Connection negotiation can fail for several reasons. The major ones are: 14 14 15 - - You have not added the the Certificate Authority as a trusted authority 15 + - You have not added the Certificate Authority as a trusted authority 16 16 (this is the most common problem, and usually the issue for self-signed 17 17 certificates). 18 18 - The SSL certificate is signed for the wrong domain. For example, a
+1 -1
src/docs/user/field/repository_imports.diviner
··· 234 234 phabricator/ $ bin/repository help <command> 235 235 ``` 236 236 237 - In particular, you can use flags with the the `repository reparse` command to 237 + In particular, you can use flags with the `repository reparse` command to 238 238 manually run parse steps in the foreground, including re-running steps and 239 239 running steps out of order. 240 240
+1 -1
src/docs/user/userguide/diffusion_updates.diviner
··· 99 99 as responsive as a hosted repository. 100 100 101 101 If a repository has an update scheduled, the Diffusion > (Choose a 102 - Repository) > Edit Repository interface will show that the the repository is 102 + Repository) > Edit Repository interface will show that the repository is 103 103 prioritized and will be updated soon. 104 104 105 105