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

Add spelling TODOs

Summary: Ref T13005. Added reminders not to copy/paste.

Test Plan: None.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13005

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

authored by

Dmitri Iouchtchenko and committed by
epriestley
5897294f cf3e198b

+3
+1
src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
··· 192 192 const KEY_VERSION = 'ldap:version'; 193 193 const KEY_REFERRALS = 'ldap:referrals'; 194 194 const KEY_START_TLS = 'ldap:start-tls'; 195 + // TODO: This is misspelled! See T13005. 195 196 const KEY_ANONYMOUS_USERNAME = 'ldap:anoynmous-username'; 196 197 const KEY_ANONYMOUS_PASSWORD = 'ldap:anonymous-password'; 197 198 const KEY_ALWAYS_SEARCH = 'ldap:always-search';
+1
src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php
··· 3 3 final class HarbormasterBuildPlanDefaultViewCapability 4 4 extends PhabricatorPolicyCapability { 5 5 6 + // TODO: This is misspelled! See T13005. 6 7 const CAPABILITY = 'harbomaster.plan.default.view'; 7 8 8 9 public function getCapabilityName() {
+1
src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php
··· 3 3 final class LegalpadDocumentPreambleTransaction 4 4 extends LegalpadDocumentTransactionType { 5 5 6 + // TODO: This is misspelled! See T13005. 6 7 const TRANSACTIONTYPE = 'legalpad:premable'; 7 8 8 9 public function generateOldValue($object) {