Skip to content
  1. Feb 25, 2011
  2. Dec 14, 2004
  3. Nov 30, 2004
  4. Oct 27, 2004
  5. Oct 21, 2004
  6. Oct 13, 2004
  7. Oct 01, 2004
  8. Jul 13, 2004
  9. Apr 09, 2004
  10. Apr 06, 2004
  11. Feb 26, 2004
  12. Feb 25, 2004
  13. Jan 27, 2004
  14. Jan 26, 2004
  15. Dec 15, 2003
  16. Nov 15, 2003
    • Dries Buytaert's avatar
      · 83df91df
      Dries Buytaert authored
      - More theme system fixes.
      83df91df
  17. Nov 13, 2003
    • Dries Buytaert's avatar
      · a517d00e
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      a517d00e
  18. Oct 20, 2003
  19. May 27, 2003
  20. May 26, 2003
  21. May 07, 2003
  22. Apr 23, 2003
  23. Apr 14, 2003
  24. Mar 13, 2003
  25. Feb 25, 2003
  26. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · 051c2839
      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.]
      051c2839
  27. Feb 11, 2003
  28. Jan 07, 2003
  29. Dec 16, 2002
  30. Nov 14, 2002
  31. Nov 09, 2002
  32. Oct 29, 2002
  33. Sep 11, 2002
  34. Jun 16, 2002