Page MenuHomePhabricator

Move users to modular transactions
ClosedPublic

Authored by epriestley on Aug 13 2018, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 5:01 AM
Unknown Object (File)
Sat, Dec 7, 1:36 PM
Unknown Object (File)
Fri, Dec 6, 1:03 PM
Unknown Object (File)
Tue, Nov 19, 7:12 AM
Unknown Object (File)
Nov 16 2024, 8:46 PM
Unknown Object (File)
Nov 13 2024, 1:18 AM
Unknown Object (File)
Nov 10 2024, 10:05 PM
Unknown Object (File)
Oct 30 2024, 9:49 PM
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