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