/[drupal]/contributions/modules/signup/includes/date.inc
ViewVC logotype

Log of /contributions/modules/signup/includes/date.inc

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.16.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 19:19:34 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5, DRUPAL-6--1-0-RC6
Changes since 1.16.2.3: +5 -4 lines
Diff to previous 1.16.2.3 , to branch point 1.16 , to next main 1.19
#390000 by KarenS, dww: Ported signup to the Date 6.x-2.0 API for date
format strings that was introduced at #318008.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 19:19:31 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +5 -4 lines
Diff to previous 1.18
#390000 by KarenS, dww: Ported signup to the Date 6.x-2.0 API for date
format strings that was introduced at #318008.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:24:25 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3.2.7: +5 -3 lines
Diff to previous 1.3.2.7 , to branch point 1.3 , to next main 1.19
#350872 by gargoyle and dww: Fixed bug where node type names were used
unquoted as table aliases in the SQL for the admin/content/signup page.
If you had a node type named after an SQL reserved word (e.g. 'match'),
you'd get SQL errors.  Now, node type names are properly quoted.

Revision 1.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:22:11 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.16.2.2: +5 -3 lines
Diff to previous 1.16.2.2 , to branch point 1.16
#350872 by gargoyle and dww: Fixed bug where node type names were used
unquoted as table aliases in the SQL for the admin/content/signup page.
If you had a node type named after an SQL reserved word (e.g. 'match'),
you'd get SQL errors.  Now, node type names are properly quoted.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:22:03 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.17: +5 -3 lines
Diff to previous 1.17
#350872 by gargoyle and dww: Fixed bug where node type names were used
unquoted as table aliases in the SQL for the admin/content/signup page.
If you had a node type named after an SQL reserved word (e.g. 'match'),
you'd get SQL errors.  Now, node type names are properly quoted.

Revision 1.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:00:35 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.16.2.1: +1 -1 lines
Diff to previous 1.16.2.1 , to branch point 1.16
#341382, #347601, #55168: Backported recent changes from HEAD into
DRUPAL-6--1.  I decided it was premature to do the feature/API freeze
on the DRUPAL-6--1 branch and start a 6.x-2.* series.  Moreover,
{signup_log}.sid is too fundamentally a good thing to leave out of 6--1.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 17:03:31 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3.2.6: +12 -5 lines
Diff to previous 1.3.2.6 , to branch point 1.3
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

Revision 1.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 17:03:27 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.16: +12 -5 lines
Diff to previous 1.16
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 17:03:23 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.16: +12 -5 lines
Diff to previous 1.16
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 02:53:25 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
#341331 by dww: Improved database performance during cron runs by
using INNER JOIN instead of LEFT JOIN for finding nodes of a given
type that need to be auto-closed and/or have reminder emails sent.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 20:52:23 2008 UTC (11 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.3.2.5: +10 -3 lines
Diff to previous 1.3.2.5 , to branch point 1.3
#336255 by KarenS and dww: Fixed numerous bugs in usage of DateAPI
that were breaking all time-based signup functionality for datestamp
fields and causing problems for certain configurations of date or
datetime fields depending on the timezone handling.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 20:52:17 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
#336255 by dww: Follow-up fix to the work-around code for sites using
mysql (not mysqli) and Date 6.x-2.0-rc5 in _signup_date_sql_handler().

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 20:48:24 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.13: +186 -32 lines
Diff to previous 1.13
#336255 by KarenS and dww: Fixed numerous bugs in usage of DateAPI
that were breaking all time-based signup functionality for datestamp
fields and causing problems for certain configurations of date or
datetime fields depending on the timezone handling.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 01:44:19 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.12: +25 -33 lines
Diff to previous 1.12
Reverting revision 1.12 that was accidentally committed as part of #336450.
Revision 1.12 is broken code from an unfinished patch from #336255.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 00:47:24 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.11: +33 -25 lines
Diff to previous 1.11
#336450 by dww: Fixed the UI for signup's Views filters.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 23:48:01 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3.2.4: +4 -3 lines
Diff to previous 1.3.2.4 , to branch point 1.3
336610 by dww: Fixed bug introduced in #329668 where node types that
have an underscore in their name had broken links in the warning
messages about CCK date fields being misconfigured.  Those warnings
also didn't appear at all in some cases.  The bug was caused by
core's bizarre handling of node_type vs. node-type in URLs.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 23:47:57 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10
336610 by dww: Fixed bug introduced in #329668 where node types that
have an underscore in their name had broken links in the warning
messages about CCK date fields being misconfigured.  Those warnings
also didn't appear at all in some cases.  The bug was caused by
core's bizarre handling of node_type vs. node-type in URLs.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:30:06 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Fixed some minor code style bugs from coder.module.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:44:07 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
#335744 by dww: Removed duplicate js-hide style info from signup.css.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:26:48 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3.2.3: +6 -6 lines
Diff to previous 1.3.2.3 , to branch point 1.3
#336129 by dww: Moved the signup node type settings out of the
"Workflow" fieldset into a separate "Signup settings" fieldset.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:26:43 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
#336129 by dww: Moved the signup node type settings out of the
"Workflow" fieldset into a separate "Signup settings" fieldset.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 20:06:19 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.3.2.2: +2 -2 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#330821 by dww: Backported some fixes for PHP warnings in CCK date support.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 20:06:14 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1
Changes since 1.6: +8 -8 lines
Diff to previous 1.6
#330821 by dww: Fixed some bugs in the D6 CCK date field support.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 10:20:48 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.5: +118 -10 lines
Diff to previous 1.5
#222217 by dww, deadwood.module and coder.module: Initial port to D6.
Date, Event, Token, Views, and Panel integration are all untested.
There are a few other known bugs, but the bulk of the code now works.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 23:58:46 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3.2.1: +14 -3 lines
Diff to previous 1.3.2.1 , to branch point 1.3
#328756 by dww, sun: Fixed UI bug introduced with #328181. Now, the
'Date field to use with signup' setting is only visible on node types
that are not event-enabled.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 23:58:44 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.4: +14 -3 lines
Diff to previous 1.4
#328756 by dww, sun: Fixed UI bug introduced with #328181. Now, the
'Date field to use with signup' setting is only visible on node types
that are not event-enabled.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 19:52:55 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.3: +10 -3 lines
Diff to previous 1.3
#329668 by dww: Improved warning messages when CCK date fields
(#86462) are not properly configured.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 19:52:50 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.3: +10 -3 lines
Diff to previous 1.3
#329668 by dww: Improved warning messages when CCK date fields
(#86462) are not properly configured.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:11:00 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
Fixed some code style problems with the help of the coder_format script.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 16:45:59 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.1: +14 -49 lines
Diff to previous 1.1
#328181 by dww: Reorganized the whole date/event backend code so that
sites can have both event.module and date.module enabled simultaneously.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 15:39:54 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
#86462 by KarenS, dww, duellj, shane_jordan, and stBorchert: Added
support to use CCK date fields to control time-based functionality
(auto-closing signups and reminder emails). Currently works with
date.module versions 5.x-1.* and 5.x-2.*, though you can not use the
CCK date functionality if event.module is still enabled.

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
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2