date_restrictions.api.php |
date_restrictions.api.php |
|
Hooks provided by the Date Restrictions module. |
date_restrictions.info |
date_restrictions.info |
|
name = Date Restrictions
description = Allows to set restrictions on accepted values in date fields.
dependencies[] = date
package = Date/Time
core = 7.x
php = 5.3
; Tests
files[] = tests/date_restrictions_base.test |
date_restrictions.module |
date_restrictions.module |
|
|
date_restrictions_allowed_values.date_restrictions.inc |
modules/allowed_values/date_restrictions_allowed_values.date_restrictions.inc |
|
|
date_restrictions_allowed_values.info |
modules/allowed_values/date_restrictions_allowed_values.info |
|
name = Date Restrictions Allowed Values
description = API module to enable the restriction of accepted values in date fields based on a set of allowed values.
core = 7.x
package = Date/Time
dependencies[] = date_restrictions |
date_restrictions_allowed_values.module |
modules/allowed_values/date_restrictions_allowed_values.module |
|
|
date_restrictions_base.test |
tests/date_restrictions_base.test |
|
Tests for date_restrictions.module. |
date_restrictions_host_entity.info |
modules/host_entity/date_restrictions_host_entity.info |
|
name = Date Restrictions Host Entity
description = Extends date restrictions to allow picking the source for restrictions from the host entity (i.e. other fields in the form when editing an entity).
core = 7.x
package= Date/Time
dependencies[] =… |
date_restrictions_host_entity.module |
modules/host_entity/date_restrictions_host_entity.module |
|
|
date_restrictions_minmax.date_restrictions.inc |
modules/minmax/date_restrictions_minmax.date_restrictions.inc |
|
|
date_restrictions_minmax.info |
modules/minmax/date_restrictions_minmax.info |
|
name = Date Restrictions Min/Max
description = Restricts accepted values in date fields based on a minimum and/or maximum limit.
core = 7.x
package = Date/Time
dependencies[] = date_restrictions
; Tests
files[] =… |
date_restrictions_minmax.install |
modules/minmax/date_restrictions_minmax.install |
|
|
date_restrictions_minmax.module |
modules/minmax/date_restrictions_minmax.module |
|
|
date_restrictions_minmax.test |
modules/minmax/tests/date_restrictions_minmax.test |
|
Tests for date_restrictions_minmax.module. |
date_restrictions_minmax_host_entity.test |
modules/minmax/tests/date_restrictions_minmax_host_entity.test |
|
Tests for date_restrictions_minmax.module. |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Description
===========
Restricts allowed values in date fields, and datepicker popup widget.
Installation
============
As usual.
Configuration and Usage
=======================
* Create or edit a date field.
* Configure under "More… |