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

Log of /contributions/modules/signup_status/signup_status.install

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.7 - (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
CVS Tags: DRUPAL-6--1-0-ALPHA2, HEAD
Changes since 1.6: +27 -1 lines
Diff to previous 1.6
#581846 by dww: Cleaned up the admin settings UI and added status weights.

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 06:45:42 2009 UTC (10 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
#330943 by dww: Minor edits and format fixes to schema descriptions.

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.3 - (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.2: +1 -24 lines
Diff to previous 1.2
signup_status: removed code for signup limits per status per node, #359412

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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 21:51:15 2008 UTC (20 months ago) by jrbeeman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.10: +2 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1 , to next main 1.7
#230560  Fixing missing default value for NOT NULL field.

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

Revision 1.1.2.9 - (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.8: +10 -10 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Coder module improvements

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 23:23:44 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.6: +5 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Remove creation of seats available view

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 20:15:15 2008 UTC (22 months, 2 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Add form for users to print out signup certificate

Revision 1.1.2.5 - (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.4: +21 -3 lines
Diff to previous 1.1.2.4 , 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.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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 18:10:29 2008 UTC (22 months, 3 weeks ago) by jrbeeman
Branch: DRUPAL-5
Changes since 1.1.2.2: +5 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fix update warnings

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: +29 -1 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