node_invite 6.x-2.2

Bug fixes
Insecure
Unsupported

Removed rogue debug messages which cause the site to break if devel module isn't enabled.

node_invite 6.x-2.1

New features
Insecure
Unsupported

The 2.x release contains numerous bug fixes and feature improvements. Some of the changes include:

* Changing the paths from things like node_invite/invite/ to node//invite
* Referencing of existing users in the system when inviting.
* Unique codes for each invite (optional)

node_invite 6.x-2.x-dev

New features

The ongoing feature enhancements for node invite module

node_invite 6.x-1.0-beta11

Bug fixes
Unsupported

Major code changes after running through the coder module.

node_invite 6.x-1.0-beta10

Bug fixes
Unsupported

Node/add was broken because of code added in beta8. This fixes that problem.

node_invite 6.x-1.0-beta8

Unsupported

Fixed a bug (unreported to issue queue) where overriding the default invite message on a node-by-node basis was breaking after node/edit.

Please upgrade to this newer version.

node_invite 6.x-1.0-beta7

New features
Unsupported

Added per-node overrides for message and subject.
Be sure to run update.php as there are new fields in node_invite_settings table.

node_invite 6.x-1.0-beta6

Bug fixes
Unsupported

Fixed a bug whereby node inserts yielded an error message about "invite_enabled" being an empty string.

node_invite 6.x-1.0-beta5

Bug fixes
Unsupported

#363124: .install file wasn't quite right. Worked if you upgraded from previous versions, but the hook_schema() hadn't been updated to create the new table {node_invite_settings}.

Updated the hook_uninstall() to grab stuff from the settings table too.

node_invite 6.x-1.0-beta4

Unsupported

Added more tokens, specifically some that can be unique to each individual invite sent out.
Cleared up #descriptions in forms.
Added token-help to the invite-send form.
Provided a per-node over-ride so you can enable/disable invites on each individual node.

node_invite 6.x-1.0-beta3

Unsupported

Fixing the broken .info file from beta2 (which I apparently mistakenly committed)

node_invite 6.x-1.0-beta2

Unsupported

First release of this module for D6.
No major changes from 5.x-0.6
Don't download beta1. It's a mistake.

node_invite 5.x-0.6

Unsupported

Fixes installer bug.
Users hook_link() to provide the invite link.
Also still provides links in hook_nodeapi() which preserves backwards compatibility.

node_invite 5.x-0.5

Bug fixes
Unsupported

Made a semantic change in field names. uid_invitee was never right...we are storing email addresses in that varchar field

node_invite 5.x-0.4

New features
Unsupported

As requested by frednwright, I have altered the node invite link: When a user does not have permission to invite others to their node, this link is now set to empty string.

node_invite 5.x-0.2

Bug fixes
Unsupported

Bug fixed: The installer created a field acted_upon that defaulted to '0'.
The module expects this field to allow NULL.
I changed the installer. Be sure that it runs all schemas when you install.

node_invite 5.x-0.1

Unsupported

Initial commit. Still has many bugs. Use at your own risk.

Subscribe with RSS Subscribe to Releases for Node Invite