/[drupal]/contributions/modules/signup/includes/admin.settings.inc
ViewVC logotype

Log of /contributions/modules/signup/includes/admin.settings.inc

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.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:46 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5, DRUPAL-6--1-0-RC6
Changes since 1.2.2.4: +24 -15 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.7
#361446 by dww: Restored the ability to have the signup user list
embedded directly on each node, instead of forcing it into a subtab at
node/N/signups/list (#349292).  There are now extra options for the
"How to display the list of signed-up users" advanced setting, and the
list is now a separate entry in each node's content[] array so it can
be ordered independently of the signup form.  This commit includes a
work-around for a bug in CCK's content_extra_field_weight() (#363456).

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:39 2009 UTC (10 months ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +24 -15 lines
Diff to previous 1.6
#361446 by dww: Restored the ability to have the signup user list
embedded directly on each node, instead of forcing it into a subtab at
node/N/signups/list (#349292).  There are now extra options for the
"How to display the list of signed-up users" advanced setting, and the
list is now a separate entry in each node's content[] array so it can
be ordered independently of the signup form.  This commit includes a
work-around for a bug in CCK's content_extra_field_weight() (#363456).

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:24:35 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.2.2.3: +9 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:24:25 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:23:53 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.2.2.2: +4 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#363337 by dww: Improved the UI for the advanced settings by trimming
the description of views to embed if they get too long.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:23:51 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
#363337 by dww: Improved the UI for the advanced settings by trimming
the description of views to embed if they get too long.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:17 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.2.2.1: +36 -4 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#352328 by dww: Added support for Views Bulk Operations (VBO).
- Exposed {signup_log} as a valid base table for views.
- Exposed some actions on signup objects (cancel, mark attendance, etc).
- Added a setting to embed a view for admin/N/signups/admin.
- Added a new default VBO view to embed when VBO is enabled.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:11 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.3: +36 -4 lines
Diff to previous 1.3
#352328 by dww: Added support for Views Bulk Operations (VBO).
- Exposed {signup_log} as a valid base table for views.
- Exposed some actions on signup objects (cancel, mark attendance, etc).
- Added a setting to embed a view for admin/N/signups/admin.
- Added a new default VBO view to embed when VBO is enabled.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:27 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.2: +6 -10 lines
Diff to previous 1.2
#349292 by dww: Completely reorganized the signup node tabs.  All tabs
added by this module now appear as sub-tabs under the "Signups" tab at
node/N/signups.  If the signup form is configured as a tab, it is the
default task under 'Signups'.  The list of current signups (for those
with 'view all signups') is now at node/N/signups/list, and is the
default task if the signup form is still on the node itself.  The
"signup-broadcast" tab has been moved to node/N/signups/broadcast.
Finally, the admin form to add another user has been split off from
the administrative tab (what was node/N/signups) and is now a separate
tab at node/N/signups/add.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:22 2008 UTC (11 months ago) by dww
Branch: MAIN
Changes since 1.2: +6 -10 lines
Diff to previous 1.2
#349292 by dww: Completely reorganized the signup node tabs.  All tabs
added by this module now appear as sub-tabs under the "Signups" tab at
node/N/signups.  If the signup form is configured as a tab, it is the
default task under 'Signups'.  The list of current signups (for those
with 'view all signups') is now at node/N/signups/list, and is the
default task if the signup form is still on the node itself.  The
"signup-broadcast" tab has been moved to node/N/signups/broadcast.
Finally, the admin form to add another user has been split off from
the administrative tab (what was node/N/signups) and is now a separate
tab at node/N/signups/add.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:44:07 2008 UTC (12 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
Changes since 1.1: +3 -5 lines
Diff to previous 1.1
#335744 by dww: Removed duplicate js-hide style info from signup.css.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 02:03:50 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1
#330828 by dww: Split module code out into separate include files.

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