| 1 |
McGo - 12.3.2009
|
| 2 |
- Fixed issue #398558
|
| 3 |
- Added documentation to the code
|
| 4 |
- Validated the drupal coding standards with coder module (severity minor)
|
| 5 |
|
| 6 |
McGo - 13.1.2008
|
| 7 |
- authenticated user function doesn't work because the authenticated user have no role assignment with the role "authenticated user". Function deleted.
|
| 8 |
- Added support for Writing to Online User. A User is marked as online when the last access was not more than x minutes ago. The amount of minutes is stored in the "Who's online" Block.
|
| 9 |
|
| 10 |
McGo - 11.1.2008
|
| 11 |
- added hook_form_alter to present the access to massmailing on the inbox form of the privatemsg module (privatemsg/inbox) for the user with the propper rights.
|
| 12 |
- added support for sending massmail to users. You can chose the users directly on the form.
|
| 13 |
- changed the pathes from pn/massenmail to privatemsg/newbyrole | privatemsg/newbyuser
|
| 14 |
|
| 15 |
McGo - 10.1.2008
|
| 16 |
- The authenticated role can now be selected. On this was you can send privatemsg to all users that are currently online and even to user without a custom role assigned
|