Page MenuHomePhabricator

D21749.id.diff
No OneTemporary

D21749.id.diff

diff --git a/src/applications/maniphest/storage/ManiphestTask.php b/src/applications/maniphest/storage/ManiphestTask.php
--- a/src/applications/maniphest/storage/ManiphestTask.php
+++ b/src/applications/maniphest/storage/ManiphestTask.php
@@ -24,8 +24,6 @@
PhabricatorPolicyCodexInterface,
PhabricatorUnlockableInterface {
- const MARKUP_FIELD_DESCRIPTION = 'markup:desc';
-
protected $authorPHID;
protected $ownerPHID;
diff --git a/src/applications/phame/controller/blog/PhameBlogManageController.php b/src/applications/phame/controller/blog/PhameBlogManageController.php
--- a/src/applications/phame/controller/blog/PhameBlogManageController.php
+++ b/src/applications/phame/controller/blog/PhameBlogManageController.php
@@ -143,11 +143,6 @@
),
$feed_uri));
- $engine = id(new PhabricatorMarkupEngine())
- ->setViewer($viewer)
- ->addObject($blog, PhameBlog::MARKUP_FIELD_DESCRIPTION)
- ->process();
-
$description = $blog->getDescription();
if (strlen($description)) {
$description = new PHUIRemarkupView($viewer, $description);
diff --git a/src/applications/phame/storage/PhameBlog.php b/src/applications/phame/storage/PhameBlog.php
--- a/src/applications/phame/storage/PhameBlog.php
+++ b/src/applications/phame/storage/PhameBlog.php
@@ -13,8 +13,6 @@
PhabricatorFulltextInterface,
PhabricatorFerretInterface {
- const MARKUP_FIELD_DESCRIPTION = 'markup:description';
-
protected $name;
protected $subtitle;
protected $description;

File Metadata

Mime Type
text/plain
Expires
Sat, May 11, 6:16 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284962
Default Alt Text
D21749.id.diff (1 KB)

Event Timeline