/[drupal]/contributions/modules/signup_status/signup_status.module
ViewVC logotype

Log of /contributions/modules/signup_status/signup_status.module

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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 23:15:16 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2, HEAD
Changes since 1.26: +15 -10 lines
Diff to previous 1.26
#583010 by dww: Fixed bug where users that could not edit their own
signup could still toggle their signup status.

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 18:24:22 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.24: +17 -23 lines
Diff to previous 1.24
#581846 by dww: Cleaned up the admin settings UI and added status weights.

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.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 17:16:12 2009 UTC (3 months ago) by dww
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
#489270 by dww: To be extra safe, include signup/includes/broadcast.inc
before calling signup_send_broadcast().

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 22:15:40 2009 UTC (3 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.18: +25 -25 lines
Diff to previous 1.18
#549648 by dww: Followup on token support: use '-' not '_' in token names.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 20:00:55 2009 UTC (3 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.17: +10 -8 lines
Diff to previous 1.17
#551690 by dww: Only invoke hook_signup_status() if the status changes.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 23:28:54 2009 UTC (3 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.16: +56 -1 lines
Diff to previous 1.16
#549648 by dww: Exposed signup_status values to token.module.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 14:30:00 2009 UTC (6 months, 2 weeks ago) by miglius
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
signup_status: made status form element a required field.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 18:28:58 2009 UTC (9 months, 4 weeks ago) by miglius
Branch: MAIN
Changes since 1.14: +32 -5 lines
Diff to previous 1.14
signup_status: added invocation of a hook_signup_status() on the signup status change

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 04:32:24 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#330943 by dww: Fixed syntax error typo in signup_status_menu() from r1.10.

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 03:22:32 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.9: +37 -38 lines
Diff to previous 1.9
#330943 by dww: Reformatted signup_status_menu() to use the style core does.

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 13:48:50 2009 UTC (10 months ago) by miglius
Branch: MAIN
Changes since 1.6: +39 -0 lines
Diff to previous 1.6
signup_status: once the signup edit patch #51226 was committed, the signup_status now can be edited as well

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 15:31:10 2009 UTC (10 months, 1 week ago) by miglius
Branch: MAIN
Changes since 1.4: +5 -401 lines
Diff to previous 1.4
signup_status: removed code for signup limits per status per node, #359412

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.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 07:20:20 2008 UTC (19 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.41: +20 -8 lines
Diff to previous 1.1.2.41 , to branch point 1.1 , to next main 1.27
#242105  Fix issue with editing status code #1 inadvertently screwing with
the mod_signup_count value for the status code.

#242061 Fix issue with signups not getting closed automatically, due to the
signup_close_signup_limit value not properly being overridden.

Revision 1.1.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 28 20:34:02 2008 UTC (21 months ago) by jrbeeman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.40: +4 -1 lines
Diff to previous 1.1.2.40 , to branch point 1.1
#228019  Fix notice when viewing signup form, but having no status codes
set to "show on form"

Revision 1.1.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 21:07:43 2008 UTC (21 months ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.39: +9 -8 lines
Diff to previous 1.1.2.39 , to branch point 1.1
#224088  Make recipient list filter multi-select

Revision 1.1.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 27 00:23:13 2008 UTC (21 months ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.38: +92 -2 lines
Diff to previous 1.1.2.38 , to branch point 1.1
#224088: Allow users to send a signup broadcast message to users with a
specific signup status.

Revision 1.1.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 26 23:34:30 2008 UTC (21 months ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.37: +39 -22 lines
Diff to previous 1.1.2.37 , to branch point 1.1
#220451: Allow admins to choose whether or not status appears in the
signup form.

Revision 1.1.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 16:02:53 2008 UTC (21 months, 1 week ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.36: +103 -104 lines
Diff to previous 1.1.2.36 , to branch point 1.1
Coder module improvements

Revision 1.1.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 21:21:44 2008 UTC (21 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.35: +2 -3 lines
Diff to previous 1.1.2.35 , to branch point 1.1
Fix bad arg check

Revision 1.1.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 21:19:22 2008 UTC (21 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.34: +11 -3 lines
Diff to previous 1.1.2.34 , to branch point 1.1
Fix issue with roster link not displaying correctly for users with the right role,
and make print link still work in edge cases

Revision 1.1.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 16:19:31 2008 UTC (21 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.33: +3 -86 lines
Diff to previous 1.1.2.33 , to branch point 1.1
#218813  Remove proprietary 'add user' form and use the one available in the head version of signup.module.

Revision 1.1.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 04:24:16 2008 UTC (21 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.32: +106 -22 lines
Diff to previous 1.1.2.32 , to branch point 1.1
#219094  Provide signup roster for node as a downloadable csv.

Revision 1.1.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 19:03:27 2008 UTC (21 months, 4 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.31: +1 -2 lines
Diff to previous 1.1.2.31 , to branch point 1.1
Remove debug statement

Revision 1.1.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 17:55:16 2008 UTC (21 months, 4 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.30: +4 -3 lines
Diff to previous 1.1.2.30 , to branch point 1.1
#215366: Fix bug where seats available per status code wasn't
getting set correctly upon node creation.

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.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 22:20:50 2008 UTC (22 months ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.28: +6 -1 lines
Diff to previous 1.1.2.28 , to branch point 1.1
Forgot to add submit handler for the node signup summary form

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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 02:33:54 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.26: +13 -3 lines
Diff to previous 1.1.2.26 , to branch point 1.1
Implement hook_signup_data_alter (requires http://drupal.org/node/209954

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 19:52:27 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.25: +8 -5 lines
Diff to previous 1.1.2.25 , to branch point 1.1
Present print roster links to those who can do so

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 19:42:47 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.24: +30 -3 lines
Diff to previous 1.1.2.24 , to branch point 1.1
Allow other modules to hook into permissions for accessing the signup roster.
Example use case: A module needs to allow instructors of a session to print the roster

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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:33:35 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.22: +12 -2 lines
Diff to previous 1.1.2.22 , to branch point 1.1
Add message about signups being full for the node in the node signup limits view field

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:28:28 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.21: +17 -5 lines
Diff to previous 1.1.2.21 , to branch point 1.1
Fix issues with having set limit for a code to -1 (not allowed)

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:18:01 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.20: +21 -20 lines
Diff to previous 1.1.2.20 , to branch point 1.1
Fix issue with duplicate keys in signup_status_node_limits table and add
filter for signup code limits.

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 21:13:47 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.19: +67 -6 lines
Diff to previous 1.1.2.19 , to branch point 1.1
Add a few more views filters / fields and cleanup existing ones a bit

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 06:53:20 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.18: +63 -1 lines
Diff to previous 1.1.2.18 , to branch point 1.1
Add views support

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 21:57:43 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.17: +11 -6 lines
Diff to previous 1.1.2.17 , to branch point 1.1
Add a UI for browsing logs and invoke hook_update_signup_status in more places so that we can log all signup status transitions

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 09:24:15 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.16: +2 -25 lines
Diff to previous 1.1.2.16 , to branch point 1.1
Remove print link in hook_link, since it's accessible view the signups tab

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 08:35:32 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.15: +23 -17 lines
Diff to previous 1.1.2.15 , to branch point 1.1
Add a method for tranforming the signup-stored users to an array of usable uid/anon_mail pairs.
Certificate generation is now mostly working, if undocumented

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 00:13:05 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.14: +22 -3 lines
Diff to previous 1.1.2.14 , to branch point 1.1
Add support for dompdf module (see http://drupal.org/project/dompdf) for printing rosters

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 08:38:39 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.13: +2 -2 lines
Diff to previous 1.1.2.13 , to branch point 1.1
#205831: Fix issue where module was attempting to auto-transition users to registered status even if the node was just being created

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 08:28:34 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.12: +2 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Fix issue where parameters weren't passed to the query to get a user's current signup status

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 07:51:36 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.11: +21 -18 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Only perform check for available seats when transitioning user
status if seat limit isn't set to 0 (no limit)

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 07:42:15 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.10: +86 -6 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Documentation

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 06:59:40 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.9: +17 -7 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Handle a 0 value (unlimited) for approved and other status limits

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 05:14:32 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#205431 by westwesterson: fix error with result not being a valid mysql result resource

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 00:21:02 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.7: +47 -9 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- Add auto-transitioning from wait listed (or other status) to "Approved"
- Other modules can now inject content into the body of the roster

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 22:23:27 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.6: +3 -4 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Remove extraneous message and rename callback argument
for clarity

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 18:20:59 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.4: +17 -18 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#205431 Fix trying to alter the node form when there aren't any signup codes to alter it for

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 18:05:51 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.3: +34 -21 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Usability improvement - simply overwrite 'signups' tab with the
signup status tab, so that users don't get confused by
duplicate functionality

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 22:47:58 2007 UTC (22 months, 4 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.2: +77 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Enforce signups status limits when changing users statuses

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.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 20:59:24 2007 UTC (22 months, 4 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1: +126 -23 lines
Diff to previous 1.1
commit.txt

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2