HTMLCheckMatrix support for forcing options on/off
authorebernhardson <ebernhardson@wikimedia.org>
Sat, 27 Apr 2013 01:49:02 +0000 (18:49 -0700)
committerkaldari <kaldari@gmail.com>
Fri, 17 May 2013 00:21:43 +0000 (17:21 -0700)
commit3998d1e6371f403775dd131004ceb9aca5fa45fc
treeef2d61e28d03fe2df117cce82d576d2b5448768e
parent54d25a7e24878938fe50bc65fb336e605a4e72ac
HTMLCheckMatrix support for forcing options on/off

Bug: 47743
Renamed remove-options parameter of HTMLCheckMatrix to force-options-on
and added additional force-options-off. Minor refactor of
PreferencesForm::filterDataForSubmit to move class specific code into their
respective classes.

Change-Id: I61a6b2bcce3102e2350088912ee77620a9f678f9
includes/HTMLForm.php
includes/Preferences.php
tests/phpunit/includes/HTMLCheckMatrixTest.php [new file with mode: 0644]