CHANGELOG.txt |
CHANGELOG.txt |
|
Date Module 7.x
=================
=================
Version 7.x-1.x-dev
=================
- Add some error trapping in case the parent dateObject is unable to make a date out of a string to avoid showing the user errors.
- #1027752 by B-Prod and… |
date-api-functions.html |
help/date-api-functions.html |
|
|
date-api.html |
help/date-api.html |
|
|
date-argument.html |
help/date-argument.html |
|
|
date-copy.html |
help/date-copy.html |
|
|
date-create.html |
help/date-create.html |
|
|
date-display.html |
help/date-display.html |
|
|
date-filter.html |
help/date-filter.html |
|
|
date-navigation.tpl.php |
date_views/theme/date-navigation.tpl.php |
|
Template to display date navigation links. |
date-repeat-form.html |
help/date-repeat-form.html |
|
|
date-rtl.css |
date_api/date-rtl.css |
|
.container-inline-date {
margin-left: 0.5em;
margin-right: 0;
}
.container-inline-date .form-item .form-item {
float: right;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item… |
date-timezones.html |
help/date-timezones.html |
|
|
date-types.html |
help/date-types.html |
|
|
date-valarm.tpl.php |
date_views/theme/date-valarm.tpl.php |
|
|
date-vcalendar.tpl.php |
date_views/theme/date-vcalendar.tpl.php |
|
|
date-vevent.tpl.php |
date_views/theme/date-vevent.tpl.php |
|
|
date-views-dates.html |
help/date-views-dates.html |
|
|
date-views-filter-form.tpl.php |
date_views/theme/date-views-filter-form.tpl.php |
|
Template to display the Views date filter form. |
date-views.html |
help/date-views.html |
|
|
date.css |
date_api/date.css |
|
/* Force from/to dates to float using inline-block, where it works, otherwise inline. */
.container-inline-date {
width:auto;
clear:both;
display: inline-block;
vertical-align:top;
margin-right: 0.5em; /* LTR */
}
.container-inline-date… |
date.devel_generate.inc |
date.devel_generate.inc |
|
Date Devel Generate code. |
date.field.inc |
date.field.inc |
|
Field hooks to implement a date field. |
date.html |
help/date.html |
|
|
date.info |
date.info |
|
name = Date
description = Defines CCK date/time fields and widgets.
dependencies[] = date_api
package = Date/Time
core = 7.x
php = 5.2
files[] = date_admin.inc
files[] = date_content_generate.inc
files[] = date_elements.inc
files[] =… |
date.install |
date.install |
|
Installation code for CCK date module. |
date.module |
date.module |
|
|
date.test |
tests/date.test |
|
|
date.theme |
date.theme |
|
Theme functions. |
datepicker.1.7.css |
date_popup/themes/datepicker.1.7.css |
|
#ui-datepicker-div {
font-size: 100%;
font-family: Verdana, sans-serif;
background: #eee;
border-right:2px #666 solid;
border-bottom:2px #666 solid;
z-index: 9999;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em;… |
date_admin.inc |
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.admin.inc |
date_api/date_api.admin.inc |
|
Administrative page callbacks for the date_api module. |
date_api.info |
date_api/date_api.info |
|
name = Date API
description = A Date API that can be used by other modules.
package = Date/Time
core = 7.x
php = 5.2
files[] = date_api.module
files[] = date_api_elements.inc
files[] = date_api_ical.inc
files[] = date_api_sql.inc
files[] =… |
date_api.install |
date_api/date_api.install |
|
Install, update and uninstall functions for the date_api module. |
date_api.module |
date_api/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_elements.inc |
date_api/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/date_api_ical.inc |
|
Parse iCal data. |
date_api_sql.inc |
date_api/date_api_sql.inc |
|
SQL helper for Date API. |
date_elements.inc |
date_elements.inc |
|
Date forms and form themes and validation. |
date_field.test |
tests/date_field.test |
|
|
date_handler_field_multiple.inc |
date_views/includes/date_handler_field_multiple.inc |
|
An extended subclass for field handling that adds multiple field grouping. |
date_navigation_plugin_style.inc |
date_views/includes/date_navigation_plugin_style.inc |
|
Views navigation style plugin for Date API. |
date_plugin_display_attachment.inc |
date_views/includes/date_plugin_display_attachment.inc |
|
Views display plugin for Date API. |
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
package = Date/Time
core = 7.x
configure = admin/config/content/date_popup
files[] =… |
date_popup.install |
date_popup/date_popup.install |
|
Install, update and uninstall functions for the Date Popup module. |
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_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 = 7.x
php = 5.2
files[] = date_repeat_calc.inc
files[] = date_repeat_form.inc
files[] =… |
date_repeat.install |
date_repeat/date_repeat.install |
|
Install, update and uninstall functions for the Date Repeat module. |
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. |