Page MenuHomePhabricator

D21610.diff
No OneTemporary

D21610.diff

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

Mime Type
text/plain
Expires
Mon, May 20, 3:14 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6275249
Default Alt Text
D21610.diff (1 KB)

Event Timeline