Skip to content
  1. Apr 30, 2005
  2. Oct 14, 2004
  3. Mar 26, 2004
  4. Dec 09, 2003
  5. May 23, 2003
  6. May 22, 2003
    • Marco Molinari's avatar
      - major rewrite · 939d3820
      Marco Molinari authored
      - updated to latest cvs, should work in Drupal 4.2
      - added folders, you can move messages in folders, empty folders
      - mail once per day if you have unread messages (user option)
      - message pruning (move old messages to another table)
      - list of contacts: it's built automatically looking at users you write to
      - theme()ized
      - if you are updating run you just need to run privatemsg.sql
      939d3820
  7. Aug 20, 2002
    • Marco Molinari's avatar
      - major cleanup · cd266b9d
      Marco Molinari authored
      - used t() and l() and new db_query() syntax everywhere
      - minor bugs fixed
      cd266b9d
  8. Jun 19, 2002
  9. Feb 21, 2002
    • Kjartan Mannes's avatar
      21 Feburary 2002 · 09d9ad4e
      Kjartan Mannes authored
      ----------------
      - moved link to private messages to the user block.
      - added link to send messages to user info pages.
      - some XHTML changes.
      - user system has changed from $user->id to $user->uid.
      09d9ad4e
  10. Dec 20, 2001
    • Marco Molinari's avatar
      - sent messages; sender can delete unread messages (optional, see settings) · e50464be
      Marco Molinari authored
      - messages splitted in pages, setting for "how many messages per page"
      - privatemsg_get_link() to add theme support; see INSTALL
      - throttle to limit abuse; setting in admin for max send rate
      - checked sql indexing and added index to recipient
      - save sender ip address
      - code cleanup (less global variables, use drupal form functions, better date format in list, comply to coding standards)
      - minor cosmetic changes
      e50464be