You are here

Files in Signup 5.2

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt ----------- 5.x-2.x-dev ----------- Bugs fixed since 5.x-2.7: = #347234 by dww: Fixed fatal SQL error at admin/content/signup when there are multiple node types using the same CCK date field. = #343789 by KarenS: Fixed undefined value when adding…
date.5x-1.inc includes/date.5x-1.inc Code required to support version 5.x-1.* of the CCK date field module.
date.5x-2.inc includes/date.5x-2.inc Code required to support version 5.x-2.* of the CCK date field module.
date.inc includes/date.inc Shared code required for any site using CCK date fields, regardless of the version of date in use.
event.5x-1.inc includes/event.5x-1.inc Code required to support version 5.x-1.* of the event module.
event.5x-2.inc includes/event.5x-2.inc Code required to support version 5.x-2.* of the event module.
INSTALL.txt INSTALL.txt It is assumed that you have Drupal up and running. Be sure to check the http://drupal.org web site if you need assistance. If you run into problems, you should always read the INSTALL.txt that comes with the Drupal package and read the online…
README.txt README.txt The signup module allows users to sign up for nodes of any type. For each signup-enabled node, this module provides options for sending a notification email to a selected email address upon a new user signup (good for notifying event coordinators,…
README.txt views/README.txt This directory contains the files necessary to provide integration between the Signup module and the Views module. For more information about Views, see the project page: http://drupal.org/project/views.
README.txt panels/README.txt This directory contains the files necessary to provide integration between the signup module and the panels module. For more information about panels, see the project page: http://drupal.org/project/panels.
scheduler.inc includes/scheduler.inc Code necessary to determine which scheduler backend(s) to use.
signup.css signup.css html.js div.js-hide { display: none; } #signup-filter-status-form .form-submit { margin-bottom: 0; }
signup.info signup.info name = Signup description = "Allow users to sign up for content (especially events)."
signup.install signup.install
signup.module signup.module The Signup module (http://drupal.org/project/signup) manages replies to nodes. In particular, it's good for event management. Signup supports sending reminder emails and automatically closing signups for nodes with a start time, via the Event…
signup.theme theme/signup.theme
signup_form.inc panels/content_types/signup_form.inc
UPGRADE.txt UPGRADE.txt ====================================================================== This file contains specific instructions for upgrading your site's version of signup.module to a new release. You should always check this file when you download a new…
views.inc views/views.inc Provides support for Views integration.
views.none.inc includes/views.none.inc Provides all the code for required UI elements for sites that do not have views.module enabled. If views is enabled, there are default views for all of these things (which are therefore customizable and more powerful) in signup/views/views.inc.
views_default.inc views/views_default.inc

Other projects