Skip to content
  1. Feb 25, 2011
  2. Sep 17, 2006
  3. Jun 01, 2005
  4. May 06, 2005
  5. Apr 21, 2005
  6. Apr 06, 2005
  7. Nov 23, 2004
  8. Oct 10, 2004
  9. Sep 16, 2004
  10. Jul 26, 2004
  11. Jul 23, 2004
  12. Jul 01, 2004
  13. Jun 30, 2004
  14. Apr 05, 2004
  15. Feb 24, 2004
  16. Feb 20, 2004
  17. Dec 09, 2003
  18. Nov 13, 2003
    • Dries Buytaert's avatar
      · f1ad7cfc
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      f1ad7cfc
  19. Aug 28, 2003
  20. Jul 13, 2003
  21. Jun 16, 2003
  22. Jun 06, 2003
  23. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 69ba2eb2
      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.]
      69ba2eb2
  24. Feb 11, 2003
  25. Jan 31, 2003
  26. Nov 05, 2002
    • gonzocoder's avatar
      · c6f20103
      gonzocoder authored
      fixed the chatbox block, now works with latest cvs.
      c6f20103
  27. Sep 04, 2002
  28. May 25, 2002
  29. Dec 17, 2001
  30. Dec 16, 2001
  31. Dec 15, 2001
    • Steven Wittens's avatar
      Chatbox.module · 0c6441d6
      Steven Wittens authored
      - Bugfix: fixed some un-localed-strings
      - Bugfix: picked the wrong variable in the log-clearing code
      - Update: added a "monitor activity" option to help people who have the
                chatbox on the background.
      - Update: tweaked the editbox sizes a bit
      0c6441d6
  32. Nov 17, 2001