black.calendar.css |
date_popup/themes/black.calendar.css |
|
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
background: #ddd;
}
#calendar_div {
display: none;
border: 1px solid #777;
z-index:… |
date-navigation.tpl.php |
theme/date-navigation.tpl.php |
|
Template to display date naviagion links. |
date.css |
date.css |
|
.container-inline-date {
width:auto;
clear:both;
}
.container-inline-date .form-item {
float:left;
padding:0;
margin:0;
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
width:auto;
}
.container-inline-date… |
date.info |
date/date.info |
|
name = Date
description = Defines CCK date/time fields and widgets.
dependencies[] = content
dependencies[] = date_api
dependencies[] = date_timezone
package = Date/Time
core = 6.x |
date.install |
date/date.install |
|
|
date.module |
date/date.module |
|
Defines date/time field types for the Content Construction Kit (CCK). |
date.theme |
date/date.theme |
|
Theme functions. |
date.views.inc |
date/date.views.inc |
|
|
date_admin.inc |
date/date_admin.inc |
|
Date administration code.
Moved to separate file since there is a lot of code here that is not needed often. |
date_api.info |
date_api.info |
|
name = Date API
description = A Date API that can be used by other modules.
package = Date/Time
core = 6.x |
date_api.install |
date_api.install |
|
|
date_api.module |
date_api.module |
|
This module will make the date API available to other modules.
Designed to provide a light but flexible assortment of functions
and constants, with more functionality in additional files that
are not loaded unless other modules specifically include them. |
date_api.test |
tests/date_api.test |
|
|
date_api.views.inc |
date_api.views.inc |
|
Defines date-related Views data and plugins: |
date_api_elements.inc |
date_api_elements.inc |
|
Date API elements themes and validation.
This file is only included during the edit process to reduce memory usage. |
date_api_ical.inc |
date_api_ical.inc |
|
Parse iCal data. |
date_api_sql.inc |
date_api_sql.inc |
|
|
date_content_generate.inc |
date/date_content_generate.inc |
|
|
date_copy.info |
date_copy/date_copy.info |
|
name = Date Copy
description = Import and export CCK date data.
dependencies[] = content
dependencies[] = date
package = Date/Time
core = 6.x |
date_copy.install |
date_copy/date_copy.install |
|
|
date_copy.module |
date_copy/date_copy.module |
|
|
date_elements.inc |
date/date_elements.inc |
|
Date forms and form themes and validation. |
date_php4.inc |
date_php4/date_php4.inc |
|
|
date_php4.info |
date_php4/date_php4.info |
|
name = Date PHP4
description = Emulate PHP 5.2 date functions in PHP 4.x, PHP 5.0, and PHP 5.1. Required when using the Date API with PHP versions less than PHP 5.2.
package = Date/Time
dependencies[] = date_api
core = 6.x |
date_php4.install |
date_php4/date_php4.install |
|
|
date_php4.module |
date_php4/date_php4.module |
|
|
date_php4_calc.inc |
date_php4/date_php4_calc.inc |
|
|
date_php4_lib.inc |
date_php4/date_php4_lib.inc |
|
|
date_php4_tz_abbreviations_list.inc |
date_php4/date_php4_tz_abbreviations_list.inc |
|
|
date_php4_tz_create.inc |
date_php4/date_php4_tz_create.inc |
|
|
date_php4_tz_identifiers.inc |
date_php4/date_php4_tz_identifiers.inc |
|
|
date_php4_tz_map.inc |
date_php4/date_php4_tz_map.inc |
|
|
date_popup.info |
date_popup/date_popup.info |
|
; $Id $
name = Date Popup
description = Enables jquery popup calendars and time entry widgets for selecting dates and times.
dependencies[] = date_api
dependencies[] = date_timezone
package = Date/Time
core = 6.x |
date_popup.install |
date_popup/date_popup.install |
|
|
date_popup.module |
date_popup/date_popup.module |
|
A module to enable jquery calendar and time entry popups.
Requires the Date API. |
date_repeat.inc |
date/date_repeat.inc |
|
Implementation of Date Repeat API calculations for the CCK Date field. |
date_repeat.info |
date_repeat/date_repeat.info |
|
name = Date Repeat API
description = A Date Repeat API to calculate repeating dates and times from iCal rules.
dependencies[] = date_api
package = Date/Time
core = 6.x |
date_repeat.install |
date_repeat/date_repeat.install |
|
|
date_repeat.module |
date_repeat/date_repeat.module |
|
This module creates a form element that allows users to select
repeat rules for a date, and reworks the result into an iCal
RRULE string that can be stored in the database. |
date_repeat.test |
tests/date_repeat.test |
|
|
date_repeat_calc.inc |
date_repeat/date_repeat_calc.inc |
|
Code to compute the dates that match an iCal RRULE. |
date_repeat_form.inc |
date_repeat/date_repeat_form.inc |
|
Code to add a date repeat selection form to a date field and create
an iCal RRULE from the chosen selections. |
date_test.test |
tests/date_test.test |
|
|
date_timezone.info |
date_timezone/date_timezone.info |
|
name = Date Timezone
description = Overrides site and user timezone handling to set timezone names instead of offsets.
package = Date/Time
dependencies[] = date_api
core = 6.x |
date_timezone.install |
date_timezone/date_timezone.install |
|
Installation file for Date Timezone |
date_timezone.module |
date_timezone/date_timezone.module |
|
This module will make the alter the user and site timezone forms to
select a timezone name instead of a timezone offset. |
date_timezone.test |
tests/date_timezone.test |
|
|
date_token.inc |
date/date_token.inc |
|
Token module integration. |
flora.calendar.css |
date_popup/themes/flora.calendar.css |
|
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
background: #ddd;
}
#calendar_div {
display: none;
border: 1px solid… |
INSTALL.txt |
INSTALL.txt |
|
==================================================================================
Date API Installation instructions:
==================================================================================
1) If you have an earlier version of the Date… |