Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14637765
D18695.id44885.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18695.id44885.diff
View Options
diff --git a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
--- a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
+++ b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
@@ -192,6 +192,7 @@
const KEY_VERSION = 'ldap:version';
const KEY_REFERRALS = 'ldap:referrals';
const KEY_START_TLS = 'ldap:start-tls';
+ // TODO: This is misspelled! See T13005.
const KEY_ANONYMOUS_USERNAME = 'ldap:anoynmous-username';
const KEY_ANONYMOUS_PASSWORD = 'ldap:anonymous-password';
const KEY_ALWAYS_SEARCH = 'ldap:always-search';
diff --git a/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php b/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php
--- a/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php
+++ b/src/applications/harbormaster/capability/HarbormasterBuildPlanDefaultViewCapability.php
@@ -3,6 +3,7 @@
final class HarbormasterBuildPlanDefaultViewCapability
extends PhabricatorPolicyCapability {
+ // TODO: This is misspelled! See T13005.
const CAPABILITY = 'harbomaster.plan.default.view';
public function getCapabilityName() {
diff --git a/src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php b/src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php
--- a/src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php
+++ b/src/applications/legalpad/xaction/LegalpadDocumentPreambleTransaction.php
@@ -3,6 +3,7 @@
final class LegalpadDocumentPreambleTransaction
extends LegalpadDocumentTransactionType {
+ // TODO: This is misspelled! See T13005.
const TRANSACTIONTYPE = 'legalpad:premable';
public function generateOldValue($object) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 11:17 PM (18 h, 41 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6985818
Default Alt Text
D18695.id44885.diff (1 KB)
Attached To
Mode
D18695: Add spelling TODOs
Attached
Detach File
Event Timeline
Log In to Comment