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