mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-09 06:11:01 +01:00
948d69364a
Summary: Ref T8024. Allow `DateControlValue` to manage enabled/disabled state, so we can eventually delete the copy of this logic in `DateControl`. Test Plan: - Used Calendar ApplicationSearch queries to observe improved behaviors: - Error for invalid start date, if enabled. - Error for invalid end date, if enabled. - Error for invalid date range, if both enabled. - When submitting an invalid date (for example, with the time "Tea Time"), form retains invalid date verbatim instead of discarding information. - Created an event, using existing date controls to check that I didn't break anything. Reviewers: chad, lpriestley, btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T8024 Differential Revision: https://secure.phabricator.com/D12673 |
||
---|---|---|
.. | ||
AphrontFormCheckboxControl.php | ||
AphrontFormChooseButtonControl.php | ||
AphrontFormControl.php | ||
AphrontFormDateControl.php | ||
AphrontFormDateControlValue.php | ||
AphrontFormDividerControl.php | ||
AphrontFormFileControl.php | ||
AphrontFormMarkupControl.php | ||
AphrontFormPasswordControl.php | ||
AphrontFormPolicyControl.php | ||
AphrontFormRadioButtonControl.php | ||
AphrontFormRecaptchaControl.php | ||
AphrontFormSelectControl.php | ||
AphrontFormStaticControl.php | ||
AphrontFormSubmitControl.php | ||
AphrontFormTextAreaControl.php | ||
AphrontFormTextControl.php | ||
AphrontFormTextWithSubmitControl.php | ||
AphrontFormTokenizerControl.php | ||
AphrontFormTypeaheadControl.php | ||
PhabricatorRemarkupControl.php | ||
PHUIFormDividerControl.php | ||
PHUIFormFreeformDateControl.php | ||
PHUIFormMultiSubmitControl.php |