Page MenuHomePhabricator

Move Files to ModularTransactions
ClosedPublic

Authored by epriestley on Apr 4 2017, 2:47 PM.
Tags
None
Referenced Files
F14730878: D17610.id42354.diff
Sat, Jan 18, 7:48 AM
Unknown Object (File)
Fri, Jan 3, 11:54 PM
Unknown Object (File)
Fri, Jan 3, 10:41 AM
Unknown Object (File)
Tue, Dec 31, 3:16 PM
Unknown Object (File)
Dec 14 2024, 8:04 PM
Unknown Object (File)
Dec 9 2024, 1:23 PM
Unknown Object (File)
Dec 9 2024, 2:00 AM
Unknown Object (File)
Dec 9 2024, 2:00 AM
Subscribers
None

Details

Summary

Ref T11357. A lot of file creation doesn't go through transactions, so we only actually have one real transaction type: editing a file name.

Test Plan

Created and edited files.

Screen Shot 2017-04-04 at 7.45.24 AM.png (121×588 px, 14 KB)

Diff Detail

Repository
rP Phabricator
Branch
files1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16281
Build 21638: Run Core Tests
Build 21637: arc lint + arc unit

Event Timeline

src/applications/badges/xaction/PhabricatorBadgesBadgeNameTransaction.php
46

This is a minor fix: newRequiredError() is ignored if the Editor has setContinueOnMissingFields(true) set, but newInvalidError() is always raised.

This revision is now accepted and ready to land.Apr 4 2017, 5:05 PM
This revision was automatically updated to reflect the committed changes.