@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Later] Drop legacyCommentID column from DifferentialTransactionComment

Summary: Ref T2222. No callsites. Holding until we're more clearly stable.

Test Plan: `grep`

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley, aran

Maniphest Tasks: T2222

Differential Revision: https://secure.phabricator.com/D8241

+2 -1
+2
resources/sql/autopatches/20140214.clean.1.legacycommentid.sql
··· 1 + ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment 2 + DROP COLUMN legacyCommmentID;
-1
src/applications/differential/storage/DifferentialTransactionComment.php
··· 11 11 protected $fixedState; 12 12 protected $hasReplies = 0; 13 13 protected $replyToCommentPHID; 14 - protected $legacyCommentID; 15 14 16 15 public function getApplicationTransactionObject() { 17 16 return new DifferentialTransaction();