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

Log of /contributions/modules/signup/views/signup.views.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.4.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.4.2.6: +12 -2 lines
Diff to previous 1.4.2.6 , to branch point 1.4 , to next main 1.11
#367297 by dww: Changed the default signup views so that only the user
(and signup administrators) can view their own signups.

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

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 19:00:55 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.4.2.5: +12 -1 lines
Diff to previous 1.4.2.5 , to branch point 1.4
#51226 by dww: Added the ability to edit existing signups.
- Added an "edit own signups" permission.
- The current signup information is now displayed via a form, not a table.
  The form is disabled at first, but if the user has permission to
  edit their signup, there's an "Edit" button that they can click
  which enables all the form elements and renames itself "Save".
- Canceling your own signup is now handled via the "signup_edit_form"
  instead of a separate "signup_cancel_form".
- Added an "User: Edit signup link" views field handler.
- Removed a bunch of deprecated theme functions since the signup is
  now displayed via a form, not a table: theme_signup_current_signup(),
  theme_signup_custom_data_table(), and theme_signup_custom_data_rows().
- Renamed theme_signup_email_token_anonymous_username() to be
  theme_signup_anonymous_username() since it's now used for other things.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 18:59:29 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.9: +12 -1 lines
Diff to previous 1.9
#51226 by dww: Added the ability to edit existing signups.
- Added an "edit own signups" permission.
- The current signup information is now displayed via a form, not a table.
  The form is disabled at first, but if the user has permission to
  edit their signup, there's an "Edit" button that they can click
  which enables all the form elements and renames itself "Save".
- Added an "User: Edit signup link" views field handler.
API changes resulting from this feature:
- Canceling your own signup is now handled via the "signup_edit_form"
  instead of a separate "signup_cancel_form".
- Removed a bunch of deprecated theme functions since the signup is
  now displayed via a form, not a table: theme_signup_current_signup(),
  theme_signup_custom_data_table(), and theme_signup_custom_data_rows().
- Renamed theme_signup_email_token_anonymous_username() to be
  theme_signup_anonymous_username() since it's now used for other things.

Revision 1.4.2.5 - (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.4.2.4: +12 -1 lines
Diff to previous 1.4.2.4 , to branch point 1.4
#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.9 - (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.8: +12 -1 lines
Diff to previous 1.8
#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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:04:36 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.7: +15 -1 lines
Diff to previous 1.7
#355152 by dww: Added the ability to create "user views" that include
signup data by exposing more JOIN and relationship info to views.

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:04:35 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.4.2.3: +15 -1 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#355152 by dww: Added the ability to create "user views" that include
signup data by exposing more JOIN and relationship info to views.

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 08:44:02 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.4.2.2: +12 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
#348277 by dww, scottrigby and stBorchert: Added a view field handler
to provide links to any of the tabs under node/N/signups (#349292).

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 08:43:28 2008 UTC (11 months ago) by dww
Branch: MAIN
Changes since 1.6: +12 -1 lines
Diff to previous 1.6
#348277 by dww, scottrigby and stBorchert: Added a view field handler
to provide links to any of the tabs under node/N/signups (#349292).

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:00:36 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.4.2.1: +25 -1 lines
Diff to previous 1.4.2.1 , to branch point 1.4
#341382, #347601, #55168: Backported recent changes from HEAD into
DRUPAL-6--1.  I decided it was premature to do the feature/API freeze
on the DRUPAL-6--1 branch and start a 6.x-2.* series.  Moreover,
{signup_log}.sid is too fundamentally a good thing to leave out of 6--1.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 18:43:06 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.4: +6 -9 lines
Diff to previous 1.4
#337614 by dww: Removed the signup_handler_filter_boolean views
handler class since Views 6.x-2.2 is out. That contains the same
code and UI in the views_handler_filter_boolean_operator class.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 18:43:00 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.5: +7 -10 lines
Diff to previous 1.5
#337614 by dww: Removed the signup_handler_filter_boolean views
handler class since Views 6.x-2.2 is out. That contains the same
code and UI in the views_handler_filter_boolean_operator class.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 00:55:29 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.4: +25 -1 lines
Diff to previous 1.4
#55168 by dww: Added a way to track actual attendance at node/N/signups,
including Views handlers to display, sort, and filter by attendance.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 00:47:24 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.3: +20 -16 lines
Diff to previous 1.3
#336450 by dww: Fixed the UI for signup's Views filters.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:35:12 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Fixed some more minor code style bugs from coder.module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:30:07 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
Fixed some minor code style bugs from coder.module.

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
#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