Log of /contributions/modules/signup_status/signup_status.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 20 00:47:44 2009 UTC
(2 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.25: +4 -1 lines
Diff to
previous 1.25
#581826 by dww: Follow-up bug fix to ensure that mod_signup_count is
always handled properly when signing up or editing a signup.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 19 01:47:56 2009 UTC
(2 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.23: +10 -1 lines
Diff to
previous 1.23
#581826 by dww: Fixed the signup_status "modify signup count" UI to
actually do something by means of #581734 and #581652.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 19 00:33:53 2009 UTC
(2 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.22: +39 -24 lines
Diff to
previous 1.22
#581734 by dww: Take advantage of the new Signup API to simplify the
code for writing the signup status value to the {signup_log} table.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 23 17:21:50 2009 UTC
(3 months ago)
by
dww
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA1
Changes since
1.21: +2 -4 lines
Diff to
previous 1.21
#406414 by mlsamuelson: Fixed bug so that signup administrators can
now alter the signup status to any available status, not just the ones
that are visible to end-users on the signup form.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 22 17:44:43 2009 UTC
(3 months ago)
by
dww
Branch:
MAIN
Changes since
1.20: +9 -3 lines
Diff to
previous 1.20
#556640 by dww: When altering the signup broadcast form, only unset
the default submit handler, not all possible submit handlers.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 27 16:42:37 2009 UTC
(10 months ago)
by
miglius
Branch:
MAIN
Changes since
1.13: +58 -26 lines
Diff to
previous 1.13
signup_status:
Changelog:
* Applied 357565_signup_status_configurable_action.8.patch by dww;
* Applied 357565_signup_status.views_default.8.patch by dww;
* Ensured that only statuses with 'show_on_form' property are listed in the action form;
* Chenged default view name to 'signup_status_user_vbo_admin_list' to be consistent with coresponding signup's default view;
* Added check if vbo module is installed before providing default vbo view;
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 25 03:30:57 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.11: +41 -18 lines
Diff to
previous 1.11
#227643 by dww: Simplified form altering code by adding a helper
function, _signup_status_status_form_element(). This creates the form
element to select the signup status, and is shared for both new
signups and when editing an existing signup.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 25 03:23:55 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.10: +10 -6 lines
Diff to
previous 1.10
#330943 by dww: Simplified signup_status_codes() by using
db_fetch_array() and fixed the formatting of the PHPDoc comment.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 25 03:21:25 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
Changes since
1.8: +6 -23 lines
Diff to
previous 1.8
#330943 by dww: Removed hook_form_alter() in favor of per-form-id
alter functions (which we were already basically doing).
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 23 14:00:14 2009 UTC
(10 months ago)
by
miglius
Branch:
MAIN
Changes since
1.7: +1 -1 lines
Diff to
previous 1.7
signup_status: adding weight to the signup cancel button to make sure it stays to the right from the edit button
Revision
1.6 -
(
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.5: +148 -929 lines
Diff to
previous 1.5
signup_status: first cut of the D6 port.
note: #357655 patch should be applied to the signup module.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 14 17:55:08 2009 UTC
(10 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.3: +46 -1 lines
Diff to
previous 1.3
#357565 by dww: Exposed an action for altering the signup status so
that it can be included in a VBO-based view for node/N/signups/admin.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 18:43:43 2009 UTC
(10 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.2: +6 -96 lines
Diff to
previous 1.2
#357565 by dww: Initital port of signup_status to the Views2 API.
This only handles the status field itself, not the status node limits.
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: +973 -211 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.30 -
(
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.29: +172 -137 lines
Diff to
previous 1.1.2.29
, 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.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 15 19:59:05 2008 UTC
(22 months, 1 week ago)
by
jrbeeman
Branch:
DRUPAL-5
Changes since
1.1.2.27: +18 -6 lines
Diff to
previous 1.1.2.27
, to
branch point 1.1
Better handling of invocation of hook_update_signup_status.
To call this hook, you should now call signup_status_invoke_all, which then
does a small amount of logic to determine if the status code changed. It
then only invokes the hook if the code has changed.
Also added signup_status_mailer module, for sending emails to users when
their signup status changes
Revision
1.1.2.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 11 20:37:09 2008 UTC
(22 months, 2 weeks ago)
by
jrbeeman
Branch:
DRUPAL-5
Changes since
1.1.2.23: +7 -1 lines
Diff to
previous 1.1.2.23
, to
branch point 1.1
Disable filter views by seats available for a status code - it's just too tricky to get right yet -
and fix an issue with the signup limits field not showing the accurate number of total apporoved signups
Revision
1.1.2.6 -
(
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.5: +109 -48 lines
Diff to
previous 1.1.2.5
, 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.