Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15482180
D13268.id32065.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D13268.id32065.diff
View Options
diff --git a/src/applications/feed/config/PhabricatorFeedConfigOptions.php b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
--- a/src/applications/feed/config/PhabricatorFeedConfigOptions.php
+++ b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
@@ -36,22 +36,24 @@
"public, and a login is not required to view them! This is ".
"intended for things like open source projects that want to ".
"expose an activity feed on the project homepage.\n\n".
- "NOTE: You must also set `policy.allow-public` to true for this ".
- "setting to work properly.")),
+ "NOTE: You must also set `%s` to true for this ".
+ "setting to work properly.",
+ 'policy.allow-public')),
$this->newOption('feed.http-hooks', 'list<string>', array())
->setLocked(true)
->setSummary(pht('POST notifications of feed events.'))
->setDescription(
pht(
- "If you set this to a list of http URIs, when a feed story is ".
- "published a task will be created for each uri that posts the ".
- "story data to the uri. Daemons automagically retry failures 100 ".
- "times, waiting \$fail_count * 60s between each subsequent ".
- "failure. Be sure to keep the daemon console (/daemon/) open ".
+ "If you set this to a list of HTTP URIs, when a feed story is ".
+ "published a task will be created for each URI that posts the ".
+ "story data to the URI. Daemons automagically retry failures 100 ".
+ "times, waiting `\$fail_count * 60s` between each subsequent ".
+ "failure. Be sure to keep the daemon console (`%s`) open ".
"while developing and testing your end points. You may need to".
- "restart your daemons to start sending http requests.\n\n".
- "NOTE: URIs are not validated, the URI must return http status ".
- "200 within 30 seconds, and no permission checks are performed.")),
+ "restart your daemons to start sending HTTP requests.\n\n".
+ "NOTE: URIs are not validated, the URI must return HTTP status ".
+ "200 within 30 seconds, and no permission checks are performed.",
+ '/daemon/')),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 10, 3:31 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7676377
Default Alt Text
D13268.id32065.diff (2 KB)
Attached To
Mode
D13268: Tidy up some text formatting in PhabricatorFeedConfigOptions
Attached
Detach File
Event Timeline
Log In to Comment