Skip to content
  1. Feb 25, 2011
  2. Apr 15, 2004
  3. Feb 29, 2004
  4. Feb 21, 2004
  5. Feb 20, 2004
  6. Dec 21, 2003
  7. 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
  8. Oct 22, 2003
  9. Aug 30, 2003
  10. Jul 10, 2003
  11. Jun 25, 2003
  12. Jun 16, 2003
  13. Jun 12, 2003
  14. May 16, 2003
    • Dries Buytaert's avatar
      · 723fd3e2
      Dries Buytaert authored
      - Updated to work with register_globals turned off.  Patch by Michael Frankowski.
      723fd3e2
  15. Mar 27, 2003
  16. Feb 25, 2003
  17. Feb 19, 2003
  18. 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
  19. Feb 05, 2003
  20. Feb 02, 2003
  21. Jan 19, 2003
  22. Jan 09, 2003
  23. Oct 16, 2002
  24. Oct 14, 2002
  25. Oct 13, 2002
  26. Oct 08, 2002
  27. Oct 06, 2002
  28. Oct 05, 2002
  29. Sep 18, 2002
  30. Aug 28, 2002