Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#367297 by dww: Changed the default signup views so that only the user (and signup administrators) can view their own signups.
#367297 by dww: Changed the default signup views so that only the user (and signup administrators) can view their own signups.
#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.
#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.
#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.
#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.
#355152 by dww: Added the ability to create "user views" that include signup data by exposing more JOIN and relationship info to views.
#355152 by dww: Added the ability to create "user views" that include signup data by exposing more JOIN and relationship info to views.
#348277 by dww, scottrigby and stBorchert: Added a view field handler to provide links to any of the tabs under node/N/signups (#349292).
#348277 by dww, scottrigby and stBorchert: Added a view field handler to provide links to any of the tabs under node/N/signups (#349292).
#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.
#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.
#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.
#55168 by dww: Added a way to track actual attendance at node/N/signups, including Views handlers to display, sort, and filter by attendance.
#336450 by dww: Fixed the UI for signup's Views filters.
Fixed some more minor code style bugs from coder.module.
Fixed some minor code style bugs from coder.module.
#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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |