privatemsg 2.0.0-rc5

Bug fixes

Contributors (2)

joshua-jake, ivnish

Changelog

Issues: 3 issues resolved.

Changes since 2.0.0-rc4:

privatemsg 2.0.0-rc4

Bug fixes

Contributors (2)

joshua-jake, ivnish

Changelog

Issues: 3 issues resolved.

Changes since 2.0.0-rc3:

privatemsg 2.0.0-rc3

Bug fixes

Please run drush updb or /update.php

  • Fix coding standards and typos
  • Add new field updated_custom

privatemsg 2.0.0-alpha5

New features

Improve change tags test
Add devel generate plugins
Open the page with the first unread message from message list

privatemsg 2.0.0-alpha3

Remove some sponsor-specific features

Upgrade from 2.0.0-alpha2 is not available! Please reinstall the module. And don't use it on the production!

privatemsg 7.x-1.4

Bug fixes

This release fixes integration with PostgreSQL, a number of autocomplete bugs, a conflict with the messaging module, among other bugfixes.

Changes since 7.x-1.3:

privatemsg 7.x-1.3

Security update

This is a maintenance release for Privatemsg 7.x-1.x that includes a number of bugfixes including a fix for a security issue, see SA-CONTRIB-2012-104 - Privatemsg - Cross Site Scripting (XSS) for details.

Changes since 7.x-1.2:

privatemsg 6.x-1.5

Bug fixes

This is a maintenance release with a number of bugfixes, most notably improvements to the upgrade path from Drupal 5.

Changes since 6.x-1.4:

privatemsg 7.x-1.2

Bug fixes
Insecure

This is a maintenance release with a number of bugfixes and test and documentation improvements.

Changes since 7.x-1.1:

privatemsg 6.x-1.4

Bug fixes

This release fixes a number of reported bugs, see the changelog for more details.

Changes since 6.x-1.3:

privatemsg 6.x-2.x-dev

Dev release for 6.x-2.x branch

(Newly created to attempt to solve testing problem, 2011-03-03)

privatemsg 7.x-1.1

Bug fixes
Insecure

This maintenance release fixes several bugs several bugs reported against 7.x-1.0.

Changes since DRUPAL-7--1-0:

privatemsg 7.x-1.0

Insecure

This is the first stable version of Privatemsg for Drupal 7, just in time to keep my #D7CX pledge!

Compared to the first beta, this release contains a few bugfixes, the privatemsg_limits module has been ported, different date formats based on the age of the message have been added and the different admin setting forms have been merged into a single one which uses vertical_tabs.

Please report any bugs in the issue queue!

Changes since 7.x-1.0-beta1:

privatemsg 7.x-1.0-beta1

Insecure

This release features realname integration, an upgrade path from 6.x-1.3, improved user interfaces for tagging and message listings and fixes a few bugs, notably pm_notify_mail.

Unless there are any major bugs reported, the next release will be a release candiate which will be followed by the stable version.

Changes since 7.x-1.0-alpha1:

privatemsg 7.x-1.0-alpha1

New features
Insecure

This is the first alpha release for Privatemsg 7.x-1.x. Although this version is not yet production-ready, a lot of manual and automated testing has been done to ensure that it works correctly.

There are, however, a few known bugs and planned tasks that will be implemented and fixed in later alpha or beta versions. A full list of these can be found in the issue queue: http://drupal.org/project/issues/privatemsg?version=7.x

This is a port of 6.x-2.x and contains the same features and changes. There are also a few new features which are specific for Drupal 7, including:

  • Private messages are entities, which means that they are now objects and not arrays. This also means that they use the entity loading mechanism and are fieldable (any number of fields can be attached to them). This also replaces the attachments module. Note that there is currently no upgrade path.
  • Advanced token support, displays valid and invalid tokens for the author.
  • Improved rules integration.

Other improvements which are also part of the 6.x-2.x branch include:

  • Sending messages to roles and planned support for other recipient types (for example, user relationships and organic groups).
  • Removing messages from the inbox.

privatemsg 6.x-1.3

Security update

This security release fixes SA-CONTRIB-2010-080 - Privatemsg - Cross Site Scripting. Also contains a few bugfixes, better indexes to improve performance and more tests for improved stability.

Changes since 6.x-1.2:

privatemsg 6.x-1.2

Security update
Insecure

This security release fixes a permission bypass issue in pm_email_notify.module. It also features compatibility fixes for both PostgreSQL and PHP4. Additionaly, a few bugs and testing issues were fixed and some very minor UI additions and a small performance improvement was added.

Changes since DRUPAL-6--1-1:

privatemsg 6.x-1.1

Bug fixes
Insecure

This is a bugfix release that fixes a MySQL 4.1 compatibility bug and a minor visual pager bug. The release also contains new and updated translations.

Changes since 6.x-1.0:

privatemsg 6.x-1.0

New features
Insecure

This is a feature and a bugfix release. Everyone is highly advised to upgrade to this version. This is the first stable release of Privatemsg for Drupal 6 and marks the feature freeze for the 1.x branch.

Changes since 6.x-1.0-rc4:

privatemsg 6.x-1.0-rc4

New features
Insecure

This is a feature and a bugfix release. Everyone is highly advised to upgrade to this version. This release contains many new features in different areas (UX, tags, blocking, performance and more) and is in general more flexible and extendable.

It is necessary to run update.php after updating the module files as there were several Database schema changes.

privatemsg 6.x-1.0-rc3

New features
Bug fixes
Insecure

This is a feature and a bugfix release. Everyone is highly advised to upgrade to this version. This release features better user experience as well as email notification and more.

Commits that had no issue number associated to them were not included in this list:

  • #346843 by andypost: added db prefix wrapper
  • #349535 added t() for status message translation
  • #349345 by nbz: re-adding missing css
  • #349809 by Berdir: Filter by author does not work
  • #337989 by Berdir: Translation of messages menu breaks display of unread messages
  • #363759 by quicksketch: Add a Class to the "Delete" link.
  • #337264 by Berdir: Fix for Cancel Button which did not work
  • #353672 by thill_: remove "version" string from *.info files due to "The version string will be added by drupal.org when a release is created and a tarball packaged" as per http://drupal.org/node/231036
  • #324389 by Berdir: Show author(s) when viewing inbox
  • #328049 by Berdir: No headline shown when sending messages from user profile page

privatemsg 6.x-1.0-rc2

New features
Bug fixes
Insecure

First DRUPAL-6 branch release candidate.

Too many features to list but i will note the important ones:
1) supports upgrade path from D5
2) supports user blocking
3) supports threaded discussions
4) allows you to tag your messages and filter messages by tags (in drupal 5 this used to be called 'folders')

many many other things were improved and included...

privatemsg 6.x-1.0-rc1

New features
Bug fixes
Insecure

WARNING!!!!
RC1 is broken. use rc2 instead!!!!!! http://drupal.org/node/348982

First DRUPAL-6 branch release candidate.

Too many features to list but i will note the important ones:
1) supports upgrade path from D5
2) supports user blocking
3) supports threaded discussions
4) allows you to tag your messages and filter messages by tags (in drupal 5 this used to be called 'folders')

many many other things were improved and included...

privatemsg 6.x-1.x-dev

This branch is used to test bugfixes on the stable 1.x branch, no new features will be added here.

privatemsg 5.x-1.1

Use bbcode [quote] when replying to message if the default input format uses bbcode.
Don't show aggressive-notify on privatemsg pages.
Updated pot file for translations.

privatemsg 4.7.x-1.2

Major code restructuring to use more menu callbacks and form validate/submit functions.
Also fixed conflict with send.module.

privatemsg 4.7.x-1.1

Maintenance release.. several fixes and patches from the issue tracker.

Subscribe with RSS Subscribe to Releases for Privatemsg