mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-24 21:48:21 +01:00
2bbe3b0cbf
Summary: Ref T4100. I want to reduce the amount of code duplication that function datasources currently need to wrap some parameter datasource. For example, `ProjectMembersDatasource` should really just be a little bit of logic on top of `ProjectsDatasource`, which should do most of the heavy lifting. Moving rendering into datasources brings us a step closer to being able to do this. Test Plan: - Rendered normal, function, and invalid tokens. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4100 Differential Revision: https://secure.phabricator.com/D12457 |
||
---|---|---|
.. | ||
AphrontFormCheckboxControl.php | ||
AphrontFormChooseButtonControl.php | ||
AphrontFormControl.php | ||
AphrontFormCropControl.php | ||
AphrontFormDateControl.php | ||
AphrontFormDividerControl.php | ||
AphrontFormFileControl.php | ||
AphrontFormImageControl.php | ||
AphrontFormMarkupControl.php | ||
AphrontFormPasswordControl.php | ||
AphrontFormPolicyControl.php | ||
AphrontFormRadioButtonControl.php | ||
AphrontFormRecaptchaControl.php | ||
AphrontFormSectionControl.php | ||
AphrontFormSelectControl.php | ||
AphrontFormStaticControl.php | ||
AphrontFormSubmitControl.php | ||
AphrontFormTextAreaControl.php | ||
AphrontFormTextControl.php | ||
AphrontFormTextWithSubmitControl.php | ||
AphrontFormToggleButtonsControl.php | ||
AphrontFormTokenizerControl.php | ||
AphrontFormTypeaheadControl.php | ||
PhabricatorRemarkupControl.php | ||
PHUIFormDividerControl.php | ||
PHUIFormFreeformDateControl.php | ||
PHUIFormMultiSubmitControl.php |