Log of /contributions/modules/signup/signup.api.php
Parent Directory
|
Revision Log
|
Revision Graph
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 -
(
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.