Skip to content
  1. Feb 25, 2011
  2. Jun 25, 2003
  3. Jun 16, 2003
  4. May 23, 2003
  5. 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
  6. May 03, 2003
    • Dries Buytaert's avatar
      · 7928a379
      Dries Buytaert authored
      - Updated the private message module to CVS.  Patch by John Cappiello.
      7928a379
  7. Apr 26, 2003
  8. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 1de90677
      Dries Buytaert authored
        'theme("function")' instead of '$theme->function()'.  Hopefully I didn't
        break anything.  If I did, let me know.
      
        The following modules need special attention (but should still work as is):
      
        1. The ldap_integration directory has its own user.module; I haven't updated
           the documentation bit that talks about themes.
      
        2. The hotlist module uses '$theme->hotlist_del_icon'.  Should be avoided
           and somehow wrapped in a (larger) call to theme().
      
        3. The image module has its own way of doing what 'theme()' does (or the
           former 'theme_invoke()').  Constructs like the one below (a) look wrong
           and (b) should be rewritten to properly use 'theme()'.  For example:
      
           $theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
      
           Search for "image_gallery_album", "image_gallery_home" and
           "image_thumb_browser".  I've already changed '$theme->box()' to
           'theme()'.
      
        4. The sidebar module uses '$theme->foreground' and '$theme->background'.
           Should be avoided and somehow wrapped in a (larger) call to theme().
      
        5. The org_informations module uses '$theme->separator()', which is new to
           me.
      
        6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'.  It
           should use 'theme("taxolist_filter_item")' instead.  I haven't changed
           it because it would probably fail to resolve the default function if
           not overridden by a theme.
      
        7. The taxonomy_dhtml module's INSTALL file still talks about
           '$theme->image'.
      
        8. The xloadtree module's INSTALL file still talks about '$theme->image'.
      
        9. I haven't updated the style.module; too many $theme's, though I don't
           think it needs any updates.
      
        [I'll try to update the sandboxes later on.]
      1de90677
  9. Feb 11, 2003
  10. 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
  11. Jun 19, 2002
  12. Apr 29, 2002
  13. Apr 02, 2002
  14. 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
  15. 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