/[drupal]/contributions/modules/signup/views/signup.views_default.inc
ViewVC logotype

Log of /contributions/modules/signup/views/signup.views_default.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.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 01:22:24 2009 UTC (7 weeks, 3 days ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +15 -728 lines
Diff to previous 1.1.2.7 , to branch point 1.1 , to next main 1.9
#594686 by dww: Split all default views into their own separate files.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 01:21:58 2009 UTC (7 weeks, 3 days ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +15 -728 lines
Diff to previous 1.8
#594686 by dww: Split all default views into their own separate files.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 21:47:47 2009 UTC (4 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.1.2.6: +93 -7 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#367297 by dww: Changed the default signup views so that only the user
(and signup administrators) can view their own signups.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 21:47:01 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.7: +93 -7 lines
Diff to previous 1.7
#367297 by dww: Changed the default signup views so that only the user
(and signup administrators) can view their own signups.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:03:55 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +3 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Fixed the view "tag" for all default signup views to be "Signup".

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:03:51 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Fixed the view "tag" for all default signup views to be "Signup".

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:01:11 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +19 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#341835 by dww: Added an exposed filter for the "Signup status" to the
default view of a user's current signups ("signup_current_signups").

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:01:06 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.5: +19 -2 lines
Diff to previous 1.5
#341835 by dww: Added an exposed filter for the "Signup status" to the
default view of a user's current signups ("signup_current_signups").

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:30:38 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +17 -11 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#356390 by dww: Converted the "signup_user_list" default view into a
"signup view" instead of a "node view", since it's a view of signups.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:30:35 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.4: +17 -11 lines
Diff to previous 1.4
#356390 by dww: Converted the "signup_user_list" default view into a
"signup view" instead of a "node view", since it's a view of signups.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 19:56:55 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +27 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#51226 by dww: Added "Edit signup" links to default signup admin views.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 19:56:51 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.3: +27 -1 lines
Diff to previous 1.3
#51226 by dww: Added "Edit signup" links to default signup admin views.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:18 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +284 -15 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:12 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.2: +284 -15 lines
Diff to previous 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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:18:19 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#349292 by dww: Completely reorganized the signup node tabs.
(Syncing a change to the default view that never made it into HEAD).

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:28 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 01:00:57 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
#330820 by dww and duellj: Ported all views support to the views2 API.
This changes how the 'View to embed for the signup user list' setting
works, so any sites that are using a custom view for this will have to
revisit the signup settings page and select a new value under the
advanced settings fieldset.  signup_update_6000() removes the
deprecated variables from the database.

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