Skip to content
  1. Oct 28, 2004
  2. Oct 15, 2004
  3. Oct 14, 2004
  4. Oct 13, 2004
  5. Sep 29, 2004
  6. Sep 16, 2004
  7. Aug 06, 2004
  8. Aug 05, 2004
  9. Jun 30, 2004
  10. Jun 23, 2004
  11. Apr 06, 2004
  12. Mar 26, 2004
  13. Mar 02, 2004
  14. Feb 29, 2004
  15. Dec 09, 2003
  16. Nov 13, 2003
    • Dries Buytaert's avatar
      · d6a43f53
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      d6a43f53
  17. Nov 04, 2003
  18. Oct 17, 2003
  19. Jun 25, 2003
  20. Jun 16, 2003
  21. May 23, 2003
  22. 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
  23. May 03, 2003
    • Dries Buytaert's avatar
      · 7928a379
      Dries Buytaert authored
      - Updated the private message module to CVS.  Patch by John Cappiello.
      7928a379
  24. Apr 26, 2003
  25. 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
  26. Feb 11, 2003
  27. 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
  28. Jun 19, 2002
  29. Apr 29, 2002
  30. Apr 02, 2002
  31. 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
  32. 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