Homec4science

Don't require an actor in `PhabricatorFile::attachToObject()`

Authored by epriestley <git@epriestley.com> on Sep 4 2014, 21:51.

Description

Don't require an actor in PhabricatorFile::attachToObject()

Summary:
Ref T6013. A very long time ago, edges were less clearly low-level infrastructure, and some user-aware stuff got built around edge edits.

This was kind of a mess and I eventually removed it, during or prior to T5245. The big issue was that control flow was really hard to figure out as things went all the way down to the deepest level of infrastructure and then came back up the stack to events and transactions. The new stuff is more top-down and generally seems a lot easier and cleaner.

Consequently, actors are no longer required for edge edits. Remove the parameter.

Test Plan: Poked around; ran unit tests.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley, hach-que

Maniphest Tasks: T6013

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

Details

Committed
epriestley <git@epriestley.com>Sep 4 2014, 21:51
Pushed
aubortJan 31 2017, 17:16
Parents
rPH8038af4bd570: Fix old image macros and memes for logged out users
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH3af442e4ac94: Don't require an actor in `PhabricatorFile::attachToObject()` (authored by epriestley <git@epriestley.com>).Sep 4 2014, 21:51