@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.

Fix two "proably" typos

Summary: Caught one of these while reviewing docs, grepped for the other one.

Test Plan: `grep`, reading

Reviewers: chad

Reviewed By: chad

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

+2 -2
+1 -1
src/docs/user/field/performance.diviner
··· 31 31 However, some pages are slow because Phabricator legitimately needs to do a lot 32 32 of work to generate them. For example, if you write a 100MB wiki document, 33 33 Phabricator will need substantial time to process it, it will take a long time 34 - to download over the network, and your browser will proably not be able to 34 + to download over the network, and your browser will probably not be able to 35 35 render it especially quickly. 36 36 37 37 We may be able to improve perfomance in some cases, but Phabricator is not
+1 -1
src/infrastructure/storage/lisk/PhabricatorLiskDAO.php
··· 67 67 $connection = $this->newBasicConnection($database, $mode, $namespace); 68 68 } 69 69 70 - // TODO: This should be testing if the mode is "r", but that would proably 70 + // TODO: This should be testing if the mode is "r", but that would probably 71 71 // break a lot of things. Perform a more narrow test for readonly mode 72 72 // until we have greater certainty that this works correctly most of the 73 73 // time.