Skip to content
  1. Feb 25, 2011
  2. Feb 21, 2004
  3. Dec 21, 2003
  4. Nov 13, 2003
    • Dries Buytaert's avatar
      · d0eb56c4
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      d0eb56c4
    • Dries Buytaert's avatar
      · cb5e9e1a
      Dries Buytaert authored
      - table(...) -> theme("table", ...")
      cb5e9e1a
  5. Oct 22, 2003
  6. Aug 30, 2003
  7. Jul 10, 2003
  8. Jun 25, 2003
  9. Jun 16, 2003
  10. Jun 12, 2003
  11. May 16, 2003
    • Dries Buytaert's avatar
      · 723fd3e2
      Dries Buytaert authored
      - Updated to work with register_globals turned off.  Patch by Michael Frankowski.
      723fd3e2
  12. Mar 27, 2003
  13. Feb 25, 2003
  14. Feb 19, 2003
  15. Feb 15, 2003
    • Dries Buytaert's avatar
      - Updated the modules in the contributions repository to use · a7c3d04d
      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.]
      a7c3d04d
  16. Feb 05, 2003
  17. Feb 02, 2003
  18. Jan 19, 2003
  19. Jan 09, 2003
  20. Oct 16, 2002
  21. Oct 14, 2002
  22. Oct 13, 2002
  23. Oct 08, 2002
  24. Oct 06, 2002
  25. Oct 05, 2002
  26. Sep 18, 2002
  27. Aug 28, 2002
  28. Aug 19, 2002
  29. Jul 27, 2002
  30. Jul 23, 2002
  31. Jul 22, 2002
  32. Jul 18, 2002
  33. Jul 15, 2002