Log of /contributions/modules/signup/INSTALL.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 22 19:00:54 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.13.2.1: +7 -1 lines
Diff to
previous 1.13.2.1
, to
branch point 1.13
, to
next main 1.15
#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.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 22 18:59:28 2009 UTC
(10 months ago)
by
dww
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.14: +7 -1 lines
Diff to
previous 1.14
#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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 20 00:56:45 2008 UTC
(11 months, 1 week ago)
by
dww
Branch:
MAIN
Changes since
1.13: +5 -1 lines
Diff to
previous 1.13
#348559 by dww: Added a new "cancel signups" permission so that a role
could be configured to view signups and record attendance, but not be
able to destroy signup data by canceling other people's signups.
Revision
1.13.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 20 00:53:06 2008 UTC
(11 months, 1 week ago)
by
dww
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-0-RC3
Changes since
1.13: +5 -1 lines
Diff to
previous 1.13
#348559 by dww: Added a new "cancel signups" permission so that a role
could be configured to view signups and record attendance, but not be
able to destroy signup data by canceling other people's signups.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 11 15:33:47 2008 UTC
(13 months, 2 weeks ago)
by
dww
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-5
Changes since
1.10: +33 -4 lines
Diff to
previous 1.10
#243035 by dww, deviantintegral and stBorchert: Added a default view
for the users signed up for a node ('signup_user_list'), a theme
function for the hard-coded listing (theme_signup_user_list()), a
setting to control what user listing appears under the signup form
(the old hard-coded listing, an embedded view, or nothing at all),
and some jQuery to hide/reveal these advanced settings as needed.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 13 23:24:36 2007 UTC
(2 years, 1 month ago)
by
dww
Branch:
MAIN
Changes since
1.7: +12 -2 lines
Diff to
previous 1.7
#137911 by dww: Added signup_no_views.inc and moved all hard-coded UI
functionality there. This allows more flexibility for sites using
views, since the default views for the same things can be customized
without conflicting with the non-views UI.
Revision
1.1.2.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 14 07:29:34 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-1
Changes since
1.1.2.5: +19 -8 lines
Diff to
previous 1.1.2.5
, to
branch point 1.1
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.
[backport to 4.7.x]
Revision
1.3.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 14 07:29:30 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0
Changes since
1.3.2.2: +19 -8 lines
Diff to
previous 1.3.2.2
, to
branch point 1.3
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 14 07:29:26 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
MAIN
Changes since
1.5: +19 -8 lines
Diff to
previous 1.5
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.
Revision
1.3.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 14 07:03:14 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.3.2.1: +28 -12 lines
Diff to
previous 1.3.2.1
, to
branch point 1.3
#67067: Required fields and default values on signup form. Inspired
by a patch from pjdevries. Also cleans up the formatting of the $form
array in this function, vastly improves the doxygen comment, and
includes a step in the INSTALL.txt file about customizing this form.
[committing to DRUPAL-5, forgot to commit when this first hit HEAD].
Revision
1.1.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 9 09:40:03 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
DRUPAL-4-7
Changes since
1.1.2.4: +27 -12 lines
Diff to
previous 1.1.2.4
, to
branch point 1.1
#67067: Required fields and default values on signup form. Inspired
by a patch from pjdevries. Also cleans up the formatting of the $form
array in this function, vastly improves the doxygen comment, and
includes a step in the INSTALL.txt file about customizing this form.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 9 09:39:55 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
MAIN
Changes since
1.4: +28 -12 lines
Diff to
previous 1.4
#67067: Required fields and default values on signup form. Inspired
by a patch from pjdevries. Also cleans up the formatting of the $form
array in this function, vastly improves the doxygen comment, and
includes a step in the INSTALL.txt file about customizing this form.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 16 17:12:22 2006 UTC
(3 years, 5 months ago)
by
thehunmonkgroup
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.2: +3 -5 lines
Diff to
previous 1.2
#68497 - anonymous signup support. non-registered users can now sign up to nodes by entering only an email address. see the README for more details. patch by me.
Revision
1.1.4.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 6 08:30:47 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
DRUPAL-4-6
Changes since
1.1.4.1: +61 -0 lines
Diff to
previous 1.1.4.1
, to
branch point 1.1
major cleanup of README.txt: split installation instructions into
INSTALL.txt, moved TODO-list from README (and signup.module) into a
single place (TODO.txt), complete re-write of README.txt, etc.
Revision
1.1.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 6 08:30:43 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
DRUPAL-4-7
Changes since
1.1.2.1: +61 -0 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
major cleanup of README.txt: split installation instructions into
INSTALL.txt, moved TODO-list from README (and signup.module) into a
single place (TODO.txt), complete re-write of README.txt, etc.
Revision
1.1.4.1
Tue Jun 6 08:30:26 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
DRUPAL-4-6
Changes since
1.1: +0 -61 lines
FILE REMOVED
file INSTALL.txt was added on branch DRUPAL-4-6 on 2006-06-06 08:30:47 +0000
Revision
1.1.2.1
Tue Jun 6 08:30:26 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
DRUPAL-4-7
Changes since
1.1: +0 -61 lines
FILE REMOVED
file INSTALL.txt was added on branch DRUPAL-4-7 on 2006-06-06 08:30:43 +0000
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 6 08:30:26 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
MAIN
Branch point for:
DRUPAL-4-6,
DRUPAL-4-7
major cleanup of README.txt: split installation instructions into
INSTALL.txt, moved TODO-list from README (and signup.module) into a
single place (TODO.txt), complete re-write of README.txt, etc.
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.