CHANGELOG.txt |
CHANGELOG.txt |
|
Date Repeat Entity 7.x-2.x
-----------------------------------
Issue #2184211
- User can enable the module per content type.
- README.txt updated to note that module works best for node entities
- Added dependencies on Entity, List and Text.
-… |
date_repeat_entity.admin.inc |
date_repeat_entity.admin.inc |
|
Allows administrators to configure bundles to work with this module. |
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
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. |
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… |