/[drupal]/contributions/modules/signup/signup.api.php
ViewVC logotype

Log of /contributions/modules/signup/signup.api.php

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.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 01:42:58 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC6
Changes since 1.1.2.3: +3 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.5
#581652 by dww: Added a {signup_log}.count_towards_limit column and
adjusted the limit logic to only operate on the effective total (the
SUM() of {signup_log}.count_towards_limit) not the total # of signups.
Both signup_total and signup_effective_total are loaded into $node.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 01:42:52 2009 UTC (2 months ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
#581652 by dww: Added a {signup_log}.count_towards_limit column and
adjusted the limit logic to only operate on the effective total (the
SUM() of {signup_log}.count_towards_limit) not the total # of signups.
Both signup_total and signup_effective_total are loaded into $node.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:33:42 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +32 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#581734 by dww: Improved the Signup API by adding some much needed hooks:
- hook_signup_data_alter() to modify a $signup object before it's saved
- hook_signup_insert() invoked when a signup is inserted into the DB
- hook_signup_update() invoked when a signup is updated in the DB

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:31:56 2009 UTC (2 months ago) by dww
Branch: MAIN
Changes since 1.3: +32 -1 lines
Diff to previous 1.3
#581734 by dww: Improved the Signup API by adding some much needed hooks:
- hook_signup_data_alter() to modify a $signup object before it's saved
- hook_signup_insert() invoked when a signup is inserted into the DB
- hook_signup_update() invoked when a signup is updated in the DB

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:28:40 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5
Changes since 1.1.2.1: +37 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#529478 by dww: Added a hook to alter access to the signup node tabs.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:28:31 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.2: +37 -1 lines
Diff to previous 1.2
#529478 by dww: Added a hook to alter access to the signup node tabs.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 05:09:12 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1: +103 -1 lines
Diff to previous 1.1
#359408 by dww: Documented all hooks invoked by Signup in signup.api.php.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 05:09:08 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.1: +103 -1 lines
Diff to previous 1.1
#359408 by dww: Documented all hooks invoked by Signup in signup.api.php.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 18:05:12 2008 UTC (11 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC3
Branch point for: DRUPAL-6--1
#347601 by dww: Changed the API for hook_signup_cancel() so that it
is now invoked with a $signup object with the full information about
the signup being canceled, and a fully loaded $node object.  See the
new signup.api.php file for full documentation on the hook.

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