Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15332843
D21507.id51190.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
D21507.id51190.diff
View Options
diff --git a/src/applications/config/option/PhabricatorCoreConfigOptions.php b/src/applications/config/option/PhabricatorCoreConfigOptions.php
--- a/src/applications/config/option/PhabricatorCoreConfigOptions.php
+++ b/src/applications/config/option/PhabricatorCoreConfigOptions.php
@@ -169,7 +169,21 @@
'Maniphest. If you\'d prefer more traditional UI strings like '.
'"Add Comment", you can set this flag to disable most of the '.
'extra flavor.')),
- $this->newOption('remarkup.ignored-object-names', 'string', '/^(Q|V)\d$/')
+ $this->newOption(
+ 'remarkup.ignored-object-names',
+ 'string',
+
+ // Q1, Q2, etc., are common abbreviations for "Quarter".
+ // V1, V2, etc., are common abbreviations for "Version".
+ // P1, P2, etc., are common abbreviations for "Priority".
+
+ // M1 is a computer chip manufactured by Apple.
+ // M2 (commonly spelled "M.2") is an expansion slot on motherboards.
+ // M4 is a carbine.
+ // M8 is a phonetic spelling of "mate", used in culturally significant
+ // copypasta about navy seals.
+
+ '/^(Q|V|M|P)\d$/')
->setSummary(
pht('Text values that match this regex and are also object names '.
'will not be linked.'))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 9:01 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226069
Default Alt Text
D21507.id51190.diff (1 KB)
Attached To
Mode
D21507: Add "M<digit>" and "P<digit>" to the default Remarkup ignore list
Attached
Detach File
Event Timeline
Log In to Comment