stable
Clone or download
Read-only
story #6131 - Have a radio button field
Change-Id: I392ebc9c248d386cf0eddd1f68ea8c07d22e1179
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +9 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php | +52 | −42 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php | +78 | −71 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php | +15 | −16 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php | +117 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php | +27 | −26 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Checkbox.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/MultiSelectbox.class.php | +1 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Radiobutton.class.php | +25 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +3 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +3 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php | +4 | −0 | Go to diff View file |
A | plugins/tracker/tests/Tracker_FormElement_Field_RadiobuttonTest.php | +72 | −0 | Go to diff View file |
M | plugins/tracker/tests/builders/aField.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/www/resources/tracker.rnc | +4 | −4 | Go to diff View file |
M | plugins/tracker/www/resources/tracker.rng | +1 | −0 | Go to diff View file |
A | src/www/themes/common/images/ic/ui-radio-buttons-plus.png | Binary file | Go to diff View file | |
A | src/www/themes/common/images/ic/ui-radio-buttons.png | Binary file | Go to diff View file |