Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14020000
D12159.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
D12159.diff
View Options
diff --git a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
--- a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
+++ b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
@@ -20,6 +20,8 @@
}
public function getOptions() {
+ $caches_href = PhabricatorEnv::getDoclink('Managing Caches');
+
$custom_field_type = 'custom:PhabricatorCustomFieldConfigOptionType';
$fields = array(
@@ -123,8 +125,14 @@
->setDescription(
pht(
'List of file regexps that should be treated as if they are '.
- 'generated by an automatic process, and thus get hidden by '.
- 'default in differential.'))
+ 'generated by an automatic process, and thus be hidden by '.
+ 'default in Differential.'.
+ "\n\n".
+ 'NOTE: This property is cached, so you will need to purge the '.
+ 'cache after making changes if you want the new configuration '.
+ 'to affect existing revisions. For instructions, see '.
+ '**[[ %s | Managing Caches ]]** in the documentation.',
+ $caches_href))
->addExample("/config\.h$/\n#/autobuilt/#", pht('Valid Setting')),
$this->newOption('differential.sticky-accept', 'bool', true)
->setBoolOptions(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 11:52 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6729901
Default Alt Text
D12159.diff (1 KB)
Attached To
Mode
D12159: Document the need to purge caches after updating differential.generated-paths
Attached
Detach File
Event Timeline
Log In to Comment