Skip to content
  1. Feb 25, 2011
  2. Jan 14, 2007
  3. Oct 20, 2006
  4. Sep 17, 2006
  5. Sep 14, 2006
  6. Mar 18, 2006
  7. May 06, 2005
  8. Apr 30, 2005
  9. Apr 21, 2005
  10. Apr 06, 2005
  11. Nov 23, 2004
  12. Oct 31, 2004
  13. Oct 10, 2004
  14. Sep 16, 2004
  15. Jul 26, 2004
  16. Jul 23, 2004
  17. Jul 01, 2004
  18. Jun 30, 2004
  19. Apr 05, 2004
  20. Feb 24, 2004
  21. Feb 20, 2004
  22. Dec 09, 2003
  23. Nov 13, 2003
    • Dries Buytaert's avatar
      · f1ad7cfc
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      f1ad7cfc
  24. Aug 28, 2003
  25. Jul 13, 2003
  26. Jun 16, 2003
  27. Jun 06, 2003
  28. 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
  29. Feb 11, 2003
  30. Jan 31, 2003
  31. Nov 05, 2002
    • gonzocoder's avatar
      · c6f20103
      gonzocoder authored
      fixed the chatbox block, now works with latest cvs.
      c6f20103