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