| 1 |
/* $Id: CHANGELOG.txt,v 1.7 2009/10/03 02:29:46 dww Exp $ */
|
| 2 |
|
| 3 |
---------------------------
|
| 4 |
6.x-1.x-dev
|
| 5 |
---------------------------
|
| 6 |
Bugs fixed since version 6.x-1.0-alpha2:
|
| 7 |
= #593068 by alexharries, dww: Added missing {}'s for DB table
|
| 8 |
prefixes in a query in signup_status_limit.
|
| 9 |
= #594344 by dww: Fixed the site-wide signup_status_mailer settings page
|
| 10 |
that was broken by #581846 since there are no longer any tabs by default.
|
| 11 |
= #590320 by frjo, dww: Fixed HTML validation problems by converting the
|
| 12 |
fieldset anchors on the signup_status_mailer settings page to use the
|
| 13 |
numeric status ID instead of trying to sanitize the status name.
|
| 14 |
= #592202 by dww: Added a pager for the default node signup admin view.
|
| 15 |
= #596332 by dww: Fixed warnings and added validation when saving signup
|
| 16 |
status limit settings on a site with no status codes defined.
|
| 17 |
|
| 18 |
|
| 19 |
---------------------------
|
| 20 |
6.x-1.0-alpha2 (2009-09-23)
|
| 21 |
---------------------------
|
| 22 |
This release requires Signup version 6.x-1.0-rc6 or later. However,
|
| 23 |
sites should install signup_status 6.x-1.0-alpha2 and visit update.php
|
| 24 |
first, then install signup 6.x-1.0-rc6 and visit update.php again.
|
| 25 |
|
| 26 |
The primary change in this release is the re-introduction of
|
| 27 |
per-status limits by means of a new "Signup status limit" sub-module.
|
| 28 |
There are also changes to both Signup and Signup status that make the
|
| 29 |
"Modifies signup count" checkbox when configuring signup status
|
| 30 |
options actually work.
|
| 31 |
|
| 32 |
The basic status functionality is working better, but this is still
|
| 33 |
not an "official" release meant for production sites. New features
|
| 34 |
will be added, APIs will probably change, and the database schema
|
| 35 |
might change before the official 6.x-1.0 release. Please do not
|
| 36 |
install this and then come complaining that parts of it aren't working
|
| 37 |
yet. ;) We know. Please check the issue queue on drupal.org
|
| 38 |
(http://drupal.org/project/issues/signup_status) before reporting any
|
| 39 |
problems or "missing" functionality.
|
| 40 |
|
| 41 |
Bugs fixed since version 6.x-1.0-alpha1:
|
| 42 |
= #581826 by dww: Fixed the "Modify signup count" checkbox when
|
| 43 |
configuring status codes to actually do something by means of
|
| 44 |
#581734 and #581652.
|
| 45 |
= #581826 by dww: Fixed the status settings UI so that if an admin
|
| 46 |
changes the "Modify signup count" for any status values, or if the
|
| 47 |
status they reassign signups to when deleting a status has a
|
| 48 |
different value, we now use Batch API to update all the signups,
|
| 49 |
recompute the effective totals and check the signup limits on all
|
| 50 |
affected nodes.
|
| 51 |
= #582250 by dww: Fixed bug where signups were left with bogus data
|
| 52 |
after deleting a signup status. If you delete a status that has some
|
| 53 |
signups using that status, the confirm form now asks you what status
|
| 54 |
you'd like to reassign the signups to, and there's a batching
|
| 55 |
function to update all the signups and invoke the signup status
|
| 56 |
change hooks.
|
| 57 |
= #583010 by dww: Fixed bug where users that could not edit their own
|
| 58 |
signup could still toggle their signup status.
|
| 59 |
= #581768 by dww: Added missing hook_schema_alter() implementation to
|
| 60 |
warn the world that we've modified the {signup_log} schema.
|
| 61 |
|
| 62 |
New features since version 6.x-1.0-alpha1:
|
| 63 |
= #581846 by dww: Cleaned up the admin settings UI and added status
|
| 64 |
weights, which allow an admin to reorder the status options visible
|
| 65 |
on the signup form.
|
| 66 |
= #359412 by dww: Added the "Signup status limit" sub-module to
|
| 67 |
properly implement per-status limits. Includes major improvements to
|
| 68 |
the UI for configuring per-status limits (see #241869), and it
|
| 69 |
actually integrates properly with the limits enforced by the
|
| 70 |
Signup module.
|
| 71 |
= #583154 by dww: Altered the node/N/signups/admin signup summary
|
| 72 |
fieldset (see #578592) to include per-status limit data.
|
| 73 |
|
| 74 |
Other changes since version 6.x-1.0-alpha1:
|
| 75 |
= #578344 by dww: Added a "Signup" group on the module administration
|
| 76 |
page (admin/build/modules) for all the signup-related modules.
|
| 77 |
= #581734 by dww: Take advantage of the new Signup API to simplify the
|
| 78 |
code for writing the signup status value to the {signup_log} table.
|
| 79 |
|
| 80 |
|
| 81 |
---------------------------
|
| 82 |
6.x-1.0-alpha1 (2009-08-23)
|
| 83 |
---------------------------
|
| 84 |
|
| 85 |
Initial release compatible with Drupal 6 core. This release requires
|
| 86 |
Signup 6.x-1.0-rc5 or later. Installing Views and Views Bulk
|
| 87 |
Operations (VBO) is highly recommended, but not required.
|
| 88 |
|
| 89 |
The basic status functionality is working fine, but this is not an
|
| 90 |
"official" release meant for production sites. New features will be
|
| 91 |
added, APIs will almost certainly change, and the database schema
|
| 92 |
might change before the official 6.x-1.0 release. Please do not
|
| 93 |
install this and then come complaining that parts of it aren't working
|
| 94 |
yet. ;) We know. Please check the issue queue before reporting any
|
| 95 |
problems or "missing" functionality.
|
| 96 |
|
| 97 |
Some of the functionality in the D5 version has been removed. Some of
|
| 98 |
it, in particular per-status limits will be restored in the future,
|
| 99 |
and better integrated with the Signup module's own concept of signup
|
| 100 |
limits. Other features have been moved into sub-modules.
|
| 101 |
|
| 102 |
There are a handful of brand new sub-modules such as Signup Status
|
| 103 |
Notifications (which automatically subscribes users to node
|
| 104 |
notifications depending on their signup status) and Signup Status
|
| 105 |
Invite (which lets users send invitations to other users and they are
|
| 106 |
automatically signed up with a certain status -- intended for sites
|
| 107 |
that use a signup status such as "Invited").
|
| 108 |
|
| 109 |
The Signup Status Mailer module has been completely re-written to
|
| 110 |
provide per-status and per-node email templates along with site-wide
|
| 111 |
per-status defaults. Installing the Token module is highly recommended
|
| 112 |
for sites that wish to use Signup Status Mailer.
|
| 113 |
|
| 114 |
|
| 115 |
------------------------
|
| 116 |
5.x-1.0 (2008-02-29)
|
| 117 |
------------------------
|
| 118 |
Initial release
|
| 119 |
|
| 120 |
|