CHANGELOG.txt |
CHANGELOG.txt |
|
Date Module
===========
- 213038 Loosen regex for month and day names to pick up non-ASCII characters like the German umlaute.
Version 1.8
===========
- 189093 fix elusive bug that caused some CCK Views arguments to disappear in certain… |
date.css |
date.css |
|
fieldset.container-inline-date .form-item {float:left; padding:0; margin:0}
fieldset.container-inline-date .form-item, fieldset.container-inline-date .form-item input {width:auto;}
fieldset.container-inline-date .description {clear:… |
date.inc |
date.inc |
|
Date/time API functions |
date.info |
date.info |
|
name = Date
description = Defines a date/time field type.
dependencies = content date_api
package = CCK |
date.install |
date.install |
|
|
date.module |
date.module |
|
Defines a date/time field type. |
date_admin.inc |
date_admin.inc |
|
|
date_api.info |
date_api.info |
|
name = Date API
description = Makes the date api available to other modules. |
date_api.module |
date_api.module |
|
A module that will make the date API available to other modules with no dependencies on CCK.
To use it, install the module, then add the following code wherever date api functions are needed: |
date_api_ical.inc |
date_api_ical.inc |
|
Parse iCal imports and create iCal exports.
This file must be included when these functions are needed. |
date_copy.info |
date_copy.info |
|
name = Date Copy
description = Import and export date data.
dependencies = content date
package = CCK |
date_copy.module |
date_copy.module |
|
|
date_ical.inc |
date_ical.inc |
|
|
date_pathauto.inc |
date_pathauto.inc |
|
Interface between date.module and pathauto.module. |
date_timezones.inc |
date_timezones.inc |
|
|
date_token.inc |
date_token.inc |
|
Token module integration. |
date_views.inc |
date_views.inc |
|
|
INSTALL.txt |
INSTALL.txt |
|
Installation instructions:
1) Install the cck files from http://drupal.org/project/date.
2) Upload the date files to a 'date' folder in the modules directory. You should end
up with a structure like: drupal/modules/date/date.module. You… |