Log of /contributions/modules/signup_status/signup_status.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 18 23:38:23 2009 UTC
(2 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.5: +13 -1 lines
Diff to
previous 1.5
#581768 by dww: Added missing hook_schema_alter() implementation to
warn the world that we've modified the {signup_log} schema.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 19 11:02:54 2009 UTC
(10 months, 1 week ago)
by
miglius
Branch:
MAIN
Changes since
1.3: +72 -74 lines
Diff to
previous 1.3
signup_status: first cut of the D6 port.
note: #357655 patch should be applied to the signup module.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 18:24:24 2009 UTC
(10 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.1: +84 -7 lines
Diff to
previous 1.1
#330943 by dww: Merged the latest code from the end of the DRUPAL-5
branch into HEAD in preparation for D6 porting.
Revision
1.1.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 29 03:09:16 2008 UTC
(22 months ago)
by
jrbeeman
Branch:
DRUPAL-5
Changes since
1.1.2.7: +17 -19 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
- A bunch of documentation updates and a bit of code cleanup
- Added a couple of missing file identifiers (i.e. $Id$)
- Removed dompdf dependency in signup_status_cert module. The dompdf module
is still used as an output option, but it is entirely optional.
Revision
1.1.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 2 21:17:51 2008 UTC
(22 months, 3 weeks ago)
by
jrbeeman
Branch:
DRUPAL-5
Changes since
1.1.2.3: +22 -3 lines
Diff to
previous 1.1.2.3
, to
branch point 1.1
Usability: Override node admin summary form with a more usable form reflecting
current signups and limits for each status
Beginnings of code to handle auto-transition to "registered" when seats are
available (doesn't actually work yet)
Better logic for handling bulk signup status updates
Fix bad query when updating a status code in the admin area
Wait listed code is no longer un-deletable.
Revision
1.1.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 31 21:02:35 2007 UTC
(22 months, 4 weeks ago)
by
jrbeeman
Branch:
DRUPAL-5
Changes since
1.1.2.1: +1 -1 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
(Junk commit to actually get the commit message through :-p )
First stab at getting the various status codes working in the signup form.
This modifies the node edit form's signup fields, removing the signup limit
field and replacing it with n number of fields, where n equals the number of
status codes defined as modifying the total signup limit. "Approved" is the
default state for new signups.
This will essentially allow wait listing to work, once I've written the logic
to handle automatically transitioning users to the "Approved" state when other
users drop their signup.
There are a few things that had to change as a result of this - for example,
users can no longer update the signup limit on the "signups" tab. I hope to
address this by allowing users to update the signup limit for each status code
on the "signup status" tab at a later point in time.
Most of the new stuff isn't documented in the API yet, but I'll do that later
today. It's worth pointing out existing methods that have changed, though:
- signup_status_codes now accepts the $mod_only parameter, to only return
codes that modify the signup total
- signup_status_get_signups now only takes $nid, instead of the whole node
object.
- signup_status_update_signup_status no longer takes the $curr_cid parameter
(not sure why I had that in there, anyways)
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 02:00:23 2007 UTC
(23 months ago)
by
jrbeeman
Branch:
MAIN
Branch point for:
DRUPAL-5
Initial commit of signup status module, which allows users to assign a status to a user's signup (such as 'completed'), print rosters and add other users
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.