/[drupal]/contributions/modules/date/date_api.module
ViewVC logotype

Log of /contributions/modules/date/date_api.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 14:19:24 2009 UTC (2 months, 2 weeks ago) by karens
Branch: MAIN
CVS Tags: HEAD
Changes since 1.71: +28 -24 lines
Diff to previous 1.71
Lots of renaming of field and instance values to match the new array structures.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 08:52:18 2009 UTC (2 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.70: +48 -42 lines
Diff to previous 1.70
Getting HEAD ready for D7.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 09:26:56 2009 UTC (2 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.69: +90 -99 lines
Diff to previous 1.69
Prepare HEAD for D7.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 4 09:52:11 2009 UTC (2 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.68: +985 -210 lines
Diff to previous 1.68
Prepare HEAD for D7.

Revision 1.64.2.5.2.93 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 10:57:27 2009 UTC (3 months, 1 week ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4
Changes since 1.64.2.5.2.92: +8 -3 lines
Diff to previous 1.64.2.5.2.92 , to branch point 1.64.2.5 , to next main 1.64.2.9
Exposed filter querystring must be appended in normal views.

Revision 1.64.2.5.2.92 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 11:12:06 2009 UTC (3 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3
Changes since 1.64.2.5.2.91: +2 -2 lines
Diff to previous 1.64.2.5.2.91 , to branch point 1.64.2.5
#494350 Add 'c' format.

Revision 1.64.2.5.2.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 16:54:37 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.90: +4 -4 lines
Diff to previous 1.64.2.5.2.90 , to branch point 1.64.2.5
Update drupal_write_record() to use new date_formats table name.

Revision 1.64.2.5.2.90 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 23:10:58 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.89: +6 -1 lines
Diff to previous 1.64.2.5.2.89 , to branch point 1.64.2.5
#452934 Make sure format_interval doesn't try to do anything with empty dates, patch by thekevinday.

Revision 1.64.2.5.2.89 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 22:42:25 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.88: +5 -5 lines
Diff to previous 1.64.2.5.2.88 , to branch point 1.64.2.5
#483682 and #395156 Have to alter the collation of the format fields in MYSQL so they don't do case-insensitive searches and indexes. Fixing table name at the same time to fix another sporatic problem where 'date_format' is treated as an invalid table name and the table is not created.

Revision 1.44.2.78 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 19:17:08 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-8
Changes since 1.44.2.77: +12 -8 lines
Diff to previous 1.44.2.77 , to branch point 1.44 , to next main 1.72
#473308 Add handling for year-only date stored in timestamp field, patch by muka.

Revision 1.64.2.5.2.88 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 19:16:20 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.87: +12 -7 lines
Diff to previous 1.64.2.5.2.87 , to branch point 1.64.2.5
#473308 Add handling for year-only date stored in timestamp field, patch by muka.

Revision 1.64.2.5.2.87 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 11:50:42 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.86: +4 -3 lines
Diff to previous 1.64.2.5.2.86 , to branch point 1.64.2.5
Add new calendar-day theme to format date like a calendar day page, move basic theme date_time_ago() from Date module to Date API so other modules can use it.

Revision 1.64.2.5.2.86 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 11:17:40 2009 UTC (5 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.85: +1 -41 lines
Diff to previous 1.64.2.5.2.85 , to branch point 1.64.2.5
Remove date_format_options() from Date API, no longer used with new format system. Move it to Date Popup, which is the only module still using it with TODO to maybe get rid of it.

Revision 1.64.2.5.2.85 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 12:57:45 2009 UTC (6 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.64.2.5.2.84: +13 -2 lines
Diff to previous 1.64.2.5.2.84 , to branch point 1.64.2.5
 Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.

Revision 1.44.2.77 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 12:50:15 2009 UTC (6 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.76: +13 -1 lines
Diff to previous 1.44.2.76 , to branch point 1.44
 Fix date_limit_format() to be sure the 'T' is stripped out of ISO dates with only date or only time.

Revision 1.44.2.76 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 09:59:29 2009 UTC (6 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.75: +35 -1 lines
Diff to previous 1.44.2.75 , to branch point 1.44
#369020 Switch '+1 Sunday' to 'First Sunday' to over PHP5 bug.

Revision 1.64.2.5.2.84 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 09:58:59 2009 UTC (6 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.83: +35 -1 lines
Diff to previous 1.64.2.5.2.83 , to branch point 1.64.2.5
#369020 Switch '+1 Sunday' to 'First Sunday' to over PHP5 bug.

Revision 1.44.2.75 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 14:41:10 2009 UTC (6 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.44.2.74: +2 -1 lines
Diff to previous 1.44.2.74 , to branch point 1.44
#418206 All date elements should be in datetime format when processing elements, patch by scottgifford, vince, and karens.

Revision 1.64.2.5.2.83 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 10:44:43 2009 UTC (6 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.82: +3 -2 lines
Diff to previous 1.64.2.5.2.82 , to branch point 1.64.2.5
#442526 Add missing space to navigation template, patch by Moonshine.

Revision 1.64.2.5.2.82 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 14:34:45 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.81: +4 -1 lines
Diff to previous 1.64.2.5.2.81 , to branch point 1.64.2.5
Lost the regex to remove AM/PM in date_limit_format().

Revision 1.44.2.74 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 13:46:54 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.73: +21 -12 lines
Diff to previous 1.44.2.73 , to branch point 1.44
#375864 Clean up date_limit_format() to handle more odd formats.

Revision 1.64.2.5.2.81 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 13:46:10 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.80: +20 -14 lines
Diff to previous 1.64.2.5.2.80 , to branch point 1.64.2.5
#375864 Clean up date_limit_format() to handle more odd formats.

Revision 1.64.2.5.2.80 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 12:30:11 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.79: +9 -2 lines
Diff to previous 1.64.2.5.2.79 , to branch point 1.64.2.5
#447616 Allow custom tables as well as custom fields to use Date argument and filter, patch by agentrickard.

Revision 1.44.2.73 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 11:21:26 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.72: +2 -2 lines
Diff to previous 1.44.2.72 , to branch point 1.44
#338253 Fixes to translation of timezone names, patch by emok.

Revision 1.64.2.5.2.79 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 11:20:15 2009 UTC (6 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.78: +3 -3 lines
Diff to previous 1.64.2.5.2.78 , to branch point 1.64.2.5
#338253 Fixes to translation of timezone names, patch by emok.

Revision 1.44.2.72 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 22:40:20 2009 UTC (8 months ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.44.2.71: +3 -4 lines
Diff to previous 1.44.2.71 , to branch point 1.44
#310438 Clear up confusion when more than one date filter is used in the same view.

Revision 1.64.2.5.2.78 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 12:04:38 2009 UTC (8 months ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.64.2.5.2.77: +11 -1 lines
Diff to previous 1.64.2.5.2.77 , to branch point 1.64.2.5
#395156 Hide errors during multiple passes of date_format creation, patch by quicksketch.

Revision 1.64.2.5.2.77 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 15:03:49 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.76: +44 -1 lines
Diff to previous 1.64.2.5.2.76 , to branch point 1.64.2.5
#385880 Add non-node date handling for Views arguments and filters, patch by setvik. Also update Advanced help to explain how custom modules can add their own dates to the filter and argument.

Revision 1.64.2.5.2.76 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 23:22:32 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.75: +2 -2 lines
Diff to previous 1.64.2.5.2.75 , to branch point 1.64.2.5
#369811 Fix problems with duplicate date formats in new format system, patch by stella.

Revision 1.44.2.71 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 20:51:36 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.70: +2 -2 lines
Diff to previous 1.44.2.70 , to branch point 1.44
#354989 Make sure year-only date does not regress to YYYY-00-00 00:00:00, which will end up as previous year.

Revision 1.64.2.5.2.75 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 20:51:09 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.74: +2 -2 lines
Diff to previous 1.64.2.5.2.74 , to branch point 1.64.2.5
#354989 Make sure year-only date does not regress to YYYY-00-00 00:00:00, which will end up as previous year.

Revision 1.44.2.70 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 11:12:26 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.69: +5 -1 lines
Diff to previous 1.44.2.69 , to branch point 1.44
#398258 Fix problems handling blank text widget values and general form processing cleanup.

Revision 1.64.2.5.2.74 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 11:11:58 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.73: +6 -2 lines
Diff to previous 1.64.2.5.2.73 , to branch point 1.64.2.5
#398258 Fix problems handling blank text widget values and general form processing cleanup.

Revision 1.44.2.69 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 18:35:56 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.68: +3 -3 lines
Diff to previous 1.44.2.68 , to branch point 1.44
#397420 Fix miscalculation errors in date_difference, patch by eloish.

Revision 1.64.2.5.2.73 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 18:35:29 2009 UTC (8 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.72: +6 -3 lines
Diff to previous 1.64.2.5.2.72 , to branch point 1.64.2.5
#397420 Fix miscalculation errors in date_difference.

Revision 1.44.2.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 22:35:40 2009 UTC (8 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.67: +11 -3 lines
Diff to previous 1.44.2.67 , to branch point 1.44
#375864 Make sure date_limit_format() doesn't keep formats that are only escaped strings.

Revision 1.64.2.5.2.72 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 22:35:21 2009 UTC (8 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.71: +11 -3 lines
Diff to previous 1.64.2.5.2.71 , to branch point 1.64.2.5
#375864 Make sure date_limit_format() doesn't keep formats that are only escaped strings.

Revision 1.64.2.5.2.71 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 14:37:14 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.64.2.5.2.70: +2 -2 lines
Diff to previous 1.64.2.5.2.70 , to branch point 1.64.2.5
More small fixes to the new format and translation code.

Revision 1.64.2.5.2.70 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 12:20:32 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.69: +4 -4 lines
Diff to previous 1.64.2.5.2.69 , to branch point 1.64.2.5
More small fixes to the new format and translation code.

Revision 1.64.2.5.2.69 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 11:31:53 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.68: +2 -2 lines
Diff to previous 1.64.2.5.2.68 , to branch point 1.64.2.5
#375551 Fix fatal typo in reworked date_format_date() function.

Revision 1.64.2.5.2.68 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 02:13:29 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.67: +5 -5 lines
Diff to previous 1.64.2.5.2.67 , to branch point 1.64.2.5
#338253 Re-work the Date repeat description to provide more context for translations.

Revision 1.64.2.5.2.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 23:46:08 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.66: +170 -104 lines
Diff to previous 1.64.2.5.2.66 , to branch point 1.64.2.5
#338253 Re-work date_t() to create a more robust method of handling translations of abbreviations and other short strings.

Revision 1.64.2.5.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 15 11:11:06 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.65: +1 -19 lines
Diff to previous 1.64.2.5.2.65 , to branch point 1.64.2.5
#337301 Move hook_schema_alter from date_api.module to date_api.install.

Revision 1.64.2.5.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 22:05:18 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.64: +14 -2 lines
Diff to previous 1.64.2.5.2.64 , to branch point 1.64.2.5
Add our custom date formats as values on the core locale form so we don't get errors on submission if they are missing.

Revision 1.64.2.5.2.64 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 14:14:42 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.63: +2 -1 lines
Diff to previous 1.64.2.5.2.63 , to branch point 1.64.2.5
#370092 Add all-day checkbox to date field and use it in calendar, patch by Aron and others.

Revision 1.64.2.5.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 22:41:24 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.62: +3 -2 lines
Diff to previous 1.64.2.5.2.62 , to branch point 1.64.2.5
Fix bug that caused date_select to end up as current date.

Revision 1.44.2.67 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 22:40:19 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.66: +2 -1 lines
Diff to previous 1.44.2.66 , to branch point 1.44
Fix bug that caused date_select to end up as current date.

Revision 1.64.2.5.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 22:16:30 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.61: +23 -10 lines
Diff to previous 1.64.2.5.2.61 , to branch point 1.64.2.5
Make the year range regex a little more flexible.

Revision 1.64.2.5.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 14:59:02 2009 UTC (9 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.60: +51 -1 lines
Diff to previous 1.64.2.5.2.60 , to branch point 1.64.2.5
#360670 Rework date_range to better handle absolute as well as relative years in argument and filter.

Revision 1.64.2.5.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 13:03:12 2009 UTC (10 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.59: +511 -41 lines
Diff to previous 1.64.2.5.2.59 , to branch point 1.64.2.5
by stella, nedjo, grugnog2, and catch: #318008 Create new system for handling flexible date formats that can be adapted to locale.

Revision 1.64.2.5.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:41:44 2009 UTC (10 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.58: +14 -1 lines
Diff to previous 1.64.2.5.2.58 , to branch point 1.64.2.5
Make sure prev/next links point to the right path when another argument precedes the date argument and is empty.

Revision 1.44.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 13:49:23 2009 UTC (10 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.65: +82 -20 lines
Diff to previous 1.44.2.65 , to branch point 1.44
Fix broken handling of some partial (year or month and year) dates and pave the way for fuzzy granularity by adjusting date_is_valid() and date_make_date() to better handle partial dates.

Revision 1.64.2.5.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 13:49:05 2009 UTC (10 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.57: +82 -21 lines
Diff to previous 1.64.2.5.2.57 , to branch point 1.64.2.5
Fix broken handling of some partial (year or month and year) dates and pave the way for fuzzy granularity by adjusting date_is_valid() and date_make_date() to better handle partial dates.

Revision 1.64.2.5.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 22:38:51 2009 UTC (10 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.56: +2 -2 lines
Diff to previous 1.64.2.5.2.56 , to branch point 1.64.2.5
#347878 Translation fixes, patch by hass.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 17:55:32 2008 UTC (11 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.67: +0 -0 lines
Diff to previous 1.67
Synch HEAD to latest D6.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 21:03:06 2008 UTC (11 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.66: +368 -77 lines
Diff to previous 1.66
Synch HEAD to match D6.2 branch.

Revision 1.64.2.5.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 16:22:12 2008 UTC (11 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC6
Changes since 1.64.2.5.2.55: +3 -6 lines
Diff to previous 1.64.2.5.2.55 , to branch point 1.64.2.5
Fix logic error in date_convert when using timestamp with timezone other than UTC.

Revision 1.44.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 16:21:55 2008 UTC (11 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-5
Changes since 1.44.2.64: +3 -6 lines
Diff to previous 1.44.2.64 , to branch point 1.44
Fix logic error in date_convert when using timestamp with timezone other than UTC.

Revision 1.64.2.5.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 15:56:38 2008 UTC (11 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.54: +23 -20 lines
Diff to previous 1.64.2.5.2.54 , to branch point 1.64.2.5
Fix logic error in date_convert when using timestamp with timezone other than UTC.

Revision 1.44.2.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 15:56:25 2008 UTC (11 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.63: +23 -20 lines
Diff to previous 1.44.2.63 , to branch point 1.44
Fix logic error in date_convert when using timestamp with timezone other than UTC.

Revision 1.64.2.5.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 16:22:23 2008 UTC (12 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.53: +19 -1 lines
Diff to previous 1.64.2.5.2.53 , to branch point 1.64.2.5
#337301 Add hook_schema_alter to record addition of timezone_name to users table.

Revision 1.64.2.5.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 12:28:59 2008 UTC (12 months ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC5
Changes since 1.64.2.5.2.52: +10 -10 lines
Diff to previous 1.64.2.5.2.52 , to branch point 1.64.2.5
Rename values added to views to avoid name clashes and keep all date values together.

Revision 1.44.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:43:47 2008 UTC (12 months ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-4
Changes since 1.44.2.62: +2 -2 lines
Diff to previous 1.44.2.62 , to branch point 1.44
#336109 Add handling for ordinals to custom date formatting.

Revision 1.64.2.5.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:43:18 2008 UTC (12 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.51: +6 -4 lines
Diff to previous 1.64.2.5.2.51 , to branch point 1.64.2.5
#336109 Add handling for ordinals to custom date formatting.

Revision 1.44.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:48:02 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.61: +10 -5 lines
Diff to previous 1.44.2.61 , to branch point 1.44
#303951 Relax requirements for text date input to allow single digit months and days.

Revision 1.64.2.5.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:47:11 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.50: +10 -5 lines
Diff to previous 1.64.2.5.2.50 , to branch point 1.64.2.5
#303951 Relax requirements for text date input to allow single digit months and days.

Revision 1.64.2.5.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:12:11 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.49: +2 -2 lines
Diff to previous 1.64.2.5.2.49 , to branch point 1.64.2.5
#309617 Make DATE_REGEX_LOOSE a bit looser so the @ argument will work right for single digit months and days, patch by Waldemar.

Revision 1.44.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 19:11:55 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.60: +2 -2 lines
Diff to previous 1.44.2.60 , to branch point 1.44
#309617 Make DATE_REGEX_LOOSE a bit looser so the @ argument will work right for single digit months and days, patch by Waldemar.

Revision 1.44.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 16:41:40 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.59: +58 -1 lines
Diff to previous 1.44.2.59 , to branch point 1.44
#314012 Move date_views_filter_value() to date_api.module so it's available if Date module is disabled.

Revision 1.44.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 13:43:14 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.58: +6 -2 lines
Diff to previous 1.44.2.58 , to branch point 1.44
Fix PHP4 timezone problem that didn't save timezone changes correctly in rare cases when refreshing zones using devel.

Revision 1.64.2.5.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 13:42:42 2008 UTC (12 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.48: +7 -3 lines
Diff to previous 1.64.2.5.2.48 , to branch point 1.64.2.5
Fix PHP4 timezone problem that didn't save timezone changes correctly in rare cases when refreshing zones using devel.

Revision 1.64.2.5.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 18:30:17 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.47: +36 -34 lines
Diff to previous 1.64.2.5.2.47 , to branch point 1.64.2.5
Fix timezone caching -- it was resetting when it didn't need to, consuming resources.

Revision 1.44.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 18:30:04 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.57: +37 -35 lines
Diff to previous 1.44.2.57 , to branch point 1.44
Fix timezone caching -- it was resetting when it didn't need to, consuming resources.

Revision 1.44.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 13:27:50 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.56: +10 -1 lines
Diff to previous 1.44.2.56 , to branch point 1.44
Found some timezones that can't be used in PHP4 because we don't have offset information, so remove them from timezone lists.

Revision 1.64.2.5.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 13:27:20 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.46: +10 -1 lines
Diff to previous 1.64.2.5.2.46 , to branch point 1.64.2.5
Found some timezones that can't be used in PHP4 because we don't have offset information, so remove them from timezone lists.

Revision 1.44.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 10:16:31 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.55: +13 -2 lines
Diff to previous 1.44.2.55 , to branch point 1.44
#327506 Detect and trap bad timezones in ical import so they don't create errors.

Revision 1.64.2.5.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 10:14:53 2008 UTC (12 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.45: +13 -2 lines
Diff to previous 1.64.2.5.2.45 , to branch point 1.64.2.5
#327506 Detect and trap bad timezones in ical import so they don't create errors.

Revision 1.64.2.5.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 21:43:29 2008 UTC (12 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.44: +2 -2 lines
Diff to previous 1.64.2.5.2.44 , to branch point 1.64.2.5
Default the block_identifier to NULL, not 'mini'.

Revision 1.64.2.5.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 14:25:05 2008 UTC (12 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.43: +6 -6 lines
Diff to previous 1.64.2.5.2.43 , to branch point 1.64.2.5
Remove ical import from Date Copy and add instructions on how to do it using Feed API to Advanced help.

Revision 1.64.2.5.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 28 11:45:54 2008 UTC (12 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.42: +48 -1 lines
Diff to previous 1.64.2.5.2.42 , to branch point 1.64.2.5
Add a date_embed_view() function to provide a way to embed views and have their navigation move either together or separately, and document it in Advanced help.

Revision 1.64.2.5.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 20:33:30 2008 UTC (12 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.41: +72 -1 lines
Diff to previous 1.64.2.5.2.41 , to branch point 1.64.2.5
Get the links in embedded views and blocks to work correctly using a helper function date_real_url().

Revision 1.64.2.5.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 15:14:29 2008 UTC (13 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.40: +3 -2 lines
Diff to previous 1.64.2.5.2.40 , to branch point 1.64.2.5
Make sure 'time ago' formats will work in calendar by adding more separation into the format_interval formatter.

Revision 1.44.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 11:12:44 2008 UTC (13 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.54: +16 -2 lines
Diff to previous 1.44.2.54 , to branch point 1.44
#240156 More fixes for conflict between Date and Event, make sure the timezone name list has only entries that will work in both modules.

Revision 1.64.2.5.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 12:12:22 2008 UTC (13 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.39: +16 -2 lines
Diff to previous 1.64.2.5.2.39 , to branch point 1.64.2.5
#240156 Workaround conflict between Event and Date by using #process on timezone forms to override Event module handling.

Revision 1.44.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 13:54:11 2008 UTC (13 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.53: +3 -3 lines
Diff to previous 1.44.2.53 , to branch point 1.44
Date PHP4: Add new settings area where you can choose whether to use the faster native timezone adjustments for current dates.

Revision 1.64.2.5.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 12:25:48 2008 UTC (13 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC4
Changes since 1.64.2.5.2.38: +6 -9 lines
Diff to previous 1.64.2.5.2.38 , to branch point 1.64.2.5
#308353 Long month name translations again, I applied the fix to the wrong function, patch by emok.

Revision 1.64.2.5.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 23:29:12 2008 UTC (14 months, 1 week ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.64.2.5.2.37: +2 -5 lines
Diff to previous 1.64.2.5.2.37 , to branch point 1.64.2.5
#305376, #303999 Change method of clearing theme registry to avoid errors other themes during update.php, patch by chrisearle.

Revision 1.64.2.5.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 22:46:03 2008 UTC (14 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.36: +5 -1 lines
Diff to previous 1.64.2.5.2.36 , to branch point 1.64.2.5
#308353 Use long-month-name protocol for translations, patch by emok.

Revision 1.44.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 12:15:30 2008 UTC (14 months, 1 week ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.44.2.52: +2 -2 lines
Diff to previous 1.44.2.52 , to branch point 1.44
#306819, #307406 Month translated was using wrong variable name, patch by alexpot and slybud

Revision 1.44.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 10:47:00 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1-2, DRUPAL-5--2-2
Changes since 1.44.2.51: +2 -2 lines
Diff to previous 1.44.2.51 , to branch point 1.44
Fix critial error in date_t() that was returning nothing for translated names.

Revision 1.64.2.5.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 21:02:04 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.35: +5 -5 lines
Diff to previous 1.64.2.5.2.35 , to branch point 1.64.2.5
Fix typos in new date_api_views_clear() function.

Revision 1.64.2.5.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 20:07:10 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.34: +21 -1 lines
Diff to previous 1.64.2.5.2.34 , to branch point 1.64.2.5
#303999 Add function and update to clear out theme registry and all the views caches to pick up changes in Views definitions.

Revision 1.64.2.5.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 14:08:11 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.33: +56 -15 lines
Diff to previous 1.64.2.5.2.33 , to branch point 1.64.2.5
Clean up some translation strings.

Revision 1.44.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 14:07:47 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.50: +57 -16 lines
Diff to previous 1.44.2.50 , to branch point 1.44
Keep devel module clutter out of .pot file, clean up some translation strings.

Revision 1.64.2.5.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 11:03:56 2008 UTC (14 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.32: +15 -2 lines
Diff to previous 1.64.2.5.2.32 , to branch point 1.64.2.5
Update to new Views2 API. Now requires latest versions of Views and CCK, and files have been re-arranged.

Revision 1.44.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 4 14:55:59 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.44.2.49: +33 -1 lines
Diff to previous 1.44.2.49 , to branch point 1.44
Move timezone handling logic to Date API so we can use it in Calendar, too.

Revision 1.64.2.5.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 4 14:55:31 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.31: +33 -1 lines
Diff to previous 1.64.2.5.2.31 , to branch point 1.64.2.5
Move timezone handling logic to Date API so we can use it in Calendar, too.

Revision 1.44.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 13:58:12 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.48: +3 -3 lines
Diff to previous 1.44.2.48 , to branch point 1.44
Replace all include_once() with require_once().

Revision 1.64.2.5.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 13:57:39 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.30: +4 -4 lines
Diff to previous 1.64.2.5.2.30 , to branch point 1.64.2.5
Replace all include_once() with require_once().

Revision 1.64.2.5.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 12:55:26 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.29: +2 -1 lines
Diff to previous 1.64.2.5.2.29 , to branch point 1.64.2.5
#276270 Add missing break in date_convert() switch for ICAL, patch by c.lam.

Revision 1.44.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 12:55:10 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.47: +2 -1 lines
Diff to previous 1.44.2.47 , to branch point 1.44
#276270 Add missing break in date_convert() switch for ICAL, patch by c.lam.

Revision 1.64.2.5.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 11:52:17 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.28: +5 -1 lines
Diff to previous 1.64.2.5.2.28 , to branch point 1.64.2.5
#299112 Adjust date_convert() to adapt to am/pm when data source is an array.

#299112 Don't change 12 hour time to 24 hour time until after validation.

Revision 1.44.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 11:52:01 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.46: +5 -1 lines
Diff to previous 1.44.2.46 , to branch point 1.44
#299112 Adjust date_convert() to adapt to am/pm when data source is an array.

#299112 Don't change 12 hour time to 24 hour time until after validation.

Revision 1.64.2.5.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 11:16:46 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.27: +2 -1 lines
Diff to previous 1.64.2.5.2.27 , to branch point 1.64.2.5
 Make sure date_week() trims input value so you can use it with a regular datetime value.

Revision 1.44.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 11:16:24 2008 UTC (14 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.45: +2 -1 lines
Diff to previous 1.44.2.45 , to branch point 1.44
 Make sure date_week() trims input value so you can use it with a regular datetime value.

Revision 1.64.2.5.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 14:56:38 2008 UTC (15 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.26: +3 -3 lines
Diff to previous 1.64.2.5.2.26 , to branch point 1.64.2.5
Fix mistake that got into last commit.

Revision 1.64.2.5.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 14:53:08 2008 UTC (15 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.25: +8 -3 lines
Diff to previous 1.64.2.5.2.25 , to branch point 1.64.2.5
#297733 Make more kinds of custom formats display correctly.

Revision 1.44.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 14:52:51 2008 UTC (15 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.44: +6 -1 lines
Diff to previous 1.44.2.44 , to branch point 1.44
#297733 Make more kinds of custom formats display correctly.

Revision 1.64.2.5.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 12:12:08 2008 UTC (15 months, 1 week ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.64.2.5.2.24: +6 -14 lines
Diff to previous 1.64.2.5.2.24 , to branch point 1.64.2.5
#296051 Fix error in computation of last day of calendar month.

Revision 1.44.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 12:11:48 2008 UTC (15 months, 1 week ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC7
Changes since 1.44.2.43: +6 -14 lines
Diff to previous 1.44.2.43 , to branch point 1.44
#296051 Fix error in computation of last day of calendar month, thanks to HnLn for debugging this!

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 18:35:35 2008 UTC (15 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.65: +69 -32 lines
Diff to previous 1.65
Synch HEAD with D6.

Revision 1.44.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 11:45:32 2008 UTC (15 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC5, DRUPAL-5--2-0-RC6
Changes since 1.44.2.42: +2 -1 lines
Diff to previous 1.44.2.42 , to branch point 1.44
Add new DATE_FORMAT_DATE for date-only format that is used throughout the calendar.

Revision 1.64.2.5.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 20:08:09 2008 UTC (15 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-RC1
Changes since 1.64.2.5.2.23: +2 -1 lines
Diff to previous 1.64.2.5.2.23 , to branch point 1.64.2.5
Add new DATE_FORMAT_DATE for date-only format that is used throughout the calendar.

Revision 1.64.2.5.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 15:56:37 2008 UTC (15 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.22: +1 -11 lines
Diff to previous 1.64.2.5.2.22 , to branch point 1.64.2.5
Rework the install file so variables can be corrected and dependent modules enabled by disabling and re-enabling Date API.

#280863 Make sure Date Timezone and Date PHP4 can be uninstalled by keeping module_enable() in the install.

Revision 1.44.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 15:56:15 2008 UTC (15 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.41: +2 -12 lines
Diff to previous 1.44.2.41 , to branch point 1.44
Rework the install file so variables can be corrected and dependent modules enabled by disabling and re-enabling Date API.

#280863 Make sure Date Timezone and Date PHP4 can be uninstalled by keeping module_enable() in the install.

Revision 1.44.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 12:25:59 2008 UTC (15 months, 4 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC4
Changes since 1.44.2.40: +2 -2 lines
Diff to previous 1.44.2.40 , to branch point 1.44
#286454 Add fix for Views substitutions error handling %%s to work like the fix for %%d.

Revision 1.44.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 17:51:02 2008 UTC (16 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.39: +3 -4 lines
Diff to previous 1.44.2.39 , to branch point 1.44
Move date_format_options() to Date API so other code can use it, copied D6 code instead of D5 code.

Revision 1.44.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 11:13:37 2008 UTC (16 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.38: +39 -1 lines
Diff to previous 1.44.2.38 , to branch point 1.44
Move date_format_options() to Date API so other code can use it.

Revision 1.64.2.5.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 11:13:20 2008 UTC (16 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.21: +39 -1 lines
Diff to previous 1.64.2.5.2.21 , to branch point 1.64.2.5
Move date_format_options() to Date API so other code can use it.

Revision 1.44.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:58:08 2008 UTC (16 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.37: +2 -3 lines
Diff to previous 1.44.2.37 , to branch point 1.44
Fix some inconsistencies in the expectation of whether date_fuzzy_datetime returns a datetime or ISO value.

Revision 1.64.2.5.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:56:35 2008 UTC (16 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.20: +2 -3 lines
Diff to previous 1.64.2.5.2.20 , to branch point 1.64.2.5
Fix some inconsistencies in the expectation of whether date_fuzzy_datetime returns a datetime or ISO value.

Revision 1.44.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:34:22 2008 UTC (16 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.36: +3 -2 lines
Diff to previous 1.44.2.36 , to branch point 1.44
Don't use date_make_date() in date_convert() to avoid cyclical references.

Revision 1.64.2.5.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:34:03 2008 UTC (16 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.19: +3 -2 lines
Diff to previous 1.64.2.5.2.19 , to branch point 1.64.2.5
Don't use date_make_date() in date_convert() to avoid cyclical references.

Revision 1.64.2.5.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 14:41:43 2008 UTC (16 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.18: +9 -5 lines
Diff to previous 1.64.2.5.2.18 , to branch point 1.64.2.5
Add a template for the Date Views filter form.

Revision 1.44.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 15:37:01 2008 UTC (16 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.35: +5 -4 lines
Diff to previous 1.44.2.35 , to branch point 1.44
Add PHP documentation about difference between Views widgets and regular FAPI element processing values.

Revision 1.64.2.5.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 13:20:31 2008 UTC (16 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.17: +2 -2 lines
Diff to previous 1.64.2.5.2.17 , to branch point 1.64.2.5
One more small fix to date_limit_format() regex.

Revision 1.44.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 13:20:19 2008 UTC (16 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC2, DRUPAL-5--2-0-RC3
Changes since 1.44.2.34: +2 -2 lines
Diff to previous 1.44.2.34 , to branch point 1.44
One more small fix to date_limit_format() regex.

Revision 1.44.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 13:59:10 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.33: +1 -2 lines
Diff to previous 1.44.2.33 , to branch point 1.44
Fix computation of 'N' in PHP4 date_format() wrapper to get date_week() working right in PHP4.

Revision 1.44.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 11:47:47 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.32: +2 -2 lines
Diff to previous 1.44.2.32 , to branch point 1.44
#275213 Wrong year value in date_week_range(), patch by casey.

Revision 1.44.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 11:40:22 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.31: +2 -2 lines
Diff to previous 1.44.2.31 , to branch point 1.44
#274403 Fix typo in date_hours(), patch by Ninja Overlord.

Revision 1.64.2.5.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 11:40:05 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.16: +2 -2 lines
Diff to previous 1.64.2.5.2.16 , to branch point 1.64.2.5
#274403 Fix typo in date_hours(), patch by Ninja Overlord.

Revision 1.44.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 11:49:53 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.30: +3 -1 lines
Diff to previous 1.44.2.30 , to branch point 1.44
#275490 Remove orphaned punctuation at beginning of string in date_limit_format().

Revision 1.64.2.5.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 11:49:40 2008 UTC (16 months, 3 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.15: +3 -1 lines
Diff to previous 1.64.2.5.2.15 , to branch point 1.64.2.5
#275490 Remove orphaned punctuation at beginning of string in date_limit_format().

Revision 1.64.2.5.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 14:28:30 2008 UTC (16 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.14: +9 -9 lines
Diff to previous 1.64.2.5.2.14 , to branch point 1.64.2.5
Remove as many dependencies as possible from install files and auto-enable necessary modules.

Revision 1.44.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 21:46:55 2008 UTC (17 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.29: +11 -1 lines
Diff to previous 1.44.2.29 , to branch point 1.44
Remove as many dependencies as possible from install files and auto-enable necessary modules.

Revision 1.64.2.5.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 11:46:28 2008 UTC (17 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.13: +10 -23 lines
Diff to previous 1.64.2.5.2.13 , to branch point 1.64.2.5
#248338 and #254819 More changes to clean up date_limit_format() to better handle punctuation and escaped letters. Method of removing escaped letters was from IslandUsurper and seanr.

Revision 1.44.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 11:46:10 2008 UTC (17 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.28: +10 -23 lines
Diff to previous 1.44.2.28 , to branch point 1.44
#248338 and #254819 More changes to clean up date_limit_format() to better handle punctuation and escaped letters. Method of removing escaped letters was from IslandUsurper and seanr.

Revision 1.44.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 20:34:55 2008 UTC (17 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.27: +26 -11 lines
Diff to previous 1.44.2.27 , to branch point 1.44
#248338 and #254819 clean up date_limit_format() to better handle punctuation and escaped letters.

Revision 1.64.2.5.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 20:34:39 2008 UTC (17 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.12: +28 -13 lines
Diff to previous 1.64.2.5.2.12 , to branch point 1.64.2.5
#248338 and #254819 clean up date_limit_format() to better handle punctuation and escaped letters.

Revision 1.64.2.5.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 11:22:03 2008 UTC (17 months ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.11: +2 -2 lines
Diff to previous 1.64.2.5.2.11 , to branch point 1.64.2.5
#273130 Conform to new Drupal 6 method of indicating long and short month names, patch by emok.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 20 13:36:13 2008 UTC (17 months ago) by karens
Branch: MAIN
Changes since 1.64: +197 -45 lines
Diff to previous 1.64
Synch HEAD with the 6.2 version.

Revision 1.64.2.5.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 22:54:59 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.10: +20 -17 lines
Diff to previous 1.64.2.5.2.10 , to branch point 1.64.2.5
#261610 Create a way of displaying only a single date on a node to be used by the calendar js popup being developed by will_in_wi.

Revision 1.44.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 11:14:06 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.26: +2 -2 lines
Diff to previous 1.44.2.26 , to branch point 1.44
Add a is_string() test to the date_is_valid() function.

Revision 1.64.2.5.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 11:12:48 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.9: +2 -2 lines
Diff to previous 1.64.2.5.2.9 , to branch point 1.64.2.5
Add a is_string() test to the date_is_valid() function.

Revision 1.64.2.5.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 20:35:37 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.8: +8 -8 lines
Diff to previous 1.64.2.5.2.8 , to branch point 1.64.2.5
The timezone element can sometimes be nested.

Revision 1.44.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 20:34:57 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.25: +7 -7 lines
Diff to previous 1.44.2.25 , to branch point 1.44
Misc small fixes.

Revision 1.44.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 18:48:16 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.24: +11 -1 lines
Diff to previous 1.44.2.24 , to branch point 1.44
Date_fuzzy_date was not handling input from date_popup or date_text in the right way.

Revision 1.64.2.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 18:47:05 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.7: +12 -2 lines
Diff to previous 1.64.2.5.2.7 , to branch point 1.64.2.5
Date_fuzzy_date was not handling input from date_popup or date_text in the right way.

Revision 1.44.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 14:30:29 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.23: +5 -5 lines
Diff to previous 1.44.2.23 , to branch point 1.44
#260611 Replace substr with drupal_substr where used to get month and day abbreviations.

Revision 1.64.2.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 14:30:07 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.6: +5 -5 lines
Diff to previous 1.64.2.5.2.6 , to branch point 1.64.2.5
#260611 Replace substr with drupal_substr where used to get month and day abbreviations.

Revision 1.64.2.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 16:34:38 2008 UTC (17 months, 1 week ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.5: +11 -1 lines
Diff to previous 1.64.2.5.2.5 , to branch point 1.64.2.5
#270267 Auto-enable the Date PHP4 module when needed.

Revision 1.64.2.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 11:15:52 2008 UTC (17 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.64.2.5.2.4: +2 -2 lines
Diff to previous 1.64.2.5.2.4 , to branch point 1.64.2.5
Fix computation of week range computed from views arguments.

Revision 1.64.2.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 10 16:01:08 2008 UTC (17 months, 2 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.3: +12 -1 lines
Diff to previous 1.64.2.5.2.3 , to branch point 1.64.2.5
More work to get the generic date argument handler pulled completely out of the Calendar module and into the Date API in a way that it can be used for any Views date field in any view.

Revision 1.44.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 20:38:25 2008 UTC (17 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.22: +2 -2 lines
Diff to previous 1.44.2.22 , to branch point 1.44
#264208 Fix fatal typo in date_limit_format() regex, patch by JohnAlbin.

Revision 1.64.2.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 12:26:44 2008 UTC (17 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.2: +1 -5 lines
Diff to previous 1.64.2.5.2.2 , to branch point 1.64.2.5
Cleaning up some of the Views code that was moved to the Date API.

Revision 1.64.2.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 10:10:40 2008 UTC (17 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5.2.1: +0 -0 lines
Diff to previous 1.64.2.5.2.1 , to branch point 1.64.2.5
Try again to get the right files into the 6.2 branch.

Revision 1.64.2.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 16:42:33 2008 UTC (17 months, 4 weeks ago) by karens
Branch: DRUPAL-6--2
Changes since 1.64.2.5: +97 -5 lines
Diff to previous 1.64.2.5
Get the 6.2 branch updated, I made the last commit to 6.1 by mistake.

Revision 1.64.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 14:11:56 2008 UTC (18 months ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.8: +2 -1 lines
Diff to previous 1.64.2.8 , to branch point 1.64 , to next main 1.72
Starting process of moving lots of similar date handling and navigation code out of Date and Calendar and into the Date API where we can use the same code everywhere. Adding a flexible date argument to the API that will work on any Views date field and take any ISO date argument. Adding an argument default option to set a missing date argument to the current date that will work on any date field. Adding a date back/next navigation attachment that works with the date argument and which can be attached to any view. Next step will be to go in and adapt the Calendar module to share this code instead of creating its own.

Revision 1.64.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 10:34:54 2008 UTC (18 months ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.7: +12 -3 lines
Diff to previous 1.64.2.7 , to branch point 1.64
Fix typo in previous commit.

Revision 1.44.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 10:34:21 2008 UTC (18 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.21: +3 -3 lines
Diff to previous 1.44.2.21 , to branch point 1.44
Fix typo in previous commit.

Revision 1.44.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 12:05:05 2008 UTC (18 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.20: +81 -1 lines
Diff to previous 1.44.2.20 , to branch point 1.44
Add calendar week calculations to the Date API so we can move them out of Calendar module to be able to use them in any date application.

Revision 1.64.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 12:04:50 2008 UTC (18 months ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.6: +81 -1 lines
Diff to previous 1.64.2.6 , to branch point 1.64
Add calendar week calculations to the Date API so we can move them out of Calendar module to be able to use them in any date application.

Revision 1.44.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 09:40:03 2008 UTC (18 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.19: +6 -4 lines
Diff to previous 1.44.2.19 , to branch point 1.44
Fixes needed to display the timezone when that format is selected, and to pull the timezone out of format strings.

Revision 1.64.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 09:30:58 2008 UTC (18 months ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.5: +5 -3 lines
Diff to previous 1.64.2.5 , to branch point 1.64
Fixes needed to display the timezone when that format is selected, and to pull the timezone out of format strings.

Revision 1.64.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 19:58:37 2008 UTC (18 months, 1 week ago) by karens
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--2-0-BETA
Branch point for: DRUPAL-6--2
Changes since 1.64.2.4: +15 -14 lines
Diff to previous 1.64.2.4 , to branch point 1.64
Fix for critical flaw in the new timezone list handling that was creating an invalid array. This should fix it.

Revision 1.44.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 19:58:10 2008 UTC (18 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.18: +10 -6 lines
Diff to previous 1.44.2.18 , to branch point 1.44
Fix for critical flaw in the new timezone list handling that was creating an invalid array. This should fix it.

Revision 1.44.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 22:03:18 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.17: +12 -1 lines
Diff to previous 1.44.2.17 , to branch point 1.44
#257059 and #248935, committing a work-around for a Views error that has been fixed but is not in an official release yet.

Revision 1.44.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 06:54:59 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.16: +6 -26 lines
Diff to previous 1.44.2.16 , to branch point 1.44
Working in a new sql handler class so we can use the same class in both.

Revision 1.64.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 06:53:34 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.3: +5 -26 lines
Diff to previous 1.64.2.3 , to branch point 1.64
Working in the new sql handler class from the D5 version so we can use the same class in both.

Revision 1.64.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 16:07:00 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.2: +3 -3 lines
Diff to previous 1.64.2.2 , to branch point 1.64
#256079 make translation of abbreviations easier, patch by josueaclade.

Revision 1.44.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 16:06:43 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.15: +3 -3 lines
Diff to previous 1.44.2.15 , to branch point 1.44
#256079 make translation of abbreviations easier, patch by josueaclade.

Revision 1.64.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 14:41:29 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64.2.1: +62 -12 lines
Diff to previous 1.64.2.1 , to branch point 1.64
Prepare for proposed core timezone handling from #11077 by getting rid of deprecated timezones and adding in js timezone name detection.

Rework default timezone handling to force a valid date even when timezones are not set to get rid of numerous installation and operational errors caused by invalid date objects.

Revision 1.44.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 14:41:02 2008 UTC (18 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.14: +71 -13 lines
Diff to previous 1.44.2.14 , to branch point 1.44
Prepare for proposed core timezone handling from #11077 by getting rid of deprecated timezones and adding in js timezone name detection.

Rework default timezone handling to force a valid date even when timezones are not set to get rid of numerous installation and operational errors caused by invalid date objects.

Revision 1.64.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 11:34:57 2008 UTC (18 months, 3 weeks ago) by karens
Branch: DRUPAL-6--1
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
#251511 Rename function to avoid clash with Diff module.

Revision 1.44.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 11:34:41 2008 UTC (18 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.13: +2 -2 lines
Diff to previous 1.44.2.13 , to branch point 1.44
#251511 Rename function to avoid clash with Diff module.

Revision 1.44.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 18:06:34 2008 UTC (19 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.12: +1 -2 lines
Diff to previous 1.44.2.12 , to branch point 1.44
Left debugging cruft in last patch.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 16:55:50 2008 UTC (19 months ago) by karens
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA
Branch point for: DRUPAL-6--1
Changes since 1.63: +2 -2 lines
Diff to previous 1.63
Can't use date_make_date within date_part_extract without setting up potential circular reference.

Revision 1.44.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 16:55:39 2008 UTC (19 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.11: +4 -4 lines
Diff to previous 1.44.2.11 , to branch point 1.44
Can't use date_make_date within date_part_extract without setting up potential circular reference.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 16:45:31 2008 UTC (19 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
#236889 Make sure date_select validation only checks required granularity.

Revision 1.44.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 16:45:19 2008 UTC (19 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.10: +2 -2 lines
Diff to previous 1.44.2.10 , to branch point 1.44
#236889 Make sure date_select validation only checks required granularity.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 16:00:16 2008 UTC (19 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.61: +5 -1 lines
Diff to previous 1.61
#234073 Provide a way to make a required date start out with blank values.

Revision 1.44.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 15:59:50 2008 UTC (19 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.9: +5 -1 lines
Diff to previous 1.44.2.9 , to branch point 1.44
#234073 Provide a way to make a required date start out with blank values.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 12:17:59 2008 UTC (19 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.60: +17 -1 lines
Diff to previous 1.60
#233105 rework date interval processing, patch by michaelfavia.

Revision 1.44.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 12:17:47 2008 UTC (19 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.8: +17 -1 lines
Diff to previous 1.44.2.8 , to branch point 1.44
#233105 rework date interval processing, patch by michaelfavia.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 10:53:05 2008 UTC (19 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.59: +65 -15 lines
Diff to previous 1.59
#225738 Add special case handling for year only or year and month only ISO dates.

Revision 1.44.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 10:51:57 2008 UTC (19 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.7: +65 -9 lines
Diff to previous 1.44.2.7 , to branch point 1.44
#225738 Add special case handling for year only or year and month only ISO dates.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 18:21:13 2008 UTC (19 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.58: +9 -9 lines
Diff to previous 1.58
Clean up to prevent undefined index error and correct theme names.

Revision 1.44.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 22:47:15 2008 UTC (20 months, 2 weeks ago) by karens
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC
Changes since 1.44.2.6: +4 -1 lines
Diff to previous 1.44.2.6 , to branch point 1.44
#232366 & #232201 make sure empty date object is not formatted, patch by senseBOP.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 22:46:45 2008 UTC (20 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.57: +4 -1 lines
Diff to previous 1.57
#232366 & #232201 make sure empty date object is not formatted, patch by senseBOP.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 16:41:22 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
Fix site and user timezone forms to work correctly with D6 code.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 11:57:34 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.55: +3 -1 lines
Diff to previous 1.55
#210687 Improvements to ical date parsing, patch by Susurrus.

Revision 1.44.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 11:56:37 2008 UTC (21 months ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.5: +3 -1 lines
Diff to previous 1.44.2.5 , to branch point 1.44
#210687 Improvements to ical date parsing, patch by Susurrus.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 18:22:02 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.54: +10 -4 lines
Diff to previous 1.54
Can now create and single value date and store it. Can't display it yet, though.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 16:13:16 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.53: +21 -1 lines
Diff to previous 1.53
Add theme functions for all the form element themes.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 15:37:59 2008 UTC (21 months ago) by karens
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52
Get date popup working in node author section and fix validation and form_set_value code to work right in Drupal 6.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 21:55:04 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51
More work on port to D6. Still absolutely not ready to use.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 19:32:28 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.50: +10 -16 lines
Diff to previous 1.50
Very first pass at porting HEAD to 6.x. Totally broken. Do not use!!

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 14:01:39 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.49: +6 -9 lines
Diff to previous 1.49
Simplify the API by assuming all date element values are handled in DATETIME format. The CCK Date module handles conversion of ISO and UNIX values to and from DATETIME values. This simplification of the core API should make it easier to get into core and makes the element handling easier to follow, plus I assume the first thing we'll do when a date API is in core is convert core timestamp fields to true DATETIME fields, so this would be the natural default.

Revision 1.44.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 13:59:00 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.4: +6 -9 lines
Diff to previous 1.44.2.4 , to branch point 1.44
Simplify the API by assuming all date element values are handled in DATETIME format. The CCK Date module handles conversion of ISO and UNIX values to and from DATETIME values. This simplification of the core API should make it easier to get into core and makes the element handling easier to follow, plus I assume the first thing we'll do when a date API is in core is convert core timestamp fields to true DATETIME fields, so this would be the natural default.

Revision 1.44.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 19:32:58 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.3: +6 -6 lines
Diff to previous 1.44.2.3 , to branch point 1.44
Make allowances for special cases where the timezone is needed in a date conversion so that conversion to a timestamp doesn't get reset to the UTC value.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 19:32:47 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.48: +6 -6 lines
Diff to previous 1.48
Make allowances for special cases where the timezone is needed in a date conversion so that conversion to a timestamp doesn't get reset to the UTC value.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 13:59:50 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
Don't process empty date.

Revision 1.44.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 13:59:37 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.2: +2 -2 lines
Diff to previous 1.44.2.2 , to branch point 1.44
Don't process empty date.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 13:23:53 2008 UTC (21 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
Remove database timezone handling by rolling back to previous version that used offsets instead. Based on problems noted in #218479 and #220663, we cannot count on database timezone handling to be available in MYSQL or work consistently with the timezone names that PHP uses in POSTGRES, so trying to do timezone conversions in the database is not going to work.

Synch with D5.2 version.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 11:48:54 2008 UTC (21 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
Clean up work on popup module.

Revision 1.44.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 11:48:40 2008 UTC (21 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44.2.1: +2 -2 lines
Diff to previous 1.44.2.1 , to branch point 1.44
Clean up work on popup module.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 15:56:55 2008 UTC (21 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.44: +5 -5 lines
Diff to previous 1.44
Code clean up using coder module.

Revision 1.44.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 15:56:32 2008 UTC (21 months, 3 weeks ago) by karens
Branch: DRUPAL-5--2
Changes since 1.44: +5 -5 lines
Diff to previous 1.44
Code clean up using coder module.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 21:31:02 2008 UTC (22 months ago) by karens
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.43: +5 -4 lines
Diff to previous 1.43
#213038 Loosen regex for month and day names to pick up non-ASCII characters like the German umlaute.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 12 16:40:53 2008 UTC (22 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.42: +14 -1 lines
Diff to previous 1.42
#209189 Move the adding of date.css from Date Timezone to Date API so it is always available. Add dependency on Date Timezone to Date Popup so timezone conversions will work.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 19:42:23 2008 UTC (22 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
A very very very very rough implementation of a repeating date in the CCK date module using Date Repeat. Still needs lots more work.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 14:52:15 2008 UTC (22 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Wrong fix earlier on REGEX_LOOSE, the year must be four digits.

Fix PHP4 wrapper to be sure year is always padded to four digits.

Get tests working for PHP4 date_modify wrapper.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 14:30:22 2008 UTC (22 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
Several fixes to make sure very old 3 digit years like 100 are properly handled.

Fix error in date_convert() that threw out a unix date with a zero value.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 13:15:28 2008 UTC (22 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Fix critical typo.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 17:01:57 2008 UTC (22 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.37: +46 -122 lines
Diff to previous 1.37
Standardize on date_make_date() instead of calling date_create() in some places so there is a central place to test the timezone and date values before creating the date.

Add method to customize the labeling of date parts to allow the label above the date part, inserted as the first item in the options array, or omitted.

Remove some functions that are not being used or move them so they are called only when needed to clean up the code.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 01:00:08 2007 UTC (23 months ago) by karens
Branch: MAIN
Changes since 1.36: +12 -22 lines
Diff to previous 1.36
Fix formula for date_diff in weeks.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 11:38:50 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.35: +17 -2 lines
Diff to previous 1.35
Miscellaneous changes - split out function to return the format string used by a specified formatter, another attempt to clean up the display of from/to dates to print shared values only once.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 16:39:28 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
The 'loose' regex wasn't quite loose enough. It should also allow for an input format that has hours and minutes but no seconds.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 14:21:15 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Finally found elusive source of error that was corrupting the date values.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 12:58:54 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.32: +19 -7 lines
Diff to previous 1.32
Add conversion functions for iCal date, more cleanup of date_repeat and add a warning in the date_repeat info file that it is not ready to use yet.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 21:17:38 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.31: +1 -9 lines
Diff to previous 1.31
Get rid ofdate_api_load() and just include file normally. Not using it enough to carve it out as a function.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 19:12:44 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.30: +6 -30 lines
Diff to previous 1.30
Move setting of variables to the install files. No need to set them on every page.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:02:12 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Fix missing #date_type values in date_popup module.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 22:30:12 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.28: +17 -23 lines
Diff to previous 1.28
Clean up formatter code in Date module to make D6 transition easier.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 21:36:47 2007 UTC (23 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.27: +68 -49 lines
Diff to previous 1.27
More reworking of the new API. Too many fixes to mention, but it is starting to feel fairly stable now.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 18:00:54 2007 UTC (23 months, 3 weeks ago) by karens
Branch: MAIN
Changes since 1.26: +39 -24 lines
Diff to previous 1.26
Rework the logic for handling the date timezone and converting from and to the db storage timezone. Finally realized the widget cannot do the timezone transformation, the widget must always be handling a date in the same timezone so validation and other processes can work correctly no matter what route the form takes. It will be up to the field, not the element, to transform the date from gmt to the local timezone when the date is retrieved from storage and back again before saving it.

This is the first of a series of updates to get this change implemented. Things are likely to be buggy untill all these changes are reworked and committed.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 14:40:02 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.25: +2 -4 lines
Diff to previous 1.25
And another improvement to date_diff()

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 14:38:05 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.24: +14 -16 lines
Diff to previous 1.24
Improvements to date_diff()

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 14:25:06 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.23: +60 -30 lines
Diff to previous 1.23
Cleanup of date_diff computations.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 2 10:05:33 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.22: +2 -130 lines
Diff to previous 1.22
Move the javascript timezone detection to the timezone module.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 18:49:17 2007 UTC (2 years ago) by karens
Branch: MAIN
Changes since 1.21: +190 -59 lines
Diff to previous 1.21
The Date Repeat API is mostly complete and can parse an iCal RRULE and return an array of dates that match the rule. Also added extensive simpletests on a variety of iCal RRULEs to test the logic. Not all iCal elements are included in this version, but the most common ones are. The API is not yet tied back into the Date module, so you can't do anything with it yet.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 18:15:32 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
More work getting date_repeat form working. This is not yet usable!

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 20:12:58 2007 UTC (2 years, 1 month ago) by karens
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.1.4.8: +5 -13 lines
Diff to previous 1.1.4.8 , to branch point 1.1 , to next main 1.72
Get rid of constants for DATE_TIMEZONES and DATE_API_PATH since they sometimes don't get defined before they are needed.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 18:20:41 2007 UTC (2 years, 1 month ago) by karens
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.1.4.7: +18 -1 lines
Diff to previous 1.1.4.7 , to branch point 1.1
Cleanup calendar ical import.

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 19:09:43 2007 UTC (2 years, 1 month ago) by karens
Branch: DRUPAL-5
Changes since 1.1.4.6: +23 -1 lines
Diff to previous 1.1.4.6 , to branch point 1.1
Still experimental, use improved ical parser to extract ical data and import it into date fields.

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 11 19:31:14 2007 UTC (2 years, 1 month ago) by karens
Branch: DRUPAL-5
Changes since 1.1.4.5: +10 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
Add simpletests

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 1 00:03:36 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.19: +6 -137 lines
Diff to previous 1.19
Move override of site and user timezone setting into its own module so it can be turned on or off and removed once this is done by core. Also make PHP4 handling into a module instead of an include file so it can be turned on or off and removed once core no longer supports PHP4.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 16:35:56 2007 UTC (2 years, 1 month ago) by karens
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Fix parse error.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 14:31:31 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
#178409, patch by moofie, make sure empty value for weekdays uses blank instead of zero.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 14:29:18 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16
#178412, patch by moofie, make sure date passed to date_is_valid has a day, make sure date values are left-padded with zeros so the regex will work.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 14:20:22 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.15: +7 -8 lines
Diff to previous 1.15
#178427 misc fixes by moofie to fix typos and make sure timezone selection works right with profile module.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 14:16:04 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.14: +72 -87 lines
Diff to previous 1.14
Reduce confustion by standardizing on use of 'month' instead of 'M' or 'mon', 'day' instead of 'D' or 'mday', etc, in granularity and date arrays.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 11:53:44 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.13: +15 -15 lines
Diff to previous 1.13
Found a cleaner way of grabbing the timezone name from the browser date string to update the user record.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 15:23:45 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.12: +129 -33 lines
Diff to previous 1.12
Added in javascript handling that will automatically detect the user timezone name and update the value.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 18:43:35 2007 UTC (2 years, 2 months ago) by karens
Branch: DRUPAL-5
Changes since 1.1.4.4: +43 -1 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Preparing for Version 5.2. The only database changes in 5.2 are changes to settings, so adding the enough changes to current version so it is possible to try 5.2 out and return to this version with no loss of data. In 5.2 settings changes will add several ways to control default values and other improvements which are just placekeepers to prevent data loss in this version.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 15:00:38 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.11: +26 -23 lines
Diff to previous 1.11
Add requirements to check that the default site timezone name has been set, add #validate handlers for setting site and user timezones.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 12:31:11 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Add in option to set different default values for the from and to dates so you can have something like the current date as the from date and one month from now as the to date, move the titles of the date_select sup-parts (year, month, day, etc) to a theme for easier overrides

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 18:58:04 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.9: +25 -29 lines
Diff to previous 1.9
Split elements between re-usable ones and cck-specific ones, rename some files, change element handling to match the way things will work in the D6 version of CCK to make porting easier, lots of small fixes from testing and debugging.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 2 23:36:48 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.8: +9 -7 lines
Diff to previous 1.8
Clean up date_is_valid logic.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 2 20:18:28 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.7: +106 -132 lines
Diff to previous 1.7
Get rid of date_part_is_valid() which got too recursive and stick with just date_is_valid(); move hook_elements() to date_forms.inc so all element code is together for clarity and easier debugging; break up processing in Date module so each process is for a single element for consistency with the way things will work in the 6.x CCK port; more cleanup of the date processing and validation;

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 13:37:35 2007 UTC (2 years, 2 months ago) by karens
Branch: MAIN
Changes since 1.6: +67 -80 lines
Diff to previous 1.6
Reorganize files and folder; Add experimental jquery date_popup; Numerous other fixes and updates to get version 2.0 working.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 10:51:03 2007 UTC (2 years, 3 months ago) by karens
Branch: MAIN
Changes since 1.5: +32 -28 lines
Diff to previous 1.5
More fixes to timezone and views handling.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 11:52:49 2007 UTC (2 years, 3 months ago) by karens
Branch: MAIN
Changes since 1.4: +15 -20 lines
Diff to previous 1.4
Fix ical duration parser to use new date functions to more reliably calculate duration;  make an ISO date a valid input in the PHP 4 emulation; more clean up of date forms handling; use new date functions in date_views.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 16:57:24 2007 UTC (2 years, 3 months ago) by karens
Branch: MAIN
Changes since 1.3: +187 -18 lines
Diff to previous 1.3
More work on creating a 5.2 branch with an improved Date API that uses PHP 5 date functions. Includes beginnings of a date_repeat module and much improved ical parsing. Not ready to use yet, more work to be done.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 28 21:51:29 2007 UTC (2 years, 3 months ago) by karens
Branch: MAIN
Changes since 1.2: +1081 -5 lines
Diff to previous 1.2
Very preliminary rewrite of Date API to become version 5.2. Not ready to be used yet! Still coming is rewrite of date and calendar module to use new API.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 3 12:13:26 2007 UTC (2 years, 4 months ago) by karens
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-7
Changes since 1.1.2.4: +16 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.72
Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 3 11:06:07 2007 UTC (2 years, 4 months ago) by karens
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.1.4.3: +16 -2 lines
Diff to previous 1.1.4.3 , to branch point 1.1
Get rid of hook_init(), add helper function date_load(), move date.inc constants to date_api.module.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 10:20:25 2007 UTC (2 years, 5 months ago) by karens
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#153245 fix typo in Date API documentation, patch by beginner

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 10:20:14 2007 UTC (2 years, 5 months ago) by karens
Branch: DRUPAL-5
Changes since 1.1.4.2: +2 -2 lines
Diff to previous 1.1.4.2 , to branch point 1.1
#153245 fix typo in Date API documentation, patch by beginner

Revision 1.2
Tue Jun 5 13:32:34 2007 UTC (2 years, 5 months ago) by karens
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED
Removing files from HEAD, development will be in 5.x branch until ready for 6.x

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 22 03:30:30 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4, DRUPAL-4-7--1-5, DRUPAL-4-7--1-6
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#121484 mis-named help function

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 14:15:38 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.1.4.1: +10 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
#121259 split date api out so it can be used by other modules with no dependency on CCK

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 14:08:33 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.1.2.1: +21 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#121259 split date api out so it can be used by other modules with no dependency on CCK

Revision 1.1.4.1
Wed Feb 21 14:03:18 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-5
Changes since 1.1: +0 -10 lines
FILE REMOVED
file date_api.module was added on branch DRUPAL-5 on 2007-02-21 14:15:38 +0000

Revision 1.1.2.1
Wed Feb 21 14:03:18 2007 UTC (2 years, 9 months ago) by karens
Branch: DRUPAL-4-7
Changes since 1.1: +0 -10 lines
FILE REMOVED
file date_api.module was added on branch DRUPAL-4-7 on 2007-02-21 14:08:33 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 14:03:18 2007 UTC (2 years, 9 months ago) by karens
Branch: MAIN
Branch point for: DRUPAL-4-7, DRUPAL-5
#121259 split date api out so it can be used by other modules with no dependency on CCK

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and