Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14450292
D21610.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
D21610.diff
View Options
diff --git a/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php b/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
--- a/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
+++ b/src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
@@ -61,16 +61,22 @@
->setDescription(pht('Hard byte limit on including patches in email.')),
$this->newOption('metamta.diffusion.time-limit', 'int', 60)
->setDescription(pht('Hard time limit on generating patches.')),
+
$this->newOption(
'audit.can-author-close-audit',
'bool',
false)
->setBoolOptions(
array(
- pht('Enable Closing Audits'),
- pht('Disable Closing Audits'),
+ pht('Enable Self-Accept'),
+ pht('Disable Self-Accept'),
))
- ->setDescription(pht('Controls whether Author can Close Audits.')),
+ ->setDescription(
+ pht(
+ 'Allows the author of a commit to be an auditor and accept their '.
+ 'own commits. Note that this behavior is different from the '.
+ 'behavior implied by the name of the option: long ago, it did '.
+ 'something else.')),
$this->newOption('bugtraq.url', 'string', null)
->addExample('https://bugs.php.net/%BUGID%', pht('PHP bugs'))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 28, 2:45 AM (7 h, 29 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6933928
Default Alt Text
D21610.diff (1 KB)
Attached To
Mode
D21610: Clarify the behavior of "audit.can-author-close-audit"
Attached
Detach File
Event Timeline
Log In to Comment