Page MenuHomePhabricator

Move users to modular transactions
ClosedPublic

Authored by epriestley on Aug 13 2018, 9:13 PM.
Tags
None
Referenced Files
F15526324: D19576.id.diff
Mon, Apr 21, 8:36 PM
F15510406: D19576.diff
Wed, Apr 16, 7:58 PM
F15486830: D19576.diff
Thu, Apr 10, 9:48 AM
F15461205: D19576.id.diff
Tue, Apr 1, 6:09 AM
F15381106: D19576.diff
Mar 14 2025, 5:54 AM
Unknown Object (File)
Mar 3 2025, 6:20 PM
Unknown Object (File)
Feb 21 2025, 3:38 PM
Unknown Object (File)
Feb 9 2025, 6:18 AM
Subscribers
None

Details

Summary

Ref T13164. See PHI642. I'd like to provide a third-generation user.edit API endpoint and make user.enable and user.disable obsolete before meddling with policy details, even if it isn't full-fledged yet.

Users do already have a transactions table and a Transaction-based editor, but it's only used for editing title, real name, etc. All of these are custom fields, so their support comes in automatically through CustomField extension code.

Realign it for modular transactions so new code will be fully modern. There are no actual standalone transaction types yet so this diff is pretty thin.

Test Plan
  • Grepped for UserProfileEditor.
  • Edited a user's title/real name/icon.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable