CHANGELOG.txt |
CHANGELOG.txt |
|
Date Repeat Entity 7.x-1.x
-----------------------------------
Initial release of dev version. |
date_repeat_entity.api.php |
date_repeat_entity.api.php |
|
Hooks provided by the Date Repeat Entity module. |
date_repeat_entity.create.inc |
includes/date_repeat_entity.create.inc |
|
Contains functions that support creation of entities with repeating
date fields. |
date_repeat_entity.css |
date_repeat_entity.css |
|
#node-delete-confirm .form-submit,
#date-repeat-entity-node-save-confirm .form-submit {
display: block;
}
#edit-update-buttons {
background-color: #ccc;
} |
date_repeat_entity.delete.inc |
includes/date_repeat_entity.delete.inc |
|
Contains functions that support deletion of entities with
repeating date fields. |
date_repeat_entity.info |
date_repeat_entity.info |
|
name = Date Repeat Entity
description = Manages entities with repeating dates using the Date Repeat API.
core = 7.x
package = Date/Time
dependencies[] = date_api
dependencies[] = date
dependencies[] = date_repeat
dependencies[] =… |
date_repeat_entity.install |
date_repeat_entity.install |
|
Install, update and uninstall functions for the Date Repeat Entity module. |
date_repeat_entity.module |
date_repeat_entity.module |
|
Adds functionality to entities with repeating date fields |
date_repeat_entity.update.inc |
includes/date_repeat_entity.update.inc |
|
Contains functions that support update of entities with repeating
date fields. |
date_repeat_entity.utility.inc |
includes/date_repeat_entity.utility.inc |
|
Contains utility functions that support operations on entities with
repeating date fields. |
date_repeat_entity_example.features.field_base.inc |
date_repeat_entity_example/date_repeat_entity_example.features.field_base.inc |
|
date_repeat_entity_example.features.field_base.inc |
date_repeat_entity_example.features.field_instance.inc |
date_repeat_entity_example/date_repeat_entity_example.features.field_instance.inc |
|
date_repeat_entity_example.features.field_instance.inc |
date_repeat_entity_example.features.inc |
date_repeat_entity_example/date_repeat_entity_example.features.inc |
|
date_repeat_entity_example.features.inc |
date_repeat_entity_example.info |
date_repeat_entity_example/date_repeat_entity_example.info |
|
name = Date Repeat Entity Example
description = Views and content types associated with events and calendars
core = 7.x
package = Features
dependencies[] = calendar
dependencies[] = ctools
dependencies[] = date
dependencies[] =… |
date_repeat_entity_example.module |
date_repeat_entity_example/date_repeat_entity_example.module |
|
|
date_repeat_entity_example.strongarm.inc |
date_repeat_entity_example/date_repeat_entity_example.strongarm.inc |
|
date_repeat_entity_example.strongarm.inc |
date_repeat_entity_example.views_default.inc |
date_repeat_entity_example/date_repeat_entity_example.views_default.inc |
|
date_repeat_entity_example.views_default.inc |
README.txt |
README.txt |
|
-- SUMMARY --
The Date Repeat Entity Module complements the Date suite of modules, in
particular the Date Repeat module. For repeating dates that follow a
recurring rule, this module creates a unique entity for each date instance in
the… |