mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
efed12400d
Summary: We need to load all properties with some prefix in one field. We can't merge them in one property because there will be a race condition for update (we don't have API for load+update+save). Instead of providing API for this and complicating the code even more, just load everything unconditionally. It shouldn't waste much bandwith or memory because we use most of the properties anyway. It also looked overengineered to me. Test Plan: Displayed revision with fields using diff properties. Reviewers: epriestley, royw Reviewed By: royw CC: aran, royw, Korvin Differential Revision: https://secure.phabricator.com/D3676 |
||
---|---|---|
.. | ||
DifferentialChangesetViewController.php | ||
DifferentialCommentPreviewController.php | ||
DifferentialCommentSaveController.php | ||
DifferentialController.php | ||
DifferentialDiffCreateController.php | ||
DifferentialDiffViewController.php | ||
DifferentialInlineCommentEditController.php | ||
DifferentialInlineCommentPreviewController.php | ||
DifferentialRevisionDetailRenderer.php | ||
DifferentialRevisionEditController.php | ||
DifferentialRevisionListController.php | ||
DifferentialRevisionStatsController.php | ||
DifferentialRevisionViewController.php | ||
DifferentialSubscribeController.php |