CHANGELOG.txt |
CHANGELOG.txt |
|
Date 7.x-3.0-alpha1, 2021-08-27
-------------------------------
#3202962 by DamienMcKenna, ron_s, MustangGB: Expand field specification with
new element for "all day".
Date 7.x-2.x, xxxx-xx-xx
------------------------
#3164305 by… |
date-rtl.css |
date_api/date-rtl.css |
|
.container-inline-date > .form-item {
margin-left: 0.5em;
margin-right: 0;
}
.container-inline-date .form-item .form-item,
.date-float {
float: right;
}
.container-inline-date .form-item input,
.container-inline-date .form-item… |
date-views-filter-form.tpl.php |
date_views/theme/date-views-filter-form.tpl.php |
|
Template to display the Views date filter form. |
date-views-pager.tpl.php |
date_views/theme/date-views-pager.tpl.php |
|
Template file for the example display. |
date.api.php |
date.api.php |
|
Hooks provided by the Date module. |
date.css |
date_api/date.css |
|
Main stylesheet for Date module. |
date.devel_generate.inc |
date.devel_generate.inc |
|
Date Devel Generate code. |
date.diff.inc |
date.diff.inc |
|
Provide diff field functions for the Date module. |
date.field.inc |
date.field.inc |
|
Field hooks to implement a date field. |
date.info |
date.info |
|
name = Date
description = Makes date/time fields available.
dependencies[] = date:date_api
package = Date/Time
core = 7.x
; Integration with the migrate module.
files[] = date.migrate.inc
; Dependencies for test coverage.
test_dependencies[] =… |
date.install |
date.install |
|
Install, update and uninstall functions for the Date module. |
date.migrate.inc |
date.migrate.inc |
|
|
date.module |
date.module |
|
|
date.theme |
date.theme |
|
Theme functions. |
date.tokens.inc |
date.tokens.inc |
|
Token module integration. |
DateAllDayUiTestCase.test |
date_all_day/tests/DateAllDayUiTestCase.test |
|
Test Date All Day functionality. |
DateApiTestCase.test |
date_api/tests/DateApiTestCase.test |
|
Test Date API functions. |
DateApiUnitTestCase.test |
date_api/tests/DateApiUnitTestCase.test |
|
Unit tests for Date API functions. |
DateEmwTestCase.test |
tests/DateEmwTestCase.test |
|
Test Date (ISO) and the Entity Metadata Wrappers play well together. |
DateFieldTestBase.test |
tests/DateFieldTestBase.test |
|
Shared test functionality. |
DateFieldTestCase.test |
tests/DateFieldTestCase.test |
|
Test the handling of the two included field widgets. |
DateFormTestCase.test |
tests/DateFormTestCase.test |
|
Contains form specific date element test cases. |
DateMigrateTestCase.test |
tests/DateMigrateTestCase.test |
|
Test for using date fields with Migrate module. |
DateNowUnitTestCase.test |
tests/DateNowUnitTestCase.test |
|
Test Date Now unit tests. |
datepicker.1.7.css |
date_popup/themes/datepicker.1.7.css |
|
#ui-datepicker-div {
font-size: 100%;
font-family: Verdana, sans-serif;
background: #eee;
border-right: 2px #666 solid;
border-bottom: 2px #666 solid;
z-index: 9999;
}
/* Datepicker
----------------------------------*/
.ui-datepicker {
… |
DatePopupFieldTestCase.test |
date_popup/tests/DatePopupFieldTestCase.test |
|
Test the custom field functionality provided by the Date Popup module. |
DatePopupValidationTestCase.test |
date_popup/tests/DatePopupValidationTestCase.test |
|
Data validation tests for the Date Popup module. |
DatePopupWithViewsTestCase.test |
date_popup/tests/DatePopupWithViewsTestCase.test |
|
Tests date popup in Views. |
DateTimezoneTestCase.test |
tests/DateTimezoneTestCase.test |
|
Test timezone handling. |
DateToolsTestCase.test |
date_tools/tests/DateToolsTestCase.test |
|
Tests for Date Tools. |
DateUiTestCase.test |
tests/DateUiTestCase.test |
|
Test date UI. |
DateUpdatesTestCase.test |
tests/DateUpdatesTestCase.test |
|
Test updates for the Date module. |
DateValidationTestCase.test |
tests/DateValidationTestCase.test |
|
Validate date field values. |
DateViewsPopupTestCase.test |
date_popup/tests/DateViewsPopupTestCase.test |
|
Tests Date Popup in the Views interface. |
date_admin.inc |
date_admin.inc |
|
Date administration functionality. |
date_all_day.info |
date_all_day/date_all_day.info |
|
name = Date All Day
description = Adds 'All Day' functionality to date fields, including an 'All Day' theme and 'All Day' checkboxes for the Date select and Date popup widgets.
package = Date/Time
core =… |
date_all_day.module |
date_all_day/date_all_day.module |
|
Adds All Day functionality to the Date field. |
date_all_day_test_feature.features.field_base.inc |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.features.field_base.inc |
|
date_all_day_test_feature.features.field_base.inc |
date_all_day_test_feature.features.field_instance.inc |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.features.field_instance.inc |
|
date_all_day_test_feature.features.field_instance.inc |
date_all_day_test_feature.features.inc |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.features.inc |
|
date_all_day_test_feature.features.inc |
date_all_day_test_feature.info |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.info |
|
name = Date All Day Test Feature
description = Example content types for testing the Date All Day module.
core = 7.x
package = Date/Time
dependencies[] = date
dependencies[] = date:date
dependencies[] = date:date_all_day
dependencies[] =… |
date_all_day_test_feature.install |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.install |
|
Uninstall functions for the Date All Day Test Feature module. |
date_all_day_test_feature.module |
date_all_day/tests/date_all_day_test_feature/date_all_day_test_feature.module |
|
|
date_api.admin.inc |
date_api/date_api.admin.inc |
|
Administrative page callbacks for the date_api module. |
date_api.info |
date_api/date_api.info |
|
name = Date API
description = A Date API that can be used by other modules.
package = Date/Time
core = 7.x
files[] = date_api.module
files[] = date_api_sql.inc
; Test coverage.
files[] = tests/DateApiTestCase.test
files[] =… |
date_api.install |
date_api/date_api.install |
|
Install, update and uninstall functions for the date_api module. |
date_api.module |
date_api/date_api.module |
|
This module will make the date API available to other modules. |
date_api_elements.inc |
date_api/date_api_elements.inc |
|
Date API elements themes and validation. |
date_api_ical.inc |
date_api/date_api_ical.inc |
|
Parse iCal data. |
date_api_sql.inc |
date_api/date_api_sql.inc |
|
SQL helper for Date API. |