Split includes/HTMLForm
authoraddshore <addshorewiki@gmail.com>
Tue, 19 Nov 2013 12:55:50 +0000 (13:55 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 8 Dec 2013 22:13:56 +0000 (23:13 +0100)
commit976276338a545f69be70810da0dcc4c894d801af
tree8bb5f11a6f6c75fce98e6236b411c2592e1802b6
parent3e96e1c5e7fb0f4d38c2e46585d98c9e555d272c
Split includes/HTMLForm

Change-Id: I6eabfdb064c0e35b69efe9d6142e94df4128b632
25 files changed:
includes/AutoLoader.php
includes/HTMLForm.php [deleted file]
includes/htmlform/HTMLApiField.php [new file with mode: 0644]
includes/htmlform/HTMLButtonField.php [new file with mode: 0644]
includes/htmlform/HTMLCheckField.php [new file with mode: 0644]
includes/htmlform/HTMLCheckMatrix.php [new file with mode: 0644]
includes/htmlform/HTMLEditTools.php [new file with mode: 0644]
includes/htmlform/HTMLFloatField.php [new file with mode: 0644]
includes/htmlform/HTMLForm.php [new file with mode: 0644]
includes/htmlform/HTMLFormField.php [new file with mode: 0644]
includes/htmlform/HTMLFormFieldRequiredOptionsException.php [new file with mode: 0644]
includes/htmlform/HTMLHiddenField.php [new file with mode: 0644]
includes/htmlform/HTMLInfoField.php [new file with mode: 0644]
includes/htmlform/HTMLIntField.php [new file with mode: 0644]
includes/htmlform/HTMLMultiSelectField.php [new file with mode: 0644]
includes/htmlform/HTMLNestedFilterable.php [new file with mode: 0644]
includes/htmlform/HTMLRadioField.php [new file with mode: 0644]
includes/htmlform/HTMLSelectAndOtherField.php [new file with mode: 0644]
includes/htmlform/HTMLSelectField.php [new file with mode: 0644]
includes/htmlform/HTMLSelectOrOtherField.php [new file with mode: 0644]
includes/htmlform/HTMLSubmitField.php [new file with mode: 0644]
includes/htmlform/HTMLTextAreaField.php [new file with mode: 0644]
includes/htmlform/HTMLTextField.php [new file with mode: 0644]
tests/phpunit/includes/HTMLCheckMatrixTest.php [deleted file]
tests/phpunit/includes/htmlform/HTMLCheckMatrixTest.php [new file with mode: 0644]