Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14702766
D19098.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
800 B
Referenced Files
None
Subscribers
None
D19098.diff
View Options
diff --git a/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php b/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php
--- a/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php
+++ b/src/applications/phriction/conduit/PhrictionHistoryConduitAPIMethod.php
@@ -10,6 +10,16 @@
return pht('Retrieve history about a Phriction document.');
}
+ public function getMethodStatus() {
+ return self::METHOD_STATUS_FROZEN;
+ }
+
+ public function getMethodStatusDescription() {
+ return pht(
+ 'This method is frozen and will eventually be deprecated. New code '.
+ 'should use "phriction.content.search" instead.');
+ }
+
protected function defineParamTypes() {
return array(
'slug' => 'required string',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 1:00 PM (20 h, 56 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6996582
Default Alt Text
D19098.diff (800 B)
Attached To
Mode
D19098: Freeze "phriction.history" in favor of "phriction.content.search"
Attached
Detach File
Event Timeline
Log In to Comment