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

Use a less-esoteric spelling of "capabilities" in several places

Summary: This spelling can definitely feel a little overplayed at times, but I still think it's a gold standard in spellings of "capabilities".

Test Plan: Felt old and uncool.

Reviewers: chad

Reviewed By: chad

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

+3 -3
+2 -2
src/applications/diffusion/protocol/DiffusionMercurialWireProtocol.php
··· 105 105 * disallow the client from knowing we speak bundle2 by removing it 106 106 * from the capabilities listing. 107 107 * 108 - * The format of the capabilties string is: "a space separated list 108 + * The format of the capabilities string is: "a space separated list 109 109 * of strings representing what commands the server supports" 110 110 * @link https://www.mercurial-scm.org/wiki/CommandServer#Protocol 111 111 * 112 112 * @param string $capabilities - The string of capabilities to 113 113 * strip the bundle2 capability from. This is expected to be 114 114 * the space-separated list of strings resulting from the 115 - * querying the 'capabilties' command. 115 + * querying the 'capabilities' command. 116 116 * 117 117 * @return string The resulting space-separated list of capabilities 118 118 * which no longer contains the 'bundle2' capability. This is meant
+1 -1
src/applications/policy/controller/PhabricatorPolicyExplainController.php
··· 253 253 ->appendParagraph( 254 254 pht( 255 255 'To access this object, users must have first have access '. 256 - 'capabilties on these other objects:')) 256 + 'capabilities on these other objects:')) 257 257 ->appendList($items); 258 258 } 259 259