| 1 |
// $Id: CHANGELOG.TXT,v 1.7 2008/09/02 17:02:14 smk Exp $
|
| 2 |
|
| 3 |
Invite 6.x-2.x, xxxx-xx-xx
|
| 4 |
--------------------------
|
| 5 |
#364971 by jaydub: Fixed administrative overview query for PostgreSQL.
|
| 6 |
#322748: Fixed only administrator can send invitations on multilingual
|
| 7 |
installation.
|
| 8 |
#374869 by webchick, smk-ka: Denying access to the user registration form at
|
| 9 |
the menu callback level, not at the form level, for better compatibility with
|
| 10 |
other modules.
|
| 11 |
#467486 by neilnz: Grammar fix.
|
| 12 |
|
| 13 |
|
| 14 |
Invite 6.x-2.0-ALPHA-1, 2009-04-19
|
| 15 |
----------------------------------
|
| 16 |
#310775 by Barrett, sun: Fixed SQL error when no emails are left after filtering
|
| 17 |
out registered users.
|
| 18 |
#323661 by tcconway: Removed "Track" from local task title "Track Invitations".
|
| 19 |
#214426 by barako: Updated French translation.
|
| 20 |
|
| 21 |
New features:
|
| 22 |
- #219266 by jcfiala, wojtha, smk-ka: Port to D6.
|
| 23 |
- Added administrator interface showing invite history.
|
| 24 |
- Moved the user-specific tracking page to the user profile.
|
| 25 |
- #162570: Added a resend button.
|
| 26 |
- #134997: Withdrawn invites are now flagged instead of being physically
|
| 27 |
deleted. This gives administrators a complete history of who has been invited
|
| 28 |
and who did or didn't join.
|
| 29 |
- #98765: Allowing multiple invites to the same e-mail address.
|
| 30 |
- #207419 by Andrew Young: Look up invitation for new users who didn't use
|
| 31 |
invitation link.
|
| 32 |
- #214426 by Olivier Tavard: Added french translation.
|
| 33 |
- Refactored notification system to be less resource intensive.
|
| 34 |
- invite_stats() has been renamed to invite_count() and returns now a specific
|
| 35 |
count.
|
| 36 |
|
| 37 |
Bugs fixed:
|
| 38 |
- #171765: Enhanced compatibility with LoginToboggan.
|
| 39 |
- #197198: Fixed misleading error message when no permissions have been set up.
|
| 40 |
- #196877: Prevent caching of user/register page (better approach).
|
| 41 |
- #229803 by will_in_wi: Restored capability for admins to create users when
|
| 42 |
operating in "by invitation only" mode.
|
| 43 |
- #317552 by Stella: Use UTF8-safe string functions and other minor changes.
|
| 44 |
|
| 45 |
|
| 46 |
Invite 5.x-1.13, 2007-12-01
|
| 47 |
---------------------------
|
| 48 |
New features:
|
| 49 |
- Added Invite Statistics helper module.
|
| 50 |
- Added Cancel User Accounts helper module that allow users to terminate user
|
| 51 |
accounts by withdrawing their invitation.
|
| 52 |
- Moved Invite to its own package namespace.
|
| 53 |
- #183018: Extract only the e-mail part when processing the submitted e-mails
|
| 54 |
to allow e-mails that contain a display name
|
| 55 |
(eg. Some Name <foo@example.com>).
|
| 56 |
|
| 57 |
Bugs fixed:
|
| 58 |
- #196472: Fixed Access denied error after redirecting.
|
| 59 |
- #186570 by dldege: Fixed Access denied error after sending an invitation if
|
| 60 |
the user doen't have the track invitations permission.
|
| 61 |
- #182914: Fixed a caching issue for the register form where the e-mail address
|
| 62 |
of a previously invited user was displayed.
|
| 63 |
|
| 64 |
Invite 5.x-1.12, 2007-10-17
|
| 65 |
---------------------------
|
| 66 |
New features:
|
| 67 |
- Added 'track invitations' permission to be able to hide the invitation
|
| 68 |
overview from anonymous users.
|
| 69 |
- #175786: Fixed up ui by 1) separating invite overviews using tabs and 2)
|
| 70 |
using a pager.
|
| 71 |
- #178652 by Gwen Park: Pass invite code to hook_invite($op = 'invite').
|
| 72 |
- Added delete invitation confirmation dialog.
|
| 73 |
|
| 74 |
Bugs fixed:
|
| 75 |
- #182017: Tried to produce XHTML (or XML in this case) compliant output.
|
| 76 |
- #176983: Fixed bogus email header.
|
| 77 |
- Fixed queries for counting pending and expired invites had swapped comparison
|
| 78 |
logic.
|
| 79 |
|
| 80 |
Invite 5.x-1.11, 2007-09-13
|
| 81 |
---------------------------
|
| 82 |
Bugs fixed:
|
| 83 |
- #175025: Fixed maxlength set for textareas on mass invitations.
|
| 84 |
|
| 85 |
Invite 5.x-1.10, 2007-09-13
|
| 86 |
---------------------------
|
| 87 |
New features:
|
| 88 |
- #165977: Added a multi-functional block showing the top inviters of the site
|
| 89 |
or - when on a user profile - the rank among the other users.
|
| 90 |
- #168252: Print invitation statistics on the user profile page.
|
| 91 |
- Added support for Personalized E-mail (http://drupal.org/project/pmail).
|
| 92 |
- Reorganized the settings page. Moved settings for limit per turn and allow
|
| 93 |
deletion of joined user's invitations to the permissions table. Changed
|
| 94 |
expiry period presets.
|
| 95 |
- Added a delete confirm form.
|
| 96 |
- Restructured the module's functions in a more logical way.
|
| 97 |
|
| 98 |
Bugs fixed:
|
| 99 |
- #169916: Fixed Invite and Role Signup modules not working together. This has
|
| 100 |
been solved this by registering a new custom join url (instead of using
|
| 101 |
user/register/123), saving the invite code in a session variable, and then
|
| 102 |
redirecting to the registration page.
|
| 103 |
- #171851 by matrixfighter: Fixed a bad link in Invite block.
|
| 104 |
|
| 105 |
Invite 5.x-1.9, 2007-07-25
|
| 106 |
--------------------------
|
| 107 |
Bugs fixed:
|
| 108 |
- #161829: Blank sender on invite email.
|
| 109 |
- Prevent emails from looking like spam to SPF-enabled MTAs.
|
| 110 |
- Fixed sending invites for anonymous users (they don't have an email address).
|
| 111 |
|
| 112 |
Invite 5.x-1.8, 2007-07-23
|
| 113 |
--------------------------
|
| 114 |
Note:
|
| 115 |
Invite 1.8 requires you to have the token module installed.
|
| 116 |
|
| 117 |
New features:
|
| 118 |
- #157494 by MarcoR: Show message preview to inviting user.
|
| 119 |
- #120248: Added token support.
|
| 120 |
- #100360: Added an invite block.
|
| 121 |
- #151617 by knseibert, smk-ka: Display only roles on the settings page which
|
| 122 |
have "send invitations" permission set. Only take those into account when
|
| 123 |
escalating the roles for the invitees and checking the send limitations.
|
| 124 |
- #160969: Delete invite when a user is deleted. To prevent fraud, this will
|
| 125 |
only happen when "Allow deletion of joined users" is enabled.
|
| 126 |
- #145271 by thierry_gd: Added hook_uninstall().
|
| 127 |
- #134867 Auto-approve invited users' accounts.
|
| 128 |
- Added hook_disable().
|
| 129 |
- Added customizable email subject.
|
| 130 |
- Got rid of the disabled form in case the invitations limit was hit by
|
| 131 |
redirecting to the new invitation listing page.
|
| 132 |
- Added Italian translation, contributed by Mr.Bittertooth.
|
| 133 |
|
| 134 |
Bugs fixed:
|
| 135 |
- #137495: Notifing other modules of role change.
|
| 136 |
- #143373: Don't escape quotation marks and other special characters in plain
|
| 137 |
text e-mails.
|
| 138 |
- #135345 BLOB/TEXT column 'message' can't have a default value (MySQL 5).
|
| 139 |
- Fixed From and Reply-To header generation.
|
| 140 |
- Check that there is at least one valid email remaining after filtering out
|
| 141 |
dupes to prevent the form from resetting.
|
| 142 |
|
| 143 |
Invite 5.x-1.7, 2007-04-01
|
| 144 |
--------------------------
|
| 145 |
New features:
|
| 146 |
- #84120 by knseibert: Added multiple invites option to the invite form.
|
| 147 |
- #126231: Prepopulate registration form with email from invitation.
|
| 148 |
- #54935: Persist individual message that gets mailed.
|
| 149 |
- #124711: Displaying a message with a link to the user's profile when trying
|
| 150 |
to invite a user that's already registered.
|
| 151 |
- #124906 by ray007 and MarcoR: Added german translations.
|
| 152 |
- New validation system and error messages to better handle large amounts of
|
| 153 |
emails (based on the patch by knseibert).
|
| 154 |
|
| 155 |
Bugs fixed:
|
| 156 |
- Invitation accepted message a) is no more shown to anonymous users to reduce
|
| 157 |
db load, and b) is only shown when the user has been approved.
|
| 158 |
- #127681: Fixed deleting of pending invites.
|
| 159 |
- #128939 by mailleux: Fixed PostgreSQL support.
|
| 160 |
- Added (non-critical) permission checks at several locations.
|
| 161 |
- #129979 by NathanRAFT, knseibert: Fixed email displayed in
|
| 162 |
_invite_check_messages().
|
| 163 |
- #125589: Prevent poedit from whining.
|
| 164 |
- #132828: Prevent array_merge() from whining.
|
| 165 |
|
| 166 |
Invite 5.x-1.6, 2007-03-12
|
| 167 |
--------------------------
|
| 168 |
New features:
|
| 169 |
- #86875: Deleting invites of users that are about to be deleted. Orphaned
|
| 170 |
invites will be cleared out when visiting http://www.example.com/update.php.
|
| 171 |
- #118823 Invite API: Add inviter to API arguments when deleting an invitation.
|
| 172 |
- Reusing user_password() for invite code generation.
|
| 173 |
|
| 174 |
Bugs fixed:
|
| 175 |
- #118849: Fixed missing delete link, despite "Allow deletion of joined users"
|
| 176 |
is enabled (only true for deleted user accounts).
|
| 177 |
- #110795: Fixed the possibility for a maliscious user to reuse one invitation
|
| 178 |
code over and over again.
|
| 179 |
- #106962: Fixed misleading watchdog error 'Registration code failed'.
|
| 180 |
- #106962 by knseibert: Fixed changed form_id for user settings form (5.x only).
|
| 181 |
- #118826: Verifying the user that tries to delete an invite. Previously it was
|
| 182 |
possible to delete arbitrary invites if you knew its email address (or by
|
| 183 |
using brute-force methods).
|
| 184 |
- Fixed several missing checks for an expired invitation code when a user tries
|
| 185 |
to register.
|
| 186 |
- Fixed doubled expiration time calculation on invites page.
|
| 187 |
- Fixed unblocking of new user accounts, which was not limited to invite only
|
| 188 |
mode. This broke sites where administrator approval for new user accounts is
|
| 189 |
required.
|
| 190 |
- Fixed the notification that is displayed for the inviter when an invited user
|
| 191 |
registers.
|
| 192 |
- Fixed queries for PostgreSQL.
|
| 193 |
- Fire 'invite' API event only if send was successful.
|
| 194 |
- Updated the database scheme to be more performant.
|