stable
Clone or download
Read-only
tasks #7407 Add option to display time in date field
This task is part of story #7161 Create a date-time field A new checkbox is added in FromElement_Date admin form in ordrer to select if we want to display the time of dates Change-Id: I62cd16324deac08ad9c2fd8fe949677d8138b9c5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +2 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2014/201409031059_add_display_time_option.php | +42 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin.class.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_DateDao.class.php | +7 | −5 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +1 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php | +14 | −0 | Go to diff View file |